![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Per Macroblock header information.
Definition at line 113 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 131 of file nvmedia_viddec.h.
NvMedia_MB_Type_enum NvMediaMotionVectorMB_Metadata::mb_type |
mb type
Definition at line 129 of file nvmedia_viddec.h.
uint16_t NvMediaMotionVectorMB_Metadata::mbNum |
macroblock number
Definition at line 115 of file nvmedia_viddec.h.
NvMediaMacroBlockType NvMediaMotionVectorMB_Metadata::MBType |
macroblock type
Definition at line 117 of file nvmedia_viddec.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_bac_x |
backward motion vector in x direction
Definition at line 123 of file nvmedia_viddec.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_bac_y |
forward motion vector in y direction
Definition at line 125 of file nvmedia_viddec.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_for_x |
forward motion vector in x direction
Definition at line 119 of file nvmedia_viddec.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_for_y |
forward motion vector in y direction
Definition at line 121 of file nvmedia_viddec.h.
uint8_t NvMediaMotionVectorMB_Metadata::qp |
qp value
Definition at line 127 of file nvmedia_viddec.h.