Holds quantization parameters(QP) value for frames.
Definition at line 59 of file nvmedia_common_encode.h.
Data Fields | |
int16_t | qpInterP |
QP value for P frames. More... | |
int16_t | qpInterB |
QP value for B frames. More... | |
int16_t | qpIntra |
QP value for Intra frames. More... | |
int16_t | reserved [3] |
int16_t NvMediaEncodeQP::qpInterB |
QP value for B frames.
Definition at line 63 of file nvmedia_common_encode.h.
int16_t NvMediaEncodeQP::qpInterP |
QP value for P frames.
Definition at line 61 of file nvmedia_common_encode.h.
int16_t NvMediaEncodeQP::qpIntra |
QP value for Intra frames.
Definition at line 65 of file nvmedia_common_encode.h.
int16_t NvMediaEncodeQP::reserved[3] |
Definition at line 67 of file nvmedia_common_encode.h.