Searched refs:PERIndex (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/ |
D | encode_indices.c | 155 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()
|
D | decode_parameters.c | 95 …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()
|
D | decode_indices.c | 130 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()
|
D | structs.h | 127 opus_int8 PERIndex; member
|
/external/libopus/silk/float/ |
D | find_pred_coefs_FLP.c | 68 …ant_LTP_gains_FLP( psEncCtrl->LTPCoef, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex, in silk_find_pred_coefs_FLP()
|
/external/libopus/silk/fixed/ |
D | find_pred_coefs_FIX.c | 93 …ant_LTP_gains( psEncCtrl->LTPCoef_Q14, psEnc->sCmn.indices.LTPIndex, &psEnc->sCmn.indices.PERIndex, in silk_find_pred_coefs_FIX()
|