Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_read_image.cpp1186 uint32 samplesPerRow = tileArea.W (); in ReadUncompressed() local
1194 samplesPerRow = SafeUint32Mult(samplesPerRow, planes); in ReadUncompressed()
1197 uint32 samplesPerTile = SafeUint32Mult(samplesPerRow, rows); in ReadUncompressed()
1314 uint32 evenSamples = samplesPerRow >> 1; in ReadUncompressed()
1333 if (samplesPerRow & 1) in ReadUncompressed()
1364 for (uint32 j = 0; j < samplesPerRow; j++) in ReadUncompressed()
1382 p += samplesPerRow; in ReadUncompressed()
1403 for (uint32 j = 0; j < samplesPerRow; j++) in ReadUncompressed()
1421 p += samplesPerRow; in ReadUncompressed()