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

/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c161 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB macro
177 int y_start = MACROBLOCK_VPOS(ctx->mb_y_);
178 int y_end = MACROBLOCK_VPOS(ctx->mb_y_ + 1);
251 #undef MACROBLOCK_VPOS macro
/external/webp/src/dec/
H A Dframe.c161 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB macro
177 int y_start = MACROBLOCK_VPOS(ctx->mb_y_);
178 int y_end = MACROBLOCK_VPOS(ctx->mb_y_ + 1);
251 #undef MACROBLOCK_VPOS macro

Completed in 1915 milliseconds