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

/external/webp/src/dsp/
H A Denc_mips32.c32 // temp0..temp15 holds tmp[0]..tmp[15]
61 // temp0..temp15 holds tmp[0]..tmp[15]
123 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; local
131 VERTICAL_PASS(6, 22, 14, 30, temp20, temp12, temp13, temp14, temp15)
136 HORIZONTAL_PASS(48, 49, 50, 51, temp3, temp7, temp11, temp15)
143 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17),
407 // temp0..temp15 holds tmp[0]..tmp[15]
445 // temp0..temp15 holds tmp[0]..tmp[15]
478 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp1 local
[all...]
H A Ddec_mips32.c215 int temp15, temp16, temp17, temp18; local
253 "lh %[temp15], 30(%[in]) \n\t"
286 "mul %[temp17], %[temp15], %[kC1] \n\t"
287 "mul %[temp15], %[temp15], %[kC2] \n\t"
297 "sra %[temp15], %[temp15], 16 \n\t"
301 "addu %[temp7], %[temp7], %[temp15] \n\t"
302 "addu %[temp15], %[temp3], %[temp17] \n\t"
321 "mul %[temp9], %[temp15],
[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 97 milliseconds