Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp462 struct IPPGray2BGRAFunctor struct
464 IPPGray2BGRAFunctor(ippiGeneralFunc _func1, ippiReorderFunc _func2, int _depth) : in IPPGray2BGRAFunctor() argument
469 bool operator()(const void *src, int srcStep, void *dst, int dstStep, int cols, int rows) const in operator ()()
482 ippiGeneralFunc func1;
483 ippiReorderFunc func2;
484 int depth;