Searched refs:corpus_size (Results 1 – 2 of 2) sorted by relevance
40 **corpus_size** column. Click the link to browse and download individual test inputs in the47 If you want to download the entire corpus, click the link in the **corpus_size** column, then
526 double corpus_size = (double)input_size; in ShouldCompress() local527 if ((double)num_literals < MIN_RATIO * corpus_size) { in ShouldCompress()531 const double max_total_bit_cost = corpus_size * 8 * MIN_RATIO / SAMPLE_RATE; in ShouldCompress()