Home
last modified time | relevance | path

Searched refs:PITCH_EST_MIN_LAG_MS (Results 1 – 3 of 3) 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 ) ] = {
Dtables.h43 extern const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ]…
Ddefine.h86 #define PITCH_EST_MIN_LAG_MS 2 /* 2 ms -> 500 Hz */ macro