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