Searched refs:temp1 (Results 1 - 25 of 38) sorted by path

12

/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/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...]
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/amrnb/dec/src/
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 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 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/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/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp926 int16 temp, temp1, i, dither_fac, rand_dith; local
965 temp1 = sub_int16(temp, isf[i - 1]);
968 if (temp1 < ISF_DITH_GAP)
/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;
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...]

Completed in 287 milliseconds

12