OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH_EST_MAX_LAG_MS
(Results
1 - 3
of
3
) 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 */
Completed in 26 milliseconds