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

  /external/webp/src/dec/
vp8i.h 208 int tl_mb_x_, tl_mb_y_; // top-left MB that must be in-loop filtered member in struct:VP8Decoder
frame.c 94 for (mb_x = dec->tl_mb_x_; mb_x < dec->br_mb_x_; ++mb_x) {
317 dec->tl_mb_x_ = 0;
324 dec->tl_mb_x_ = (io->crop_left - extra_pixels) >> 4;
326 if (dec->tl_mb_x_ < 0) dec->tl_mb_x_ = 0;

Completed in 98 milliseconds