Searched refs:x4v (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/x86/ |
D | pitch_sse.h | 117 __m128 yi, yi2, x1v, x2v, x3v, x4v; in comb_filter_const() local 120 x4v = _mm_loadu_ps(xp+4); in comb_filter_const() 127 x2v = _mm_shuffle_ps(x0v, x4v, 0x4e); in comb_filter_const() 129 x3v = _mm_shuffle_ps(x2v, x4v, 0x99); in comb_filter_const() 135 yi = _mm_add_ps(yi, _mm_mul_ps(g12v,_mm_add_ps(x4v,x0v))); in comb_filter_const() 139 _mm_mul_ps(g12v,_mm_add_ps(x4v,x0v))); in comb_filter_const() 142 x0v=x4v; in comb_filter_const()
|