Searched refs:tmp4 (Results 1 – 4 of 4) 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 153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4), in vp9_h_predictor_16x16_dspr2()
|
D | vp9_intrapred4_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4; in vp9_h_predictor_4x4_dspr2() local 39 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4) in vp9_h_predictor_4x4_dspr2()
|
D | vp9_intrapred8_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in vp9_h_predictor_8x8_dspr2() local 65 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4), in vp9_h_predictor_8x8_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 408 tmp4 = _mm_madd_epi16(lo_1, cst2); \ 417 tmp4 = _mm_add_epi32(tmp4, rounding); \ 426 tmp4 = _mm_srai_epi32(tmp4, DCT_CONST_BITS); \ 433 res2 = _mm_packs_epi32(tmp4, tmp5); \ 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 1032 tmp4 = _mm_madd_epi16(lo_35, stg1_2); in vp9_idct8x8_10_add_sse2() 1037 tmp4 = _mm_add_epi32(tmp4, rounding); in vp9_idct8x8_10_add_sse2() 1041 tmp4 = _mm_srai_epi32(tmp4, DCT_CONST_BITS); in vp9_idct8x8_10_add_sse2() [all …]
|