Searched refs:LTPIndex (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dencode_indices.c160 silk_assert( psIndices->LTPIndex[ k ] >= 0 && psIndices->LTPIndex[ k ] < ( 8 << psIndices->PERIndex ) );
161 ec_enc_icdf( psRangeEnc, psIndices->LTPIndex[ k ], silk_LTP_gain_iCDF_ptrs[ psIndices->PERIndex ], 8 );
H A Ddecode_parameters.c98 Ix = psDec->indices.LTPIndex[ k ];
H A Ddecode_indices.c133 psDec->indices.LTPIndex[ k ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_gain_iCDF_ptrs[ psDec->indices.PERIndex ], 8 );
H A Dstructs.h117 opus_int8 LTPIndex[ MAX_NB_SUBFR ]; member in struct:__anon13993
/external/libopus/silk/
H A Dencode_indices.c160 silk_assert( psIndices->LTPIndex[ k ] >= 0 && psIndices->LTPIndex[ k ] < ( 8 << psIndices->PERIndex ) );
161 ec_enc_icdf( psRangeEnc, psIndices->LTPIndex[ k ], silk_LTP_gain_iCDF_ptrs[ psIndices->PERIndex ], 8 );
H A Ddecode_parameters.c98 Ix = psDec->indices.LTPIndex[ k ];
H A Ddecode_indices.c133 psDec->indices.LTPIndex[ k ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_gain_iCDF_ptrs[ psDec->indices.PERIndex ], 8 );
H A Dstructs.h117 opus_int8 LTPIndex[ MAX_NB_SUBFR ]; member in struct:__anon23758
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dfind_pred_coefs_FIX.c95 silk_quant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,
/external/chromium_org/third_party/opus/src/silk/float/
H A Dfind_pred_coefs_FLP.c69 silk_quant_LTP_gains_FLP( psEncCtrl->LTPCoef, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,
/external/libopus/silk/fixed/
H A Dfind_pred_coefs_FIX.c95 silk_quant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,
/external/libopus/silk/float/
H A Dfind_pred_coefs_FLP.c69 silk_quant_LTP_gains_FLP( psEncCtrl->LTPCoef, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex,

Completed in 82 milliseconds