You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
checkasm: randomize the full input buffer in test_hybrid_analysis
Missed in the last commit.
This commit is contained in:
@@ -83,7 +83,7 @@ static void test_hybrid_analysis(void)
|
|||||||
const INTFLOAT (*filter)[8][2],
|
const INTFLOAT (*filter)[8][2],
|
||||||
ptrdiff_t stride, int n);
|
ptrdiff_t stride, int n);
|
||||||
|
|
||||||
randomize((INTFLOAT *)in, 12 * 2);
|
randomize((INTFLOAT *)in, 13 * 2);
|
||||||
randomize((INTFLOAT *)filter, N * 8 * 2);
|
randomize((INTFLOAT *)filter, N * 8 * 2);
|
||||||
|
|
||||||
randomize((INTFLOAT *)dst0, BUF_SIZE * 2);
|
randomize((INTFLOAT *)dst0, BUF_SIZE * 2);
|
||||||
|
Reference in New Issue
Block a user