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

123

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dsynthesis_sub_band.cpp145 Int32 temp1; local
164 temp1 = *(pt_Sr_1);
166 *(pt_Sr_1++) = temp1 + temp2;
167 *(pt_temp_o++) = fxp_mul32_Q31((temp1 - temp2), temp3) << 1;
173 temp1 = *(pt_Sr_1);
175 *(pt_Sr_1++) = temp1 + temp2;
176 *(pt_temp_o++) = fxp_mul32_Q26((temp1 - temp2), temp3);
193 temp1 = *(pt_temp_o--);
194 *(pt_Sr_1--) = temp1;
199 *(pt_Sr_1--) = temp1
[all...]
H A Dps_init_stereo_mixing.cpp236 Int32 temp1; local
326 temp1 = fxp_mul32_Q30(cos_beta, cos_alpha);
335 h11 = fxp_mul32_Q30(scaleL, (temp1 - temp2));
336 h12 = fxp_mul32_Q30(scaleR, (temp1 + temp2));
338 temp1 = fxp_mul32_Q30(sin_beta, cos_alpha);
346 h21 = fxp_mul32_Q30(scaleL, (temp1 + temp2));
347 h22 = fxp_mul32_Q30(scaleR, (temp1 - temp2));
431 temp1 = fxp_mul32_Q30(cos_beta, cos_alpha);
440 h11 = fxp_mul32_Q30(scaleL, (temp1 - temp2));
441 h12 = fxp_mul32_Q30(scaleR, (temp1
[all...]
H A Ddst8.cpp114 Int32 temp1; local
130 temp1 = fxp_mul32_by_16(vec[1], Qfmt15(0.50979557910416F)); /* (1/(2*cos( phi)));*/
150 tmp_a = fxp_mul32_by_16((temp1 + temp7) << 1, Qfmt15(0.54119610014620F)); /* (1/(2*cos(2*phi))); */
151 tmp_aa = (temp1 - temp7);
H A Danalysis_sub_band.cpp210 Int32 temp1; local
253 temp1 = cmplx_mul32_by_16(temp3, temp4, exp_1_5);
256 *(pt_vec++) = shft_lft_1(temp1);
263 temp1 = cmplx_mul32_by_16(temp3, temp4, exp_1_5);
266 *(pt_vec++) = shft_lft_1(temp1);
H A Dsbr_aliasing_reduction.cpp159 Int32 temp1; local
274 temp1 = k + lowSubband;
277 alpha = degreeAlias[temp1 + 1] > degreeAlias[temp1 ] ?
278 degreeAlias[temp1 + 1] : degreeAlias[temp1 ];
282 alpha = degreeAlias[temp1];
H A Dsbr_generate_high_freq.cpp491 Int32 temp1; local
570 temp1 = -fxp_mul32_Q30(ac.r02r, ac.r11r);
571 temp1 = fxp_mac32_Q30(ac.r01r, ac.r12r, temp1);
574 temp3 = temp1 > 0 ? temp1 : -temp1;
585 pv_div(temp1, ac.det, &quotient);
699 Int32 temp1; local
753 temp1
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_16x16_s.s52 temp1 RN 10 label
452 USAT16 temp1, #13, p2p0
456 AND temp1, r0x00FF00FF, temp1, ASR #5
457 ORR temp1, temp1, temp2, LSL #8
458 STR temp1, [pDst], #4
461 USAT16 temp1, #13, p6p4
465 AND temp1, r0x00FF00FF, temp1, AS
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp176 Word16 temp1; local
189 temp1 = shr(in[4*i+0], 2, pOverflow);
190 temp0 = sub(temp1, temp0, pOverflow);
192 temp1 = mult(COEFF5_1, temp0, pOverflow);
193 temp1 = add(data0, temp1, pOverflow);
203 out[4*i+0] = add(temp1, temp2, pOverflow);
204 out[4*i+1] = sub(temp1, temp2, pOverflow);
206 temp1 = mult(COEFF5_1, temp0, pOverflow);
208 data0 = sub(temp2, temp1, pOverflo
304 Word16 temp1; local
408 Word16 temp1; local
1492 Word16 temp1; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s104 temp1 RN 5 label
178 M_BD_READ8 temp1,1,T1
179 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
H A DomxVCM4P2_DecodePadMV_PVOP_s.s105 temp1 RN 3 label
287 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
290 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
303 STRH diffMVdx,[pDstMVCurMB,temp1]
307 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
309 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
316 STRH diffMVdx,[pDstMVCurMB,temp1]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s104 temp1 RN 5 label
178 M_BD_READ8 temp1,1,T1
179 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
H A DomxVCM4P2_DecodePadMV_PVOP_s.s105 temp1 RN 3 label
287 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
290 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
303 STRH diffMVdx,[pDstMVCurMB,temp1]
307 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
309 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
316 STRH diffMVdx,[pDstMVCurMB,temp1]
H A DomxVCM4P2_PredictReconCoefIntra_s.s94 temp1 RN 6 label
177 MOV temp1,absCoeffDC ;// Load the Prediction coeff to temp for comparision
178 CMP temp1,#0
179 RSBLT absCoeffDC,temp1,#0 ;// calculate absolute val of prediction coeff
193 CMP temp1,#0
202 SMULBB dcColBuffCoeff,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
292 MOV temp1,temp2
302 VST4 {dtemp0,dtemp1,dtemp2,dtemp3},[temp1]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_imdct_synth.cpp321 int32 temp1 = out[slot ]; local
324 out[slot ] = -temp1;
342 int32 temp1 = history[slot ]; local
345 out[slot ] = temp1;
349 temp1 = history[slot+3];
352 out[slot+3] = -temp1;
361 int32 temp1 = history[slot ]; local
364 out[slot ] = temp1;
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/amrnb/enc/src/
H A Ds10_8pf.cpp72 4. Introduced array temp1[], to pre-calculate the elements
580 Word16 temp1[2*L_CODE]; local
637 p_temp1 = temp1;
668 p_temp1 = temp1;
702 p_temp1 = temp1;
744 p_temp1 = temp1;
778 p_temp1 = temp1;
829 p_temp1 = temp1;
869 p_temp1 = temp1;
926 p_temp1 = temp1;
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dpstfilt.cpp329 Word16 temp1, temp2;
376 temp1 = extract_h (L_tmp);
392 temp2 = div_s (temp2, temp1);
455 Word16 temp1; local
518 temp1 = (Word16)(L_tmp >> 16);
556 temp2 = div_s(temp2, temp1);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
893 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
893 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
851 temp1 = hi2 * lo1;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
889 temp1 = hi1 * hi2;
893 result = armSatAdd_S32(temp1,temp2);
/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...]

Completed in 2517 milliseconds

123