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.c209 (entropy.nonzeros == 1) ? entropy.nonzero_code : VP8L_NON_TRIVIAL_SYM; in VP8LBitsEntropy()
251 : VP8L_NON_TRIVIAL_SYM; in PopulationCost()
313 if (a->trivial_symbol_ != VP8L_NON_TRIVIAL_SYM && in GetCombinedHistogramEntropy()
353 : VP8L_NON_TRIVIAL_SYM; in HistogramAdd()
439 if ((alpha_sym | red_sym | blue_sym) == VP8L_NON_TRIVIAL_SYM) { in UpdateHistogramCost()
440 h->trivial_symbol_ = VP8L_NON_TRIVIAL_SYM; in UpdateHistogramCost()
581 (cur_combo->trivial_symbol_ != VP8L_NON_TRIVIAL_SYM) || in HistogramCombineEntropyBin()
582 ((histograms[idx]->trivial_symbol_ == VP8L_NON_TRIVIAL_SYM) && in HistogramCombineEntropyBin()
583 (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()