Searched refs:mb_y (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/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 Dio.c31 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
32 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
53 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
82 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
108 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
115 int y = io->mb_y;
116 const int y_end = io->mb_y + io->mb_h;
170 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
191 int start_y = io->mb_y;
[all...]
H A Dframe.c42 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { argument
60 if (mb_y > 0) {
80 if (mb_y > 0) {
94 const int mb_y = dec->thread_ctx_.mb_y_; local
97 DoFilter(dec, mb_x, mb_y);
161 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
233 io->mb_y = y_start - io->crop_top;
512 io->mb_y = 0;
H A Dvp8l.c563 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
584 io->mb_y = y_start - io->crop_top;
/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 Dio.c31 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
32 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
53 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
82 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
108 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
115 int y = io->mb_y;
116 const int y_end = io->mb_y + io->mb_h;
170 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
191 int start_y = io->mb_y;
[all...]
H A Dframe.c42 static void DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) { argument
60 if (mb_y > 0) {
80 if (mb_y > 0) {
94 const int mb_y = dec->thread_ctx_.mb_y_; local
97 DoFilter(dec, mb_x, mb_y);
161 #define MACROBLOCK_VPOS(mb_y) ((mb_y) * 16) // vertical position of a MB
233 io->mb_y = y_start - io->crop_top;
512 io->mb_y = 0;
H A Dvp8l.c563 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and
584 io->mb_y = y_start - io->crop_top;

Completed in 900 milliseconds