Searched defs:CLIP (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | dither_template.c | 22 # define CLIP(v) while(0) macro 27 # define CLIP(v) while(0) macro 32 # define CLIP(v) v = FFMAX(FFMIN(v, INT32_MAX), INT32_MIN) macro 37 # define CLIP(v) v = FFMAX(FFMIN(v, INT16_MAX), INT16_MIN) macro
|
/third_party/ffmpeg/libavcodec/ |
D | flacdsp_lpc_template.c | 34 # define CLIP(x) av_clipl_int32(x) macro 38 # define CLIP(x) (x) macro
|
D | bit_depth_template.c | 79 # define CLIP(a) av_clip_uintp2(a, BIT_DEPTH) macro 99 # define CLIP(a) av_clip_uint8(a) macro
|
D | v210_template.c | 25 #define CLIP(v, depth) av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1)) macro
|
D | qdrw.c | 36 CLIP = 0x0001, enumerator
|
/third_party/gstreamer/gstplugins_good/gst/law/ |
D | mulaw-conversion.c | 32 #define CLIP 32635 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | g711.c | 161 #define CLIP 8159 macro
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng2-win.c | 136 #define CLIP(a,min,max) MAX(min,MIN((a),max)) macro
|
D | rpng2-x.c | 143 #define CLIP(a,min,max) MAX(min,MIN((a),max)) macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_curves.c | 217 #define CLIP(v) (nbits == 8 ? av_clip_uint8(v) : av_clip_uintp2_c(v, nbits)) macro
|
/third_party/python/Modules/ |
D | audioop.c | 53 #define CLIP 32635 macro
|
/third_party/python/Lib/test/ |
D | test_enum.py | 398 CLIP = 2 variable in TestEnum.test_comparisons.Part
|