#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/macros.h"
#include "libavutil/mem_internal.h"
#include "libavcodec/snow.h"
#include "libavcodec/snow_dwt.h"
#include "checkasm.h"
Go to the source code of this file.
◆ randomize_buffer
| #define randomize_buffer |
( |
|
buf | ) |
|
Value:do { \
for (size_t k = 0; k < (sizeof(buf) & ~3); k += 4) \
for (size_t k = sizeof(buf) & ~3; k < sizeof(buf); ++k) \
((
char*)buf)[k] =
rnd(); \
} while (0)
Definition at line 33 of file snowdsp.c.
◆ checkasm_check_inner_add_yblock()
| static void checkasm_check_inner_add_yblock |
( |
const SnowDWTContext *const |
snowdsp | ) |
|
|
static |
◆ checkasm_check_snowdsp()
| void checkasm_check_snowdsp |
( |
void |
| ) |
|