Home
last modified time | relevance | path

Searched defs:mlBase (Results 1 – 3 of 3) sorted by relevance

/external/zstd/lib/compress/
Dzstd_opt.c264 U32 const mlBase = matchLength - MINMATCH; in ZSTD_getMatchPrice() local
314 { U32 const mlBase = matchLength - MINMATCH; in ZSTD_updateStats() local
Dzstd_compress_internal.h378 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()
502 …StorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offCode, size_t mlBase) in ZSTD_storeSeq()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c949 U32 const mlBase = mlDInfo.baseValue; in ZSTD_decodeSequence() local