Searched defs:IS_INTRA (Results 1 – 4 of 4) sorted by relevance
70 #define IS_INTRA(type) ((type)&MB_TYPE_INTRA) macro
71 #define IS_INTRA(a) ((a) & 7) macro
39 #define IS_INTRA(x, y) \ in FUNC() macro
305 #define IS_INTRA(type) ( (type)&MB_TYPE_INTRA ) macro