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

  /external/puffin/src/
huffer.cc 142 while (len > kLengthBases[index]) {
145 if (len < kLengthBases[index]) {
160 bw->WriteBits(extra_bits_len, len - kLengthBases[index]),
huffman_table.h 31 extern const uint16_t kLengthBases[];
36 // same as |kLengthBases| except for the the distances instead of lengths.
puffer.cc 178 auto length = kLengthBases[len_code_start] + extra_bits_value;
huffman_table.cc 24 const uint16_t kLengthBases[30] = {
33 // Same as |kLengthBases| but for the distances instead of lengths. The last

Completed in 82 milliseconds