|
FFmpeg
|
#include <assert.h>#include <stddef.h>#include <stdint.h>#include <string.h>#include "checkasm.h"#include "libavfilter/vf_pp7dsp.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem_internal.h"Go to the source code of this file.
Macros | |
| #define | randomize_buffer(buf) |
Functions | |
| static void | check_dctB (const PP7DSPContext *const pp7dsp) |
| void | checkasm_check_vf_pp7 (void) |
| #define randomize_buffer | ( | buf | ) |
Definition at line 29 of file vf_pp7.c.
Referenced by check_dctB().
|
static |
Definition at line 37 of file vf_pp7.c.
Referenced by checkasm_check_vf_pp7().