Home
last modified time | relevance | path

Searched refs:mb_h_ (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/enc/
Dframe_enc.c115 const int nb_mbs = enc->mb_w_ * enc->mb_h_; in FinalizeSkipProba()
193 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in ResetSegments()
202 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in SetSegmentProbas()
544 enc->mb_w_ * enc->mb_h_ * sizeof(*pic->extra_info)); in StoreSideInfo()
625 int nb_mbs = enc->mb_w_ * enc->mb_h_; in StatLoop()
685 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_; in PreLoopInitialize()
779 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; in VP8EncTokenLoop()
785 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop()
Danalysis_enc.c31 const int h = enc->mb_h_; in SmoothSegmentMap()
203 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in AssignSegments()
355 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in ResetAllMBInfo()
427 const int last_row = enc->mb_h_; in VP8EncAnalyze()
Dwebp_enc.c64 for (i = 0; i < 4 * enc->mb_h_; ++i) { in ResetBoundaryPredictions()
110 (score_t)256 * 510 * 8 * 1024 / (enc->mb_w_ * enc->mb_h_); in MapConfigToTools()
211 enc->mb_h_ = mb_h; in InitVP8Encoder()
Diterator_enc.c60 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default in VP8IteratorReset()
309 if (y < enc->mb_h_ - 1) { // top in VP8IteratorSaveBoundary()
Dvp8i_enc.h358 int mb_w_, mb_h_; member
Dsyntax_enc.c268 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0()
Dquant_enc.c392 int i = enc->mb_w_ * enc->mb_h_; in SimplifySegments()
/external/webp/src/dec/
Dvp8i_dec.h205 int mb_w_, mb_h_; member
Dframe_dec.c169 if (mb_y < dec->mb_h_ - 1) { in ReconstructRow()
593 if (dec->br_mb_y_ > dec->mb_h_) { in VP8EnterCritical()
594 dec->br_mb_y_ = dec->mb_h_; in VP8EnterCritical()
Dvp8_dec.c321 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4; in VP8GetHeaders()
Didec_dec.c460 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) { in DecodeRemaining()