Home | History | Annotate | Download | only in source

Lines Matching full:dstcol

2769 			for (uint32 dstCol = 0; dstCol < patSize; dstCol++)
2772 uint32 srcCol = (dstCol + phaseCol) % patSize;
2774 temp.fCFAPattern [dstRow] [dstCol] = info.fCFAPattern [srcRow] [srcCol];