Searched refs:tBits (Results 1 – 5 of 5) sorted by relevance
225 int tBits = 0; in get_t_guess() local228 ++tBits; in get_t_guess()230 if (tBits) { in get_t_guess()231 int tIndex = (tBase - 1) & ((1 << tBits) - 1); in get_t_guess()
226 int tBits = 0; in get_t_guess() local229 ++tBits; in get_t_guess()231 if (tBits) { in get_t_guess()232 int tIndex = (tBase - 1) & ((1 << tBits) - 1); in get_t_guess()
528 uint32 tBits,1621 uint32 tBits, in DoVignetteMask16() argument1633 tBits, in DoVignetteMask16()
479 uint32 tBits,
2196 uint32 tBits, in RefVignetteMask16() argument2200 uint32 tShift = 32 - tBits; in RefVignetteMask16()2202 uint32 tLimit = 1 << tBits; in RefVignetteMask16()