Searched refs:noLarge (Results 1 – 5 of 5) sorted by relevance
412 U32 noLarge = 1; in FSE_buildDTable() local430 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()461 DTableH->fastMode = (U16)noLarge; in FSE_buildDTable()
1113 U32 noLarge = 1; in FSE_buildDTable() local1131 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()1162 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1089 U32 noLarge = 1; in FSE_buildDTable() local1108 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()1139 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1112 U32 noLarge = 1; in FSE_buildDTable() local1130 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()1161 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1225 U32 noLarge = 1; in FSEv05_buildDTable() local1240 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_buildDTable()1265 DTableH.fastMode = (U16)noLarge; in FSEv05_buildDTable()