Searched defs:temp10 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_mips32.c214 int temp10, temp11, temp12, temp13, temp14; local
242 "lh %[temp10], 20(%[in]) \n\t"
272 "addu %[temp16], %[temp2], %[temp10] \n\t"
273 "subu %[temp2], %[temp2], %[temp10] \n\t"
274 "mul %[temp10], %[temp6], %[kC2] \n\t"
278 "sra %[temp10], %[temp10], 16 \n\t"
280 "subu %[temp17], %[temp10], %[temp17] \n\t"
282 "addu %[temp10], %[temp16], %[temp6] \n\t"
306 "addu %[temp16], %[temp8], %[temp10] \
[all...]
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)
135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14)
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)
493 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14)
499 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp1
[all...]
/external/webp/src/dsp/
H A Ddec_mips32.c214 int temp10, temp11, temp12, temp13, temp14; local
242 "lh %[temp10], 20(%[in]) \n\t"
272 "addu %[temp16], %[temp2], %[temp10] \n\t"
273 "subu %[temp2], %[temp2], %[temp10] \n\t"
274 "mul %[temp10], %[temp6], %[kC2] \n\t"
278 "sra %[temp10], %[temp10], 16 \n\t"
280 "subu %[temp17], %[temp10], %[temp17] \n\t"
282 "addu %[temp10], %[temp16], %[temp6] \n\t"
306 "addu %[temp16], %[temp8], %[temp10] \
[all...]
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)
135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14)
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)
493 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14)
499 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp1
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c82 const GLfloat temp10 = LERP(a, v010, v110); local
85 const GLfloat temp0 = LERP(b, temp00, temp10);
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c82 const GLfloat temp10 = LERP(a, v010, v110); local
85 const GLfloat temp0 = LERP(b, temp00, temp10);

Completed in 3612 milliseconds