Searched defs:a1_hi (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c763 const int8x8_t a1_hi = vqshrn_n_s16(s1_hi, 7); local
768 const int8x16_t a1 = vcombine_s8(a1_lo, a1_hi);
H A Ddec_sse2.c377 const __m128i a1_hi = _mm_srai_epi16(*a0_hi, 7); local
378 const __m128i delta = _mm_packs_epi16(a1_lo, a1_hi);
511 const __m128i a1_hi = _mm_add_epi16(a2_hi, f9_hi); // Filter * 18 + 63 local
514 const __m128i a0_hi = _mm_add_epi16(a1_hi, f9_hi); // Filter * 27 + 63
517 Update2Pixels(p1, q1, &a1_lo, &a1_hi);
/external/webp/src/dsp/
H A Ddec_neon.c763 const int8x8_t a1_hi = vqshrn_n_s16(s1_hi, 7); local
768 const int8x16_t a1 = vcombine_s8(a1_lo, a1_hi);
H A Ddec_sse2.c377 const __m128i a1_hi = _mm_srai_epi16(*a0_hi, 7); local
378 const __m128i delta = _mm_packs_epi16(a1_lo, a1_hi);
511 const __m128i a1_hi = _mm_add_epi16(a2_hi, f9_hi); // Filter * 18 + 63 local
514 const __m128i a0_hi = _mm_add_epi16(a1_hi, f9_hi); // Filter * 27 + 63
517 Update2Pixels(p1, q1, &a1_lo, &a1_hi);

Completed in 131 milliseconds