Home | History | Annotate | Download | only in dsp

Lines Matching refs:a2_hi

452     const __m128i a2_hi = _mm_add_epi16(f9_hi, sixty_three);  // Filter * 9 + 63
458 const __m128i a0_hi = _mm_add_epi16(f18_hi, a2_hi); // Filter * 27 + 63
460 UPDATE_2PIXELS(*p2, *q2, a2_lo, a2_hi);