#include <va/va.h>
#include <va/va_enc_vp8.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 "codec_internal.h"
#include "vaapi_encode.h"
#include "vp8.h"
Go to the source code of this file.
◆ vseq_var
◆ vseq_field
◆ vpic_var
◆ vpic_field
◆ OFFSET
◆ FLAGS
◆ vaapi_encode_vp8_init_sequence_params()
static int vaapi_encode_vp8_init_sequence_params |
( |
AVCodecContext * |
avctx | ) |
|
|
static |
◆ vaapi_encode_vp8_init_picture_params()
◆ vaapi_encode_vp8_write_quant_table()
◆ vaapi_encode_vp8_configure()
◆ vaapi_encode_vp8_init()
◆ vaapi_encode_vp8_profiles
Initial value:= {
{ 0 , 8, 3, 1, 1, VAProfileVP8Version0_3 },
}
Definition at line 183 of file vaapi_encode_vp8.c.
◆ vaapi_encode_type_vp8
Initial value:= {
.default_quality = 40,
.sequence_params_size = sizeof(VAEncSequenceParameterBufferVP8),
.picture_params_size = sizeof(VAEncPictureParameterBufferVP8),
}
Definition at line 188 of file vaapi_encode_vp8.c.
Referenced by vaapi_encode_vp8_init().
◆ vaapi_encode_vp8_options
const AVOption vaapi_encode_vp8_options[] |
|
static |
Initial value:= {
{ "loop_filter_level", "Loop filter level",
{ "loop_filter_sharpness", "Loop filter sharpness",
}
Definition at line 220 of file vaapi_encode_vp8.c.
◆ vaapi_encode_vp8_defaults
Initial value:= {
{ "b", "0" },
{ "bf", "0" },
{ "g", "120" },
{ "qmin", "-1" },
{ "qmax", "-1" },
}
Definition at line 232 of file vaapi_encode_vp8.c.
◆ vaapi_encode_vp8_class
const AVClass vaapi_encode_vp8_class |
|
static |
◆ ff_vp8_vaapi_encoder
Initial value:= {
.p.name = "vp8_vaapi",
},
.p.wrapper_name = "vaapi",
}
Definition at line 248 of file vaapi_encode_vp8.c.
AVPixelFormat
Pixel format.
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
#define AV_CODEC_CAP_HARDWARE
Codec is backed by a hardware implementation.
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
av_cold int ff_vaapi_encode_close(AVCodecContext *avctx)
static av_cold int vaapi_encode_vp8_init(AVCodecContext *avctx)
#define AV_PROFILE_UNKNOWN
static const VAAPIEncodeProfile vaapi_encode_vp8_profiles[]
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
static int vaapi_encode_vp8_init_sequence_params(AVCodecContext *avctx)
int ff_vaapi_encode_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
#define CODEC_LONG_NAME(str)
#define LIBAVUTIL_VERSION_INT
#define FF_CODEC_RECEIVE_PACKET_CB(func)
const char * av_default_item_name(void *ptr)
Return the context name.
static av_cold int vaapi_encode_vp8_configure(AVCodecContext *avctx)
static const AVOption vaapi_encode_vp8_options[]
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define VAAPI_ENCODE_RC_OPTIONS
#define VAAPI_ENCODE_COMMON_OPTIONS
@ AV_PIX_FMT_VAAPI
Hardware acceleration through VA-API, data[3] contains a VASurfaceID.
static const AVClass vaapi_encode_vp8_class
@ AVCOL_RANGE_MPEG
Narrow or limited range content.
const AVCodecHWConfigInternal *const ff_vaapi_encode_hw_configs[]
static int vaapi_encode_vp8_init_picture_params(AVCodecContext *avctx, FFHWBaseEncodePicture *pic)
@ AV_OPT_TYPE_INT
Underlying C type is int.
#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 int vaapi_encode_vp8_write_quant_table(AVCodecContext *avctx, FFHWBaseEncodePicture *base_pic, int index, int *type, char *data, size_t *data_len)
#define HW_BASE_ENCODE_COMMON_OPTIONS
static const FFCodecDefault vaapi_encode_vp8_defaults[]