Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dprivate.hpp153 T* allocSingleton(size_t count = 1) { return static_cast<T*>(allocSingletonBuffer(sizeof(T) * count… in allocSingleton() function
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcolor_lab.cpp22 float* tab = cv::allocSingleton<float>(n * 4); in splineBuild()
1028 int *LuToUp_b = cv::allocSingleton<int>(256*256); in initLUTforLUV()
1029 int *LvToVp_b = cv::allocSingleton<int>(256*256); in initLUTforLUV()
1030 long long int *LvToVpl_b = cv::allocSingleton<long long int>(256*256); in initLUTforLUV()
1062 int * res = cv::allocSingleton<int>(LAB_BASE*9/4); in initLUTforABXZ()
1192 int16_t *RGB2LabLUT_s16 = cv::allocSingleton<int16_t>(LAB_LUT_DIM*LAB_LUT_DIM*LAB_LUT_DIM*3*8); in initLUTforLABLUVs16()
1193 int16_t *RGB2LuvLUT_s16 = cv::allocSingleton<int16_t>(LAB_LUT_DIM*LAB_LUT_DIM*LAB_LUT_DIM*3*8); in initLUTforLABLUVs16()