Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v01.c389 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function
407 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
Dzstd_v03.c1098 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function
1108 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
Dzstd_v04.c1074 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function
1084 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
Dzstd_v02.c1097 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function
1107 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()