|
FFmpeg
|
#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.
Macros | |
| #define | randomize_buffer(buf) |
Functions | |
| static void | checkasm_check_inner_add_yblock (const SnowDWTContext *const snowdsp) |
| void | checkasm_check_snowdsp (void) |
| #define randomize_buffer | ( | buf | ) |
Definition at line 33 of file snowdsp.c.
Referenced by checkasm_check_inner_add_yblock().
|
static |
Definition at line 41 of file snowdsp.c.
Referenced by checkasm_check_snowdsp().