Searched refs:tabfl (Results 1 – 1 of 1) sorted by relevance
2358 static void icvInitDotProductShiftedTable( CvFuncTable* tabfl, CvFuncTable* tabdb ) in icvInitDotProductShiftedTable() argument2360 tabfl->fn_2d[CV_8U] = (void*)icvDotProductShifted_8u32f_C1R; in icvInitDotProductShiftedTable()2361 tabfl->fn_2d[CV_8S] = 0; in icvInitDotProductShiftedTable()2362 tabfl->fn_2d[CV_16U] = (void*)icvDotProductShifted_16u32f_C1R; in icvInitDotProductShiftedTable()2363 tabfl->fn_2d[CV_16S] = (void*)icvDotProductShifted_16s32f_C1R; in icvInitDotProductShiftedTable()2364 tabfl->fn_2d[CV_32S] = 0; in icvInitDotProductShiftedTable()2365 tabfl->fn_2d[CV_32F] = (void*)icvDotProductShifted_32f_C1R; in icvInitDotProductShiftedTable()2366 tabfl->fn_2d[CV_64F] = 0; in icvInitDotProductShiftedTable()2425 static void icvInitExtProductShiftedTable( CvFuncTable* tabfl, CvFuncTable* tabdb ) in icvInitExtProductShiftedTable() argument2427 tabfl->fn_2d[CV_8U] = (void*)icvExtProductShifted_8u32f_C1R; in icvInitExtProductShiftedTable()[all …]