Home | History | Annotate | Download | only in include

Lines Matching refs:AVC_ABS

44 #define AVC_ABS(x)   (((x)<0)? -(x) : (x))
54 #define AVC_ROUND(x) (AVC_SIGN(x)*AVC_FLOOR(AVC_ABS(x)+0.5))