Home | History | Annotate | Download | only in src

Lines Matching refs:_coeffs

5409     IPPWarpAffineInvoker(Mat &_src, Mat &_dst, double (&_coeffs)[2][3], int &_interpolation, int _borderType,
5411 ParallelLoopBody(), src(_src), dst(_dst), mode(_interpolation), coeffs(_coeffs),
6038 IPPWarpPerspectiveInvoker(Mat &_src, Mat &_dst, double (&_coeffs)[3][3], int &_interpolation,
6040 ParallelLoopBody(), src(_src), dst(_dst), mode(_interpolation), coeffs(_coeffs),