Searched defs:temp15 (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/dsp/
H A Ddec_mips32.c222 int temp15, temp16, temp17, temp18; local
260 "lh %[temp15], 30(%[in]) \n\t"
293 "mul %[temp17], %[temp15], %[kC1] \n\t"
294 "mul %[temp15], %[temp15], %[kC2] \n\t"
304 "sra %[temp15], %[temp15], 16 \n\t"
308 "addu %[temp7], %[temp7], %[temp15] \n\t"
309 "addu %[temp15], %[temp3], %[temp17] \n\t"
328 "mul %[temp9], %[temp15],
[all...]
H A Denc_mips32.c29 // temp0..temp15 holds tmp[0]..tmp[15]
58 // temp0..temp15 holds tmp[0]..tmp[15]
120 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; local
128 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15)
133 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15)
140 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17),
412 // temp0..temp15 holds tmp[0]..tmp[15]
450 // temp0..temp15 holds tmp[0]..tmp[15]
483 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp1 local
[all...]
H A Ddec_mips_dsp_r2.c57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
71 CONVERT_2_BYTES_TO_HALF(temp13, temp14, temp3, temp15, temp5, temp16,
75 STORE_SAT_SUM_X2(temp13, temp14, temp3, temp15, temp5, temp16, temp11,
88 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
107 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17,
109 temp15, temp4, temp16, temp17)
117 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8)
125 temp3, temp13, temp1, temp9, temp9, temp13, temp11, temp15,
127 MUL_SHIFT_SUM(temp6, temp8, temp18, temp17, temp11, temp15, temp12, temp16,
128 temp8, temp15, temp
165 int temp10, temp11, temp12, temp13, temp14, temp15; local
[all...]
H A Denc_mips_dsp_r2.c72 [temp14]"=&r"(temp14), [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), \
76 // temp0..temp15 holds tmp[0]..tmp[15]
113 // temp0..temp15 holds tmp[0]..tmp[15]
148 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
157 HORIZONTAL_PASS(3, temp12, temp13, temp14, temp15)
162 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15)
176 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
195 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17,
197 temp15, temp
252 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17; local
[all...]
/external/libavc/common/x86/
H A Dih264_iquant_itrans_recon_ssse3.c396 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, local
687 temp15 = _mm_srai_epi32(resq_r5_2, 1);
689 temp14 = _mm_add_epi32(temp14, temp15);
873 temp15 = _mm_srai_epi32(resq_r5_2, 1);
875 temp14 = _mm_add_epi32(temp14, temp15);

Completed in 63 milliseconds