OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_trivial_literal
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/utils/
huffman.h
51
// -
is_trivial_literal
: one common literal base for RED/BLUE/ALPHA (not GREEN)
59
int
is_trivial_literal
; // True, if huffman trees for Red, Blue & Alpha
member in struct:HTreeGroup
61
uint32_t literal_arb; // If
is_trivial_literal
is true, this is the
64
int is_trivial_code; // true if
is_trivial_literal
with only one code
/external/webp/src/dec/
vp8l.c
422
int
is_trivial_literal
= 1;
local
434
if (
is_trivial_literal
&& kLiteralMap[j] == 1) {
435
is_trivial_literal
= (next->bits == 0);
450
htree_group->
is_trivial_literal
=
is_trivial_literal
;
452
if (
is_trivial_literal
) {
[
all
...]
Completed in 551 milliseconds