Searched defs:IPPGeneralFunctor (Results 1 – 1 of 1) sorted by relevance
396 struct IPPGeneralFunctor struct398 IPPGeneralFunctor(ippiGeneralFunc _func) : func(_func){} in IPPGeneralFunctor() argument399 bool operator()(const void *src, int srcStep, void *dst, int dstStep, int cols, int rows) const in operator ()()404 ippiGeneralFunc func;