Searched defs:temp1 (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dutil.c57 Word32 temp1,temp2,num; local
63 temp1 = *x++;
64 *y++ = temp1;
68 temp1 = *x++;
70 *y++ = temp1;
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DFrom2iToMS_16x16.c33 LVM_INT32 temp1,left,right; local
44 temp1 = (left+right)>>1;
45 *dstM = (LVM_INT16)temp1;
49 temp1 = (left-right)>>1;
50 *dstS = (LVM_INT16)temp1;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dint_lsf.cpp222 Word16 temp1; local
231 temp1 = ~(~(*(lsf_old + i)) >> 2);
235 temp1 = *(lsf_old + i) >> 2;
245 *(lsf_out + i) = add((Word16)(*(lsf_old + i) - temp1),
257 temp1 = ~(~(*(lsf_old + i)) >> 1);
261 temp1 = *(lsf_old + i) >> 1;
272 temp1,
284 temp1 = ~(~(*(lsf_old + i)) >> 2);
288 temp1 = *(lsf_old + i) >> 2;
298 *(lsf_out + i) = add((Word16)temp1,
[all...]
H A Ddec_gain.cpp200 Word16 temp1; local
241 temp1 = (Word16) L_deposit_l(g_code);
242 Log2(temp1, &exp, &frac, pOverflow);
245 temp1 = shr_r(frac, 5, pOverflow);
247 qua_ener_MR122 = add(temp1, temp2, pOverflow);
289 temp1 = sub(10, exp, pOverflow);
290 L_tmp = L_shr(L_tmp, temp1, pOverflow);
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/m4v_h263/dec/src/
H A Dmb_utils.cpp27 int32 *temp0, *temp1; local
35 temp1 = (int32 *)comp;
37 temp1[0] = temp0[0];
38 temp1[1] = temp0[1];
39 temp1[2] = temp0[2];
40 temp1[3] = temp0[3];
46 temp1 = (int32 *)comp;
48 temp1[0] = temp0[0];
49 temp1[1] = temp0[1];
50 temp1[
88 int32 *temp0, *temp1; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Denc_lag3.cpp264 Word16 temp1; local
273 temp1 = sub(T0, 85, pOverflow);
274 if (temp1 <= 0)
307 temp1 = sub(tmp_lag, T0_min, pOverflow);
308 temp2 = sub(temp1, 5, pOverflow);
311 temp1 = sub(T0_max, tmp_lag, pOverflow);
312 temp2 = sub(temp1, 4, pOverflow);
316 temp1 = add(T0, T0, pOverflow);
317 temp2 = add(temp1, T0, pOverflow);
321 temp1
[all...]
H A Dinter_36.cpp208 Word16 temp1; local
227 temp1 = UP_SAMP_MAX - frac;
228 pC2 = &inter_6[temp1];
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/m4v_h263/enc/src/
H A Dsad_halfpel_inline.h84 register int32 temp1; local
93 "=&r"(temp1)
104 register int32 temp1; local
113 "=&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/mp3dec/src/
H A Dpvmp3_polyphase_filter_window.cpp137 int32 temp1 = pt_1[ 0]; local
142 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 0]);
144 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 1]);
151 temp1 = pt_1[ SUBBANDS_NUMBER* 2];
156 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 4]);
158 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 5]);
165 temp1 = pt_1[ SUBBANDS_NUMBER* 4 ];
170 sum1 = fxp_mac32_Q32(sum1, temp1, winPtr[ 8]);
172 sum2 = fxp_mac32_Q32(sum2, temp1, winPtr[ 9]);
179 temp1
212 int32 temp1 = pt_synth[ 0 ]; local
[all...]
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_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_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 DarmVCM4P2_SetPredDir_s.s78 temp1 RN 9 label
93 SUBS temp1,blockDCLeft,blockDCTopLeft
94 RSBLT temp1,temp1,#0
100 CMP temp1,temp2
102 LDRLTB temp1,[pQpBuf,#1]
104 STRLT temp1,[predQP]
106 LDRGEB temp1,[pQpBuf]
109 STRGE temp1,[predQP]
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s118 temp1 RN 5 label
192 M_BD_READ8 temp1,1,T1
193 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s87 temp1 RN 5 label
124 MOV temp1,#0 ;// Initialize Count to zero
132 STM pDst!,{temp2,temp1,Last,LR}
134 STM pDst!,{temp2,temp1,Last,LR}
136 STM pDst!,{temp2,temp1,Last,LR}
138 STM pDst!,{temp2,temp1,Last,LR}
140 STM pDst!,{temp2,temp1,Last,LR}
142 STM pDst!,{temp2,temp1,Last,LR}
144 STM pDst!,{temp2,temp1,Last,LR}
145 STM pDst!,{temp2,temp1,Las
[all...]
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.s122 temp1 RN 12 label
166 MOV temp1,absCoeffDC ;// temp1=prediction coeff
167 CMP temp1,#0
168 RSBLT absCoeffDC,temp1,#0 ;//absCoeffDC=abs(temp1)
184 CMP temp1,#0
195 SMULBB temp1,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
199 STRH temp1,[pPredBufCo
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s78 temp1 RN 9 label
93 SUBS temp1,blockDCLeft,blockDCTopLeft
94 RSBLT temp1,temp1,#0
100 CMP temp1,temp2
102 LDRLTB temp1,[pQpBuf,#1]
104 STRLT temp1,[predQP]
106 LDRGEB temp1,[pQpBuf]
109 STRGE temp1,[predQP]
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s118 temp1 RN 5 label
192 M_BD_READ8 temp1,1,T1
193 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s87 temp1 RN 5 label
124 MOV temp1,#0 ;// Initialize Count to zero
132 STM pDst!,{temp2,temp1,Last,LR}
134 STM pDst!,{temp2,temp1,Last,LR}
136 STM pDst!,{temp2,temp1,Last,LR}
138 STM pDst!,{temp2,temp1,Last,LR}
140 STM pDst!,{temp2,temp1,Last,LR}
142 STM pDst!,{temp2,temp1,Last,LR}
144 STM pDst!,{temp2,temp1,Last,LR}
145 STM pDst!,{temp2,temp1,Las
[all...]
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/amrnb/common/src/
H A Dq_plsf_5.cpp384 Word16 temp1; local
421 temp1 = lsf_r1_0 - temp;
423 temp1 = ((Word32)wf1_0 * temp1) >> 15;
425 dist1 = ((Word32)temp1 * temp1);
429 temp1 = lsf_r1_1 - temp;
431 temp1 = ((Word32)wf1_1 * temp1) >> 15;
433 dist1 += ((Word32)temp1 * temp
[all...]

Completed in 426 milliseconds

12