OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIP1
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h
139
#define
CLIP1
(z) (((z) < 0) ? 0 : (((z) > 255) ? 255 : (z)))
h264bsd_conceal.c
446
/*lint -e734
CLIP1
macro results in value that fits into 8 bits */
447
*pData++ =
CLIP1
(tmp);
557
/*lint -e734
CLIP1
macro results in value that fits into 8 bits */
558
*pData++ =
CLIP1
(tmp);
h264bsd_intra_prediction.c
[
all
...]
Completed in 34 milliseconds