Searched refs:temp1 (Results 26 - 41 of 41) 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.cpp316 int32 temp1; local
322 temp1 = vec[12];
353 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/avc/enc/src/
H A Dmotion_est.cpp486 uint32 temp1, temp2; local
495 temp1 = *src; /* top-left corner */
497 temp1 |= (temp1 << 8);
498 temp1 |= (temp1 << 16);
504 *((uint32*)(dst - 16)) = temp1;
505 *((uint32*)(dst - 12)) = temp1;
506 *((uint32*)(dst - 8)) = temp1;
507 *((uint32*)(dst - 4)) = temp1;
[all...]
H A Dintra_est.cpp738 uint32 temp1, temp2; local
1164 temp1 = (x0 >> 1);
1165 temp1 |= ((x1 >> 1) << 8);
1166 temp1 |= ((x2 >> 1) << 16);
1167 temp1 |= ((x3 >> 1) << 24);
1169 *((uint32*)pred) = temp1;
1178 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */
1179 *((uint32*)(pred += 4)) = temp1;
H A Dmotion_comp.cpp2022 int32 r0, r1, temp0, temp1, result; local
2034 temp1 = (r_temp << 3) + dx * (pRef[2] - r_temp);
2035 r0 = temp0 | (temp1 << 16);
2066 int i, temp, temp0, temp1; local
2073 temp1 = ((temp << 3) + dx * (pRef[2] - temp) + 4) >> 3;
2075 *(int16 *)pOut = temp0 | (temp1 << 8);
/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 475 milliseconds

12