Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dframe_enc.c112 const int nb_mbs = enc->mb_w_ * enc->mb_h_; in FinalizeSkipProba()
190 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in ResetSegments()
199 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in SetSegmentProbas()
541 enc->mb_w_ * enc->mb_h_ * sizeof(*pic->extra_info)); in StoreSideInfo()
622 int nb_mbs = enc->mb_w_ * enc->mb_h_; in StatLoop()
682 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_; in PreLoopInitialize()
776 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; in VP8EncTokenLoop()
782 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop()
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()
Danalysis_enc.c31 const int h = enc->mb_h_; in SmoothSegmentMap()
213 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in AssignSegments()
415 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in ResetAllMBInfo()
487 const int last_row = enc->mb_h_; in VP8EncAnalyze()
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.c318 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4; in VP8GetHeaders()
Didec_dec.c455 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) { in DecodeRemaining()