ReactOS 0.4.15-dev-7788-g1ad9096
ZSTD_optimal_t Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_optimal_t:

Public Attributes

int price
 
U32 off
 
U32 mlen
 
U32 litlen
 
U32 rep [ZSTD_REP_NUM]
 

Detailed Description

Definition at line 84 of file zstd_compress_internal.h.

Member Data Documentation

◆ litlen

U32 ZSTD_optimal_t::litlen

Definition at line 88 of file zstd_compress_internal.h.

Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_totalLen().

◆ mlen

U32 ZSTD_optimal_t::mlen

Definition at line 87 of file zstd_compress_internal.h.

Referenced by ZSTD_compressBlock_opt_generic(), and ZSTD_totalLen().

◆ off

U32 ZSTD_optimal_t::off

Definition at line 86 of file zstd_compress_internal.h.

Referenced by ZSTD_compressBlock_opt_generic().

◆ price

int ZSTD_optimal_t::price

Definition at line 85 of file zstd_compress_internal.h.

Referenced by ZSTD_compressBlock_opt_generic().

◆ rep

U32 ZSTD_optimal_t::rep[ZSTD_REP_NUM]

Definition at line 89 of file zstd_compress_internal.h.


The documentation for this struct was generated from the following file: