HomeSort by relevance Sort by last modified time
    Searched refs:br_mb_x_ (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dec/
frame.c 185 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x) {
368 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4;
369 if (dec->br_mb_x_ > dec->mb_w_) {
370 dec->br_mb_x_ = dec->mb_w_;
vp8i.h 189 int br_mb_x_, br_mb_y_; // last bottom-right MB that must be decoded member in struct:VP8Decoder

Completed in 4186 milliseconds