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

/external/chromium_org/third_party/opus/src/silk/
H A Dtables_other.c92 const opus_uint8 silk_NLSF_interpolation_factor_iCDF[ 5 ] = { 243, 221, 192, 181, 0 }; variable
H A Dtables.h95 extern const opus_uint8 silk_NLSF_interpolation_factor_iCDF[ 5 ]; /* 5 */
H A Ddecode_indices.c95 psDec->indices.NLSFInterpCoef_Q2 = (opus_int8)ec_dec_icdf( psRangeDec, silk_NLSF_interpolation_factor_iCDF, 8 );
H A Dencode_indices.c109 ec_enc_icdf( psRangeEnc, psIndices->NLSFInterpCoef_Q2, silk_NLSF_interpolation_factor_iCDF, 8 );

Completed in 70 milliseconds