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

/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp327 * compsInScan is the # of color components in current scan.
330 int16 compsInScan; member in struct:DecompressInfo
815 info.compsInScan = (int16) n;
1210 if (info.compsInScan < 0 || info.compsInScan > 4)
1215 for (ci = 0; ci < info.compsInScan; ci++)
1223 // This multiplication cannot overflow because info.compsInScan is
1225 int32 mcuSize = info.compsInScan * (uint32) sizeof (ComponentType);
1242 mcuROW1 [j] = mcuROW1 [j - 1] + info.compsInScan;
1243 mcuROW2 [j] = mcuROW2 [j - 1] + info.compsInScan;
1733 int32 compsInScan = info.compsInScan; local
1859 int32 compsInScan = info.compsInScan; local
[all...]

Completed in 46 milliseconds