Searched refs:ZSTD_lcm_auto (Results 1 – 3 of 3) sorted by relevance
1250 …ZSTD_lcm_auto = 0, /*< Automatically determine the compression mode based on the compress… enumerator
478 case ZSTD_lcm_auto: in ZSTD_disableLiteralsCompression()
434 … ZSTD_STATIC_ASSERT(ZSTD_lcm_auto < ZSTD_lcm_huffman && ZSTD_lcm_huffman < ZSTD_lcm_uncompressed); in ZSTD_cParam_getBounds()435 bounds.lowerBound = ZSTD_lcm_auto; in ZSTD_cParam_getBounds()