| 4966 | |
| 4967 | #define ZSTD_MAX_CLEVEL 22 |
| 4968 | int ZSTD_maxCLevel(void) { return ZSTD_MAX_CLEVEL; } |
| 4969 | int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; } |
| 4970 | |
| 4971 | static const ZSTD_compressionParameters ZSTD_defaultCParameters[4][ZSTD_MAX_CLEVEL+1] = { |
no outgoing calls
no test coverage detected