#include <va/va.h>
#include <va/va_enc_vp9.h>
#include "libavutil/avassert.h"
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/pixfmt.h"
#include "avcodec.h"
#include "internal.h"
#include "vaapi_encode.h"
Go to the source code of this file.
◆ VP9_MAX_QUANT
#define VP9_MAX_QUANT 255 |
◆ OFFSET
◆ FLAGS
◆ vaapi_encode_vp9_init_sequence_params()
◆ vaapi_encode_vp9_init_picture_params()
◆ vaapi_encode_vp9_configure()
◆ vaapi_encode_vp9_init()
◆ vaapi_encode_vp9_profiles
◆ vaapi_encode_type_vp9
Initial value:= {
.default_quality = 100,
.sequence_params_size = sizeof(VAEncSequenceParameterBufferVP9),
.picture_params_size = sizeof(VAEncPictureParameterBufferVP9),
}
Definition at line 216 of file vaapi_encode_vp9.c.
Referenced by vaapi_encode_vp9_init().
◆ vaapi_encode_vp9_options
const AVOption vaapi_encode_vp9_options[] |
|
static |
Initial value:= {
{ "loop_filter_level", "Loop filter level",
{ "loop_filter_sharpness", "Loop filter sharpness",
}
Definition at line 255 of file vaapi_encode_vp9.c.
◆ vaapi_encode_vp9_defaults
Initial value:= {
{ "b", "0" },
{ "bf", "0" },
{ "g", "250" },
{ "qmin", "-1" },
{ "qmax", "-1" },
}
Definition at line 266 of file vaapi_encode_vp9.c.
◆ vaapi_encode_vp9_class
const AVClass vaapi_encode_vp9_class |
|
static |
◆ ff_vp9_vaapi_encoder
Initial value:= {
.name = "vp9_vaapi",
},
.wrapper_name = "vaapi",
}
Definition at line 282 of file vaapi_encode_vp9.c.
AVPixelFormat
Pixel format.
static av_cold int init(AVCodecContext *avctx)
#define AV_CODEC_CAP_HARDWARE
Codec is backed by a hardware implementation.
static av_cold int vaapi_encode_vp9_configure(AVCodecContext *avctx)
static int vaapi_encode_vp9_init_picture_params(AVCodecContext *avctx, VAAPIEncodePicture *pic)
av_cold int ff_vaapi_encode_close(AVCodecContext *avctx)
static const AVCodecDefault defaults[]
static const AVCodecDefault vaapi_encode_vp9_defaults[]
static av_cold int vaapi_encode_vp9_init(AVCodecContext *avctx)
#define FF_PROFILE_UNKNOWN
static enum AVPixelFormat pix_fmts[]
int ff_vaapi_encode_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
#define LIBAVUTIL_VERSION_INT
static const VAAPIEncodeProfile vaapi_encode_vp9_profiles[]
const char * av_default_item_name(void *ptr)
Return the context name.
static int vaapi_encode_vp9_init_sequence_params(AVCodecContext *avctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define VAAPI_ENCODE_RC_OPTIONS
#define VAAPI_ENCODE_COMMON_OPTIONS
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
const AVCodecHWConfigInternal *const ff_vaapi_encode_hw_configs[]
@ FLAG_B_PICTURE_REFERENCES
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
static const AVClass vaapi_encode_vp9_class
static const AVOption vaapi_encode_vp9_options[]