|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <zstd_compress_internal.h>

Public Attributes | |
| int | price |
| U32 | off |
| U32 | mlen |
| U32 | litlen |
| U32 | rep [ZSTD_REP_NUM] |
Definition at line 84 of file zstd_compress_internal.h.
| U32 ZSTD_optimal_t::litlen |
Definition at line 88 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_totalLen().
| U32 ZSTD_optimal_t::mlen |
Definition at line 87 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_totalLen().
| U32 ZSTD_optimal_t::off |
Definition at line 86 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic().
| int ZSTD_optimal_t::price |
Definition at line 85 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic().
| U32 ZSTD_optimal_t::rep[ZSTD_REP_NUM] |
Definition at line 89 of file zstd_compress_internal.h.