Searched defs:temp1 (Results 1 - 25 of 38) sorted by last modified time

12

/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/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/m4v_h263/enc/src/
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)
H A Dme_utils.cpp223 ULong temp1, temp2; local
232 temp1 = *src; /* top-left corner */
234 temp1 |= (temp1 << 8);
235 temp1 |= (temp1 << 16);
241 *((ULong*)(dst - 16)) = temp1;
242 *((ULong*)(dst - 12)) = temp1;
243 *((ULong*)(dst - 8)) = temp1;
244 *((ULong*)(dst - 4)) = temp1;
[all...]
H A Dsad_halfpel_inline.h84 register int32 temp1; local
93 "=&r"(temp1)
104 register int32 temp1; local
113 "=&r"(temp1)
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)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dct_16.cpp318 int32 temp1; local
324 temp1 = vec[12];
355 vec[24] = 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_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_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...]
/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/arm11/vc/m4p10/src/
H A DarmVCM4P10_TransformResidual4x4_s.s127 temp1 RN 10 ;// Temporary scratch varaibles label
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s77 temp1 RN 2 label
133 SMULTB temp1,SrcDst00,rowLuma23 ;// pSrcDst[1] * (pVRow[2]<<Shift)
139 PKHBT SrcDst00,SrcDst00,temp1,LSL #16 ;// Pack the first two product values
143 SMULTT temp1,SrcDst10,rowLuma01 ;// pSrcDst[5] * (pVRow[1]<<Shift)
150 PKHBT SrcDst10,SrcDst10,temp1,LSL #16 ;// Pack the next two product values
155 SMULTB temp1,SrcDst20,rowLuma23 ;// pSrcDst[9] * (pVRow[2]<<Shift)
162 PKHBT SrcDst20,SrcDst20,temp1,LSL #16 ;// Pack the next two product values
168 SMULTT temp1,SrcDst30,rowLuma01 ;// pSrcDst[13] * (pVRow[1]<<Shift)
175 PKHBT SrcDst30,SrcDst30,temp1,LSL #16
222 temp1 R label
[all...]
H A DomxVCM4P10_PredictIntra_16x16_s.s66 temp1 RN 10 label
466 USAT16 temp1, #13, p2p0
470 AND temp1, r0x00FF00FF, temp1, ASR #5
471 ORR temp1, temp1, temp2, LSL #8
472 STR temp1, [pDst], #4
475 USAT16 temp1, #13, p6p4
479 AND temp1, r0x00FF00FF, temp1, AS
[all...]
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s137 temp1 RN 10 label
365 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
370 ASR temp1, temp1, #2 ;// Temp1 = Temp1 >> 2
372 PKHBT out00, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
377 SMLABB temp1, colOp10, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
382 ASR temp1, temp1, #2 ;// Temp1 = Temp1 >> 2
384 PKHBT out10, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
388 SMLABB temp1, colOp2
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
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 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_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_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 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/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/vc/m4p2/src/
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 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_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_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

Completed in 182 milliseconds

12