Searched defs:restartInRows (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp354 int32 restartInRows; /*if > 0, MCU rows per restart interval; 0 = no restart*/ member in struct:DecompressInfo
1305 info.restartInRows = info.restartInterval / info.imageWidth;
1306 info.restartRowsToGo = info.restartInRows;
1374 info.restartRowsToGo = info.restartInRows;
1825 if (info.restartInRows)
2355 if (info.restartInRows)

Completed in 127 milliseconds