Searched refs:histogram_length (Results 1 – 2 of 2) sorted by relevance
/external/brotli/c/enc/ |
D | brotli_bit_stream.c | 364 const size_t histogram_length, in BuildAndStoreHuffmanTree() argument 375 for (i = 0; i < histogram_length; i++) { in BuildAndStoreHuffmanTree() 402 memset(depth, 0, histogram_length * sizeof(depth[0])); in BuildAndStoreHuffmanTree() 403 BrotliCreateHuffmanTree(histogram, histogram_length, 15, tree, depth); in BuildAndStoreHuffmanTree() 404 BrotliConvertBitDepthsToSymbols(depth, histogram_length, bits); in BuildAndStoreHuffmanTree() 409 BrotliStoreHuffmanTree(depth, histogram_length, tree, storage_ix, storage); in BuildAndStoreHuffmanTree() 857 static void InitBlockEncoder(BlockEncoder* self, size_t histogram_length, in InitBlockEncoder() argument 860 self->histogram_length_ = histogram_length; in InitBlockEncoder()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.c | 799 const int histogram_length = sizeof(self->delay_histogram) / in UpdateDelayMetrics() local 802 if (i < histogram_length) in UpdateDelayMetrics()
|