Home
last modified time | relevance | path

Searched refs:targetLog (Results 1 – 7 of 7) sorted by relevance

/external/zstd/lib/decompress/
Dhuf_decompress.c569 static void HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, in HUF_fillDTableX2() argument
575 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX2()
587 const U32 length = 1 << (targetLog-nbBits); in HUF_fillDTableX2()
589 if (targetLog-nbBits >= minBits) { /* enough room for a second symbol */ in HUF_fillDTableX2()
594 HUF_fillDTableX2Level2(DTable+start, targetLog-nbBits, nbBits, in HUF_fillDTableX2()
/external/zstd/lib/legacy/
Dzstd_v03.c1880 static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, in HUF_fillDTableX4() argument
1886 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4()
1899 const U32 length = 1 << (targetLog-nbBits); in HUF_fillDTableX4()
1901 if (targetLog-nbBits >= minBits) /* enough room for a second symbol */ in HUF_fillDTableX4()
1907 HUF_fillDTableX4Level2(DTable+start, targetLog-nbBits, nbBits, in HUF_fillDTableX4()
Dzstd_v04.c2031 static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, in HUF_fillDTableX4() argument
2037 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4()
2050 const U32 length = 1 << (targetLog-nbBits); in HUF_fillDTableX4()
2052 if (targetLog-nbBits >= minBits) /* enough room for a second symbol */ in HUF_fillDTableX4()
2058 HUF_fillDTableX4Level2(DTable+start, targetLog-nbBits, nbBits, in HUF_fillDTableX4()
Dzstd_v02.c1883 static void HUF_fillDTableX4(HUF_DEltX4* DTable, const U32 targetLog, in HUF_fillDTableX4() argument
1889 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4()
1902 const U32 length = 1 << (targetLog-nbBits); in HUF_fillDTableX4()
1904 if (targetLog-nbBits >= minBits) /* enough room for a second symbol */ in HUF_fillDTableX4()
1910 HUF_fillDTableX4Level2(DTable+start, targetLog-nbBits, nbBits, in HUF_fillDTableX4()
Dzstd_v05.c2157 static void HUFv05_fillDTableX4(HUFv05_DEltX4* DTable, const U32 targetLog, in HUFv05_fillDTableX4() argument
2163 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv05_fillDTableX4()
2175 const U32 length = 1 << (targetLog-nbBits); in HUFv05_fillDTableX4()
2177 if (targetLog-nbBits >= minBits) { /* enough room for a second symbol */ in HUFv05_fillDTableX4()
2182 HUFv05_fillDTableX4Level2(DTable+start, targetLog-nbBits, nbBits, in HUFv05_fillDTableX4()
Dzstd_v06.c2289 static void HUFv06_fillDTableX4(HUFv06_DEltX4* DTable, const U32 targetLog, in HUFv06_fillDTableX4() argument
2295 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv06_fillDTableX4()
2307 const U32 length = 1 << (targetLog-nbBits); in HUFv06_fillDTableX4()
2309 if (targetLog-nbBits >= minBits) { /* enough room for a second symbol */ in HUFv06_fillDTableX4()
2314 HUFv06_fillDTableX4Level2(DTable+start, targetLog-nbBits, nbBits, in HUFv06_fillDTableX4()
Dzstd_v07.c2096 static void HUFv07_fillDTableX4(HUFv07_DEltX4* DTable, const U32 targetLog, in HUFv07_fillDTableX4() argument
2102 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv07_fillDTableX4()
2114 const U32 length = 1 << (targetLog-nbBits); in HUFv07_fillDTableX4()
2116 if (targetLog-nbBits >= minBits) { /* enough room for a second symbol */ in HUFv07_fillDTableX4()
2121 HUFv07_fillDTableX4Level2(DTable+start, targetLog-nbBits, nbBits, in HUFv07_fillDTableX4()