Home | History | Annotate | Download | only in source

Lines Matching refs:fTableOutputBits

2045 	,	fTableOutputBits (0)
2077 , fTableOutputBits (0)
2261 fTableOutputBits = 15;
2263 while ((1 << fTableOutputBits) * maxScale > 65535.0)
2265 fTableOutputBits--;
2279 const real32 scale1 = 1.0f * (1 << fTableOutputBits);
2349 fTableOutputBits);