Searched defs:CLIP3 (Results 1 - 4 of 4) sorted by relevance

/external/libavc/encoder/
H A Dime_macros.h41 #define CLIP3(miny, maxy, y) (((y) < (miny))?(miny):(((y) > maxy)?(maxy):(y))) macro
/external/libmpeg2/common/
H A Dicv_macros.h56 #define CLIP3(min, max, x) (((x) > (max)) ? (max) :(((x) < (min))? (min):(x))) macro
/external/libavc/common/
H A Dih264_macros.h75 #define CLIP3(miny, maxy, y) (((y) < (miny))?(miny):(((y) > (maxy))?(maxy):(y))) macro
/external/libhevc/common/
H A Dihevc_macros.h40 #define CLIP3(x, min, max) (((x) > (max)) ? (max) :(((x) < (min))? (min):(x))) macro

Completed in 187 milliseconds