Home
last modified time | relevance | path

Searched refs:old_lags (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dp_ol_wgh.cpp868 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()
Dol_ltp.cpp208 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()
Dcod_amr.cpp510 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()
Dol_ltp.h111 Word16 old_lags[], /* i : history with old stored Cl lags */
Dcod_amr.h138 Word16 old_lags[5]; member
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dp_ol_wgh.h133 Word16 old_lags[], /* i : history with old stored Cl lags */