Searched defs:nb_mbs (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/enc/ |
H A D | frame.c | 77 const int nb_mbs = enc->mb_w_ * enc->mb_h_; local 80 proba->skip_proba_ = CalcSkipProba(nb_events, nb_mbs); 85 + (nb_mbs - nb_events) * VP8BitCost(0, proba->skip_proba_); 713 int nb_mbs, float* const PSNR, int percent_delta) { 717 const uint64_t pixel_count = nb_mbs * 384; 734 } while (VP8IteratorNext(&it, it.yuv_out_) && --nb_mbs > 0); 759 int nb_mbs; local 762 nb_mbs = enc->mb_w_ * enc->mb_h_; 765 nb_mbs = (nb_mbs > 20 712 OneStatPass(VP8Encoder* const enc, float q, VP8RDLevel rd_opt, int nb_mbs, float* const PSNR, int percent_delta) argument [all...] |
/external/webp/src/enc/ |
H A D | frame.c | 112 const int nb_mbs = enc->mb_w_ * enc->mb_h_; local 115 proba->skip_proba_ = CalcSkipProba(nb_events, nb_mbs); 120 + (nb_mbs - nb_events) * VP8BitCost(0, proba->skip_proba_); 537 int nb_mbs, int percent_delta, 543 const uint64_t pixel_count = nb_mbs * 384; 561 } while (VP8IteratorNext(&it) && --nb_mbs > 0); 586 int nb_mbs = enc->mb_w_ * enc->mb_h_; local 595 nb_mbs = (nb_mbs > 200) ? nb_mbs >> 536 OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, int nb_mbs, int percent_delta, PassStats* const s) argument [all...] |
Completed in 69 milliseconds