Home
last modified time | relevance | path

Searched defs:MIN_CBLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/zstd/lib/common/
H A Dzstd_internal.h95 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */) /* for a non-null block */ macro
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v03.c2293 #define MIN_CBLOCK_SIZE (3 /*litCSize*/ + MIN_SEQUENCES_SIZE) macro
H A Dzstd_v04.c324 #define MIN_CBLOCK_SIZE (3 /*litCSize*/ + MIN_SEQUENCES_SIZE) macro
H A Dzstd_v02.c2653 #define MIN_CBLOCK_SIZE (3 /*litCSize*/ + MIN_SEQUENCES_SIZE) macro
H A Dzstd_v06.c424 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */ + MIN_SEQUENCES_SIZE /* nbSeq==0 */) … macro
H A Dzstd_v05.c439 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */ + MIN_SEQUENCES_SIZE /* nbSeq==0 */) … macro
H A Dzstd_v07.c2663 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */ + MIN_SEQUENCES_SIZE /* nbSeq==0 */) … macro