OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLIP3
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h
135
#define
CLIP3
(x,y,z) (((z) < (x)) ? (x) : (((z) > (y)) ? (y) : (z)))
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegDecoder.cpp
206
#define
CLIP3
(a, b, c) (MIN(b, MAX(a, c)))
207
#define CLIP255(a) (
CLIP3
(0, 255, (a)))
[
all
...]
Completed in 63 milliseconds