Home | History | Annotate | Download | only in common

Lines Matching defs:MB_SIZE

497 #define MB_SIZE             16
514 #define MAX_TU_IN_MB_ROW ((MB_SIZE / MIN_TU_SIZE))
517 #define MAX_PU_IN_MB_ROW ((MB_SIZE / MIN_PU_SIZE))
525 #define MAX_PU_IN_MB ((MB_SIZE / MIN_PU_SIZE) * \
526 (MB_SIZE / MIN_PU_SIZE))
529 #define MAX_TU_IN_MB ((MB_SIZE / MIN_TU_SIZE) * \
530 (MB_SIZE / MIN_TU_SIZE))
548 #define MAX_VERT_DEBLK_EDGES ((MB_SIZE/8) * (MB_SIZE/4))
549 #define MAX_HORZ_DEBLK_EDGES ((MB_SIZE/4) * (MB_SIZE/8))
552 #define MAX_DEBLK_QP_CNT ((MB_SIZE/8) * (MB_SIZE/8))