Home
last modified time | relevance | path

Searched defs:MB (Results 1 – 2 of 2) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs/
Davsp_trans.c993 #define IS_INTRA(MB) ((MB)->mb_type == I8MB || (MB)->mb_type == I4MB) argument
994 #define IS_NEWINTRA(MB) ((MB)->mb_type == I4MB) argument
995 #define IS_OLDINTRA(MB) ((MB)->mb_type == I8MB) argument
996 #define IS_INTER(MB) ((MB)->mb_type != I8MB && (MB)->mb_type != I4MB) argument
997 #define IS_INTERMV(MB) ((MB)->mb_type != I8MB && (MB)->mb_type != I4MB\ argument
1000 #define IS_DIRECT(MB) ((MB)->mb_type == 0 && (img->type == B_IMG)) argument
1001 #define IS_COPY(MB) ((MB)->mb_type == 0 && (img->type == P_IMG)) argument
1002 #define IS_P8x8(MB) ((MB)->mb_type == P8x8) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/
Davs2_global.h425 #define IS_INTRA(MB) ((MB)->cuType == I8MB ||\ argument
428 #define IS_INTER(MB) ((MB)->cuType != I8MB &&\ argument
431 #define IS_INTERMV(MB) ((MB)->cuType != I8MB &&\ argument
436 #define IS_DIRECT(MB) ((MB)->cuType == PSKIPDIRECT && (img->type == B_IMG)) argument
437 #define IS_P_SKIP(MB) ((MB)->cuType == PSKIPDIRECT &&\ argument
439 #define IS_P8x8(MB) ((MB)->cuType == PNXN) argument