Lines Matching refs:ifunc
4244 planar_input(_planar_input), nnfunc(_nnfunc), ifunc(_ifunc), ctab(_ctab)
4468 ifunc(*src, dpart, bufxy, bufa, ctab, borderType, borderValue);
4481 RemapFunc ifunc;
4720 RemapFunc ifunc = 0;
4733 ifunc = linear_tab[depth];
4735 ifunc = cubic_tab[depth];
4737 ifunc = lanczos4_tab[depth];
4740 CV_Assert( ifunc != 0 );
4760 borderType, borderValue, planar_input, nnfunc, ifunc,