Home
last modified time | relevance | path

Searched refs:mb_y_ (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dframe_dec.c75 const int mb_y = ctx->mb_y_; in ReconstructRow()
255 const int mb_y = dec->thread_ctx_.mb_y_; in FilterRow()
416 const int mb_y = ctx->mb_y_; in FinishRow()
506 (dec->mb_y_ >= dec->tl_mb_y_) && (dec->mb_y_ <= dec->br_mb_y_); in VP8ProcessRow()
509 ctx->mb_y_ = dec->mb_y_; in VP8ProcessRow()
521 ctx->mb_y_ = dec->mb_y_; in VP8ProcessRow()
Dvp8i_dec.h167 int mb_y_; // macroblock position of the row member
249 int mb_x_, mb_y_; // current position, in macroblock units member
Dvp8_dec.c640 for (dec->mb_y_ = 0; dec->mb_y_ < dec->br_mb_y_; ++dec->mb_y_) { in ParseFrame()
643 &dec->parts_[dec->mb_y_ & dec->num_parts_minus_one_]; in ParseFrame()
Didec_dec.c455 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) { in DecodeRemaining()
456 if (idec->last_mb_y_ != dec->mb_y_) { in DecodeRemaining()
463 idec->last_mb_y_ = dec->mb_y_; in DecodeRemaining()
467 &dec->parts_[dec->mb_y_ & dec->num_parts_minus_one_]; in DecodeRemaining()