Searched refs:upperLeftByte (Results 1 – 1 of 1) sorted by relevance
975 const unsigned upperLeftByte = destData[i - width]; in RgbDecode() local977 predicted = prevByte + upperByte - upperLeftByte; in RgbDecode()980 const int pc = abs((int)(predicted - upperLeftByte)); in RgbDecode()987 predicted = upperLeftByte; in RgbDecode()