Home | History | Annotate | Download | only in include

Lines Matching refs:AVC_MAX

47 #define AVC_MAX(x,y) ((x)>(y)? (x):(y))
50 #define AVC_CLIP3(a,b,x) (AVC_MAX(a,AVC_MIN(x,b))) /* clip x between a and b */