Home
last modified time | relevance | path

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

/external/webp/src/enc/
Danalysis.c31 const int h = enc->mb_h_; in SmoothSegmentMap()
209 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in AssignSegments()
376 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in ResetAllMBInfo()
446 const int last_row = enc->mb_h_; in VP8EncAnalyze()
Dframe.c116 const int nb_mbs = enc->mb_w_ * enc->mb_h_; in FinalizeSkipProba()
196 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in SetSegmentProbas()
590 int nb_mbs = enc->mb_w_ * enc->mb_h_; in StatLoop()
650 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_; in PreLoopInitialize()
742 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; in VP8EncTokenLoop()
748 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop()
Dwebpenc.c64 for (i = 0; i < 4 * enc->mb_h_; ++i) { in ResetBoundaryPredictions()
199 enc->mb_h_ = mb_h; in InitVP8Encoder()
Diterator.c54 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default in VP8IteratorReset()
305 if (y < enc->mb_h_ - 1) { // top in VP8IteratorSaveBoundary()
Dsyntax.c268 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0()
Dvp8enci.h410 int mb_w_, mb_h_; member
Dquant.c350 int i = enc->mb_w_ * enc->mb_h_; in SimplifySegments()
/external/chromium_org/third_party/libwebp/enc/
Danalysis.c31 const int h = enc->mb_h_; in SmoothSegmentMap()
209 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in AssignSegments()
376 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in ResetAllMBInfo()
446 const int last_row = enc->mb_h_; in VP8EncAnalyze()
Dframe.c116 const int nb_mbs = enc->mb_w_ * enc->mb_h_; in FinalizeSkipProba()
196 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in SetSegmentProbas()
590 int nb_mbs = enc->mb_w_ * enc->mb_h_; in StatLoop()
650 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_; in PreLoopInitialize()
742 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; in VP8EncTokenLoop()
748 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; in VP8EncTokenLoop()
Dwebpenc.c64 for (i = 0; i < 4 * enc->mb_h_; ++i) { in ResetBoundaryPredictions()
199 enc->mb_h_ = mb_h; in InitVP8Encoder()
Diterator.c54 VP8IteratorSetCountDown(it, enc->mb_w_ * enc->mb_h_); // default in VP8IteratorReset()
305 if (y < enc->mb_h_ - 1) { // top in VP8IteratorSaveBoundary()
Dsyntax.c268 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0()
Dvp8enci.h410 int mb_w_, mb_h_; member
Dquant.c350 int i = enc->mb_w_ * enc->mb_h_; in SimplifySegments()
/external/chromium_org/third_party/libwebp/dec/
Dvp8i.h243 int mb_w_, mb_h_; member
Dframe.c439 if (dec->br_mb_y_ > dec->mb_h_) { in VP8EnterCritical()
440 dec->br_mb_y_ = dec->mb_h_; in VP8EnterCritical()
803 if (mb_y < dec->mb_h_ - 1) { in ReconstructRow()
Dvp8.c306 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4; in VP8GetHeaders()
Didec.c442 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) { in DecodeRemaining()
/external/webp/src/dec/
Dvp8i.h243 int mb_w_, mb_h_; member
Dframe.c439 if (dec->br_mb_y_ > dec->mb_h_) { in VP8EnterCritical()
440 dec->br_mb_y_ = dec->mb_h_; in VP8EnterCritical()
803 if (mb_y < dec->mb_h_ - 1) { in ReconstructRow()
Dvp8.c306 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4; in VP8GetHeaders()
Didec.c442 for (; dec->mb_y_ < dec->mb_h_; ++dec->mb_y_) { in DecodeRemaining()