Commit 0eb783eb authored by James Almer's avatar James Almer

checkasm: randomize the full input buffer in test_hybrid_analysis

Missed in the last commit.
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment