Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmatmul.cpp2358 static void icvInitDotProductShiftedTable( CvFuncTable* tabfl, CvFuncTable* tabdb ) in icvInitDotProductShiftedTable() argument
2368 tabdb->fn_2d[CV_8U] = (void*)icvDotProductShifted_8u64f_C1R; in icvInitDotProductShiftedTable()
2369 tabdb->fn_2d[CV_8S] = 0; in icvInitDotProductShiftedTable()
2370 tabdb->fn_2d[CV_16U] = (void*)icvDotProductShifted_16u64f_C1R; in icvInitDotProductShiftedTable()
2371 tabdb->fn_2d[CV_16S] = (void*)icvDotProductShifted_16s64f_C1R; in icvInitDotProductShiftedTable()
2372 tabdb->fn_2d[CV_32S] = 0; in icvInitDotProductShiftedTable()
2373 tabdb->fn_2d[CV_32F] = (void*)icvDotProductShifted_32f64f_C1R; in icvInitDotProductShiftedTable()
2374 tabdb->fn_2d[CV_64F] = (void*)icvDotProductShifted_64f_C1R; in icvInitDotProductShiftedTable()
2425 static void icvInitExtProductShiftedTable( CvFuncTable* tabfl, CvFuncTable* tabdb ) in icvInitExtProductShiftedTable() argument
2435 tabdb->fn_2d[CV_8U] = (void*)icvExtProductShifted_8u64f_C1R; in icvInitExtProductShiftedTable()
[all …]