Searched refs:restartRowsToGo (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp359 int32 restartRowsToGo; /* MCUs rows left in this restart interval */ member in struct:DecompressInfo
1306 info.restartRowsToGo = info.restartInRows;
1374 info.restartRowsToGo = info.restartInRows;
1827 info.restartRowsToGo--;
2358 if (info.restartRowsToGo == 0)
2375 info.restartRowsToGo--;

Completed in 97 milliseconds