Searched refs:hi_0 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.h | 246 #define MULTIPLICATION_AND_ADD(lo_0, hi_0, lo_1, hi_1, cst0, cst1, cst2, cst3, \ argument 250 tmp1 = _mm_madd_epi16(hi_0, cst0); \ 252 tmp3 = _mm_madd_epi16(hi_0, cst1); \
|
D | inv_txfm_sse2.c | 157 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ argument 160 tmp1 = _mm_madd_epi16(hi_0, cst0); \ 162 tmp3 = _mm_madd_epi16(hi_0, cst1); \
|
/external/webp/src/dsp/ |
D | dec_sse2.c | 254 const __m128i hi_0 = _mm_unpackhi_epi8(zero, *x); in SignedShift8b() local 256 const __m128i hi_1 = _mm_srai_epi16(hi_0, 3 + 8); in SignedShift8b()
|