Home
last modified time | relevance | path

Searched defs:IPPGeneralFunctor (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp396 struct IPPGeneralFunctor struct
398 IPPGeneralFunctor(ippiGeneralFunc _func) : func(_func){} in IPPGeneralFunctor() argument
399 bool operator()(const void *src, int srcStep, void *dst, int dstStep, int cols, int rows) const in operator ()()
404 ippiGeneralFunc func;