Home | History | Annotate | Download | only in enc

Lines Matching full:alpha_sym

366   uint32_t alpha_sym, red_sym, blue_sym;
368 PopulationCost(h->alpha_, NUM_LITERAL_CODES, &alpha_sym);
380 if ((alpha_sym | red_sym | blue_sym) == VP8L_NON_TRIVIAL_SYM) {
384 ((uint32_t)alpha_sym << 24) | (red_sym << 16) | (blue_sym << 0);