Searched refs:redShiftRight_ (Results 1 – 2 of 2) sorted by relevance
119 redShiftRight_ = CalcShiftRight(redBits_); in DecodeImage()287 line[0] = ((val & redBits_) >> redShiftRight_) << redShiftLeft_; in DoStandardDecode()
104 int redShiftRight_; variable