Home
last modified time | relevance | path

Searched refs:IppLUTParallelBody_LUTCN (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dconvert.cpp5764 class IppLUTParallelBody_LUTCN : public ParallelLoopBody class
5777 IppLUTParallelBody_LUTCN(const Mat& src, const Mat& lut, Mat& dst, bool* _ok) in IppLUTParallelBody_LUTCN() function in cv::ipp::IppLUTParallelBody_LUTCN
5816 ~IppLUTParallelBody_LUTCN() in ~IppLUTParallelBody_LUTCN()
5859 IppLUTParallelBody_LUTCN(const IppLUTParallelBody_LUTCN&);
5860 IppLUTParallelBody_LUTCN& operator=(const IppLUTParallelBody_LUTCN&);
5944 ParallelLoopBody* p = new ipp::IppLUTParallelBody_LUTCN(src, lut, dst, &ok); in LUT()