HomeSort by relevance Sort by last modified time
    Searched refs:temp0 (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/third_party/libwebp/dsp/
dec_mips32.c 212 int temp0, temp1, temp2, temp3, temp4; local
222 "lh %[temp0], 0(%[in]) \n\t"
226 "addu %[temp16], %[temp0], %[temp8] \n\t"
227 "subu %[temp0], %[temp0], %[temp8] \n\t"
254 "addu %[temp12], %[temp0], %[temp17] \n\t"
255 "subu %[temp0], %[temp0], %[temp17] \n\t"
294 "addiu %[temp0], %[temp0], 4 \n\t
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
216 "lw %[temp0], 0(%[frow_t]) \n\t"
219 "sll %[temp0], %[temp0], 2 \n\t"
220 "madd %[temp0], %[yscale] \n\t"
222 "lw %[temp0], 0(%[irow_t]) \n\t"
225 "subu %[temp0], %[temp0], %[temp1] \n\t"
227 "sll %[temp0], %[temp0], 2 \n\t
    [all...]
  /external/webp/src/dsp/
dec_mips32.c 212 int temp0, temp1, temp2, temp3, temp4; local
222 "lh %[temp0], 0(%[in]) \n\t"
226 "addu %[temp16], %[temp0], %[temp8] \n\t"
227 "subu %[temp0], %[temp0], %[temp8] \n\t"
254 "addu %[temp12], %[temp0], %[temp17] \n\t"
255 "subu %[temp0], %[temp0], %[temp17] \n\t"
294 "addiu %[temp0], %[temp0], 4 \n\t
    [all...]
  /external/webp/src/utils/
rescaler.c 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
216 "lw %[temp0], 0(%[frow_t]) \n\t"
219 "sll %[temp0], %[temp0], 2 \n\t"
220 "madd %[temp0], %[yscale] \n\t"
222 "lw %[temp0], 0(%[irow_t]) \n\t"
225 "subu %[temp0], %[temp0], %[temp1] \n\t"
227 "sll %[temp0], %[temp0], 2 \n\t
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 315 int32 temp0; local
320 temp0 = vec[14];
357 vec[28] = temp0;
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_SSE_Math.h 201 __m128 temp0 = _mm_load_ps(in); local
203 out->real = _mm_shuffle_ps(temp0, temp1, _MM_SHUFFLE(2, 0, 2, 0));
204 out->imag = _mm_shuffle_ps(temp0, temp1, _MM_SHUFFLE(3, 1, 3, 1));
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 931 int32 temp0; local
1014 se_v(psBits, &temp0);
1015 se_v(psBits, &temp0);
1020 se_v(psBits, &temp0);
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 933 int32 temp0; local
1037 se_v(psBits, &temp0);
1038 se_v(psBits, &temp0);
1043 se_v(psBits, &temp0);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 400 SVGA3dShaderDestToken temp0; local
406 temp0.value = 0;
433 temp0 = get_temp( emit );
435 if (!emit_repl( emit, temp0, &src0 ))
452 release_temp( emit, temp0 );
471 SVGA3dShaderDestToken temp0; local
477 temp0.value = 0;
509 temp0 = get_temp( emit );
511 if (!emit_repl( emit, temp0, &src0 ))
528 release_temp( emit, temp0 );
1118 SVGA3dShaderDestToken temp0 = get_temp( emit ); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 400 SVGA3dShaderDestToken temp0; local
406 temp0.value = 0;
433 temp0 = get_temp( emit );
435 if (!emit_repl( emit, temp0, &src0 ))
452 release_temp( emit, temp0 );
471 SVGA3dShaderDestToken temp0; local
477 temp0.value = 0;
509 temp0 = get_temp( emit );
511 if (!emit_repl( emit, temp0, &src0 ))
528 release_temp( emit, temp0 );
1118 SVGA3dShaderDestToken temp0 = get_temp( emit ); local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psconv.c 207 FT_Int temp0 = 65536; local
240 //while ( temp1 > 0 ) { temp0 *= 10; temp1 --; }
241 //while ( temp1 < 0 ) { temp0 /= 10; temp1 ++; }
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 2022 int32 r0, r1, temp0, temp1, result; local
2066 int i, temp, temp0, temp1; local
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 362 const GLfloat temp0 = LERP(a, v00, v10); local
364 return LERP(b, temp0, temp1);
s_triangle.c 259 const GLint temp0 = ilerp(ia, v00, v10); local
261 return ilerp(ib, temp0, temp1);
    [all...]
s_texfilter.c 66 const GLfloat temp0 = LERP(a, v00, v10); local
68 return LERP(b, temp0, temp1);
85 const GLfloat temp0 = LERP(b, temp00, temp10); local
87 return LERP(c, temp0, temp1);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 362 const GLfloat temp0 = LERP(a, v00, v10); local
364 return LERP(b, temp0, temp1);
s_triangle.c 259 const GLint temp0 = ilerp(ia, v00, v10); local
261 return ilerp(ib, temp0, temp1);
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 789 float temp0 = loop[i]->val + min_val; local
792 loop[i]->val = temp0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 88 const float temp0 = lerp(a, v00, v10); local
90 return lerp(b, temp0, temp1);
102 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110); local
104 return lerp(c, temp0, temp1);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 88 const float temp0 = lerp(a, v00, v10); local
90 return lerp(b, temp0, temp1);
102 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110); local
104 return lerp(c, temp0, temp1);
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 22 @r14 temp0, debugging pointer
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc 5400 Register temp0 = ToRegister(instr->temp0()); local
5409 Register temp0 = ToRegister(instr->temp0()); local
    [all...]
lithium-arm64.cc 2379 LOperand* temp0 = NULL; local
    [all...]
lithium-arm64.h 2566 LOperand* temp0() { return temps_[0]; } function in class:v8::internal::V8_FINAL
    [all...]

Completed in 1075 milliseconds

12 3