Home
last modified time | relevance | path

Searched refs:fastMode (Results 1 – 12 of 12) sorted by relevance

/external/zstd/lib/common/
Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
343 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
346 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
Dfse.h591 U16 fastMode; member
/external/zstd/lib/decompress/
Dzstd_decompress_internal.h63 U32 fastMode; member
Dzstd_decompress_block.c353 DTableH->fastMode = 0; in ZSTD_buildSeqTable_rle()
390 DTableH.fastMode = 1; in ZSTD_buildFSETable_body()
398 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()
/external/zstd/lib/legacy/
Dzstd_v04.c880 U16 fastMode; member
1139 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1284 DTableH->fastMode = 0; in FSE_buildDTable_rle()
1310 DTableH->fastMode = 1; in FSE_buildDTable_raw()
1396 U32 fastMode; in FSE_decompress_usingDTable() local
1399 fastMode = DTableH.fastMode; in FSE_decompress_usingDTable()
1402 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
Dzstd_v01.c396 U16 fastMode; member
461 DTableH->fastMode = (U16)noLarge; in FSE_buildDTable()
605 DTableH->fastMode = 0; in FSE_buildDTable_rle()
630 DTableH->fastMode = 1; in FSE_buildDTable_raw()
896 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
Dzstd_v06.c1102 U16 fastMode; member
1479 DTableH.fastMode = 1; in FSEv06_buildDTable()
1487 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable()
1535 DTableH->fastMode = 0; in FSEv06_buildDTable_rle()
1561 DTableH->fastMode = 1; in FSEv06_buildDTable_raw()
1645 const U32 fastMode = DTableH->fastMode; in FSEv06_decompress_usingDTable() local
1648 …if (fastMode) return FSEv06_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv06_decompress_usingDTable()
Dzstd_v05.c996 U16 fastMode; member
1265 DTableH.fastMode = (U16)noLarge; in FSEv05_buildDTable()
1392 DTableH->fastMode = 0; in FSEv05_buildDTable_rle()
1418 DTableH->fastMode = 1; in FSEv05_buildDTable_raw()
1502 const U32 fastMode = DTableH->fastMode; in FSEv05_decompress_usingDTable() local
1505 …if (fastMode) return FSEv05_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv05_decompress_usingDTable()
Dzstd_v07.c866 U16 fastMode; member
1499 DTableH.fastMode = 1; in FSEv07_buildDTable()
1507 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable()
1555 DTableH->fastMode = 0; in FSEv07_buildDTable_rle()
1581 DTableH->fastMode = 1; in FSEv07_buildDTable_raw()
1665 const U32 fastMode = DTableH->fastMode; in FSEv07_decompress_usingDTable() local
1668 …if (fastMode) return FSEv07_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv07_decompress_usingDTable()
Dzstd_v03.c707 U16 fastMode; member
1162 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1306 DTableH->fastMode = 0; in FSE_buildDTable_rle()
1331 DTableH->fastMode = 1; in FSE_buildDTable_raw()
1420 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
Dzstd_v02.c705 U16 fastMode; member
1161 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1305 DTableH->fastMode = 0; in FSE_buildDTable_rle()
1330 DTableH->fastMode = 1; in FSE_buildDTable_raw()
1419 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
/external/lzma/C/
DLzmaEnc.c324 BoolInt fastMode; member
475 p->fastMode = (props.algo == 0); in LzmaEnc_SetProps()
2302 if (p->fastMode) in LzmaEnc_CodeOneBlock()
2508 if (!p->fastMode) in LzmaEnc_CodeOneBlock()
2566 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc()
2685 if (!p->fastMode) in LzmaEnc_InitPrices()