HomeSort by relevance Sort by last modified time
    Searched refs:mb_y_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 205 int mb_y_; // macroblock position of the row member in struct:__anon17874
287 int mb_x_, mb_y_; // current position, in macroblock units member in struct:VP8Decoder
frame.c 85 const int mb_y = dec->thread_ctx_.mb_y_;
258 const int mb_y = ctx->mb_y_;
349 (dec->mb_y_ >= dec->tl_mb_y_) && (dec->mb_y_ <= dec->br_mb_y_);
352 ctx->mb_y_ = dec->mb_y_;
364 ctx->mb_y_ = dec->mb_y_;
712 const int mb_y = ctx->mb_y_;
vp8.c 585 for (dec->mb_y_ = 0; dec->mb_y_ < dec->br_mb_y_; ++dec->mb_y_) {
588 &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)];
idec.c 442 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) {
443 if (idec->last_mb_y_ != dec->mb_y_) {
450 idec->last_mb_y_ = dec->mb_y_;
454 &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)];
  /external/webp/src/dec/
vp8i.h 205 int mb_y_; // macroblock position of the row member in struct:__anon37922
287 int mb_x_, mb_y_; // current position, in macroblock units member in struct:VP8Decoder
frame.c 85 const int mb_y = dec->thread_ctx_.mb_y_;
258 const int mb_y = ctx->mb_y_;
349 (dec->mb_y_ >= dec->tl_mb_y_) && (dec->mb_y_ <= dec->br_mb_y_);
352 ctx->mb_y_ = dec->mb_y_;
364 ctx->mb_y_ = dec->mb_y_;
712 const int mb_y = ctx->mb_y_;
vp8.c 585 for (dec->mb_y_ = 0; dec->mb_y_ < dec->br_mb_y_; ++dec->mb_y_) {
588 &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)];
idec.c 442 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) {
443 if (idec->last_mb_y_ != dec->mb_y_) {
450 idec->last_mb_y_ = dec->mb_y_;
454 &dec->parts_[dec->mb_y_ & (dec->num_parts_ - 1)];

Completed in 445 milliseconds