HomeSort by relevance Sort by last modified time
    Searched defs:temp3 (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.cpp 138 int32 temp3 = pt_2[ SUBBANDS_NUMBER*15 ]; local
143 sum2 = fxp_mac32_Q32(sum2, temp3, winPtr[ 0]);
145 sum1 = fxp_msb32_Q32(sum1, temp3, winPtr[ 1]);
152 temp3 = pt_2[ SUBBANDS_NUMBER*13];
157 sum2 = fxp_mac32_Q32(sum2, temp3, winPtr[ 4]);
159 sum1 = fxp_msb32_Q32(sum1, temp3, winPtr[ 5]);
166 temp3 = pt_2[ SUBBANDS_NUMBER*11 ];
171 sum2 = fxp_mac32_Q32(sum2, temp3, winPtr[ 8]);
173 sum1 = fxp_msb32_Q32(sum1, temp3, winPtr[ 9]);
180 temp3 = pt_2[ SUBBANDS_NUMBER*9 ]
214 int32 temp3 = pt_synth[ SUBBANDS_NUMBER\/2]; local
    [all...]
pvmp3_equalizer.cpp 343 int32 temp3 = (pt_work_buff[ i + 2*FILTERBANK_BANDS ]); local
347 *(inData++) = temp3;
358 int32 temp3 = (pt_work_buff[ i + 2*FILTERBANK_BANDS ]); local
362 *(inData++) = temp3;
383 int32 temp3 = (pt_work_buff[ i + 2*FILTERBANK_BANDS ]); local
387 *(inData++) = fxp_mul32_Q32(temp3 << 1, *(pt_equalizer++));
400 int32 temp3 = (pt_work_buff[ i + 2*FILTERBANK_BANDS ]); local
404 *(inData++) = fxp_mul32_Q32(temp3 << 1, *(pt_equalizer++));
pvmp3_imdct_synth.cpp 323 int32 temp3 = out[slot+4]; local
326 out[slot+4] = -temp3;
344 int32 temp3 = history[slot+2]; local
347 out[slot+2] = temp3;
351 temp3 = history[slot+5];
354 out[slot+5] = -temp3;
363 int32 temp3 = history[slot+2]; local
366 out[slot+2] = temp3;
pvmp3_dct_16.cpp 318 int32 temp3; local
326 temp3 = vec[ 8];
333 vec[16] = temp3;
342 temp3 = vec[11];
345 vec[22] = temp3;
346 temp3 = vec[15];
359 vec[30] = temp3;
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 73 namespace temp3 { namespace
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.cc 22 float temp, temp2, temp3, temp4; local
25 temp3 = top - bottom;
32 mat[5] = temp / temp3;
36 mat[9] = (top + bottom) / temp3;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
matrix.cc 22 float temp, temp2, temp3, temp4; local
25 temp3 = top - bottom;
32 mat[5] = temp / temp3;
36 mat[9] = (top + bottom) / temp3;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp8_fdct4x4_test.cc 39 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); local
41 const int d1 = temp3 + temp4;
57 const int temp3 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); local
59 const int d1 = temp3 + temp4;
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 39 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); local
41 const int d1 = temp3 + temp4;
57 const int temp3 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); local
59 const int d1 = temp3 + temp4;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp8_fdct4x4_test.cc 39 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); local
41 const int d1 = temp3 + temp4;
57 const int temp3 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); local
59 const int d1 = temp3 + temp4;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 55 int temp3, temp4; local
73 temp3 = (ip[5] * sinpi8sqrt2) >> 16;
75 c2 = temp3 - temp4;
77 temp3 = ip[5] + ((ip[5] * cospi8sqrt2minus1) >> 16);
79 d2 = temp3 + temp4;
105 temp3 = (ip[7] * sinpi8sqrt2) >> 16;
107 c2 = temp3 - temp4;
109 temp3 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16);
111 d2 = temp3 + temp4;
143 temp3 = (ip[5] * sinpi8sqrt2) >> 16
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice.c 101 int16_t temp2,temp3; local
122 temp3 = (int16_t)WEBRTC_SPL_MUL_16_16(2, u)+lo_hi;
130 gain32 = gain_lo_hiQ17[temp3];
236 int16_t temp2,temp3; local
245 temp3 = (int16_t)WEBRTC_SPL_MUL_16_16(2, u) + lo_hi;
259 tmp32 = WEBRTC_SPL_LSHIFT_W32(gain_lo_hiQ17[temp3], 10); // Q27
  /external/libgsm/src/
rpe.c 361 word temp, temp1, temp2, temp3; local
368 temp3 = gsm_asl( 1, gsm_sub( temp2, 1 ));
380 temp = GSM_ADD( temp, temp3 );
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 55 int temp3, temp4; local
73 temp3 = (ip[5] * sinpi8sqrt2) >> 16;
75 c2 = temp3 - temp4;
77 temp3 = ip[5] + ((ip[5] * cospi8sqrt2minus1) >> 16);
79 d2 = temp3 + temp4;
105 temp3 = (ip[7] * sinpi8sqrt2) >> 16;
107 c2 = temp3 - temp4;
109 temp3 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16);
111 d2 = temp3 + temp4;
143 temp3 = (ip[5] * sinpi8sqrt2) >> 16
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c 104 WebRtc_Word16 temp2,temp3; local
125 temp3 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(2, u)+lo_hi;
133 gain32 = gain_lo_hiQ17[temp3];
239 WebRtc_Word16 temp2,temp3; local
248 temp3 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(2, u) + lo_hi;
262 tmp32 = WEBRTC_SPL_LSHIFT_W32(gain_lo_hiQ17[temp3], 10); // Q27
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 78 temp3 RN 4 label
234 LDR temp3,=0xFFF
236 CMP packRetIndex,temp3 ;// Check for invalid symbol
omxVCM4P2_PredictReconCoefIntra_s.s 116 temp3 RN 6 label
174 ADD temp3,dcScaler,#1
176 LSR temp3,temp3,#1 ;// temp3=round(dcScaler/2)
182 CMP Rem,temp3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 78 temp3 RN 4 label
234 LDR temp3,=0xFFF
236 CMP packRetIndex,temp3 ;// Check for invalid symbol
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 55 int temp3, temp4; local
73 temp3 = (ip[5] * sinpi8sqrt2) >> 16;
75 c2 = temp3 - temp4;
77 temp3 = ip[5] + ((ip[5] * cospi8sqrt2minus1) >> 16);
79 d2 = temp3 + temp4;
105 temp3 = (ip[7] * sinpi8sqrt2) >> 16;
107 c2 = temp3 - temp4;
109 temp3 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16);
111 d2 = temp3 + temp4;
143 temp3 = (ip[5] * sinpi8sqrt2) >> 16
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_mips32.c 212 int temp0, temp1, temp2, temp3, temp4; local
250 "lh %[temp3], 6(%[in]) \n\t"
288 "addu %[temp16], %[temp3], %[temp11] \n\t"
289 "subu %[temp3], %[temp3], %[temp11] \n\t"
302 "addu %[temp15], %[temp3], %[temp17] \n\t"
303 "subu %[temp3], %[temp3], %[temp17] \n\t"
333 "mul %[temp13], %[temp3], %[kC1] \n\t"
335 "mul %[temp3], %[temp3], %[kC2] \n\t
    [all...]
lossless_mips32.c 157 int i, temp0, temp1, temp2, temp3; local
170 "lw %[temp3], 4(%[pY]) \n\t"
173 "addu %[temp2], %[temp2], %[temp3] \n\t"
183 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3),
195 "addiu %[temp3], %[streak], -3 \n\t" \
197 "blez %[temp3], 1f \n\t" \
199 "addu %[temp3], %[pcnts], %[temp1] \n\t" \
201 "lw %[temp1], 0(%[temp3]) \n\t" \
205 "sw %[temp1], 0(%[temp3]) \n\t"
226 int temp0, temp1, temp2, temp3; local
251 int temp0, temp1, temp2, temp3; local
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 105 int temp1, temp2, temp3; local
121 "lbu %[temp3], 0(%[src1]) \n\t"
124 "addu %[sum], %[sum], %[temp3] \n\t"
131 "addu %[temp3], %[sum], %[base] \n\t"
132 "mul %[temp3], %[temp3], %[x_sub] \n\t"
139 "subu %[temp3], %[temp3], %[frac] \n\t"
140 "sw %[temp3], 0(%[frow]) \n\t"
141 "add %[base], %[base], %[temp3] \n\t
202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
    [all...]
  /external/chromium_org/v8/src/arm64/
codegen-arm64.cc 54 Register temp3 = x12; local
58 temp1, temp2, temp3);
514 Register temp3) {
521 temp1, temp2, temp3));
527 Register constants = temp3;
609 __ Mov(temp3, ExternalReference::math_exp_log_table());
611 __ Add(temp3, temp3, Operand(temp2, LSL, kDRegSizeLog2));
612 __ Ldp(temp2.W(), temp3.W(), MemOperand(temp3));
    [all...]
  /external/opencv/cvaux/src/
cvdpstereo.cpp 79 #define CV_IMAX3(a,b,c) ((temp3 = (a) >= (b) ? (a) : (b)),(temp3 >= (c) ? temp3 : (c)))
80 #define CV_IMIN3(a,b,c) ((temp3 = (a) <= (b) ? (a) : (b)),(temp3 <= (c) ? temp3 : (c)))
90 int x, y, i, j, temp3; local
  /external/webp/src/dsp/
dec_mips32.c 212 int temp0, temp1, temp2, temp3, temp4; local
250 "lh %[temp3], 6(%[in]) \n\t"
288 "addu %[temp16], %[temp3], %[temp11] \n\t"
289 "subu %[temp3], %[temp3], %[temp11] \n\t"
302 "addu %[temp15], %[temp3], %[temp17] \n\t"
303 "subu %[temp3], %[temp3], %[temp17] \n\t"
333 "mul %[temp13], %[temp3], %[kC1] \n\t"
335 "mul %[temp3], %[temp3], %[kC2] \n\t
    [all...]

Completed in 1247 milliseconds

1 2 3 4