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

  /external/libopus/silk/
tables_other.c 81 const opus_uint8 silk_LTPscale_iCDF[ 3 ] = { 128, 64, 0 };
tables.h 85 extern const opus_uint8 silk_LTPscale_iCDF[ 3 ]; /* 4 */
decode_indices.c 140 psDec->indices.LTP_scaleIndex = (opus_int8)ec_dec_icdf( psRangeDec, silk_LTPscale_iCDF, 8 );
encode_indices.c 169 ec_enc_icdf( psRangeEnc, psIndices->LTP_scaleIndex, silk_LTPscale_iCDF, 8 );

Completed in 40 milliseconds