Home
last modified time | relevance | path

Searched refs:ZSTD_noDict (Results 1 – 4 of 4) sorted by relevance

/external/zstd/lib/compress/
Dzstd_double_fast.c101 assert(dictMode == ZSTD_noDict || dictMode == ZSTD_dictMatchState); in ZSTD_compressBlock_doubleFast_generic()
110 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic()
156 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_doubleFast_generic()
294 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_doubleFast_generic()
328 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 4, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
330 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 5, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
332 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 6, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
334 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 7, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
390 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, mls, ZSTD_noDict); in ZSTD_compressBlock_doubleFast_extDict_generic()
Dzstd_lazy.c402 case 4 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 4, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS()
403 case 5 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 5, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS()
405 case 6 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 6, ZSTD_noDict); in ZSTD_BtFindBestMatch_selectMLS()
793 case 4 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 4, ZSTD_noDict); in ZSTD_HcFindBestMatch_selectMLS()
794 case 5 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 5, ZSTD_noDict); in ZSTD_HcFindBestMatch_selectMLS()
796 case 6 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 6, ZSTD_noDict); in ZSTD_HcFindBestMatch_selectMLS()
922 if (dictMode == ZSTD_noDict) { in ZSTD_compressBlock_lazy_generic()
962 if ( dictMode == ZSTD_noDict in ZSTD_compressBlock_lazy_generic()
984 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic()
1019 if ( (dictMode == ZSTD_noDict) in ZSTD_compressBlock_lazy_generic()
[all …]
Dzstd_opt.c505 ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.minMatch, ZSTD_noDict); in ZSTD_updateTree()
614 …if ((dictMode == ZSTD_noDict) /*static*/ || (dictMode == ZSTD_dictMatchState) /*static*/ || (match… in ZSTD_insertBtAndGetAllMatches()
648 …if ((dictMode == ZSTD_noDict) || (dictMode == ZSTD_dictMatchState) || (matchIndex+matchLength >= d… in ZSTD_insertBtAndGetAllMatches()
1219 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 0 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btopt()
1266 …ZSTD_compressBlock_opt_generic(ms, seqStore, tmpRep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); … in ZSTD_initStats_ultra()
1284 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btultra()
1312 …eturn ZSTD_compressBlock_opt_generic(ms, seqStore, rep, src, srcSize, 2 /*optLevel*/, ZSTD_noDict); in ZSTD_compressBlock_btultra2()
Dzstd_compress_internal.h329 ZSTD_noDict = 0, enumerator
818 ZSTD_noDict; in ZSTD_matchState_dictMode()