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

  /external/webp/src/dsp/
dec_mips32.c 214 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], %[kC1] \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)
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...]
  /external/libavc/common/x86/
ih264_iquant_itrans_recon_ssse3.c 396 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, local
    [all...]
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_sse42_intr.c 1459 int temp11, temp21, temp31, temp41; local
2004 int temp11, temp21, temp31, temp41; local
2128 __m128i temp1, temp2, temp3, temp11, temp12; local
2346 __m128i temp1, temp2, temp11, src_values0; 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...]
ihevc_intra_pred_filters_ssse3_intr.c 2372 int temp11, temp21, temp31, temp41; local
2924 int temp11, temp21, temp31, temp41; local
3054 __m128i temp1, temp2, temp3, temp11, temp12; local
3272 __m128i temp1, temp2, temp11, src_values0; 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/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix3f.java 790 float temp10, temp11, temp12; local
800 temp11 = m10 * mat.m01 + m11 * mat.m11 + m12 * mat.m21;
810 product.m11 = temp11;
    [all...]
Matrix4f.java 1019 float temp10, temp11, temp12, temp13; local
1044 temp11 = m10 * in2.m01
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 84 const GLfloat temp11 = LERP(a, v011, v111); local
86 const GLfloat temp1 = LERP(b, temp01, temp11);
    [all...]

Completed in 224 milliseconds