Searched defs:nb_mbs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c77 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 Dframe.c77 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...]

Completed in 207 milliseconds