Home
last modified time | relevance | path

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

/external/libopus/silk/
Ddecode_indices.c86 Ix -= ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 ); in silk_decode_indices()
88 Ix += ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 ); in silk_decode_indices()
Dencode_indices.c97 …cdf( psRangeEnc, psIndices->NLSFIndices[ i+1 ] - NLSF_QUANT_MAX_AMPLITUDE, silk_NLSF_EXT_iCDF, 8 ); in silk_encode_indices()
100 …df( psRangeEnc, -psIndices->NLSFIndices[ i+1 ] - NLSF_QUANT_MAX_AMPLITUDE, silk_NLSF_EXT_iCDF, 8 ); in silk_encode_indices()
Dtables_other.c95 const opus_uint8 silk_NLSF_EXT_iCDF[ 7 ] = { 100, 40, 16, 7, 3, 1, 0 }; variable
Dtables.h74 extern const opus_uint8 silk_NLSF_EXT_iCDF[ 7 ]; …