Searched refs:tmp5 (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 154 [tmp5] "=&r" (tmp5), [tmp7] "=&r" (tmp7), 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 66 [tmp5] "=&r" (tmp5), [tmp7] "=&r" (tmp7), in vp9_h_predictor_8x8_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 409 tmp5 = _mm_madd_epi16(hi_1, cst2); \ 418 tmp5 = _mm_add_epi32(tmp5, rounding); \ 427 tmp5 = _mm_srai_epi32(tmp5, 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 1412 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in vp9_idct16x16_256_add_sse2() local 2558 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in vp9_idct16x16_10_add_sse2() local 2576 tmp5 = _mm_madd_epi16(lo_13_3, stg2_6); in vp9_idct16x16_10_add_sse2() [all …]
|