![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Per Macroblock header information.
Definition at line 114 of file nvmedia_viddec.h.
Data Fields | |
uint16_t | mbNum |
macroblock number More... | |
NvMediaMacroBlockType | MBType |
macroblock type More... | |
int16_t | mv_for_x |
forward motion vector in x direction More... | |
int16_t | mv_for_y |
forward motion vector in y direction More... | |
int16_t | mv_bac_x |
backward motion vector in x direction More... | |
int16_t | mv_bac_y |
forward motion vector in y direction More... | |
uint8_t | qp |
qp value More... | |
NvMedia_MB_Type_enum | mb_type |
mb type More... | |
NvMedia_MB_Part_enum | mb_part |
mb part More... | |
NvMedia_MB_Part_enum NvMediaMotionVectorMB_Metadata::mb_part |
mb part
Definition at line 132 of file nvmedia_viddec.h.
NvMedia_MB_Type_enum NvMediaMotionVectorMB_Metadata::mb_type |
mb type
Definition at line 130 of file nvmedia_viddec.h.
uint16_t NvMediaMotionVectorMB_Metadata::mbNum |
macroblock number
Definition at line 116 of file nvmedia_viddec.h.
NvMediaMacroBlockType NvMediaMotionVectorMB_Metadata::MBType |
macroblock type
Definition at line 118 of file nvmedia_viddec.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_bac_x |
backward motion vector in x direction
Definition at line 124 of file nvmedia_viddec.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_bac_y |
forward motion vector in y direction
Definition at line 126 of file nvmedia_viddec.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_for_x |
forward motion vector in x direction
Definition at line 120 of file nvmedia_viddec.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_for_y |
forward motion vector in y direction
Definition at line 122 of file nvmedia_viddec.h.
uint8_t NvMediaMotionVectorMB_Metadata::qp |
qp value
Definition at line 128 of file nvmedia_viddec.h.