Searched refs:old_lags (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | p_ol_wgh.cpp | 868 Word16 old_lags[], /* i : history with old stored Cl lags */ in Pitch_ol_wgh() argument 943 old_lags[i] = old_lags[i-1]; in Pitch_ol_wgh() 945 old_lags[0] = p_max1; in Pitch_ol_wgh() 946 st->old_T0_med = gmed_n(old_lags, 5); in Pitch_ol_wgh()
|
D | ol_ltp.cpp | 208 Word16 old_lags[], /* i : history with old stored Cl lags */ in ol_ltp() argument 236 old_lags, ol_gain_flg, idx, dtx, pOverflow); in ol_ltp()
|
D | cod_amr.cpp | 510 st->old_lags[i] = 40; in cod_amr_reset() 1375 &T_op[subfrNr], st->old_lags, st->ol_gain_flg, subfrNr, in cod_amr() 1386 st->old_lags, st->ol_gain_flg, 1, st->dtx, pOverflow); in cod_amr() 1495 st->old_lags[1] = T0; in cod_amr() 1501 st->old_lags[0] = T0; in cod_amr()
|
D | ol_ltp.h | 111 Word16 old_lags[], /* i : history with old stored Cl lags */
|
D | cod_amr.h | 138 Word16 old_lags[5]; member
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | p_ol_wgh.h | 133 Word16 old_lags[], /* i : history with old stored Cl lags */
|