Searched refs:kMaxBitDepth (Results 1 – 1 of 1) sorted by relevance
42 static const int kMaxBitDepth = 14; variable48 return ((rgb_bit_depth + 2) <= kMaxBitDepth) ? 2 in GetPrecisionShift()49 : (kMaxBitDepth - rgb_bit_depth); in GetPrecisionShift()