Lines Matching refs:mb_w
480 io->mb_w = io->crop_right - io->crop_left; in FinishRow()
693 const int mb_w = dec->mb_w_; in AllocateMemory() local
695 const size_t intra_pred_mode_size = 4 * mb_w * sizeof(uint8_t); in AllocateMemory()
696 const size_t top_size = sizeof(VP8TopSamples) * mb_w; in AllocateMemory()
697 const size_t mb_info_size = (mb_w + 1) * sizeof(VP8MB); in AllocateMemory()
700 mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo) in AllocateMemory()
704 (dec->mt_method_ == 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_); in AllocateMemory()
748 dec->thread_ctx_.f_info_ += mb_w; in AllocateMemory()
759 dec->thread_ctx_.mb_data_ += mb_w; in AllocateMemory()
763 dec->cache_y_stride_ = 16 * mb_w; in AllocateMemory()
764 dec->cache_uv_stride_ = 8 * mb_w; in AllocateMemory()