ReactOS
0.4.15-dev-5606-gf34e425
|
#include <zstd_compress_internal.h>
Public Attributes | |
int | price |
U32 | off |
U32 | mlen |
U32 | litlen |
U32 | rep [ZSTD_REP_NUM] |
Definition at line 90 of file zstd_compress_internal.h.
U32 ZSTD_optimal_t::litlen |
Definition at line 94 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_totalLen().
U32 ZSTD_optimal_t::mlen |
Definition at line 93 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_totalLen().
U32 ZSTD_optimal_t::off |
Definition at line 92 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic().
int ZSTD_optimal_t::price |
Definition at line 91 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_opt_generic().
U32 ZSTD_optimal_t::rep[ZSTD_REP_NUM] |
Definition at line 95 of file zstd_compress_internal.h.