Searched refs:IppLUTParallelBody_LUTCN (Results 1 – 1 of 1) sorted by relevance
5764 class IppLUTParallelBody_LUTCN : public ParallelLoopBody class5777 IppLUTParallelBody_LUTCN(const Mat& src, const Mat& lut, Mat& dst, bool* _ok) in IppLUTParallelBody_LUTCN() function in cv::ipp::IppLUTParallelBody_LUTCN5816 ~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()