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

  /external/chromium_org/third_party/opus/src/silk/
tables_other.c 109 const opus_uint8 silk_NLSF_EXT_iCDF[ 7 ] = { 100, 40, 16, 7, 3, 1, 0 };
decode_indices.c 86 Ix -= ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 );
88 Ix += ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 );
tables.h 74 extern const opus_uint8 silk_NLSF_EXT_iCDF[ 7 ]; /* 7 */
encode_indices.c 97 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 493 milliseconds