Searched refs:tmp_shift (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dph_disp.h178 Word16 tmp_shift, /* i Q0 : shift factor applied to sum of
H A Dph_disp.cpp399 tmp_shift = shift factor applied to sum of scaled LTP excitation and
448 Word16 tmp_shift // i Q0 : shift factor applied to sum of
624 L_temp = L_shl (L_temp, tmp_shift); // Q16
664 Word16 tmp_shift, /* i Q0 : shift factor applied to sum of
893 L_temp = L_shl(L_temp, tmp_shift, pOverflow); /* Q16 */
654 ph_disp( ph_dispState *state, enum Mode mode, Word16 x[], Word16 cbGain, Word16 ltpGain, Word16 inno[], Word16 pitch_fac, Word16 tmp_shift, Flag *pOverflow ) argument
H A Ddec_amr.cpp576 Word16 tmp_shift;
1123 tmp_shift = 1;
1128 tmp_shift = 2;
1145 L_temp = L_shl (L_temp, tmp_shift); // Q16
1168 pitch_fac, tmp_shift);
1385 Word16 tmp_shift; local
2148 tmp_shift = 1;
2160 tmp_shift = 2;
2177 L_temp = L_shl(L_temp, tmp_shift, pOverflow); /* Q16 */
2204 tmp_shift,
[all...]

Completed in 120 milliseconds