Searched refs:mb_w_ (Results 1 – 12 of 12) sorted by relevance
33 const size_t top_size = enc->mb_w_ * 16; in InitTop()35 memset(enc->nz_, 0, enc->mb_w_ * sizeof(*enc->nz_)); in InitTop()45 it->mb_ = enc->mb_info_ + y * enc->mb_w_; in VP8IteratorSetRow()54 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default in VP8IteratorReset()291 if (x < enc->mb_w_ - 1) { // left in VP8IteratorSaveBoundary()318 if (it->x_ == it->enc_->mb_w_) { in VP8IteratorNext()414 if (it->x_ < enc->mb_w_ - 1) { in VP8IteratorStartI4()
30 const int w = enc->mb_w_; in SmoothSegmentMap()213 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in AssignSegments()383 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in ResetAllMBInfo()436 VP8IteratorSetCountDown(&job->it, (end_row - start_row) * enc->mb_w_); in InitSegmentJob()456 const int total_mb = last_row * enc->mb_w_; in VP8EncAnalyze()
112 const int nb_mbs = enc->mb_w_ * enc->mb_h_; in FinalizeSkipProba()192 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in SetSegmentProbas()494 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_]; in StoreSideInfo()586 int nb_mbs = enc->mb_w_ * enc->mb_h_; in StatLoop()646 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_; in PreLoopInitialize()738 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; in VP8EncTokenLoop()744 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop()
61 for (i = -1; i < 4 * enc->mb_w_; ++i) { in ResetBoundaryPredictions()201 enc->mb_w_ = mb_w; in InitVP8Encoder()
356 int mb_w_, mb_h_; member
268 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0()
374 int i = enc->mb_w_ * enc->mb_h_; in SimplifySegments()
102 for (mb_x = 0; mb_x < dec->mb_w_; ++mb_x) { in ReconstructRow()134 if (mb_x >= dec->mb_w_ - 1) { // on rightmost border in ReconstructRow()603 if (dec->br_mb_x_ > dec->mb_w_) { in VP8EnterCritical()604 dec->br_mb_x_ = dec->mb_w_; in VP8EnterCritical()703 const int mb_w = dec->mb_w_; in AllocateMemory()
206 int mb_w_, mb_h_; member
351 for (mb_x = 0; mb_x < dec->mb_w_; ++mb_x) { in VP8ParseIntraModeRow()
304 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4; in VP8GetHeaders()587 for (; dec->mb_x_ < dec->mb_w_; ++dec->mb_x_) { in ParseFrame()
458 for (; dec->mb_x_ < dec->mb_w_; ++dec->mb_x_) { in DecodeRemaining()