Searched refs:blueBits_ (Results 1 – 2 of 2) sorted by relevance
107 blueBits_ = 0x001f; in DecodeImage()117 blueBits_ = GetInt() & 0xffff; in DecodeImage()121 blueShiftRight_ = CalcShiftRight(blueBits_); in DecodeImage()124 blueShiftLeft_ = CalcShiftLeft(blueBits_); in DecodeImage()289 line[2] = ((val & blueBits_) >> blueShiftRight_) << blueShiftLeft_; in DoStandardDecode()
103 uint32 blueBits_; variable