Lines Matching refs:mb_w
480 io->mb_w = io->crop_right - io->crop_left; in FinishRow()
684 const int mb_w = dec->mb_w_; in AllocateMemory() local
686 const size_t intra_pred_mode_size = 4 * mb_w * sizeof(uint8_t); in AllocateMemory()
687 const size_t top_size = sizeof(VP8TopSamples) * mb_w; in AllocateMemory()
688 const size_t mb_info_size = (mb_w + 1) * sizeof(VP8MB); in AllocateMemory()
691 mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo) in AllocateMemory()
695 (dec->mt_method_ == 2 ? 2 : 1) * mb_w * sizeof(*dec->mb_data_); in AllocateMemory()
739 dec->thread_ctx_.f_info_ += mb_w; in AllocateMemory()
750 dec->thread_ctx_.mb_data_ += mb_w; in AllocateMemory()
754 dec->cache_y_stride_ = 16 * mb_w; in AllocateMemory()
755 dec->cache_uv_stride_ = 8 * mb_w; in AllocateMemory()