Searched defs:IPPReorderFunctor (Results 1 – 1 of 1) sorted by relevance
407 struct IPPReorderFunctor struct409 IPPReorderFunctor(ippiReorderFunc _func, int _order0, int _order1, int _order2) : func(_func) in IPPReorderFunctor() argument416 bool operator()(const void *src, int srcStep, void *dst, int dstStep, int cols, int rows) const in operator ()()421 ippiReorderFunc func;422 int order[4];