Searched defs:mb_y (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dec/
H A Ddecode_vp8.h55 int mb_y; // position of the current rows (in pixels) member in struct:VP8Io
105 // start of the current row (That is: it is pre-offset by mb_y and takes
H A Dframe.c33 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { argument
52 if (mb_y > 0) {
71 if (mb_y > 0) {
85 const int mb_y = dec->thread_ctx_.mb_y_; local
88 DoFilter(dec, mb_x, mb_y);
243 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
258 const int mb_y = ctx->mb_y_; local
259 const int is_first_row = (mb_y == 0);
260 const int is_last_row = (mb_y >
665 CheckMode(int mb_x, int mb_y, int mode) argument
712 const int mb_y = ctx->mb_y_; local
[all...]
/external/libavc/decoder/
H A Dih264d_mb_utils.c53 /* (a) mb_x and mb_y */
86 WORD32 mb_y; local
94 /* Calculate values of mb_x and mb_y */
97 mb_y = (WORD16)ps_dec->u2_mby;
106 mb_y++;
108 if(mb_y > ps_dec->i2_prev_slice_mby)
112 if(mb_y > (ps_dec->i2_prev_slice_mby + 1))
162 ps_dec->u2_mby = mb_y;
165 ps_cur_mb_info->u2_mby = mb_y;
183 /* (a) mb_x and mb_y */
368 WORD32 mb_y; local
550 WORD32 mb_y; local
[all...]

Completed in 102 milliseconds