HomeSort by relevance Sort by last modified time
    Searched full:nb_mbs (Results 1 - 1 of 1) sorted by null

  /external/webp/src/enc/
frame.c 75 const int nb_mbs = enc->mb_w_ * enc->mb_h_; local
78 proba->skip_proba_ = CalcSkipProba(nb_events, nb_mbs);
83 + (nb_mbs - nb_events) * VP8BitCost(0, proba->skip_proba_);
711 int nb_mbs, float* const PSNR, int percent_delta) {
715 const uint64_t pixel_count = nb_mbs * 384;
732 } while (VP8IteratorNext(&it, it.yuv_out_) && --nb_mbs > 0);
757 int nb_mbs; local
760 nb_mbs = enc->mb_w_ * enc->mb_h_;
763 nb_mbs = (nb_mbs > 200) ? nb_mbs >> 1 : 100
    [all...]

Completed in 63 milliseconds