HomeSort by relevance Sort by last modified time
    Searched refs:skip_proba_ (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
tree.c 324 VP8PutBit(bw, mb->skip_, enc->proba_.skip_proba_);
501 VP8PutValue(bw, probas->skip_proba_, 8);
frame.c 76 proba->skip_proba_ = CalcSkipProba(nb_events, nb_mbs);
77 proba->use_skip_proba_ = (proba->skip_proba_ < 250);
80 size += nb_events * VP8BitCost(1, proba->skip_proba_)
81 + (nb_mbs - nb_events) * VP8BitCost(0, proba->skip_proba_);
82 size += 8 * 256; // cost of signaling the skip_proba_ itself.
vp8enci.h 185 uint8_t skip_proba_; // final probability of being skipped. member in struct:__anon15238

Completed in 55 milliseconds