Searched refs:tl_mb_y_ (Results 1 – 2 of 2) sorted by relevance
506 (dec->mb_y_ >= dec->tl_mb_y_) && (dec->mb_y_ <= dec->br_mb_y_); in VP8ProcessRow()576 dec->tl_mb_y_ = 0; in VP8EnterCritical()583 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4; in VP8EnterCritical()585 if (dec->tl_mb_y_ < 0) dec->tl_mb_y_ = 0; in VP8EnterCritical()
208 int tl_mb_x_, tl_mb_y_; // top-left MB that must be in-loop filtered member
Completed in 6 milliseconds