Searched defs:IS_INTRA4x4 (Results 1 – 2 of 2) sorted by relevance
75 #define IS_INTRA4x4(a) ((a) & MB_TYPE_INTRA4x4) macro
301 #define IS_INTRA4x4(type) ( MB_TYPE_INTRA4x4 == (type) ) macro