HomeSort by relevance Sort by last modified time
    Searched refs:MACROBLOCK_VPOS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
frame.c 243 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
275 int y_start = MACROBLOCK_VPOS(mb_y);
276 int y_end = MACROBLOCK_VPOS(mb_y + 1);
340 #undef MACROBLOCK_VPOS
  /external/webp/src/dec/
frame.c 243 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
275 int y_start = MACROBLOCK_VPOS(mb_y);
276 int y_end = MACROBLOCK_VPOS(mb_y + 1);
340 #undef MACROBLOCK_VPOS

Completed in 95 milliseconds