Searched refs:temp1 (Results 26 - 42 of 42) sorted by last modified time

12

/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 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.c56 Word32 temp1,temp2,num; local
59 temp1 = *x++;
60 *y++ = temp1;
63 temp1 = *x++;
66 *y++ = temp1;
68 temp1 = *x++;
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/avc/enc/src/
H A Dintra_est.cpp738 uint32 temp1, temp2; local
1164 temp1 = (x0 >> 1);
1165 temp1 |= ((x1 >> 1) << 8);
1166 temp1 |= ((x2 >> 1) << 16);
1167 temp1 |= ((x3 >> 1) << 24);
1169 *((uint32*)pred) = temp1;
1178 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */
1179 *((uint32*)(pred += 4)) = temp1;
H A Dmotion_comp.cpp2022 int32 r0, r1, temp0, temp1, result; local
2034 temp1 = (r_temp << 3) + dx * (pRef[2] - r_temp);
2035 r0 = temp0 | (temp1 << 16);
2066 int i, temp, temp0, temp1; local
2073 temp1 = ((temp << 3) + dx * (pRef[2] - temp) + 4) >> 3;
2075 *(int16 *)pOut = temp0 | (temp1 << 8);
H A Dmotion_est.cpp486 uint32 temp1, temp2; local
495 temp1 = *src; /* top-left corner */
497 temp1 |= (temp1 << 8);
498 temp1 |= (temp1 << 16);
504 *((uint32*)(dst - 16)) = temp1;
505 *((uint32*)(dst - 12)) = temp1;
506 *((uint32*)(dst - 8)) = temp1;
507 *((uint32*)(dst - 4)) = temp1;
[all...]
/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.cpp316 int32 temp1; local
322 temp1 = vec[12];
353 vec[24] = temp1;

Completed in 1959 milliseconds

12