Searched refs:ippiRGBToLUVTab (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 383 static ippiGeneralFunc ippiRGBToLUVTab[] = variable 8229 if (CvtColorIPPLoop(src, dst, IPPGeneralFunctor(ippiRGBToLUVTab[depth]))) in cvtColor() 8239 … ippiRGBToLUVTab[depth], 0, 1, 2, depth))) in cvtColor() 8249 … ippiRGBToLUVTab[depth], 2, 1, 0, depth))) in cvtColor() 8259 … ippiRGBToLUVTab[depth], 2, 1, 0, depth))) in cvtColor()
|