Searched refs:count_limit (Results 1 – 4 of 4) sorted by relevance
74 uint32_t count_limit; in BrotliCreateHuffmanTree() local81 for (count_limit = 1; ; count_limit *= 2) { in BrotliCreateHuffmanTree()89 const uint32_t count = BROTLI_MAX(uint32_t, data[i], count_limit); in BrotliCreateHuffmanTree()
452 uint32_t count_limit; in BrotliBuildAndStoreHuffmanTreeFast() local454 for (count_limit = 1; ; count_limit *= 2) { in BrotliBuildAndStoreHuffmanTreeFast()460 if (BROTLI_PREDICT_TRUE(histogram[l] >= count_limit)) { in BrotliBuildAndStoreHuffmanTreeFast()463 InitHuffmanTree(node, count_limit, -1, (int16_t)l); in BrotliBuildAndStoreHuffmanTreeFast()
142 count_limit = 20 if dt == dtypes.float16 else 10143 if count >= count_limit:148 self.assertLess(count, count_limit)
295 count_limit = 50 if dt == dtypes.float16 else 10296 if count >= count_limit:300 self.assertTrue(count < count_limit)