Home | History | Annotate | Download | only in src

Lines Matching full:_r2y

98         __m128i _r2y = _mm_set1_epi16((short)(bcoeff*2));
123 g0 = _mm_add_epi16(g0, _mm_mulhi_epi16(r0, _r2y));
124 g1 = _mm_add_epi16(g1, _mm_mulhi_epi16(r1, _r2y));