Searched refs:histogram_length (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | brotli_bit_stream.c | 349 const size_t histogram_length, in BuildAndStoreHuffmanTree() argument 360 for (i = 0; i < histogram_length; i++) { in BuildAndStoreHuffmanTree() 387 memset(depth, 0, histogram_length * sizeof(depth[0])); in BuildAndStoreHuffmanTree() 388 BrotliCreateHuffmanTree(histogram, histogram_length, 15, tree, depth); in BuildAndStoreHuffmanTree() 389 BrotliConvertBitDepthsToSymbols(depth, histogram_length, bits); in BuildAndStoreHuffmanTree() 394 BrotliStoreHuffmanTree(depth, histogram_length, tree, storage_ix, storage); in BuildAndStoreHuffmanTree() 842 static void InitBlockEncoder(BlockEncoder* self, size_t histogram_length, in InitBlockEncoder() argument 845 self->histogram_length_ = histogram_length; in InitBlockEncoder()
|
/third_party/node/deps/brotli/c/enc/ |
D | brotli_bit_stream.c | 349 const size_t histogram_length, in BuildAndStoreHuffmanTree() argument 360 for (i = 0; i < histogram_length; i++) { in BuildAndStoreHuffmanTree() 387 memset(depth, 0, histogram_length * sizeof(depth[0])); in BuildAndStoreHuffmanTree() 388 BrotliCreateHuffmanTree(histogram, histogram_length, 15, tree, depth); in BuildAndStoreHuffmanTree() 389 BrotliConvertBitDepthsToSymbols(depth, histogram_length, bits); in BuildAndStoreHuffmanTree() 394 BrotliStoreHuffmanTree(depth, histogram_length, tree, storage_ix, storage); in BuildAndStoreHuffmanTree() 842 static void InitBlockEncoder(BlockEncoder* self, size_t histogram_length, in InitBlockEncoder() argument 845 self->histogram_length_ = histogram_length; in InitBlockEncoder()
|