Data structure for storing block-level encoding information. More...
#include <video_enc_params.h>
Data structure for storing block-level encoding information.
It is allocated as a part of AVVideoEncParams and should be retrieved with av_video_enc_params_block().
sizeof(AVVideoBlockParams) is not a part of the ABI and new fields may be added to it.
Definition at line 120 of file video_enc_params.h.
Distance in luma pixels from the top-left corner of the visible frame to the top-left corner of the block.
Can be negative if top/right padding is present on the coded frame.
Definition at line 126 of file video_enc_params.h.
Definition at line 126 of file video_enc_params.h.
Width and height of the block in luma pixels.
Definition at line 130 of file video_enc_params.h.
Definition at line 130 of file video_enc_params.h.
Difference between this block's final quantization parameter and the corresponding per-frame value.
Definition at line 136 of file video_enc_params.h.