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_utils.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_dec.c
499
htree_group->
is_trivial_code
= 0;
506
htree_group->
is_trivial_code
= 1;
511
!htree_group->
is_trivial_code
&& (max_bits < HUFFMAN_PACKED_BITS);
[
all
...]
Completed in 56 milliseconds