Home | History | Annotate | Download | only in dsp

Lines Matching refs:a_hi

317 // q = q - delta and p = p + delta; where delta = [(a_hi >> 7), (a_lo >> 7)]
318 #define UPDATE_2PIXELS(pi, qi, a_lo, a_hi) { \
320 const __m128i a_hi7 = _mm_srai_epi16(a_hi, 7); \