Home
last modified time | relevance | path

Searched defs:mb_y (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c28 static int CheckMode(int mb_x, int mb_y, int mode) { in CheckMode()
75 const int mb_y = ctx->mb_y_; in ReconstructRow() local
203 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { in DoFilter()
255 const int mb_y = dec->thread_ctx_.mb_y_; in FilterRow() local
399 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB argument
416 const int mb_y = ctx->mb_y_; in FinishRow() local
A Dvp8_dec.h55 int mb_y; // position of the current rows (in pixels) member

Completed in 4 milliseconds