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

/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c49 GLint dstCol; \
52 for (dstCol = 0; dstCol < dstWidth; dstCol++) { \
53 GLint srcCol = (dstCol * srcWidth) / dstWidth; \
58 dst[dstCol] = src[srcCol]; \
61 dst[dstCol*2+0] = src[srcCol*2+0]; \
62 dst[dstCol*2+1] = src[srcCol*2+1]; \
65 dst[dstCol*4+0] = src[srcCol*4+0]; \
66 dst[dstCol*
381 GLint dstCol; local
438 GLint dstCol; local
[all...]
/external/dng_sdk/source/
H A Ddng_mosaic_info.cpp1041 int32 dstCol = dstBuffer.fArea.l;
1043 int32 srcCol = dstCol >> sColShift;
1045 uint32 patPhase = dstCol % patCols;
1066 dstCol,
1263 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++)
H A Ddng_linearization_info.cpp466 uint32 dstCol = dstTile.l; local
480 dstCol,
533 b2_phase = dstCol % b2_count;
684 b2_phase = dstCol % b2_count;
783 b2_phase = dstCol % b2_count;
H A Ddng_bad_pixels.cpp174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++)
185 if (IsGreen (dstRow, dstCol)) // Green pixel
H A Ddng_lens_correction.cpp1341 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++, dstIndex++)
1347 (real64) dstCol);
H A Ddng_negative.cpp2769 for (uint32 dstCol = 0; dstCol < patSize; dstCol++)
2772 uint32 srcCol = (dstCol + phaseCol) % patSize;
2774 temp.fCFAPattern [dstRow] [dstCol] = info.fCFAPattern [srcRow] [srcCol];

Completed in 650 milliseconds