Searched defs:silk_max_float (Results 1 – 2 of 2) sorted by relevance
153 #define silk_max_float( a, b ) (((a) > (b)) ? (a) : (b)) macro