mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
checkasm: randomize the full input buffer in test_hybrid_analysis
Missed in the last commit.
This commit is contained in:
parent
fb7b477a91
commit
0eb783eb06
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user