HomeSort by relevance Sort by last modified time
    Searched refs:histogram_total (Results 1 - 3 of 3) sorted by null

  /external/brotli/enc/
brotli_bit_stream.h 38 MemoryManager* m, const uint32_t* histogram, const size_t histogram_total,
compress_fragment.c 81 size_t histogram_total; local
87 histogram_total = input_size;
93 histogram_total += adjust;
100 histogram_total = (input_size + kSampleRate - 1) / kSampleRate;
109 histogram_total += adjust;
112 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total,
122 return (literal_ratio * 125) / histogram_total;
brotli_bit_stream.c 419 const size_t histogram_total,
427 size_t total = histogram_total;
    [all...]

Completed in 60 milliseconds