HomeSort by relevance Sort by last modified time
    Searched refs:silk_NLSF_interpolation_factor_iCDF (Results 1 - 4 of 4) sorted by null

  /external/libopus/silk/
tables_other.c 92 const opus_uint8 silk_NLSF_interpolation_factor_iCDF[ 5 ] = { 243, 221, 192, 181, 0 };
tables.h 97 extern const opus_uint8 silk_NLSF_interpolation_factor_iCDF[ 5 ]; /* 5 */
decode_indices.c 95 psDec->indices.NLSFInterpCoef_Q2 = (opus_int8)ec_dec_icdf( psRangeDec, silk_NLSF_interpolation_factor_iCDF, 8 );
encode_indices.c 109 ec_enc_icdf( psRangeEnc, psIndices->NLSFInterpCoef_Q2, silk_NLSF_interpolation_factor_iCDF, 8 );

Completed in 36 milliseconds