Home
last modified time | relevance | path

Searched refs:PADDED_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dexrdsp.c30 #define PADDED_BUF_SIZE BUF_SIZE+AV_INPUT_BUFFER_PADDING_SIZE*2 macro
42 LOCAL_ALIGNED_32(uint8_t, src, [PADDED_BUF_SIZE]); in check_reorder_pixels()
43 LOCAL_ALIGNED_32(uint8_t, dst_ref, [PADDED_BUF_SIZE]); in check_reorder_pixels()
44 LOCAL_ALIGNED_32(uint8_t, dst_new, [PADDED_BUF_SIZE]); in check_reorder_pixels()
48 memset(src, 0, PADDED_BUF_SIZE); in check_reorder_pixels()
49 memset(dst_ref, 0, PADDED_BUF_SIZE); in check_reorder_pixels()
50 memset(dst_new, 0, PADDED_BUF_SIZE); in check_reorder_pixels()
60 LOCAL_ALIGNED_32(uint8_t, src, [PADDED_BUF_SIZE]); in check_predictor()
61 LOCAL_ALIGNED_32(uint8_t, dst_ref, [PADDED_BUF_SIZE]); in check_predictor()
62 LOCAL_ALIGNED_32(uint8_t, dst_new, [PADDED_BUF_SIZE]); in check_predictor()
[all …]