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

  /external/chromium_org/third_party/opus/src/silk/
tables_pitch_lag.c 34 const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ] = {
tables.h 43 extern const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ];/* 32 */
decode_indices.c 118 psDec->indices.lagIndex = (opus_int16)ec_dec_icdf( psRangeDec, silk_pitch_lag_iCDF, 8 ) * silk_RSHIFT( psDec->fs_kHz, 1 );
encode_indices.c 138 ec_enc_icdf( psRangeEnc, pitch_high_bits, silk_pitch_lag_iCDF, 8 );

Completed in 2393 milliseconds