OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_trivial_code
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/utils/
huffman.h
52
// -
is_trivial_code
: only 1 code (no bit is read from bitstream)
64
int
is_trivial_code
; // true if is_trivial_literal with only one code
member in struct:HTreeGroup
/external/webp/src/dec/
vp8l.c
451
htree_group->
is_trivial_code
= 0;
459
htree_group->
is_trivial_code
= 1;
463
htree_group->use_packed_table = !htree_group->
is_trivial_code
&&
[
all
...]
Completed in 156 milliseconds