OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_Timer_max
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
debug.h
104
extern opus_int64
silk_Timer_max
[silk_NUM_TIMERS_MAX];
131
silk_Timer_max
[ID] = 0; \
159
silk_Timer_max
[ID] = 0; \
189
if( lpPerformanceCount.QuadPart >
silk_Timer_max
[ID] ) \
190
silk_Timer_max
[ID] = lpPerformanceCount.QuadPart; \
218
if( endTime >
silk_Timer_max
[ID] ) \
219
silk_Timer_max
[ID] = endTime; \
debug.c
76
opus_int64
silk_Timer_max
[silk_NUM_TIMERS_MAX];
123
fprintf(fp, "%12.2f", (1e6 * (silk_max_64(
silk_Timer_max
[k] - del, 0))) / lpFrequency.QuadPart);
155
fprintf(fp, "%d ",
silk_Timer_max
[k]);
Completed in 33 milliseconds