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 423 int is_trivial_literal = 1; local
435 if (is_trivial_literal && kLiteralMap[j] == 1) {
436 is_trivial_literal = (next->bits == 0);
451 htree_group->is_trivial_literal = is_trivial_literal;
453 if (is_trivial_literal) {
    [all...]

Completed in 49 milliseconds