Home
last modified time | relevance | path

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

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