Home
last modified time | relevance | path

Searched refs:dht_threshold (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c55 dfltcc_state->dht_threshold = DFLTCC_DHT_MIN_SAMPLE_SIZE; in dfltcc_reset_deflate_state()
176 strm->avail_in >= dfltcc_state->dht_threshold) { in dfltcc_deflate()
H A Ddfltcc.h108 uLong dht_threshold; /* New block only if avail_in >= X */ member