HomeSort by: relevance | last modified time | path
    Searched defs:ML_defaultNorm (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/common/
zstd_internal.h 145 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = {
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.c 468 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
3204 { size_t const bhSize = ZSTDv06_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, ML_defaultNorm, ML_defaultNormLog, flagRepeatTable);
zstd_v07.c 2702 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
3435 { size_t const mlhSize = ZSTDv07_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, ML_defaultNorm, ML_defaultNormLog, flagRepeatTable);

Completed in 24 milliseconds