Home
last modified time | relevance | path

Searched refs:VP8L_NON_TRIVIAL_SYM (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dhistogram_enc.c306 : VP8L_NON_TRIVIAL_SYM; in PopulationCost()
388 if (a->trivial_symbol_ != VP8L_NON_TRIVIAL_SYM && in GetCombinedHistogramEntropy()
432 : VP8L_NON_TRIVIAL_SYM; in HistogramAdd()
523 if ((alpha_sym | red_sym | blue_sym) == VP8L_NON_TRIVIAL_SYM) { in UpdateHistogramCost()
524 h->trivial_symbol_ = VP8L_NON_TRIVIAL_SYM; in UpdateHistogramCost()
693 (cur_combo->trivial_symbol_ != VP8L_NON_TRIVIAL_SYM) || in HistogramCombineEntropyBin()
694 ((histograms[idx]->trivial_symbol_ == VP8L_NON_TRIVIAL_SYM) && in HistogramCombineEntropyBin()
695 (histograms[first]->trivial_symbol_ == VP8L_NON_TRIVIAL_SYM)); in HistogramCombineEntropyBin()
Dhistogram_enc.h28 #define VP8L_NON_TRIVIAL_SYM (0xffffffff) macro
/external/webp/src/dsp/
Dlossless_enc.c410 entropy->nonzero_code = VP8L_NON_TRIVIAL_SYM; in VP8LBitEntropyInit()