Home
last modified time | relevance | path

Searched refs:restartInRows (Results 1 – 1 of 1) sorted by relevance

/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp354 int32 restartInRows; /*if > 0, MCU rows per restart interval; 0 = no restart*/ member
1305 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()