Searched refs:length_histo (Results 1 – 1 of 1) sorted by relevance
765 uint32_t length_histo[BROTLI_NUM_BLOCK_LEN_SYMBOLS]; in BuildAndStoreBlockSplitCode() local769 memset(length_histo, 0, sizeof(length_histo)); in BuildAndStoreBlockSplitCode()774 ++length_histo[BlockLengthPrefixCode(lengths[i])]; in BuildAndStoreBlockSplitCode()781 BuildAndStoreHuffmanTree(&length_histo[0], BROTLI_NUM_BLOCK_LEN_SYMBOLS, in BuildAndStoreBlockSplitCode()