CLIP               42 libavcodec/bit_depth_template.c #   undef CLIP
CLIP               79 libavcodec/bit_depth_template.c #   define CLIP(a)          av_clip_uintp2(a, BIT_DEPTH)
CLIP               99 libavcodec/bit_depth_template.c #   define CLIP(a) av_clip_uint8(a)
CLIP               26 libavcodec/flacdsp_lpc_template.c #undef CLIP
CLIP               34 libavcodec/flacdsp_lpc_template.c #   define CLIP(x) av_clipl_int32(x)
CLIP               38 libavcodec/flacdsp_lpc_template.c #   define CLIP(x) (x)
CLIP               36 libavcodec/qdrw.c     CLIP = 0x0001,
CLIP               25 libavcodec/v210_template.c #define CLIP(v, depth) av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1))
CLIP              215 libavfilter/vf_curves.c #define CLIP(v) (nbits == 8 ? av_clip_uint8(v) : av_clip_uintp2_c(v, nbits))
CLIP               46 libavfilter/vf_derain.c #define CLIP(x, min, max) (x < min ? min : (x > max ? max : x))
CLIP               22 libswresample/dither_template.c #    define CLIP(v) while(0)
CLIP               27 libswresample/dither_template.c #    define CLIP(v) while(0)
CLIP               32 libswresample/dither_template.c #    define CLIP(v) v = FFMAX(FFMIN(v, INT32_MAX), INT32_MIN)
CLIP               37 libswresample/dither_template.c #    define CLIP(v) v = FFMAX(FFMIN(v, INT16_MAX), INT16_MIN)
CLIP               84 libswresample/dither_template.c #undef CLIP