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

/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp1779 int32 numCOL = info.imageWidth; local
1781 for (int32 col = 1; col < numCOL; col++)
1857 int32 numCOL = info.imageWidth; local
1910 for (int32 col = 0; col < numCOL; col += 2)
2037 PmPutRow (curRowBuf, compsInScan, numCOL, row);
2074 for (int32 col = 0; col < numCOL; col += 2)
2267 PmPutRow (prevRowBuf, compsInScan, numCOL, row);
2268 PmPutRow (curRowBuf, compsInScan, numCOL, row);
2291 for (int32 col = 0; col < numCOL; col += 2)
2330 PmPutRow (curRowBuf, compsInScan, numCOL, ro
[all...]

Completed in 70 milliseconds