|
FFmpeg
|
#include <math.h>#include "checkasm.h"#include "libavfilter/vf_nlmeans_init.h"#include "libavutil/avassert.h"#include "libavutil/mem.h"#include "libavutil/mem_internal.h"Go to the source code of this file.
Macros | |
| #define | randomize_buffer(buf, size) |
| #define | TEST_W 256 |
| #define | MAX_MEANINGFUL_DIFF 255 |
Functions | |
| void | checkasm_check_nlmeans (void) |
| #define randomize_buffer | ( | buf, | |
| size | |||
| ) |
| #define TEST_W 256 |
| #define MAX_MEANINGFUL_DIFF 255 |
| void checkasm_check_nlmeans | ( | void | ) |
Definition at line 34 of file vf_nlmeans.c.
1.8.17