Searched refs:FSE_tableStep (Results 1 – 4 of 4) sorted by relevance
389 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function407 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
1098 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function1108 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
1074 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function1084 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()
1097 static U32 FSE_tableStep(U32 tableSize) { return (tableSize>>1) + (tableSize>>3) + 3; } in FSE_tableStep() function1107 const U32 step = FSE_tableStep(tableSize); in FSE_buildDTable()