PADDED_BUF_SIZE    41 tests/checkasm/exrdsp.c     LOCAL_ALIGNED_32(uint8_t, src,     [PADDED_BUF_SIZE]);
PADDED_BUF_SIZE    42 tests/checkasm/exrdsp.c     LOCAL_ALIGNED_32(uint8_t, dst_ref, [PADDED_BUF_SIZE]);
PADDED_BUF_SIZE    43 tests/checkasm/exrdsp.c     LOCAL_ALIGNED_32(uint8_t, dst_new, [PADDED_BUF_SIZE]);
PADDED_BUF_SIZE    47 tests/checkasm/exrdsp.c     memset(src,     0, PADDED_BUF_SIZE);
PADDED_BUF_SIZE    48 tests/checkasm/exrdsp.c     memset(dst_ref, 0, PADDED_BUF_SIZE);
PADDED_BUF_SIZE    49 tests/checkasm/exrdsp.c     memset(dst_new, 0, PADDED_BUF_SIZE);
PADDED_BUF_SIZE    59 tests/checkasm/exrdsp.c     LOCAL_ALIGNED_32(uint8_t, src,     [PADDED_BUF_SIZE]);
PADDED_BUF_SIZE    60 tests/checkasm/exrdsp.c     LOCAL_ALIGNED_32(uint8_t, dst_ref, [PADDED_BUF_SIZE]);
PADDED_BUF_SIZE    61 tests/checkasm/exrdsp.c     LOCAL_ALIGNED_32(uint8_t, dst_new, [PADDED_BUF_SIZE]);
PADDED_BUF_SIZE    65 tests/checkasm/exrdsp.c     memset(src,     0, PADDED_BUF_SIZE);
PADDED_BUF_SIZE    67 tests/checkasm/exrdsp.c     memcpy(dst_ref, src, PADDED_BUF_SIZE);
PADDED_BUF_SIZE    68 tests/checkasm/exrdsp.c     memcpy(dst_new, src, PADDED_BUF_SIZE);