Home
last modified time | relevance | path

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

/external/libopus/silk/
Dtables_other.c81 const opus_uint8 silk_LTPscale_iCDF[ 3 ] = { 128, 64, 0 }; variable
Dtables.h85 extern const opus_uint8 silk_LTPscale_iCDF[ 3 ]; …
Ddecode_indices.c140 … psDec->indices.LTP_scaleIndex = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTPscale_iCDF, 8 ); in silk_decode_indices()
Dencode_indices.c169 ec_enc_icdf( psRangeEnc, psIndices->LTP_scaleIndex, silk_LTPscale_iCDF, 8 ); in silk_encode_indices()