Searched defs:IS_MARKER (Results 1 – 2 of 2) sorted by relevance
44 #define IS_MARKER(x) (((x) & ~0xFF) == VC1_CODE_RES0) macro
51 #define IS_MARKER(state) (IS_CORE_MARKER(state) || IS_EXSS_MARKER(state)) macro