Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc.c54 dfltcc_state->dht_threshold = DFLTCC_DHT_MIN_SAMPLE_SIZE; in dfltcc_reset()
H A Ddfltcc.h99 uLong dht_threshold; /* New block only if avail_in >= X */ member
H A Ddfltcc_deflate.c150 strm->avail_in >= dfltcc_state->dht_threshold) { in dfltcc_deflate()