HomeSort by relevance Sort by last modified time
    Searched refs:tl_mb_y_ (Results 1 - 3 of 3) 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 318 dec->tl_mb_y_ = 0;
325 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4;
327 if (dec->tl_mb_y_ < 0) dec->tl_mb_y_ = 0;
vp8.c 680 (dec->mb_y_ >= dec->tl_mb_y_) && (dec->mb_y_ <= dec->br_mb_y_);

Completed in 39 milliseconds