Home | History | Annotate | Download | only in include

Lines Matching refs:AVC_CLIP3

50 #define AVC_CLIP3(a,b,x) (AVC_MAX(a,AVC_MIN(x,b)))  /* clip x between a and b */
51 #define AVC_CLIP(x) AVC_CLIP3(0,255,x)