Searched refs:lo_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 404 tmp0 = _mm_madd_epi16(lo_0, cst0); \ 406 tmp2 = _mm_madd_epi16(lo_0, cst1); \ 437 #define MULTIPLICATION_AND_ADD_2(lo_0, hi_0, cst0, cst1, res0, res1) \ argument 439 tmp0 = _mm_madd_epi16(lo_0, cst0); \ 441 tmp2 = _mm_madd_epi16(lo_0, cst1); \
|