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

  /external/chromium_org/third_party/brotli/src/brotli/enc/
entropy_encode.cc 418 int* huffman_tree_size) {
442 huffman_tree_size);
445 extra_bits_data, huffman_tree_size);
451 for (; *huffman_tree_size > 0; --(*huffman_tree_size)) {
452 if (tree[*huffman_tree_size - 1] > 0 && tree[*huffman_tree_size - 1] < 17) {
entropy_encode.h 56 int* huffman_tree_size);
encode.cc 213 const int huffman_tree_size,
216 for (int i = 0; i < huffman_tree_size; ++i) {
278 int huffman_tree_size = 0; local
283 &huffman_tree_size);
286 for (int i = 0; i < huffman_tree_size; ++i) {
295 huffman_tree_size, huffman_tree_entropy,
    [all...]

Completed in 2095 milliseconds