Searched defs:old_lags (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dol_ltp.cpp94 old_lags = pointer to history with old stored Cl lags (Word16)
137 Word16 old_lags[], // i : history with old stored Cl lags
163 old_lags, ol_gain_flg, idx, dtx);
208 Word16 old_lags[], /* i : history with old stored Cl lags */
236 old_lags, ol_gain_flg, idx, dtx, pOverflow);
201 ol_ltp( pitchOLWghtState *st, vadState *vadSt, enum Mode mode, Word16 wsp[], Word16 *T_op, Word16 old_lags[], Word16 ol_gain_flg[], Word16 idx, Flag dtx, Flag *pOverflow ) argument
H A Dcod_amr.h138 Word16 old_lags[5]; member in struct:__anon376
H A Dp_ol_wgh.cpp682 old_lags = pointer to history with old stored Cl lags (Word16)
726 Word16 old_lags[], // i : history with old stored Cl lags
799 old_lags[i] = old_lags[i-1];
801 old_lags[0] = p_max1;
802 st->old_T0_med = gmed_n (old_lags, 5);
868 Word16 old_lags[], /* i : history with old stored Cl lags */
943 old_lags[i] = old_lags[i-1];
945 old_lags[
860 Pitch_ol_wgh( pitchOLWghtState *st, vadState *vadSt, Word16 signal[], Word16 pit_min, Word16 pit_max, Word16 L_frame, Word16 old_lags[], Word16 ol_gain_flg[], Word16 idx, Flag dtx, Flag *pOverflow ) argument
[all...]

Completed in 44 milliseconds