Go to the documentation of this file.
19 #ifndef AVUTIL_VIDEO_ENC_PARAMS_H
20 #define AVUTIL_VIDEO_ENC_PARAMS_H
159 unsigned int nb_blocks,
size_t *
out_size);
169 unsigned int nb_blocks);
int32_t qp
Base quantisation parameter for the frame.
size_t blocks_offset
Offset in bytes from the beginning of this structure at which the array of blocks starts.
@ AV_VIDEO_ENC_PARAMS_NONE
This structure describes decoded (raw) audio or video data.
int src_x
Distance in luma pixels from the top-left corner of the visible frame to the top-left corner of the b...
AVVideoEncParams * av_video_enc_params_create_side_data(AVFrame *frame, enum AVVideoEncParamsType type, unsigned int nb_blocks)
Allocates memory for AVEncodeInfoFrame plus an array of.
@ AV_VIDEO_ENC_PARAMS_MPEG2
int32_t delta_qp[4][2]
Quantisation parameter offset from the base (per-frame) qp for a given plane (first index) and AC/DC ...
int32_t delta_qp
Difference between this block's final quantization parameter and the corresponding per-frame value.
@ AV_VIDEO_ENC_PARAMS_H264
H.264 stores:
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf type
Video encoding parameters for a given frame.
#define av_assert0(cond)
assert() equivalent, that is always enabled.
enum AVVideoEncParamsType type
Type of the parameters (the codec they are used with).
int w
Width and height of the block in luma pixels.
unsigned int nb_blocks
Number of blocks in the array.
Data structure for storing block-level encoding information.
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several the filter must be ready for frames arriving randomly on any input any filter with several inputs will most likely require some kind of queuing mechanism It is perfectly acceptable to have a limited queue and to drop frames when the inputs are too unbalanced request_frame For filters that do not use the this method is called when a frame is wanted on an output For a it should directly call filter_frame on the corresponding output For a if there are queued frames already one of these frames should be pushed If the filter should request a frame on one of its repeatedly until at least one frame has been pushed Return or at least make progress towards producing a frame
AVVideoEncParams * av_video_enc_params_alloc(enum AVVideoEncParamsType type, unsigned int nb_blocks, size_t *out_size)
Allocates memory for AVVideoEncParams of the given type, plus an array of.
@ AV_VIDEO_ENC_PARAMS_VP9
VP9 stores:
static av_always_inline AVVideoBlockParams * av_video_enc_params_block(AVVideoEncParams *par, unsigned int idx)