Searched refs:temp1 (Results 26 - 38 of 38) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c858 OMX_S32 temp1,temp2; local
866 temp1 = hi2 * lo1;
869 result = armSatAdd_S32(temp1,temp2);
895 OMX_S32 temp1,temp2,temp3; local
904 temp1 = hi1 * hi2;
908 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c858 OMX_S32 temp1,temp2; local
866 temp1 = hi2 * lo1;
869 result = armSatAdd_S32(temp1,temp2);
895 OMX_S32 temp1,temp2,temp3; local
904 temp1 = hi1 * hi2;
908 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c858 OMX_S32 temp1,temp2; local
866 temp1 = hi2 * lo1;
869 result = armSatAdd_S32(temp1,temp2);
895 OMX_S32 temp1,temp2,temp3; local
904 temp1 = hi1 * hi2;
908 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_equalizer.cpp341 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++));
H A Dpvmp3_dct_16.cpp318 int32 temp1; local
324 temp1 = vec[12];
355 vec[24] = temp1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s119 temp1 RN 3 label
301 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
304 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
317 STRH diffMVdx,[pDstMVCurMB,temp1]
321 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
323 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
330 STRH diffMVdx,[pDstMVCurMB,temp1]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s119 temp1 RN 3 label
301 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
304 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
317 STRH diffMVdx,[pDstMVCurMB,temp1]
321 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
323 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
330 STRH diffMVdx,[pDstMVCurMB,temp1]
H A DomxVCM4P2_PredictReconCoefIntra_s.s108 temp1 RN 6 label
191 MOV temp1,absCoeffDC ;// Load the Prediction coeff to temp for comparision
192 CMP temp1,#0
193 RSBLT absCoeffDC,temp1,#0 ;// calculate absolute val of prediction coeff
207 CMP temp1,#0
216 SMULBB dcColBuffCoeff,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
306 MOV temp1,temp2
316 VST4 {dtemp0,dtemp1,dtemp2,dtemp3},[temp1]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_inline.h349 register int32 temp1; local
358 "=&r"(temp1)
368 register int32 temp1; local
382 "=&r"(temp1)
387 return temp1;
393 register int32 temp1; local
406 "=&r"(temp1)
H A Dfastquant_inline.h452 register int32 temp1; local
461 "=&r"(temp1)
486 register int32 temp1; local
501 "=&r"(temp1)
570 register int32 temp1; local
588 "=&r"(temp1)
601 register int32 temp1; local
613 "=&r"(temp1)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dwb_vad.c87 Word16 temp0, temp1, temp2; local
90 temp1 = add1(data[0], vo_mult(COEFF5_1, temp0));
97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15));
98 *in1 = extract_h((vo_L_sub(temp1, temp2) << 15));
115 Word16 temp1, temp2; local
117 temp1 = vo_sub(*in1, vo_mult(COEFF3, *data));
118 temp2 = add1(*data, vo_mult(COEFF3, temp1));
119 *data = temp1;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp926 int16 temp, temp1, i, dither_fac, rand_dith; local
965 temp1 = sub_int16(temp, isf[i - 1]);
968 if (temp1 < ISF_DITH_GAP)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_TransformResidual4x4_s.s127 temp1 RN 10 ;// Temporary scratch varaibles label

Completed in 185 milliseconds

12