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 327 VP8PutBit(bw, mb->skip_, enc->proba_.skip_proba_);
504 VP8PutValue(bw, probas->skip_proba_, 8);
frame.c 78 proba->skip_proba_ = CalcSkipProba(nb_events, nb_mbs);
79 proba->use_skip_proba_ = (proba->skip_proba_ < SKIP_PROBA_THRESHOLD);
82 size += nb_events * VP8BitCost(1, proba->skip_proba_)
83 + (nb_mbs - nb_events) * VP8BitCost(0, proba->skip_proba_);
84 size += 8 * 256; // cost of signaling the skip_proba_ itself.
vp8enci.h 203 uint8_t skip_proba_; // final probability of being skipped. member in struct:__anon18231

Completed in 3075 milliseconds