Home | History | Annotate | Download | only in dec

Lines Matching refs:mb_w

323       io->mb_w = io->crop_right - io->crop_left;
536 const int mb_w = dec->mb_w_;
538 const size_t intra_pred_mode_size = 4 * mb_w * sizeof(uint8_t);
539 const size_t top_size = sizeof(VP8TopSamples) * mb_w;
540 const size_t mb_info_size = (mb_w + 1) * sizeof(VP8MB);
543 mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo)
547 (dec->mt_method_ == 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_);
591 dec->thread_ctx_.f_info_ += mb_w;
602 dec->thread_ctx_.mb_data_ += mb_w;
606 dec->cache_y_stride_ = 16 * mb_w;
607 dec->cache_uv_stride_ = 8 * mb_w;