HomeSort by relevance Sort by last modified time
    Searched refs:temp1 (Results 76 - 100 of 245) sorted by null

1 2 34 5 6 7 8 910

  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 461 ;temp1 = input[1 * 32] * cospi_31_64 - input[31 * 32] * cospi_1_64;
463 ;step1b[16][i] = dct_const_round_shift(temp1);
469 ;temp1 = input[17 * 32] * cospi_15_64 - input[15 * 32] * cospi_17_64;
471 ;step1b[17][i] = dct_const_round_shift(temp1);
487 ;temp1 = step1b[30][i] * cospi_28_64 - step1b[17][i] * cospi_4_64;
489 ;step3[17] = dct_const_round_shift(temp1);
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
498 ;step1b[18][i] = dct_const_round_shift(temp1);
504 ;temp1 = input[25 * 32] * cospi_7_64 - input[7 * 32] * cospi_25_64;
506 ;step1b[19][i] = dct_const_round_shift(temp1);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 461 ;temp1 = input[1 * 32] * cospi_31_64 - input[31 * 32] * cospi_1_64;
463 ;step1b[16][i] = dct_const_round_shift(temp1);
469 ;temp1 = input[17 * 32] * cospi_15_64 - input[15 * 32] * cospi_17_64;
471 ;step1b[17][i] = dct_const_round_shift(temp1);
487 ;temp1 = step1b[30][i] * cospi_28_64 - step1b[17][i] * cospi_4_64;
489 ;step3[17] = dct_const_round_shift(temp1);
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
498 ;step1b[18][i] = dct_const_round_shift(temp1);
504 ;temp1 = input[25 * 32] * cospi_7_64 - input[7 * 32] * cospi_25_64;
506 ;step1b[19][i] = dct_const_round_shift(temp1);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp8_fdct4x4_test.cc 36 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; local
38 const int c1 = temp1 - temp2;
54 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; local
56 const int c1 = temp1 - temp2;
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 36 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; local
38 const int c1 = temp1 - temp2;
54 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; local
56 const int c1 = temp1 - temp2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_fdct4x4_test.cc 36 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; local
38 const int c1 = temp1 - temp2;
54 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; local
56 const int c1 = temp1 - temp2;
  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 105 int temp1, temp2, temp3; local
113 "li %[temp1], 0x8000 \n\t"
136 "mult %[temp1], %[temp2] \n\t"
150 [temp2] "=&r" (temp2), [temp1] "=&r" (temp1)
158 "lbu %[temp1], 0(%[src1]) \n\t"
159 "move %[temp2], %[temp1] \n\t"
163 "move %[temp2], %[temp1] \n\t"
165 "lbu %[temp1], 0(%[src1]) \n\t"
168 "subu %[temp3], %[temp2], %[temp1] \n\t
202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
    [all...]
  /external/libgsm/src/
rpe.c 126 /* register word temp1; */
143 * temp1 = SASR( x[m + 3*i], 2 );
145 * assert(temp1 != MIN_WORD);
147 * L_temp = GSM_L_MULT( temp1, temp1 );
267 word xmax, xmaxc, temp, temp1, temp2; local
326 temp1 = 6 - exp; /* normalization by the exponent */
331 assert(temp1 >= 0 && temp1 < 16);
333 temp = xM[i] << temp1;
361 word temp, temp1, temp2, temp3; local
    [all...]
short_term.c 27 register word temp1 /* , temp2 */; local
42 * temp1 = GSM_ADD( *LARc, *MIC ) << 10;
44 * temp1 = GSM_SUB( temp1, temp2 );
48 * temp1 = GSM_MULT_R( *INVA, temp1 );
49 * *LARpp = GSM_ADD( temp1, temp1 );
55 temp1 = GSM_ADD( *LARc++, MIC ) << 10; \
56 temp1 = GSM_SUB( temp1, B << 1 );
    [all...]
  /external/webp/src/utils/
rescaler.c 105 int temp1, temp2, temp3; local
113 "li %[temp1], 0x8000 \n\t"
136 "mult %[temp1], %[temp2] \n\t"
150 [temp2] "=&r" (temp2), [temp1] "=&r" (temp1)
158 "lbu %[temp1], 0(%[src1]) \n\t"
159 "move %[temp2], %[temp1] \n\t"
163 "move %[temp2], %[temp1] \n\t"
165 "lbu %[temp1], 0(%[src1]) \n\t"
168 "subu %[temp3], %[temp2], %[temp1] \n\t
202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 321 int32 temp1 = out[slot ]; local
324 out[slot ] = -temp1;
342 int32 temp1 = history[slot ]; local
345 out[slot ] = temp1;
349 temp1 = history[slot+3];
352 out[slot+3] = -temp1;
361 int32 temp1 = history[slot ]; local
364 out[slot ] = temp1;
pvmp3_equalizer.cpp 341 int32 temp1 = (pt_work_buff[ i ]); local
345 *(inData++) = temp1;
356 int32 temp1 = (pt_work_buff[ i ]); local
360 *(inData++) = temp1;
381 int32 temp1 = (pt_work_buff[ i ]); local
385 *(inData++) = fxp_mul32_Q32(temp1 << 1, *(pt_equalizer++));
398 int32 temp1 = (pt_work_buff[ i ]); local
402 *(inData++) = fxp_mul32_Q32(temp1 << 1, *(pt_equalizer++));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tgsi.c 153 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
164 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
168 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3));
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
177 ureg_MAD(ureg, temp1,
181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z));
186 ureg_release_temporary(ureg, temp1);
204 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
215 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 131 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
143 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
147 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3));
151 ureg_src(temp1));
158 ureg_MAD(ureg, temp1,
164 ureg_src(temp1),
171 ureg_release_temporary(ureg, temp1);
191 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
204 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 153 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
164 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
168 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3));
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
177 ureg_MAD(ureg, temp1,
181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z));
186 ureg_release_temporary(ureg, temp1);
204 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
215 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 131 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
143 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
147 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3));
151 ureg_src(temp1));
158 ureg_MAD(ureg, temp1,
164 ureg_src(temp1),
171 ureg_release_temporary(ureg, temp1);
191 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
204 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.cpp 81 static double calcHue(double temp1, double temp2, double hueVal)
88 return temp1 + (temp2 - temp1) * hueVal * 6.0;
92 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
93 return temp1;
111 double temp1 = 2.0 * lightness - temp2;
113 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor),
114 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor),
115 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 72 4. Introduced array temp1[], to pre-calculate the elements
580 Word16 temp1[2*L_CODE]; local
637 p_temp1 = temp1;
668 p_temp1 = temp1;
702 p_temp1 = temp1;
744 p_temp1 = temp1;
778 p_temp1 = temp1;
829 p_temp1 = temp1;
869 p_temp1 = temp1;
926 p_temp1 = temp1;
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 617 LOperand* temp1,
622 temps_[0] = temp1;
629 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
802 explicit LBranch(LOperand* value, LOperand *temp1, LOperand *temp2) {
804 temps_[0] = temp1;
809 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1019 LClampTToUint8(LOperand* unclamped, LOperand* temp1, LOperand* temp2) {
1021 temps_[0] = temp1;
1026 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1062 LClassOfTestAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2)
1069 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1581 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1598 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1911 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::LMathAbsTagged
1936 LOperand* temp1() { return temps_[1]; } function in class:v8::internal::V8_FINAL
2071 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2191 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2210 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2567 LOperand* temp1() { return temps_[1]; } function in class:v8::internal::V8_FINAL
2684 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2788 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2874 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2901 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2948 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::V8_FINAL
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 139 UChar temp1[512]; local
248 u_uastrcpy(temp1, "$100,000,000.00");
269 if(u_strcmp(result, temp1)==0)
283 u_uastrcpy(temp1, "-$10,456.37");
301 if(result && u_strcmp(result, temp1)==0)
305 aescstrdup(result, -1), aescstrdup(temp1, -1));
338 u_uastrcpy(temp1, "Y1,235");
339 temp1[0] = 0xA5; /* Yen sign */
353 if (result && u_strcmp(result, temp1)==0) {
357 aescstrdup(result, -1), aescstrdup(temp1, -1))
1220 char temp1[128]; local
1255 UChar temp1[512]; local
1369 UChar temp1[512]; local
1963 char temp1[256]; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 450 int32_t stored1, adept1, spectrum1, echo1, temp1; local
467 "mul %[temp1], %[adept1], %[spectrum1] \n\t"
474 "addu %[par2], %[par2], %[temp1] \n\t"
486 "mul %[temp1], %[adept1], %[spectrum1] \n\t"
495 "addu %[par2], %[par2], %[temp1] \n\t"
504 [spectrum1] "=&r" (spectrum1), [temp1] "=&r" (temp1),
529 int16_t* temp1; local
533 temp1 = &(aecm->channelStored[0]);
543 "ulw %[temp2], 0(%[temp1]) \n\t
576 int32_t temp1, temp2, temp4, temp5; local
845 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.cpp 329 Word16 temp1, temp2;
376 temp1 = extract_h (L_tmp);
392 temp2 = div_s (temp2, temp1);
455 Word16 temp1; local
518 temp1 = (Word16)(L_tmp >> 16);
556 temp2 = div_s(temp2, temp1);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
893 result = armSatAdd_S32(temp1,temp2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
893 result = armSatAdd_S32(temp1,temp2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
893 result = armSatAdd_S32(temp1,temp2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 105 temp1 RN 3 label
287 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
290 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
303 STRH diffMVdx,[pDstMVCurMB,temp1]
307 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
309 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
316 STRH diffMVdx,[pDstMVCurMB,temp1]

Completed in 739 milliseconds

1 2 34 5 6 7 8 910