Home
last modified time | relevance | path

Searched refs:ML_deltaCode (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/lib/zstd/
Dzstd_opt.h157 const BYTE ML_deltaCode = 36; in ZSTD_getPrice() local
158 …const BYTE mlCode = (matchLength > 127) ? (BYTE)ZSTD_highbit32(matchLength) + ML_deltaCode : ML_Co… in ZSTD_getPrice()
191 const BYTE ML_deltaCode = 36; in ZSTD_updatePrice() local
192 …const BYTE mlCode = (matchLength > 127) ? (BYTE)ZSTD_highbit32(matchLength) + ML_deltaCode : ML_Co… in ZSTD_updatePrice()
Dcompress.c566 BYTE const ML_deltaCode = 36; in ZSTD_seqToCodes() local
578 mlCodeTable[u] = (mlv > 127) ? (BYTE)ZSTD_highbit32(mlv) + ML_deltaCode : ML_Code[mlv]; in ZSTD_seqToCodes()