Searched refs:br_mb_y_ (Results 1 – 3 of 3) sorted by relevance
182 if (dec->mb_y_ < dec->tl_mb_y_ || dec->mb_y_ > dec->br_mb_y_) { in VP8FilterRow()260 const int last_row = (dec->mb_y_ >= dec->br_mb_y_ - 1); in VP8FinishRow()367 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8FinishFrameSetup()372 if (dec->br_mb_y_ > dec->mb_h_) { in VP8FinishFrameSetup()373 dec->br_mb_y_ = dec->mb_h_; in VP8FinishFrameSetup()
189 int br_mb_x_, br_mb_y_; // last bottom-right MB that must be decoded member
686 for (dec->mb_y_ = 0; dec->mb_y_ < dec->br_mb_y_; ++dec->mb_y_) { in ParseFrame()