Searched refs:temp3 (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_polyphase_filter_window.cpp138 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
214 int32 temp3 = pt_synth[ SUBBANDS_NUMBER/2]; local
[all...]
H A Dpvmp3_imdct_synth.cpp323 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;
H A Dpvmp3_dct_16.cpp318 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;
H A Dpvmp3_equalizer.cpp343 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++));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s139 temp3 RN 12 label
366 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
371 ASR temp3, temp3, #2 ;// Temp3 = Temp3 >> 2
373 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
378 SMLABB temp3, colOp12, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
383 ASR temp3, temp3, #2 ;// Temp3 = Temp3 >> 2
385 PKHBT out12, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
389 SMLABB temp3, colOp2
[all...]
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s79 temp3 RN 14 label
95 LDRH temp3,[pVRow,#2] ;// temp3 = [00|0b]
97 ORR rowLuma01,rowLuma01,temp3,LSL #16 ;// rowLuma01 = [0b|0a]
171 SMULTT temp3,SrcDst32,rowLuma01 ;// pSrcDst[15] * (pVRow[1]<<Shift)
176 PKHBT SrcDst32,SrcDst32,temp3,LSL #16
224 temp3 RN 14 label
314 SMULTT temp3,SrcDst32,rowLuma01 ;// pSrcDst[15] * (pVRow[1]<<Shift)
319 PKHBT SrcDst32,SrcDst32,temp3,LSL #16
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s116 temp3 RN 6 label
174 ADD temp3,dcScaler,#1
176 LSR temp3,temp3,#1 ;// temp3=round(dcScaler/2)
182 CMP Rem,temp3
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s78 temp3 RN 4 label
234 LDR temp3,=0xFFF
236 CMP packRetIndex,temp3 ;// Check for invalid symbol
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s78 temp3 RN 4 label
234 LDR temp3,=0xFFF
236 CMP packRetIndex,temp3 ;// Check for invalid symbol
H A DomxVCM4P2_PredictReconCoefIntra_s.s118 temp3 RN 12 label
198 ADD temp3,dcScaler,#1
200 LSR temp3,temp3,#1 ;// temp3=round(dcScaler/2)
205 CMP Rem,temp3 ;// compare Rem with (dcScaler/2)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c895 OMX_S32 temp1,temp2,temp3; local
906 temp3 = ( hi2* lo1 ) >> 16;
909 result = armSatAdd_S32(result,temp3);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c895 OMX_S32 temp1,temp2,temp3; local
906 temp3 = ( hi2* lo1 ) >> 16;
909 result = armSatAdd_S32(result,temp3);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c895 OMX_S32 temp1,temp2,temp3; local
906 temp3 = ( hi2* lo1 ) >> 16;
909 result = armSatAdd_S32(result,temp3);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp178 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);

Completed in 3235 milliseconds