OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha_sym
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/enc/
histogram.c
366
uint32_t
alpha_sym
, red_sym, blue_sym;
local
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);
[
all
...]
Completed in 63 milliseconds