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

  /external/webp/src/utils/
huffman_utils.h 53 // - use_packed_table: few enough literal symbols, so all the bit codes
65 int use_packed_table; // use packed table below for short literal code member in struct:HTreeGroup
  /external/webp/src/dec/
vp8l_dec.c 207 assert(group->use_packed_table);
510 htree_group->use_packed_table =
512 if (htree_group->use_packed_table) BuildPackedTable(htree_group);
    [all...]

Completed in 47 milliseconds