Searched defs:temp3 (Results 1 - 15 of 15) 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_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++));
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;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s64 temp3 RN 4 label
220 LDR temp3,=0xFFF
222 CMP packRetIndex,temp3 ;// Check for invalid symbol
H A DomxVCM4P2_PredictReconCoefIntra_s.s102 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/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s64 temp3 RN 4 label
220 LDR temp3,=0xFFF
222 CMP packRetIndex,temp3 ;// Check for invalid symbol
H A DomxVCM4P2_PredictReconCoefIntra_s.s104 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)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s65 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
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s125 temp3 RN 12 label
352 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
357 ASR temp3, temp3, #2 ;// Temp3 = Temp3 >> 2
359 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
364 SMLABB temp3, colOp12, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
369 ASR temp3, temp3, #2 ;// Temp3 = Temp3 >> 2
371 PKHBT out12, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
375 SMLABB temp3, colOp2
[all...]
/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);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c880 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/arm_neon/src/
H A DarmCOMM.c880 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/
H A DarmCOMM.c880 OMX_S32 temp1,temp2,temp3; local
891 temp3 = ( hi2* lo1 ) >> 16;
894 result = armSatAdd_S32(result,temp3);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c745 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1298 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1748 M4OSA_UInt8 temp1, temp2, temp3, temp4; local

Completed in 165 milliseconds