Home
last modified time | relevance | path

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

/external/libopus/silk/
Dtables_pitch_lag.c34 const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ] = { variable
Dtables.h43 extern const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ]…
Ddecode_indices.c118 …psDec->indices.lagIndex = (opus_int16)ec_dec_icdf( psRangeDec, silk_pitch_lag_iCDF, 8 ) * silk_RS… in silk_decode_indices()
Dencode_indices.c138 ec_enc_icdf( psRangeEnc, pitch_high_bits, silk_pitch_lag_iCDF, 8 ); in silk_encode_indices()