Home
last modified time | relevance | path

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

/external/libopus/silk/
Dtables_other.c78 const opus_uint8 silk_NLSF_interpolation_factor_iCDF[ 5 ] = { 243, 221, 192, 181, 0 }; variable
Dtables.h95 extern const opus_uint8 silk_NLSF_interpolation_factor_iCDF[ 5 ]; …
Ddecode_indices.c95 …es.NLSFInterpCoef_Q2 = (opus_int8)ec_dec_icdf( psRangeDec, silk_NLSF_interpolation_factor_iCDF, 8 … in silk_decode_indices()
Dencode_indices.c109 … ec_enc_icdf( psRangeEnc, psIndices->NLSFInterpCoef_Q2, silk_NLSF_interpolation_factor_iCDF, 8 ); in silk_encode_indices()