OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_IVD_CONCEALMENT_APPLIED
(Results
1 - 3
of
3
) sorted by null
/external/libavc/decoder/
ih264d.h
57
#define
IS_IVD_CONCEALMENT_APPLIED
(x) (x & (1 << IVD_APPLIEDCONCEALMENT))
/external/libmpeg2/decoder/
impeg2d.h
58
#define
IS_IVD_CONCEALMENT_APPLIED
(x) (x & (1 << IVD_APPLIEDCONCEALMENT))
/external/libhevc/decoder/
ihevcd_cxa.h
52
#define
IS_IVD_CONCEALMENT_APPLIED
(x) (x & (1 << IVD_APPLIEDCONCEALMENT))
Completed in 2891 milliseconds