Searched refs:mb_y_ (Results 1 – 4 of 4) sorted by relevance
92 const int mb_y = dec->thread_ctx_.mb_y_; in FilterRow()176 const int first_row = (ctx->mb_y_ == 0); in FinishRow()177 const int last_row = (ctx->mb_y_ >= dec->br_mb_y_ - 1); in FinishRow()178 int y_start = MACROBLOCK_VPOS(ctx->mb_y_); in FinishRow()179 int y_end = MACROBLOCK_VPOS(ctx->mb_y_ + 1); in FinishRow()261 ctx->mb_y_ = dec->mb_y_; in VP8ProcessRow()272 ctx->mb_y_ = dec->mb_y_; in VP8ProcessRow()541 return (dec->mb_y_ == 0) ? B_DC_PRED_NOTOPLEFT : B_DC_PRED_NOLEFT; in CheckMode()543 return (dec->mb_y_ == 0) ? B_DC_PRED_NOTOP : B_DC_PRED; in CheckMode()579 if (dec->mb_y_ > 0) { in VP8ReconstructBlock()[all …]
683 (dec->mb_y_ >= dec->tl_mb_y_) && (dec->mb_y_ <= dec->br_mb_y_); in VP8InitScanline()687 for (dec->mb_y_ = 0; dec->mb_y_ < dec->br_mb_y_; ++dec->mb_y_) { in ParseFrame()689 &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)]; in ParseFrame()
174 int mb_y_; // macroblock position of the row member258 int mb_x_, mb_y_; // current position, in macroblock units member
411 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) { in DecodeRemaining()412 VP8BitReader* token_br = &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)]; in DecodeRemaining()