Searched defs:CLIP (Results 1 – 10 of 10) sorted by relevance
/external/libavc/encoder/ |
D | irc_cbr_buffer_control.h | 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ macro
|
/external/libhevc/encoder/ |
D | cbr_buffer_control.h | 43 #define CLIP(Number, Max, Min) \ macro
|
/external/fec/ |
D | vtest615.c | 35 #define CLIP 255 macro
|
/external/libmpeg2/common/ |
D | impeg2_macros.h | 29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \ macro
|
/external/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
|
/external/libaom/libaom/av1/common/ |
D | restoration.h | 27 #define CLIP(x, lo, hi) ((x) < (lo) ? (lo) : (x) > (hi) ? (hi) : (x)) macro
|
/external/python/cpython2/Modules/ |
D | audioop.c | 65 #define CLIP 32635 macro
|
/external/python/cpython3/Modules/ |
D | audioop.c | 53 #define CLIP 32635 macro
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 372 CLIP = 2 variable in TestEnum.test_comparisons.Part
|