Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c149 strm->total_in > dfltcc_state->block_threshold && in dfltcc_deflate()
164 dfltcc_state->block_threshold = in dfltcc_deflate()
213 if (strm->total_in == 0 && dfltcc_state->block_threshold > 0) { in dfltcc_deflate()
257 dfltcc_state->block_threshold = in dfltcc_deflate()
H A Ddfltcc.c53 dfltcc_state->block_threshold = DFLTCC_FIRST_FHT_BLOCK_SIZE; in dfltcc_reset()
H A Ddfltcc.h98 uLong block_threshold; /* New block after total_in > X */ member