HomeSort by relevance Sort by last modified time
    Searched refs:silk_max_64 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
debug.c 121 fprintf(fp, "%8.2f", (1e6 * (silk_max_64(silk_Timer_min[k] - del, 0))) / lpFrequency.QuadPart);
123 fprintf(fp, "%12.2f", (1e6 * (silk_max_64(silk_Timer_max[k] - del, 0))) / lpFrequency.QuadPart);
MacroCount.h 668 #undef silk_max_64 macro
669 static inline opus_int64 silk_max_64(opus_int64 a, opus_int64 b) function
SigProc_FIX.h 547 static inline opus_int64 silk_max_64(opus_int64 a, opus_int64 b) function
    [all...]

Completed in 2617 milliseconds