Searched refs:temp1 (Results 1 - 25 of 56) sorted by relevance

123

/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/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/amrwbenc/src/
H A Dutil.c56 Word32 temp1,temp2,num; local
59 temp1 = *x++;
60 *y++ = temp1;
63 temp1 = *x++;
66 *y++ = temp1;
68 temp1 = *x++;
/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];
/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dps_fft_rx8.cpp172 Int32 temp1; local
187 temp1 = *(pt_r1++); /* Real */
195 *(pt_Q++) = temp1 + temp2; /* Q(0) = v(0) + v(4) */
197 *(pt_Q++) = temp1 - temp2; /* Q(1) = v(0) - v(4) */
200 temp1 = *(pt_r1++);
205 *(pt_Q++) = temp1 + temp2; /* Q(2) = v(1) + v(5) */
207 aux_r[0] = temp1 - temp2; /* aux[0] = v(1) - v(5) */
210 temp1 = *(pt_r1++);
215 *(pt_Q++) = temp1 + temp2; /* Q(3) = v(2) + v(6) */
218 *(pt_Q++) = temp1
[all...]
H A Dcalc_auto_corr.cpp140 Int32 temp1; local
152 temp1 = (realBuf[ 0][bd]) >> N;
166 temp_r01r = fxp_mac64_Q31(temp_r01r, temp1, temp3); /* [j ]*[j-1] */
167 temp_r02r = fxp_mac64_Q31(temp_r02r, temp1, temp5); /* [j ]*[j-2] */
168 temp_r11r = fxp_mac64_Q31(temp_r11r, temp1, temp1); /* [j-1]*[j-1] */
171 temp3 = temp1;
172 temp1 = (realBuf[j][bd]) >> N;
181 temp_r01r = fxp_mac64_Q31(temp_r01r, temp1, temp3);
182 temp_r02r = fxp_mac64_Q31(temp_r02r, temp1, temp
259 Int32 temp1; local
[all...]
H A Dfft_rx4_short.cpp221 Int32 temp1; local
266 temp1 = *(pData1);
268 temp1 >>= shift;
271 r1 = temp1 + temp2;
272 r2 = temp1 - temp2;
285 temp1 = *pData1;
287 temp1 >>= shift;
290 s1 = temp1 + temp2;
291 s2 = temp1 - temp2;
327 temp1
[all...]
H A Dimdct_fxp.cpp289 Int32 temp1; local
356 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
361 *(p_data_1++) = temp1;
363 max |= (temp1 >> 31) ^ temp1;
377 temp1 = cmplx_mul32_by_16(temp_im32, -temp_re32, exp_jw);
384 *(p_data_2 + 2) = temp1;
386 max |= (temp1 >> 31) ^ temp1;
406 temp1
[all...]
H A Dfft_rx4_long.cpp217 Int32 temp1; local
244 temp1 = *pData1;
247 r1 = temp1 + temp2;
248 r2 = temp1 - temp2;
261 temp1 = *pData1;
264 s1 = temp1 + temp2;
266 s2 = temp1 - temp2;
298 temp1 = *pData1;
301 r1 = temp1 + temp2;
302 r2 = temp1
[all...]
H A Dmix_radix_fft.cpp196 Int32 temp1; local
224 temp1 = (*pData_3);
230 diff1 = (temp1 - temp2) >> exp;
231 *pData_3++ = (temp1 + temp2) >> exp;
240 temp1 = (*pData_1);
245 *pData_1++ = (temp1 + temp2) >> exp;
248 diff1 = (temp1 - temp2) >> exp ;
254 temp1 = (*pData_3);
265 diff1 = (temp1 - temp2) >> (exp - 4);
266 *pData_3++ = (temp1
[all...]
H A Dps_stereo_processing.cpp182 Int32 temp1; local
200 temp1 = pms->deltaH11[group];
203 pms->H11[group] += temp1;
208 temp1 = pms->deltaH21[group];
211 pms->H21[group] += temp1;
228 temp1 = *(ptr_hybrLeftReal) << 1;
231 temp3 = fxp_mul32_by_16(temp1, h11);
234 temp3 = fxp_mul32_by_16(temp1, h12);
241 temp1 = *(ptr_hybrLeftImag) << 1;
244 temp3 = fxp_mul32_by_16(temp1, h1
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dint_lsf.cpp222 register 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);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s73 temp1 RN 5 label
110 MOV temp1,#0 ;// Initialize Count to zero
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,temp1,Las
[all...]
H A DarmVCM4P2_SetPredDir_s.s64 temp1 RN 9 label
79 SUBS temp1,blockDCLeft,blockDCTopLeft
80 RSBLT temp1,temp1,#0
86 CMP temp1,temp2
88 LDRLTB temp1,[pQpBuf,#1]
90 STRLT temp1,[predQP]
92 LDRGEB temp1,[pQpBuf]
95 STRGE temp1,[predQP]
H A DomxVCM4P2_PredictReconCoefIntra_s.s108 temp1 RN 12 label
152 MOV temp1,absCoeffDC ;// temp1=prediction coeff
153 CMP temp1,#0
154 RSBLT absCoeffDC,temp1,#0 ;//absCoeffDC=abs(temp1)
170 CMP temp1,#0
181 SMULBB temp1,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
185 STRH temp1,[pPredBufCo
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s73 temp1 RN 5 label
110 MOV temp1,#0 ;// Initialize Count to zero
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,temp1,Las
[all...]
H A DarmVCM4P2_SetPredDir_s.s64 temp1 RN 9 label
79 SUBS temp1,blockDCLeft,blockDCTopLeft
80 RSBLT temp1,temp1,#0
86 CMP temp1,temp2
88 LDRLTB temp1,[pQpBuf,#1]
90 STRLT temp1,[predQP]
92 LDRGEB temp1,[pQpBuf]
95 STRGE temp1,[predQP]
/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...]
/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...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s63 temp1 RN 2 label
119 SMULTB temp1,SrcDst00,rowLuma23 ;// pSrcDst[1] * (pVRow[2]<<Shift)
125 PKHBT SrcDst00,SrcDst00,temp1,LSL #16 ;// Pack the first two product values
129 SMULTT temp1,SrcDst10,rowLuma01 ;// pSrcDst[5] * (pVRow[1]<<Shift)
136 PKHBT SrcDst10,SrcDst10,temp1,LSL #16 ;// Pack the next two product values
141 SMULTB temp1,SrcDst20,rowLuma23 ;// pSrcDst[9] * (pVRow[2]<<Shift)
148 PKHBT SrcDst20,SrcDst20,temp1,LSL #16 ;// Pack the next two product values
154 SMULTT temp1,SrcDst30,rowLuma01 ;// pSrcDst[13] * (pVRow[1]<<Shift)
161 PKHBT SrcDst30,SrcDst30,temp1,LSL #16
208 temp1 R label
[all...]
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s123 temp1 RN 10 label
351 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
356 ASR temp1, temp1, #2 ;// Temp1 = Temp1 >> 2
358 PKHBT out00, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
363 SMLABB temp1, colOp10, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
368 ASR temp1, temp1, #2 ;// Temp1 = Temp1 >> 2
370 PKHBT out10, temp1, temp2, LSL #14 ;// c0w0 = | Temp2 | Temp1 |
374 SMLABB temp1, colOp2
[all...]

Completed in 299 milliseconds

123