Searched refs:dstCol (Results 1 – 6 of 6) sorted by relevance
49 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*4+1] = src[srcCol*4+1]; \67 dst[dstCol*4+2] = src[srcCol*4+2]; \68 dst[dstCol*4+3] = src[srcCol*4+3]; \[all …]
1041 int32 dstCol = dstBuffer.fArea.l; in Interpolate() local1043 int32 srcCol = dstCol >> sColShift; in Interpolate()1045 uint32 patPhase = dstCol % patCols; in Interpolate()1066 dstCol, in Interpolate()1263 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea() local
466 uint32 dstCol = dstTile.l; in Process() local480 dstCol, in Process()533 b2_phase = dstCol % b2_count; in Process()684 b2_phase = dstCol % b2_count; in Process()783 b2_phase = dstCol % b2_count; in Process()
174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea() local185 if (IsGreen (dstRow, dstCol)) // Green pixel in ProcessArea()
1341 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++, dstIndex++) in ProcessArea() local1347 (real64) dstCol); in ProcessArea()
2769 for (uint32 dstCol = 0; dstCol < patSize; dstCol++) in SetFujiMosaic6x6() local2772 uint32 srcCol = (dstCol + phaseCol) % patSize; in SetFujiMosaic6x6()2774 temp.fCFAPattern [dstRow] [dstCol] = info.fCFAPattern [srcRow] [srcCol]; in SetFujiMosaic6x6()