HomeSort by relevance Sort by last modified time
    Searched refs:is_trivial_literal (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
huffman_utils.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_dec.c 468 int is_trivial_literal = 1; local
481 if (is_trivial_literal && kLiteralMap[j] == 1) {
482 is_trivial_literal = (huffman_tables_i->bits == 0);
498 htree_group->is_trivial_literal = is_trivial_literal;
500 if (is_trivial_literal) {
    [all...]

Completed in 58 milliseconds