Structures
VkVideoEncodeH264QpKHR
Structure describing H.264 QP values per picture type
The VkVideoEncodeH264QpKHR
structure is defined as:
typedef struct VkVideoEncodeH264QpKHR {
int32_t qpI;
int32_t qpP;
int32_t qpB;
} VkVideoEncodeH264QpKHR;
qpI
is the QP to be used for I pictures.qpP
is the QP to be used for P pictures.qpB
is the QP to be used for B pictures.