Lines Matching full:src_step
1521 CvStatus icvLightingCorrection8uC1R( uchar* img, CvSize roi, int src_step )
1553 f[2] = f[2] + j * img[i*src_step + j];
1554 f[1] = f[1] + i * img[i*src_step + j];
1555 f[0] = f[0] + img[i*src_step + j];
1574 float_img[i*width + j] = img[i*src_step + j] - correction;
1597 img[i*src_step + j] = (uchar)value;