Searched defs:mb_y (Results 1 – 2 of 2) sorted by relevance
28 static int CheckMode(int mb_x, int mb_y, int mode) { in CheckMode()75 const int mb_y = ctx->mb_y_; in ReconstructRow() local203 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() local399 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB argument416 const int mb_y = ctx->mb_y_; in FinishRow() local
55 int mb_y; // position of the current rows (in pixels) member
Completed in 4 milliseconds