Searched refs:temp19 (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dsp/
H A Denc_mips32.c37 "lh %[temp19], " #D "(%[temp20]) \n\t" \
41 "mul %[temp18], %[temp19], %[kC1] \n\t" \
43 "mul %[temp19], %[temp19], %[kC2] \n\t" \
47 "sra %[temp19], %[temp19], 16 \n\n" \
49 "addu %[" #TEMP3 "], %[temp17], %[temp19] \n\t" \
74 "addu %[temp19], %[" #TEMP4 "], %[" #TEMP12 "] \n\t" \
75 "addu %[" #TEMP0 "], %[temp16], %[temp19] \n\t" \
78 "subu %[" #TEMP12 "], %[temp16], %[temp19] \
120 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; local
484 int temp17, temp18, temp19, temp20; local
[all...]
H A Denc_mips_dsp_r2.c95 "seh %[temp19], %[" #TEMP3 "] \n\t" \
99 "mul %[temp17], %[temp19], %[c2217] \n\t" \
101 "mul %[" #TEMP1 "], %[temp19], %[c5352] \n\t" \
118 "subu %[temp19], %[" #TEMP0 "], %[" #TEMP12 "] \n\t" \
121 "mul %[" #TEMP8 "], %[temp19], %[c2217] \n\t" \
123 "mul %[" #TEMP4 "], %[temp19], %[c5352] \n\t" \
138 "movn %[" #TEMP12 "], %[temp16], %[temp19] \n\t" \
149 int temp17, temp18, temp19, temp20; local
164 [temp0]"=&r"(temp0), [temp19]"=&r"(temp19), [temp2
[all...]
/external/libavc/common/x86/
H A Dih264_iquant_itrans_recon_ssse3.c397 temp18, temp19, temp20; local
753 temp19 = _mm_unpacklo_epi16(temp3, temp4); //a2 a3 b2 b3 c2 c3 d2 d3
757 resq_r0_1 = _mm_unpacklo_epi32(temp17, temp19); //a0 a1 a2 a3 b0 b1 b2 b3
758 resq_r1_1 = _mm_unpackhi_epi32(temp17, temp19); //c0 c1 c2 c3 d0 d1 d2 d3
768 temp19 = _mm_unpacklo_epi16(temp7, temp8); //a6 a7 b6 b7 c6 c7 d6 d7
772 resq_r4_1 = _mm_unpacklo_epi32(temp17, temp19); //a4 a5 a6 a7 b4 b5 b6 b7
773 resq_r5_1 = _mm_unpackhi_epi32(temp17, temp19); //c4 c5 c6 c7 d4 d5 d6 d7

Completed in 289 milliseconds