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

1 2

  /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;
  /frameworks/av/media/libstagefright/codecs/aacdec/
dst8.cpp 116 Int32 temp3; local
132 temp3 = fxp_mul32_by_16(vec[3], Qfmt15(0.60134488693505F)); /* (1/(2*cos(3*phi)));*/
152 tmp_bb = (temp5 - temp3);
153 temp5 = fxp_mul32_Q29((temp5 + temp3), Qfmt(1.30656296487638F)); /* (1/(2*cos(6*phi))); */
mix_radix_fft.cpp 198 Int32 temp3; local
233 temp3 = (*pData_3);
237 *pData_3++ = (temp3 + temp4) >> exp;
238 *pData_4 = (temp3 - temp4) >> exp;
247 temp3 = (*pData_1);
250 *pData_1++ = (temp3 + temp4) >> exp;
251 *pData_2-- = (temp3 - temp4) >> exp;
268 temp3 = (*pData_3);
274 diff2 = (temp3 - temp4) >> (exp - 4);
275 *pData_3++ = (temp3 + temp4) >> exp
    [all...]
ps_fft_rx8.cpp 174 Int32 temp3; local
189 temp3 = *(pt_i1++); /* Imag */
196 *(pt_Q++) = temp3 + temp4;
198 *(pt_Q++) = temp3 - temp4;
202 temp3 = *(pt_i1++);
206 *(pt_Q++) = temp3 + temp4;
208 aux_i[0] = temp3 - temp4;
212 temp3 = *(pt_i1++);
216 *(pt_Q++) = temp3 + temp4;
217 *(pt_Q++) = temp4 - temp3; /* Q(4) = (v(2) - v(6))*j *
    [all...]
analysis_sub_band.cpp 212 Int32 temp3; local
246 temp3 = (*(pt_cos1++) - *(pt_sin2++));
253 temp1 = cmplx_mul32_by_16(temp3, temp4, exp_1_5);
254 temp2 = cmplx_mul32_by_16(temp4, -temp3, exp_1_5);
259 temp3 = (*(pt_cos1++) + *(pt_sin2++));
263 temp1 = cmplx_mul32_by_16(temp3, temp4, exp_1_5);
264 temp2 = cmplx_mul32_by_16(temp4, -temp3, exp_1_5);
269 temp3 = (*(pt_cos1++) - *(pt_sin2++));
calc_auto_corr.cpp 141 Int32 temp3; local
153 temp3 = (realBuf[-1][bd]) >> N;
157 temp_r11r = fxp_mac64_Q31(0, temp3, temp3); /* [j-1]*[j-1] */
158 temp_r12r = fxp_mac64_Q31(0, temp3, temp5); /* [j-1]*[j-2] */
166 temp_r01r = fxp_mac64_Q31(temp_r01r, temp1, temp3); /* [j ]*[j-1] */
170 temp5 = temp3;
171 temp3 = temp1;
179 temp_r22r = fxp_mac64_Q31(temp_r22r, -temp3, temp3);
261 Int32 temp3; local
    [all...]
fft_rx4_long.cpp 219 Int32 temp3; local
252 temp3 = *pData3++;
255 t1 = temp3 + temp4;
258 t2 = temp3 - temp4;
265 temp3 = *pData3;
271 t1 = temp3 + temp4;
276 r1 = temp3 - temp4;
306 temp3 = *pData3++;
309 r3 = temp3 + temp4;
310 r4 = temp3 - temp4
    [all...]
ps_stereo_processing.cpp 184 Int32 temp3; local
231 temp3 = fxp_mul32_by_16(temp1, h11);
232 *(ptr_hybrLeftReal) = fxp_mac32_by_16(temp2, h21, temp3) << 1;
234 temp3 = fxp_mul32_by_16(temp1, h12);
235 *(ptr_hybrRightReal) = fxp_mac32_by_16(temp2, h22, temp3) << 1;
244 temp3 = fxp_mul32_by_16(temp1, h11);
245 *(ptr_hybrLeftImag) = fxp_mac32_by_16(temp2, h21, temp3) << 1;
247 temp3 = fxp_mul32_by_16(temp1, h12);
248 *(ptr_hybrRightImag) = fxp_mac32_by_16(temp2, h22, temp3) << 1;
284 temp3 = fxp_mul32_by_16(temp1, h11)
    [all...]
fft_rx4_short.cpp 223 Int32 temp3; local
274 temp3 = *(pData3++);
276 temp3 >>= shift;
279 t1 = temp3 + temp4;
280 t2 = temp3 - temp4;
293 temp3 = *pData3;
295 temp3 >>= shift;
298 t1 = temp3 + temp4;
299 r1 = temp3 - temp4;
334 temp3 = *(pData3++)
    [all...]
synthesis_sub_band.cpp 147 Int32 temp3; local
165 temp3 = *(pt_cosTerms++);
167 *(pt_temp_o++) = fxp_mul32_Q31((temp1 - temp2), temp3) << 1;
174 temp3 = *(pt_cosTerms++);
176 *(pt_temp_o++) = fxp_mul32_Q26((temp1 - temp2), temp3);
200 temp3 = *(pt_temp_o--);
202 *(pt_Sr_1--) = temp2 + temp3;
205 *(pt_Sr_1--) = temp1 + temp3;
231 temp3 = *(pt_temp_x--);
234 *(pt_data_1--) = (Int16) fxp_mul32_Q31((temp11 + temp3), SCALE_DOWN_LP)
    [all...]
sbr_generate_high_freq.cpp 493 Int32 temp3; local
574 temp3 = temp1 > 0 ? temp1 : -temp1;
578 if ((temp3 >> 2) >= temp2 || fac == (Int32)0x80000000)
607 temp3 = (quotient.quotient >> 2); /* Q28 */
611 temp3 >>= quotient.shift_factor; /* Q28 */
615 temp3 <<= (-quotient.shift_factor); /* Q28 */
618 alphar[0][loBand] = fac - fxp_mul32_Q28(alphar[1][loBand], temp3) ; /* Q28 */
701 Int32 temp3; local
755 temp3 = sourceBufferReal[i - 2][loBand];
762 fxp_mul32_Q28(a1r, temp3);
    [all...]
  /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 );
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 64 temp3 RN 4 label
220 LDR temp3,=0xFFF
222 CMP packRetIndex,temp3 ;// Check for invalid symbol
omxVCM4P2_PredictReconCoefIntra_s.s 102 temp3 RN 6 label
160 ADD temp3,dcScaler,#1
162 LSR temp3,temp3,#1 ;// temp3=round(dcScaler/2)
168 CMP Rem,temp3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 64 temp3 RN 4 label
220 LDR temp3,=0xFFF
222 CMP packRetIndex,temp3 ;// Check for invalid symbol
omxVCM4P2_PredictReconCoefIntra_s.s 104 temp3 RN 12 label
184 ADD temp3,dcScaler,#1
186 LSR temp3,temp3,#1 ;// temp3=round(dcScaler/2)
191 CMP Rem,temp3 ;// compare Rem with (dcScaler/2)
  /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
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 178 Word16 temp3; local
195 temp3 = mult(COEFF5_2, data1, pOverflow);
198 temp3 = sub(temp2, temp3, pOverflow);
200 temp2 = mult(COEFF5_2, temp3, pOverflow);
213 data1 = mult(COEFF5_2, temp3, pOverflow);
218 temp2 = add(temp3, temp2, pOverflow);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 880 OMX_S32 temp1,temp2,temp3; local
891 temp3 = ( hi2* lo1 ) >> 16;
894 result = armSatAdd_S32(result,temp3);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 65 temp3 RN 14 label
81 LDRH temp3,[pVRow,#2] ;// temp3 = [00|0b]
83 ORR rowLuma01,rowLuma01,temp3,LSL #16 ;// rowLuma01 = [0b|0a]
157 SMULTT temp3,SrcDst32,rowLuma01 ;// pSrcDst[15] * (pVRow[1]<<Shift)
162 PKHBT SrcDst32,SrcDst32,temp3,LSL #16
210 temp3 RN 14 label
300 SMULTT temp3,SrcDst32,rowLuma01 ;// pSrcDst[15] * (pVRow[1]<<Shift)
305 PKHBT SrcDst32,SrcDst32,temp3,LSL #16
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 880 OMX_S32 temp1,temp2,temp3; local
891 temp3 = ( hi2* lo1 ) >> 16;
894 result = armSatAdd_S32(result,temp3);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 880 OMX_S32 temp1,temp2,temp3; local
891 temp3 = ( hi2* lo1 ) >> 16;
894 result = armSatAdd_S32(result,temp3);

Completed in 566 milliseconds

1 2