Home
last modified time | relevance | path

Searched refs:silk_LTP_gain_iCDF_ptrs (Results 1 – 4 of 4) sorted by relevance

/external/libopus/silk/
Dtables_LTP.c70 const opus_uint8 * const silk_LTP_gain_iCDF_ptrs[NB_LTP_CBKS] = { variable
Dtables.h77 extern const opus_uint8 * const silk_LTP_gain_iCDF_ptrs[ NB_LTP_CBKS ]; …
Ddecode_indices.c133 …Dec->indices.LTPIndex[ k ] = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTP_gain_iCDF_ptrs[ psDec->i… in silk_decode_indices()
Dencode_indices.c161 …ec_enc_icdf( psRangeEnc, psIndices->LTPIndex[ k ], silk_LTP_gain_iCDF_ptrs[ psIndices->PERIndex ],… in silk_encode_indices()