Searched defs:IS_INTER (Results 1 – 2 of 2) sorted by relevance
72 #define IS_INTER(a) ((a) & (MB_TYPE_16x16 | MB_TYPE_16x8 | \ macro
306 #define IS_INTER(type) ( (type)&MB_TYPE_INTER ) macro