Searched refs:UNESCAPE_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | vc1dsp.c | 383 RANDOMIZE_BUFFER8(unescaped, UNESCAPE_BUF_SIZE); \ 386 if (len0 != len1 || memcmp(unescaped0, unescaped1, UNESCAPE_BUF_SIZE)) \ 395 #define UNESCAPE_BUF_SIZE (1u<<LOG2_UNESCAPE_BUF_SIZE) in check_unescape() macro 396 LOCAL_ALIGNED_8(uint8_t, escaped0, [UNESCAPE_BUF_SIZE]); in check_unescape() 397 LOCAL_ALIGNED_8(uint8_t, escaped1, [UNESCAPE_BUF_SIZE]); in check_unescape() 398 LOCAL_ALIGNED_8(uint8_t, unescaped0, [UNESCAPE_BUF_SIZE]); in check_unescape() 399 LOCAL_ALIGNED_8(uint8_t, unescaped1, [UNESCAPE_BUF_SIZE]); in check_unescape() 410 for (int x = 0; x < UNESCAPE_BUF_SIZE; ++x) in check_unescape() 415 RANDOMIZE_BUFFER8(escaped, UNESCAPE_BUF_SIZE); in check_unescape() 419 for (int x = 0; x <= UNESCAPE_BUF_SIZE in check_unescape() [all...] |
Completed in 1 milliseconds