Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dhistogram_enc.c506 uint32_t alpha_sym, red_sym, blue_sym; in UpdateHistogramCost() local
520 PopulationCost(h->blue_, NUM_LITERAL_CODES, &blue_sym, &h->is_used_[2]); in UpdateHistogramCost()
523 if ((alpha_sym | red_sym | blue_sym) == VP8L_NON_TRIVIAL_SYM) { in UpdateHistogramCost()
527 ((uint32_t)alpha_sym << 24) | (red_sym << 16) | (blue_sym << 0); in UpdateHistogramCost()