提交 d168c2b9 编写于 作者: K Kirill Kornyakov

Optimized version of CountNonZero functions added

上级 6b869f2e
......@@ -232,9 +232,9 @@ typedef int (*CountNonZeroFunc)(const uchar*, int);
static CountNonZeroFunc countNonZeroTab[] =
{
(CountNonZeroFunc)countNonZero8u, (CountNonZeroFunc)countNonZero8u,
(CountNonZeroFunc)countNonZero16u, (CountNonZeroFunc)countNonZero16u,
(CountNonZeroFunc)countNonZero32s, (CountNonZeroFunc)countNonZero32f,
(CountNonZeroFunc)GET_OPTIMIZED(countNonZero8u), (CountNonZeroFunc)(countNonZero8u),
(CountNonZeroFunc)(countNonZero16u), (CountNonZeroFunc)(countNonZero16u),
(CountNonZeroFunc)(countNonZero32s), (CountNonZeroFunc)GET_OPTIMIZED(countNonZero32f),
(CountNonZeroFunc)countNonZero64f, 0
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册