Home
last modified time | relevance | path

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

/external/aac/libFDK/include/
Dfixminmax.h128 #define fixmax_UI(a, b) fixmax(a, b) macro
Dcommon_fix.h415 inline UINT fMax(UINT a, UINT b) { return fixmax_UI(a, b); } in fMax()
419 return (UCHAR)fixmax_UI((UINT)a, (UINT)b); in fMax()