Lines Matching refs:xFactor
2089 int32 xFactor = 1; in DecodePredictor() local
2093 xFactor = 2; in DecodePredictor()
2098 xFactor = 4; in DecodePredictor()
2109 buffer.fArea.W () / xFactor, in DecodePredictor()
2110 buffer.fPlanes * xFactor); in DecodePredictor()
2121 buffer.fArea.W () / xFactor, in DecodePredictor()
2122 buffer.fPlanes * xFactor); in DecodePredictor()
2133 buffer.fArea.W () / xFactor, in DecodePredictor()
2134 buffer.fPlanes * xFactor); in DecodePredictor()
2373 int32 xFactor = 1; in ReadTile() local
2377 xFactor = 2; in ReadTile()
2382 xFactor = 4; in ReadTile()
2400 tileArea.W () / xFactor, in ReadTile()
2401 planes * xFactor, in ReadTile()