Searched refs:temp2 (Results 1 - 25 of 38) sorted by last modified time

12

/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp44 void* temp2 = malloc(size); local
46 memset(temp2, 0, size);
73 memcpy(temp, temp2, size);
92 lamecpy(temp, temp2, size);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp275 int32 temp2 = fxp_mul32_Q32((ss - cb_begin) << 16, mp3_shortwindBandWidths[sfreq][cb_width]); local
276 temp2 = (temp2 + 1) >> 15;
279 global_gain -= gr_info->subblock_gain[temp2] << 3;
280 global_gain -= (1 + gr_info->scalefac_scale) * (scalefac->s[temp2][cb] << 1);
H A Dpvmp3_equalizer.cpp342 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
346 *(inData++) = temp2;
357 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
361 *(inData++) = temp2;
382 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
386 *(inData++) = fxp_mul32_Q32(temp2 << 1, *(pt_equalizer++));
399 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
403 *(inData++) = fxp_mul32_Q32(temp2 << 1, *(pt_equalizer++));
H A Dpvmp3_imdct_synth.cpp322 int32 temp2 = out[slot+2]; local
325 out[slot+2] = -temp2;
343 int32 temp2 = history[slot+1]; local
346 out[slot+1] = -temp2;
350 temp2 = history[slot+4];
353 out[slot+4] = temp2;
362 int32 temp2 = history[slot+1]; local
365 out[slot+1] = temp2;
H A Dpvmp3_polyphase_filter_window.cpp139 int32 temp2 = pt_2[ SUBBANDS_NUMBER* 1 ]; local
146 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[ 2]);
148 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[ 3]);
153 temp2 = pt_2[ SUBBANDS_NUMBER* 3];
160 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[ 6]);
162 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[ 7]);
167 temp2 = pt_2[ SUBBANDS_NUMBER* 5 ];
174 sum1 = fxp_mac32_Q32(sum1, temp2, winPtr[10]);
176 sum2 = fxp_mac32_Q32(sum2, temp2, winPtr[11]);
181 temp2
213 int32 temp2 = pt_synth[ SUBBANDS_NUMBER ]; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s64 temp2 RN 3 label
122 SMULTB temp2,SrcDst02,rowLuma23 ;// pSrcDst[3] * (pVRow[2]<<Shift)
132 PKHBT SrcDst02,SrcDst02,temp2,LSL #16 ;// Pack the next two product values
133 SMULTT temp2,SrcDst12,rowLuma01 ;// pSrcDst[7] * (pVRow[1]<<Shift)
144 PKHBT SrcDst12,SrcDst12,temp2,LSL #16 ;// Pack the next two product values
145 SMULTB temp2,SrcDst22,rowLuma23 ;// pSrcDst[11] * (pVRow[2]<<Shift)
160 PKHBT SrcDst22,SrcDst22,temp2,LSL #16 ;// Pack the remaining product values
209 temp2 RN 3 label
265 SMULTB temp2,SrcDst02,rowLuma23 ;// pSrcDst[3] * (pVRow[2]<<Shift)
275 PKHBT SrcDst02,SrcDst02,temp2,LS
[all...]
H A DomxVCM4P10_PredictIntra_16x16_s.s53 temp2 RN 12 label
451 USAT16 temp2, #13, p3p1
455 AND temp2, r0x00FF00FF, temp2, ASR #5
457 ORR temp1, temp1, temp2, LSL #8
460 USAT16 temp2, #13, p7p5
464 AND temp2, r0x00FF00FF, temp2, ASR #5
466 ORR temp1, temp1, temp2, LSL #8
469 USAT16 temp2, #1
[all...]
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s124 temp2 RN 11 label
353 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
358 PKHBT out00, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
365 SMLATB temp2, colOp10, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
370 PKHBT out10, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
376 SMLATB temp2, colOp20, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
381 PKHBT out20, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
387 SMLATB temp2, colOp30, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
393 PKHBT out30, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s72 temp2 RN 4 label
113 MOV temp2,#0
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp
[all...]
H A DarmVCM4P2_SetPredDir_s.s65 temp2 RN 14 label
81 SUBS temp2,blockDCTopLeft,blockDCTop
82 RSBLT temp2,temp2,#0
86 CMP temp1,temp2
87 MOV temp2,#OMX_VC_VERTICAL
89 STRLT temp2,[predDir]
91 MOV temp2,#OMX_VC_HORIZONTAL
93 STRGE temp2,[predDir]
H A DomxVCM4P2_PredictReconCoefIntra_s.s94 temp2 RN 5 label
242 LSR temp2,Count,#3 ;// temp2=i>>3
246 LDRH absCoeffAC,[pPredBufCol,temp2] ;// absCoefAC=pPredBufCol[i>>3]
268 STRH temp,[pPredBufCol,temp2] ;// pPredBufCol[i>>3]=temp
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 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.s72 temp2 RN 4 label
113 MOV temp2,#0
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp
[all...]
H A DarmVCM4P2_SetPredDir_s.s65 temp2 RN 14 label
81 SUBS temp2,blockDCTopLeft,blockDCTop
82 RSBLT temp2,temp2,#0
86 CMP temp1,temp2
87 MOV temp2,#OMX_VC_VERTICAL
89 STRLT temp2,[predDir]
91 MOV temp2,#OMX_VC_HORIZONTAL
93 STRGE temp2,[predDir]
H A DomxVCM4P2_PredictReconCoefIntra_s.s95 temp2 RN 9 label
218 LDR temp2,[predCoeffTable,curQP] ;// temp=0x1ffff/curQP
219 VDUP qCoeffTab,temp2
281 ADD temp2,pSrcDst,#32
282 VLD4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2] ;// Loading next 16 coefficients Interleaving by 4
290 VST4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2]!
292 MOV temp1,temp2
293 VLD4 {dtemp0,dtemp1,dtemp2,dtemp3},[temp2]! ;// Loading coefficients Interleaving by 4
295 VLD4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2]
304 VST4 {dtemp4,dtemp5,dtemp6,dtemp7},[temp2]
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c697 M4OSA_Int32 loop, temp1, temp2; local
717 temp2 = temp1;
719 for ( loop = 0; loop < 16 && temp2 != 0; loop++ )
721 temp2 /= 2;
745 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1298 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1532 temp2 = H264MCS_getBits(p_bs1, 8);
1535 if( temp1 != temp2 )
1546 temp2 = H264MCS_getBits(p_bs1, lEncoderPPSRemBits);
1548 if( temp1 == temp2 )
1748 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
[all...]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_QPD_Process.c74 LVM_INT32 temp,temp2; local
116 temp2 = (LVM_INT32)D0;
117 MUL32x32INTO32(temp2,Kp,accu,31);
124 temp2 = (LVM_INT32)D0;
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c777 int32_t temp2; local
859 temp2 = MULT_EG1_EG1(pReverb->m_nRoomLpfFbk, pReverb->m_nCosWT_5KHz)
861 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, 2 Cos a1 %d", temp2);
862 temp = 32767 + temp - temp2;
911 temp2 = MULT_EG1_EG1(pReverb->m_nRvbLpfFbk, pReverb->m_nCosWT_5KHz)
913 temp = 32767 + temp - temp2;
917 temp2 = (pReverb->m_nRvbLpfFwd << 15) / (32767
921 temp2 = Effects_Linear16ToMillibels(temp2);
922 ALOGV("get REVERB_PARAM_DECAY_HF_RATIO, gain 5KHz %d mB, gain DC %d mB", temp, temp2);
1060 int32_t temp2; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dint_lpc.cpp444 Word16 temp2; local
452 temp2 = shr(lsp_new[i], 2, pOverflow);
454 lsp[i] = add(temp2, temp, pOverflow);
468 temp2 = shr(lsp_old[i], 1, pOverflow);
469 lsp[i] = add(temp, temp2, pOverflow);
483 temp2 = shr(lsp_old[i], 2, pOverflow);
485 lsp[i] = add(temp2, temp, pOverflow);
581 Word16 temp2; local
590 temp2 = shr(lsp_new[i], 2, pOverflow);
592 lsp[i] = add(temp2, tem
[all...]
H A Dq_plsf_5.cpp385 Word16 temp2; local
422 temp2 = lsf_r1_0 + temp;
424 temp2 = ((Word32)wf1_0 * temp2) >> 15;
426 dist2 = ((Word32)temp2 * temp2);
430 temp2 = lsf_r1_1 + temp;
432 temp2 = ((Word32)wf1_1 * temp2) >> 15;
434 dist2 += ((Word32)temp2 * temp
[all...]
H A Dvad1.cpp177 Word16 temp2; local
196 temp2 = shr(in[4*i+1], 2, pOverflow);
198 temp3 = sub(temp2, temp3, pOverflow);
200 temp2 = mult(COEFF5_2, temp3, pOverflow);
201 temp2 = add(data1, temp2, pOverflow);
203 out[4*i+0] = add(temp1, temp2, pOverflow);
204 out[4*i+1] = sub(temp1, temp2, pOverflow);
207 temp2 = shr(in[4*i+2], 2, pOverflow);
208 data0 = sub(temp2, temp
305 Word16 temp2; local
409 Word16 temp2; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_gain.cpp46 function calls and declared temp2 as a variable.
201 Word16 temp2; local
246 temp2 = shl(exp, 10, pOverflow);
247 qua_ener_MR122 = add(temp1, temp2, pOverflow);
H A Dint_lsf.cpp223 register Word16 temp2; local
239 temp2 = ~(~(*(lsf_new + i)) >> 2);
243 temp2 = *(lsf_new + i) >> 2;
246 (Word16)temp2,
265 temp2 = ~(~(*(lsf_new + i)) >> 1);
269 temp2 = *(lsf_new + i) >> 1;
273 temp2,
292 temp2 = ~(~(*(lsf_new + i)) >> 2);
296 temp2 = *(lsf_new + i) >> 2;
299 (Word16)(*(lsf_new + i) - temp2),
[all...]

Completed in 2825 milliseconds

12