HomeSort by relevance Sort by last modified time
    Searched defs:temp10 (Results 1 - 8 of 8) sorted by null

  /external/webp/src/dsp/
rescaler_mips_dsp_r2.c 43 int temp8, temp9, temp10, temp11; local
68 "lw %[temp10], 8(%[irow]) \n\t"
74 "subu %[temp10], %[temp10], %[temp2] \n\t"
81 "maddu $ac2, %[temp10], %[temp7] \n\t"
86 "mfhi %[temp10], $ac2 \n\t"
94 "sb %[temp10], -2(%[dst]) \n\t"
100 [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), [temp10]"=&r"(temp10),
226 int temp8, temp9, temp10, temp11 local
    [all...]
dec_mips32.c 221 int temp10, temp11, temp12, temp13, temp14; local
249 "lh %[temp10], 20(%[in]) \n\t"
279 "addu %[temp16], %[temp2], %[temp10] \n\t"
280 "subu %[temp2], %[temp2], %[temp10] \n\t"
281 "mul %[temp10], %[temp6], %[kC2] \n\t"
285 "sra %[temp10], %[temp10], 16 \n\t"
287 "subu %[temp17], %[temp10], %[temp17] \n\t"
289 "addu %[temp10], %[temp16], %[temp6] \n\t"
313 "addu %[temp16], %[temp8], %[temp10] \n\t
    [all...]
enc_mips32.c 120 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; local
128 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11)
133 HORIZONTAL_PASS(2, temp2, temp6, temp10, temp14)
139 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11),
485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
495 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11)
500 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14)
506 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11)
    [all...]
dec_mips_dsp_r2.c 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local
38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2,
40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3,
57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4,
74 temp4, temp7, temp6, temp10, temp9)
88 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14,
97 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6,
99 INSERT_HALF_X2(temp8, temp7, temp10, temp9
165 int temp10, temp11, temp12, temp13, temp14, temp15; local
    [all...]
enc_mips_dsp_r2.c 149 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
157 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11)
162 VERTICAL_PASS(4, 12, 20, 28, temp2, temp6, temp10, temp14)
177 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; local
185 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14,
186 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6,
188 INSERT_HALF_X2(temp8, temp7, temp10, temp9)
195 LOAD_IN_X2(temp9, temp10, 28, 30)
197 temp12, temp14, temp11, temp13, temp17, temp18, temp9, temp10,
204 SRA_16(temp9, temp10, temp11, temp12, temp1, temp2, temp5, temp6
253 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17; local
736 int temp6, temp7, temp8, temp9, temp10, temp11; local
835 int temp6, temp7, temp8, temp9, temp10, temp11; local
    [all...]
  /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/libvpx/libvpx/vpx_dsp/ppc/
inv_txfm_vsx.c 191 temp10 = vec_sub(vec_mule(tmp16_0, cospi0), vec_mulo(tmp16_0, cospi1)); \
193 DCT_CONST_ROUND_SHIFT(temp10); \
195 outpt0 = vec_packs(temp10, temp11); \
196 temp10 = vec_add(vec_mule(tmp16_0, cospi1), vec_mulo(tmp16_0, cospi0)); \
198 DCT_CONST_ROUND_SHIFT(temp10); \
200 outpt1 = vec_packs(temp10, temp11);
207 temp10 = vec_mule(tmp16_0, cospi); \
209 DCT_CONST_ROUND_SHIFT(temp10); \
211 outpt0 = vec_packs(temp10, temp11); \
212 temp10 = vec_mulo(tmp16_0, cospi);
268 int32x4_t temp10, temp11; local
525 int32x4_t temp10, temp11, temp20, temp21, temp30; local
997 int32x4_t temp10, temp11, temp20, temp21, temp30; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 84 const GLfloat temp10 = LERP(a, v010, v110); local
87 const GLfloat temp0 = LERP(b, temp00, temp10);
    [all...]

Completed in 3367 milliseconds