Home
last modified time | relevance | path

Searched refs:smallest_nonzero (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c270 uint32_t smallest_nonzero = 1 << 30; in BrotliOptimizeHuffmanCountsForRle() local
274 if (smallest_nonzero > counts[i]) { in BrotliOptimizeHuffmanCountsForRle()
275 smallest_nonzero = counts[i]; in BrotliOptimizeHuffmanCountsForRle()
283 if (smallest_nonzero < 4) { in BrotliOptimizeHuffmanCountsForRle()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dentropy_encode.c270 uint32_t smallest_nonzero = 1 << 30; in BrotliOptimizeHuffmanCountsForRle() local
274 if (smallest_nonzero > counts[i]) { in BrotliOptimizeHuffmanCountsForRle()
275 smallest_nonzero = counts[i]; in BrotliOptimizeHuffmanCountsForRle()
283 if (smallest_nonzero < 4) { in BrotliOptimizeHuffmanCountsForRle()

Completed in 3 milliseconds