Searched defs:MB (Results 1 – 2 of 2) sorted by relevance
993 #define IS_INTRA(MB) ((MB)->mb_type == I8MB || (MB)->mb_type == I4MB) argument994 #define IS_NEWINTRA(MB) ((MB)->mb_type == I4MB) argument995 #define IS_OLDINTRA(MB) ((MB)->mb_type == I8MB) argument996 #define IS_INTER(MB) ((MB)->mb_type != I8MB && (MB)->mb_type != I4MB) argument997 #define IS_INTERMV(MB) ((MB)->mb_type != I8MB && (MB)->mb_type != I4MB\ argument1000 #define IS_DIRECT(MB) ((MB)->mb_type == 0 && (img->type == B_IMG)) argument1001 #define IS_COPY(MB) ((MB)->mb_type == 0 && (img->type == P_IMG)) argument1002 #define IS_P8x8(MB) ((MB)->mb_type == P8x8) argument
425 #define IS_INTRA(MB) ((MB)->cuType == I8MB ||\ argument428 #define IS_INTER(MB) ((MB)->cuType != I8MB &&\ argument431 #define IS_INTERMV(MB) ((MB)->cuType != I8MB &&\ argument436 #define IS_DIRECT(MB) ((MB)->cuType == PSKIPDIRECT && (img->type == B_IMG)) argument437 #define IS_P_SKIP(MB) ((MB)->cuType == PSKIPDIRECT &&\ argument439 #define IS_P8x8(MB) ((MB)->cuType == PNXN) argument