Home | History | Annotate | Download | only in dec

Lines Matching refs:mb_w

232       io->mb_w = io->crop_right - io->crop_left;
410 const int mb_w = dec->mb_w_;
412 const size_t intra_pred_mode_size = 4 * mb_w * sizeof(uint8_t);
413 const size_t top_size = (16 + 8 + 8) * mb_w;
414 const size_t mb_info_size = (mb_w + 1) * sizeof(VP8MB);
417 mb_w * (dec->use_threads_ ? 2 : 1) * sizeof(VP8FInfo)
451 mem += 16 * mb_w;
453 mem += 8 * mb_w;
455 mem += 8 * mb_w;
468 dec->thread_ctx_.f_info_ += mb_w;
479 dec->cache_y_stride_ = 16 * mb_w;
480 dec->cache_uv_stride_ = 8 * mb_w;