#include <math.h>
#include "libavutil/eval.h"
#include "libavutil/opt.h"
#include "libavutil/video_enc_params.h"
#include "avfilter.h"
#include "filters.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ BLOCK_QP_DELTA
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
qp |
| ) |
|
◆ config_input()
◆ filter_frame()
◆ var_names
const char* const var_names[] = { "known", "qp", "x", "y", "w", "h", NULL } |
|
static |
◆ qp_options
Initial value:
Definition at line 43 of file vf_qp.c.
◆ qp_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 175 of file vf_qp.c.
◆ ff_vf_qp
Initial value:= {
.name = "qp",
.priv_class = &qp_class,
}
Definition at line 184 of file vf_qp.c.