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

/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h48 #define AVC_MIN(x,y) ((x)<(y)? (x):(y)) macro
50 #define AVC_CLIP3(a,b,x) (AVC_MAX(a,AVC_MIN(x,b))) /* clip x between a and b */

Completed in 55 milliseconds