Home | History | Annotate | Download | only in dsp

Lines Matching refs:c2

165     const __m128i c2 = _mm_mulhi_epi16(in3, k1);
167 const __m128i c4 = _mm_sub_epi16(c1, c2);
223 const __m128i c2 = _mm_mulhi_epi16(T3, k1);
225 const __m128i c4 = _mm_sub_epi16(c1, c2);
430 const __m128i c2 = _mm_sub_epi16(a01_plus_7, a11);
432 const __m128i d2 = _mm_srai_epi16(c2, 4);