Searched defs:NUM_MBS_720P (Results 1 – 2 of 2) sorted by relevance
22 #define NUM_MBS_720P (((ALIGN(1280, 16)) >> 4) * ((ALIGN(736, 16)) >> 4)) macro
226 #define NUM_MBS_720P (((1280 + 15) >> 4) * ((720 + 15) >> 4)) macro