Searched refs:length_histo (Results 1 – 1 of 1) sorted by relevance
780 uint32_t length_histo[BROTLI_NUM_BLOCK_LEN_SYMBOLS]; in BuildAndStoreBlockSplitCode() local784 memset(length_histo, 0, sizeof(length_histo)); in BuildAndStoreBlockSplitCode()789 ++length_histo[BlockLengthPrefixCode(lengths[i])]; in BuildAndStoreBlockSplitCode()796 BuildAndStoreHuffmanTree(&length_histo[0], BROTLI_NUM_BLOCK_LEN_SYMBOLS, in BuildAndStoreBlockSplitCode()