Searched refs:tmp6 (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_intrapred16_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in vp9_h_predictor_16x16_dspr2() local 155 [tmp6] "=&r" (tmp6), [tmp8] "=&r" (tmp8), in vp9_h_predictor_16x16_dspr2()
|
D | vp9_intrapred8_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in vp9_h_predictor_8x8_dspr2() local 67 [tmp6] "=&r" (tmp6), [tmp8] "=&r" (tmp8) in vp9_h_predictor_8x8_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 410 tmp6 = _mm_madd_epi16(lo_1, cst3); \ 419 tmp6 = _mm_add_epi32(tmp6, rounding); \ 428 tmp6 = _mm_srai_epi32(tmp6, DCT_CONST_BITS); \ 434 res3 = _mm_packs_epi32(tmp6, tmp7); \ 556 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in vp9_idct8x8_64_add_sse2() local 691 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in idct8_sse2() local 1015 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in vp9_idct8x8_10_add_sse2() local 1033 tmp6 = _mm_madd_epi16(lo_35, stg1_3); in vp9_idct8x8_10_add_sse2() 1038 tmp6 = _mm_add_epi32(tmp6, rounding); in vp9_idct8x8_10_add_sse2() 1042 tmp6 = _mm_srai_epi32(tmp6, DCT_CONST_BITS); in vp9_idct8x8_10_add_sse2() [all …]
|