Searched refs:MACROBLOCK_VPOS (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dec/
H A Dframe.c243 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB macro
275 int y_start = MACROBLOCK_VPOS(mb_y);
276 int y_end = MACROBLOCK_VPOS(mb_y + 1);
340 #undef MACROBLOCK_VPOS macro

Completed in 98 milliseconds