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