Searched refs:tBits (Results 1 – 5 of 5) sorted by relevance
25 template <int tBits>27 static const int kBits = tBits;
223 int tBits = 0; in get_t_guess() local226 ++tBits; in get_t_guess()228 if (tBits) { in get_t_guess()229 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()