Home
last modified time | relevance | path

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

/external/libopus/silk/
Dencode_indices.c160 …silk_assert( psIndices->LTPIndex[ k ] >= 0 && psIndices->LTPIndex[ k ] < ( 8 << psIndices->PERInde… in silk_encode_indices()
161 …ec_enc_icdf( psRangeEnc, psIndices->LTPIndex[ k ], silk_LTP_gain_iCDF_ptrs[ psIndices->PERIndex ],… in silk_encode_indices()
Ddecode_parameters.c98 Ix = psDec->indices.LTPIndex[ k ]; in silk_decode_parameters()
Ddecode_indices.c133 …psDec->indices.LTPIndex[ k ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_gain_iCDF_ptrs[ psDec-… in silk_decode_indices()
Dstructs.h117 opus_int8 LTPIndex[ MAX_NB_SUBFR ]; member
/external/libopus/silk/float/
Dfind_pred_coefs_FLP.c69 …silk_quant_LTP_gains_FLP( psEncCtrl->LTPCoef, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.P… in silk_find_pred_coefs_FLP()
/external/libopus/silk/fixed/
Dfind_pred_coefs_FIX.c95 …silk_quant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.P… in silk_find_pred_coefs_FIX()