Searched refs:temp11 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c122 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; local
130 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11)
136 HORIZONTAL_PASS(48, 49, 50, 51, temp3, temp7, temp11, temp15)
141 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11),
478 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
488 HORIZONTAL_PASS(32, 33, 34, 35, temp8, temp9, temp10, temp11)
494 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15)
499 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11),
[all...]
H A Ddec_mips32.c214 int temp10, temp11, temp12, temp13, temp14; local
252 "lh %[temp11], 22(%[in]) \n\t"
288 "addu %[temp16], %[temp3], %[temp11] \n\t"
289 "subu %[temp3], %[temp3], %[temp11] \n\t"
290 "mul %[temp11], %[temp7], %[kC2] \n\t"
298 "sra %[temp11], %[temp11], 16 \n\t"
300 "subu %[temp17], %[temp11], %[temp17] \n\t"
304 "addu %[temp11], %[temp16], %[temp7] \n\t"
309 "mul %[temp17], %[temp11],
[all...]
/external/webp/src/dsp/
H A Denc_mips32.c122 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; local
130 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11)
136 HORIZONTAL_PASS(48, 49, 50, 51, temp3, temp7, temp11, temp15)
141 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11),
478 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
488 HORIZONTAL_PASS(32, 33, 34, 35, temp8, temp9, temp10, temp11)
494 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15)
499 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11),
[all...]
H A Ddec_mips32.c214 int temp10, temp11, temp12, temp13, temp14; local
252 "lh %[temp11], 22(%[in]) \n\t"
288 "addu %[temp16], %[temp3], %[temp11] \n\t"
289 "subu %[temp3], %[temp3], %[temp11] \n\t"
290 "mul %[temp11], %[temp7], %[kC2] \n\t"
298 "sra %[temp11], %[temp11], 16 \n\t"
300 "subu %[temp17], %[temp11], %[temp17] \n\t"
304 "addu %[temp11], %[temp16], %[temp7] \n\t"
309 "mul %[temp17], %[temp11],
[all...]
/external/libhevc/common/x86/
H A Dihevc_intra_pred_filters_sse42_intr.c1459 int temp11, temp21, temp31, temp41; local
1545 temp11 = _mm_cvtsi128_si32(src_temp7_8x16b);
1551 *(WORD32 *)(&pu1_dst[(0 * dst_strd)]) = temp11;
2004 int temp11, temp21, temp31, temp41; local
2112 temp11 = _mm_cvtsi128_si32(src_temp7_8x16b);
2118 *(WORD32 *)(&pu1_dst[(0 * dst_strd)]) = temp11;
2128 __m128i temp1, temp2, temp3, temp11, temp12; local
2142 temp11 = _mm_loadu_si128((__m128i *)(inv_angle_shuffle[17 - mode]));
2148 src_values1 = _mm_shuffle_epi8(src_values1, temp11);
2346 __m128i temp1, temp2, temp11, src_values local
2551 __m128i temp1, temp2, temp11, src_values0; local
2807 __m128i temp11, temp12, temp13, temp14; local
3429 int temp11, temp21, temp31, temp41; local
3569 __m128i temp11, temp12, temp13, temp14; local
4112 int temp11, temp21, temp31, temp41; local
[all...]
H A Dihevc_intra_pred_filters_ssse3_intr.c2372 int temp11, temp21, temp31, temp41; local
2464 temp11 = _mm_cvtsi128_si32(src_temp7_8x16b);
2470 *(WORD32 *)(&pu1_dst[(0 * dst_strd)]) = temp11;
2924 int temp11, temp21, temp31, temp41; local
3038 temp11 = _mm_cvtsi128_si32(src_temp7_8x16b);
3044 *(WORD32 *)(&pu1_dst[(0 * dst_strd)]) = temp11;
3054 __m128i temp1, temp2, temp3, temp11, temp12; local
3068 temp11 = _mm_loadu_si128((__m128i *)(inv_angle_shuffle[17 - mode]));
3074 src_values1 = _mm_shuffle_epi8(src_values1, temp11);
3272 __m128i temp1, temp2, temp11, src_values local
3477 __m128i temp1, temp2, temp11, src_values0; local
3731 __m128i temp11, temp12, temp13, temp14; local
4352 int temp11, temp21, temp31, temp41; local
4496 __m128i temp11, temp12, temp13, temp14; local
5037 int temp11, temp21, temp31, temp41; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c84 const GLfloat temp11 = LERP(a, v011, v111); local
86 const GLfloat temp1 = LERP(b, temp01, temp11);
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c84 const GLfloat temp11 = LERP(a, v011, v111); local
86 const GLfloat temp1 = LERP(b, temp01, temp11);

Completed in 1412 milliseconds