Searched refs:redBits_ (Results 1 – 2 of 2) sorted by relevance
105 redBits_ = 0x7c00; in DecodeImage()115 redBits_ = GetInt() & 0xffff; in DecodeImage()119 redShiftRight_ = CalcShiftRight(redBits_); in DecodeImage()122 redShiftLeft_ = CalcShiftLeft(redBits_); in DecodeImage()287 line[0] = ((val & redBits_) >> redShiftRight_) << redShiftLeft_; in DoStandardDecode()
101 uint32 redBits_; variable