Home
last modified time | relevance | path

Searched refs:mb_w_ (Results 1 – 24 of 24) sorted by relevance

/external/webp/src/enc/
Diterator.c33 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()
Danalysis.c30 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()
Dframe.c112 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()
Dwebpenc.c61 for (i = -1; i < 4 * enc->mb_w_; ++i) { in ResetBoundaryPredictions()
201 enc->mb_w_ = mb_w; in InitVP8Encoder()
Dvp8enci.h356 int mb_w_, mb_h_; member
Dsyntax.c268 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0()
Dquant.c374 int i = enc->mb_w_ * enc->mb_h_; in SimplifySegments()
/external/opencv3/3rdparty/libwebp/enc/
Diterator.c38 const size_t top_size = enc->mb_w_ * 16; in InitTop()
40 memset(enc->nz_, 0, enc->mb_w_ * sizeof(*enc->nz_)); in InitTop()
53 it->done_ = enc->mb_w_* enc->mb_h_; in VP8IteratorReset()
254 if (x < enc->mb_w_ - 1) { // left in VP8IteratorNext()
278 if (it->x_ == enc->mb_w_) { in VP8IteratorNext()
379 if (it->x_ < enc->mb_w_ - 1) { in VP8IteratorStartI4()
Danalysis.c34 const int w = enc->mb_w_; in SmoothSegmentMap()
208 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in AssignSegments()
381 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in ResetAllMBInfo()
410 enc->alpha_ /= enc->mb_w_ * enc->mb_h_; in VP8EncAnalyze()
411 enc->uv_alpha_ /= enc->mb_w_ * enc->mb_h_; in VP8EncAnalyze()
Dlayer.c29 VP8BitWriterInit(&enc->layer_bw_, enc->mb_w_ * enc->mb_h_ * 3); in VP8EncInitLayer()
Dframe.c77 const int nb_mbs = enc->mb_w_ * enc->mb_h_; in FinalizeSkipProba()
229 for (n = 0; n < enc->mb_w_ * enc->mb_h_; ++n) { in SetSegmentProbas()
666 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_]; in StoreSideInfo()
762 nb_mbs = enc->mb_w_ * enc->mb_h_; in StatLoop()
818 enc->mb_w_ * enc->mb_h_ * average_bytes_per_MB / enc->num_parts_; in PreLoopInitialize()
912 int max_count = (enc->mb_w_ * enc->mb_h_) >> 3; in VP8EncTokenLoop()
Dwebpenc.c89 for (i = -1; i < 4 * enc->mb_w_; ++i) { in ResetBoundaryPredictions()
233 enc->mb_w_ = mb_w; in InitVP8Encoder()
Dvp8enci.h382 int mb_w_, mb_h_; member
Dsyntax.c304 const int mb_size = enc->mb_w_ * enc->mb_h_; in GeneratePartition0()
Dquant.c292 int i = enc->mb_w_ * enc->mb_h_; in SimplifySegments()
/external/webp/src/dec/
Dframe.c102 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()
Dtree.c351 for (mb_x = 0; mb_x < dec->mb_w_; ++mb_x) { in VP8ParseIntraModeRow()
Dvp8i.h206 int mb_w_, mb_h_; member
Dvp8.c304 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4; in VP8GetHeaders()
587 for (; dec->mb_x_ < dec->mb_w_; ++dec->mb_x_) { in ParseFrame()
Didec.c458 for (; dec->mb_x_ < dec->mb_w_; ++dec->mb_x_) { in DecodeRemaining()
/external/opencv3/3rdparty/libwebp/dec/
Dframe.c334 if (dec->br_mb_x_ > dec->mb_w_) { in VP8EnterCritical()
335 dec->br_mb_x_ = dec->mb_w_; in VP8EnterCritical()
412 const int mb_w = dec->mb_w_; in AllocateMemory()
609 if (dec->mb_x_ >= dec->mb_w_ - 1) { // on rightmost border in VP8ReconstructBlock()
Dvp8i.h207 int mb_w_, mb_h_; member
Dvp8.c330 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4; in VP8GetHeaders()
690 for (dec->mb_x_ = 0; dec->mb_x_ < dec->mb_w_; dec->mb_x_++) { in ParseFrame()
Didec.c442 for (; dec->mb_x_ < dec->mb_w_; dec->mb_x_++) { in DecodeRemaining()