Home
last modified time | relevance | path

Searched refs:fixmax_D (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/include/
Dfixminmax.h122 #define fixmax_D(a, b) fixmax(a, b) macro
Dcommon_fix.h401 FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b) { return fixmax_D(a, b); } in fMax()