|
FFmpeg
|
Ultra Slow/Simple Post-processing filter. More...
#include "libavutil/avassert.h"#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "internal.h"#include "avfilter.h"Classes | |
| struct | USPPContext |
Macros | |
| #define | MAX_LEVEL 8 /* quality levels */ |
| #define | BLOCK 16 |
| #define | OFFSET(x) offsetof(USPPContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
| #define | STORE(pos) |
Typedefs | |
| typedef struct USPPContext | USPPContext |
Functions | |
| AVFILTER_DEFINE_CLASS (uspp) | |
| DECLARE_ALIGNED (8, static const uint8_t, dither)[8][8] | |
Variables | |
| AVFilter | ff_vf_uspp |
Ultra Slow/Simple Post-processing filter.
Originally written by Michael Niedermayer for the MPlayer project, and ported by Arwa Arif for FFmpeg.
| #define STORE | ( | pos | ) |
| AVFilter ff_vf_uspp |
1.8.12