1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #8838 from tomoaki0705:dispatchFp16

This commit is contained in:
Alexander Alekhin
2017-06-06 15:31:42 +00:00
4 changed files with 371 additions and 238 deletions
-1
View File
@@ -137,7 +137,6 @@ typedef void (*BinaryFuncC)(const uchar* src1, size_t step1,
uchar* dst, size_t step, int width, int height,
void*);
BinaryFunc getConvertFuncFp16(int ddepth);
BinaryFunc getConvertFunc(int sdepth, int ddepth);
BinaryFunc getCopyMaskFunc(size_t esz);