Searched refs:ippiLUVToRGBTab (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 389 static ippiGeneralFunc ippiLUVToRGBTab[] = variable 8344 if( CvtColorIPPLoop(src, dst, IPPGeneralFunctor(ippiLUVToRGBTab[depth])) ) in cvtColor() 8349 if( CvtColorIPPLoop(src, dst, IPPGeneralReorderFunctor(ippiLUVToRGBTab[depth], in cvtColor() 8358 if( CvtColorIPPLoop(src, dst, IPPGeneralReorderFunctor(ippiLUVToRGBTab[depth], in cvtColor() 8367 if( CvtColorIPPLoop(src, dst, IPPGeneralReorderFunctor(ippiLUVToRGBTab[depth], in cvtColor()
|