Searched refs:src2step (Results 1 – 1 of 1) sorted by relevance
1272 #define bf(y) ((float*)(bdata + y*src2step))[0] in cvSolve()1273 #define bd(y) ((double*)(bdata + y*src2step))[0] in cvSolve()1279 int src2step = src2->step; in cvSolve() local