mirror of https://git.ffmpeg.org/ffmpeg.git
checkasm/lpc: use fixed length to bench apply_welch_window
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
16132a810d
commit
0a949aacae
|
@ -55,7 +55,7 @@ static void test_window(int len)
|
|||
}
|
||||
}
|
||||
|
||||
bench_new(src, len, dst1);
|
||||
bench_new(src, 4608 + (len & 1), dst1);
|
||||
}
|
||||
|
||||
static void test_compute_autocorr(ptrdiff_t len, int lag)
|
||||
|
|
Loading…
Reference in New Issue