mirror of https://git.ffmpeg.org/ffmpeg.git
checkasm: fix size of input buffer in test_hybrid_analysis
This commit is contained in:
parent
ff2d21a58c
commit
fb7b477a91
|
@ -76,7 +76,7 @@ static void test_hybrid_analysis(void)
|
|||
{
|
||||
LOCAL_ALIGNED_16(INTFLOAT, dst0, [BUF_SIZE], [2]);
|
||||
LOCAL_ALIGNED_16(INTFLOAT, dst1, [BUF_SIZE], [2]);
|
||||
LOCAL_ALIGNED_16(INTFLOAT, in, [12], [2]);
|
||||
LOCAL_ALIGNED_16(INTFLOAT, in, [13], [2]);
|
||||
LOCAL_ALIGNED_16(INTFLOAT, filter, [N], [8][2]);
|
||||
|
||||
declare_func(void, INTFLOAT (*out)[2], INTFLOAT (*in)[2],
|
||||
|
|
Loading…
Reference in New Issue