Searched refs:tmp3 (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
25 "lb %[tmp3], 2(%[left]) \n\t"
42 "replv.qb %[tmp3], %[tmp3] \n\t"
69 "sw %[tmp3], (%[dst]) \n\t"
70 "sw %[tmp3], 4(%[dst]) \n\t"
71 "sw %[tmp3], 8(%[dst]) \n\t"
72 "sw %[tmp3], 12(%[dst]) \n\t"
153 [tmp3] "=&r" (tmp3), [tmp
[all...]
H A Dvp9_intrapred4_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4; local
24 "lb %[tmp3], 2(%[left]) \n\t"
28 "replv.qb %[tmp3], %[tmp3] \n\t"
34 "sw %[tmp3], (%[dst]) \n\t"
39 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
H A Dvp9_intrapred8_dspr2.c19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
24 "lb %[tmp3], 2(%[left]) \n\t"
33 "replv.qb %[tmp3], %[tmp3] \n\t"
46 "sw %[tmp3], (%[dst]) \n\t"
47 "sw %[tmp3], 4(%[dst]) \n\t"
65 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c364 #define TRANSPOSE_4X8_10(tmp0, tmp1, tmp2, tmp3, \
369 const __m128i tr0_4 = _mm_unpacklo_epi16(tmp2, tmp3); \
370 const __m128i tr0_5 = _mm_unpackhi_epi16(tmp3, tmp2); \
407 tmp3 = _mm_madd_epi16(hi_0, cst1); \
416 tmp3 = _mm_add_epi32(tmp3, rounding); \
425 tmp3 = _mm_srai_epi32(tmp3, DCT_CONST_BITS); \
432 res1 = _mm_packs_epi32(tmp2, tmp3); \
442 tmp3
556 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
691 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1015 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1412 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
2558 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3515 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
3800 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
[all...]

Completed in 649 milliseconds