Home | History | Annotate | Download | only in dsp

Lines Matching full:ref_1

363     const __m128i ref_1 = _mm_unpacklo_epi8(ref1, zero);
368 const __m128i diff1 = _mm_sub_epi16(src_1, ref_1);