Home
last modified time | relevance | path

Searched refs:alpha_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
508 PopulationCost(h->alpha_, NUM_LITERAL_CODES, &alpha_sym, 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()