Searched refs:restartInRows (Results 1 – 1 of 1) sorted by relevance
354 int32 restartInRows; /*if > 0, MCU rows per restart interval; 0 = no restart*/ member1305 info.restartInRows = info.restartInterval / info.imageWidth; in HuffDecoderInit()1306 info.restartRowsToGo = info.restartInRows; in HuffDecoderInit()1374 info.restartRowsToGo = info.restartInRows; in ProcessRestart()1825 if (info.restartInRows) in DecodeFirstRow()2355 if (info.restartInRows) in DecodeImage()