/external/libavc/common/x86/ |
ih264_iquant_itrans_recon_ssse3.c | 396 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, local 417 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result 418 scalemat_r0_1 = _mm_unpacklo_epi16(temp10, zero_8x16b); // b00*q0 0 b01*q1 0 b02*q2 0 b03*q3 0 -- 16 bit long 419 scalemat_r0_2 = _mm_unpackhi_epi16(temp10, zero_8x16b); // b04*q4 0 b05*q5 0 b06*q6 0 b07*q7 0 -- 16 bit long 440 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result 441 scalemat_r0_1 = _mm_unpacklo_epi16(temp10, zero_8x16b); // b00*q0 0 b01*q1 0 b02*q2 0 b03*q3 0 -- 16 bit long 442 scalemat_r0_2 = _mm_unpackhi_epi16(temp10, zero_8x16b); // b04*q4 0 b05*q5 0 b06*q6 0 b07*q7 0 -- 16 bit long 461 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result 462 scalemat_r0_1 = _mm_unpacklo_epi16(temp10, zero_8x16b); // b00*q0 0 b01*q1 0 b02*q2 0 b03*q3 0 -- 16 bit long 463 scalemat_r0_2 = _mm_unpackhi_epi16(temp10, zero_8x16b); // b04*q4 0 b05*q5 0 b06*q6 0 b07*q7 0 -- 16 bit lon [all...] |
/external/webp/src/dsp/ |
dec_mips32.c | 214 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] \n\t [all...] |
enc_mips32.c | 122 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), [temp11]"=&r"(temp11) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Matrix3f.java | 790 float temp10, temp11, temp12; local 799 temp10 = m10 * mat.m00 + m11 * mat.m10 + m12 * mat.m20; 809 product.m10 = temp10; [all...] |
Matrix4f.java | 1019 float temp10, temp11, temp12, temp13;
local 1040 temp10 = m10 * in2.m00
[all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 82 const GLfloat temp10 = LERP(a, v010, v110); local 85 const GLfloat temp0 = LERP(b, temp00, temp10); [all...] |