checkasm: randomize the full input buffer in test_hybrid_analysis

Missed in the last commit.
This commit is contained in:
James Almer 2017-06-30 22:33:04 -03:00
parent fb7b477a91
commit 0eb783eb06

View File

@ -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);