Home | History | Annotate | Download | only in source

Lines Matching full:dstrow

2764 		for (uint32 dstRow = 0; dstRow < patSize; dstRow++)
2767 uint32 srcRow = (dstRow + phaseRow) % patSize;
2774 temp.fCFAPattern [dstRow] [dstCol] = info.fCFAPattern [srcRow] [srcCol];