HomeSort by relevance Sort by last modified time
    Searched refs:PITCH_EST_MAX_LAG_MS (Results 1 - 6 of 6) 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 ) ] = {
define.h 82 #define PITCH_EST_MAX_LAG_MS 18 /* 18 ms -> 56 Hz */
tables.h 43 extern const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ];/* 32 */
  /external/libopus/silk/
tables_pitch_lag.c 34 const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ] = {
define.h 82 #define PITCH_EST_MAX_LAG_MS 18 /* 18 ms -> 56 Hz */
tables.h 43 extern const opus_uint8 silk_pitch_lag_iCDF[ 2 * ( PITCH_EST_MAX_LAG_MS - PITCH_EST_MIN_LAG_MS ) ];/* 32 */

Completed in 31 milliseconds