提交 0eb783eb 编写于 作者: J James Almer

checkasm: randomize the full input buffer in test_hybrid_analysis

Missed in the last commit.
上级 fb7b477a
......@@ -83,7 +83,7 @@ static void test_hybrid_analysis(void)
const INTFLOAT (*filter)[8][2],
ptrdiff_t stride, int n);
randomize((INTFLOAT *)in, 12 * 2);
randomize((INTFLOAT *)in, 13 * 2);
randomize((INTFLOAT *)filter, N * 8 * 2);
randomize((INTFLOAT *)dst0, BUF_SIZE * 2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册