Home
last modified time | relevance | path

Searched refs:br_mb_x_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dframe.c185 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x) { in VP8FilterRow()
368 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4; in VP8FinishFrameSetup()
369 if (dec->br_mb_x_ > dec->mb_w_) { in VP8FinishFrameSetup()
370 dec->br_mb_x_ = dec->mb_w_; in VP8FinishFrameSetup()
Dvp8i.h189 int br_mb_x_, br_mb_y_; // last bottom-right MB that must be decoded member