Searched refs:a2_hi (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c508 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);
H A Ddec_neon.c765 const int8x8_t a2_hi = vqshrn_n_s16(s2_hi, 7); local
769 const int8x16_t a2 = vcombine_s8(a2_lo, a2_hi);
/external/webp/src/dsp/
H A Ddec_sse2.c508 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);
H A Ddec_neon.c765 const int8x8_t a2_hi = vqshrn_n_s16(s2_hi, 7); local
769 const int8x16_t a2 = vcombine_s8(a2_lo, a2_hi);

Completed in 127 milliseconds