Searched refs:ANALYSIS_COUNT_MAX (Results 1 – 2 of 2) sorted by relevance
/external/libopus/src/ | ||
D | analysis.h | 40 #define ANALYSIS_COUNT_MAX 10000 macro |
D | analysis.c | 855 tonal->count = IMIN(tonal->count+1, ANALYSIS_COUNT_MAX); in tonality_analysis() |