OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accumulatehcode
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/dec/
vp8l_dec.c
219
static int
AccumulateHCode
(HuffmanCode hcode, int shift,
239
bits >>=
AccumulateHCode
(hcode, 8, huff);
240
bits >>=
AccumulateHCode
(htree_group->htrees[RED][bits], 16, huff);
241
bits >>=
AccumulateHCode
(htree_group->htrees[BLUE][bits], 0, huff);
242
bits >>=
AccumulateHCode
(htree_group->htrees[ALPHA][bits], 24, huff);
[
all
...]
Completed in 64 milliseconds