Searched refs:hi_0 (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 401 #define MULTIPLICATION_AND_ADD(lo_0, hi_0, lo_1, hi_1, \ argument 405 tmp1 = _mm_madd_epi16(hi_0, cst0); \ 407 tmp3 = _mm_madd_epi16(hi_0, cst1); \ 437 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ argument 440 tmp1 = _mm_madd_epi16(hi_0, cst0); \ 442 tmp3 = _mm_madd_epi16(hi_0, cst1); \
|