OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:literal_arb
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/utils/
huffman_utils.h
55
// The common literal base, if applicable, is stored in '
literal_arb
'.
61
uint32_t
literal_arb
; // If is_trivial_literal is true, this is the
member in struct:HTreeGroup
/external/webp/src/dec/
vp8l_dec.c
504
htree_group->
literal_arb
= ((uint32_t)alpha << 24) | (red << 16) | blue;
507
htree_group->
literal_arb
|= htrees[GREEN][0].value << 8;
[
all
...]
Completed in 47 milliseconds