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

/external/webp/src/dsp/
H A Denc_mips32.c34 "lh %[temp16], " #A "(%[temp20]) \n\t" \
35 "lh %[temp18], " #B "(%[temp20]) \n\t" \
36 "lh %[temp17], " #C "(%[temp20]) \n\t" \
37 "lh %[temp19], " #D "(%[temp20]) \n\t" \
79 "lw %[temp20], 0(%[args]) \n\t" \
84 "lbu %[temp16], 0+" XSTR(BPS) "*" #A "(%[temp20]) \n\t" \
85 "lbu %[temp17], 1+" XSTR(BPS) "*" #A "(%[temp20]) \n\t" \
86 "lbu %[temp18], 2+" XSTR(BPS) "*" #A "(%[temp20]) \n\t" \
87 "lbu %[temp19], 3+" XSTR(BPS) "*" #A "(%[temp20]) \n\t" \
100 "addiu %[temp20],
121 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; local
486 int temp17, temp18, temp19, temp20; local
[all...]
H A Denc_mips_dsp_r2.c139 "sh %[" #TEMP0 "], " #A "(%[temp20]) \n\t" \
140 "sh %[" #TEMP4 "], " #C "(%[temp20]) \n\t" \
141 "sh %[" #TEMP8 "], " #D "(%[temp20]) \n\t" \
142 "sh %[" #TEMP12 "], " #B "(%[temp20]) \n\t"
150 int temp17, temp18, temp19, temp20; local
159 "lw %[temp20], 8(%[args]) \n\t"
165 [temp0]"=&r"(temp0), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20)
/external/libavc/common/x86/
H A Dih264_iquant_itrans_recon_ssse3.c397 temp18, temp19, temp20; local
755 temp20 = _mm_unpackhi_epi16(temp3, temp4); //e2 e3 f2 f3 g2 g3 h2 h3
759 resq_r2_1 = _mm_unpacklo_epi32(temp18, temp20); //e0 e1 e2 e3 f0 f1 f2 f3
760 resq_r3_1 = _mm_unpackhi_epi32(temp18, temp20); //g0 g2 g2 g3 h0 h1 h2 h3
770 temp20 = _mm_unpackhi_epi16(temp7, temp8); //e6 e7 f6 f7 g6 g7 h6 h7
774 resq_r6_1 = _mm_unpacklo_epi32(temp18, temp20); //e4 e5 e6 e7 f4 f5 f6 f7
775 resq_r7_1 = _mm_unpackhi_epi32(temp18, temp20); //g4 g5 g6 g7 h4 h5 h6 h7
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c356 temp20 = vec_mulo(tmp16_0, cospi); \
358 temp30 = vec_sub(temp10, temp20); \
359 temp10 = vec_add(temp10, temp20); \
360 temp20 = vec_sub(temp11, temp21); \
363 DCT_CONST_ROUND_SHIFT(temp20); \
364 outpt0 = vec_packs(temp30, temp20); \
525 int32x4_t temp10, temp11, temp20, temp21, temp30; local
997 int32x4_t temp10, temp11, temp20, temp21, temp30; local

Completed in 923 milliseconds