Searched defs:silk_min (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/
H A DMacroCount.h484 #undef silk_min macro
485 static silk_min(a, b){ function
648 /* silk_min() versions with typecast in the function call */
H A DSigProc_FIX.h507 #define silk_min(a, b) (((a) < (b)) ? (a) : (b)) macro
513 /* silk_min() versions with typecast in the function call */
531 /* silk_min() versions with typecast in the function call */

Completed in 76 milliseconds