Home
last modified time | relevance | path

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

/external/libopus/silk/
Dencode_indices.c155 silk_assert( psIndices->PERIndex >= 0 && psIndices->PERIndex < 3 ); in silk_encode_indices()
156 ec_enc_icdf( psRangeEnc, psIndices->PERIndex, silk_LTP_per_index_iCDF, 8 ); in silk_encode_indices()
160 …assert( psIndices->LTPIndex[ k ] >= 0 && psIndices->LTPIndex[ k ] < ( 8 << psIndices->PERIndex ) ); in silk_encode_indices()
161 …nc_icdf( psRangeEnc, psIndices->LTPIndex[ k ], silk_LTP_gain_iCDF_ptrs[ psIndices->PERIndex ], 8 ); in silk_encode_indices()
Ddecode_parameters.c95 …cbk_ptr_Q7 = silk_LTP_vq_ptrs_Q7[ psDec->indices.PERIndex ]; /* set pointer to start of codebook */ in silk_decode_parameters()
112 psDec->indices.PERIndex = 0; in silk_decode_parameters()
Ddecode_indices.c130 psDec->indices.PERIndex = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_per_index_iCDF, 8 ); in silk_decode_indices()
133 … k ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_gain_iCDF_ptrs[ psDec->indices.PERIndex ], 8 ); in silk_decode_indices()
Dstructs.h126 opus_int8 PERIndex; member
/external/libopus/silk/float/
Dfind_pred_coefs_FLP.c68 …ant_LTP_gains_FLP( psEncCtrl->LTPCoef, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex, in silk_find_pred_coefs_FLP()
/external/libopus/silk/fixed/
Dfind_pred_coefs_FIX.c93 …ant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex, in silk_find_pred_coefs_FIX()