Home | History | Annotate | Download | only in dec

Lines Matching refs:tree_offset

2109         int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_258;
2111 &s->block_type_trees[tree_offset], NULL, s);
2117 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_26;
2119 &s->block_len_trees[tree_offset], NULL, s);
2125 int tree_offset = s->loop_counter * BROTLI_HUFFMAN_MAX_SIZE_26;
2127 &s->block_len_trees[tree_offset], br)) {