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

/external/chromium_org/third_party/opus/src/silk/
H A Dtables_other.c109 const opus_uint8 silk_NLSF_EXT_iCDF[ 7 ] = { 100, 40, 16, 7, 3, 1, 0 }; variable
H A Ddecode_indices.c86 Ix -= ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 );
88 Ix += ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 );
H A Dtables.h74 extern const opus_uint8 silk_NLSF_EXT_iCDF[ 7 ]; /* 7 */
H A Dencode_indices.c97 ec_enc_icdf( psRangeEnc, psIndices->NLSFIndices[ i+1 ] - NLSF_QUANT_MAX_AMPLITUDE, silk_NLSF_EXT_iCDF, 8 );
100 ec_enc_icdf( psRangeEnc, -psIndices->NLSFIndices[ i+1 ] - NLSF_QUANT_MAX_AMPLITUDE, silk_NLSF_EXT_iCDF, 8 );

Completed in 123 milliseconds