Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_intrapred16_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in vp9_h_predictor_16x16_dspr2() local
152 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), in vp9_h_predictor_16x16_dspr2()
Dvp9_intrapred4_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4; in vp9_h_predictor_4x4_dspr2() local
38 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), in vp9_h_predictor_4x4_dspr2()
Dvp9_intrapred8_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in vp9_h_predictor_8x8_dspr2() local
64 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), in vp9_h_predictor_8x8_dspr2()
/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); \
405 tmp1 = _mm_madd_epi16(hi_0, cst0); \
414 tmp1 = _mm_add_epi32(tmp1, rounding); \
423 tmp1 = _mm_srai_epi32(tmp1, DCT_CONST_BITS); \
431 res0 = _mm_packs_epi32(tmp0, tmp1); \
440 tmp1 = _mm_madd_epi16(hi_0, cst0); \
445 tmp1 = _mm_add_epi32(tmp1, rounding); \
450 tmp1 = _mm_srai_epi32(tmp1, DCT_CONST_BITS); \
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.c210 int tmp1, tmp2; in tokenize1st_order_b() local
217 tmp1 = vp8_block2above[block]; in tokenize1st_order_b()
220 a = (ENTROPY_CONTEXT *)xd->above_context + tmp1; in tokenize1st_order_b()
292 tmp1 = vp8_block2above[block]; in tokenize1st_order_b()
295 a = (ENTROPY_CONTEXT *)xd->above_context + tmp1; in tokenize1st_order_b()