Home
last modified time | relevance | path

Searched refs:tmp0 (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c364 #define TRANSPOSE_4X8_10(tmp0, tmp1, tmp2, tmp3, \ argument
367 const __m128i tr0_0 = _mm_unpackhi_epi16(tmp0, tmp1); \
368 const __m128i tr0_1 = _mm_unpacklo_epi16(tmp1, tmp0); \
404 tmp0 = _mm_madd_epi16(lo_0, cst0); \
413 tmp0 = _mm_add_epi32(tmp0, rounding); \
422 tmp0 = _mm_srai_epi32(tmp0, DCT_CONST_BITS); \
431 res0 = _mm_packs_epi32(tmp0, tmp1); \
439 tmp0 = _mm_madd_epi16(lo_0, cst0); \
444 tmp0 = _mm_add_epi32(tmp0, rounding); \
449 tmp0 = _mm_srai_epi32(tmp0, DCT_CONST_BITS); \
[all …]