checkasm: fix size of input buffer in test_hybrid_analysis

This commit is contained in:
James Almer 2017-06-30 20:37:06 -03:00
parent ff2d21a58c
commit fb7b477a91
1 changed files with 1 additions and 1 deletions

View File

@ -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],