HomeSort by relevance Sort by last modified time
    Searched refs:a2_hi (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
dec_sse2.c 508 const __m128i a2_hi = _mm_add_epi16(f9_hi, k63); // Filter * 9 + 63 local
511 const __m128i a1_hi = _mm_add_epi16(a2_hi, f9_hi); // Filter * 18 + 63
516 Update2Pixels(p2, q2, &a2_lo, &a2_hi);
    [all...]
dec_neon.c 765 const int8x8_t a2_hi = vqshrn_n_s16(s2_hi, 7); local
    [all...]

Completed in 217 milliseconds