Per Macroblock header information.
Definition at line 169 of file nvmedia_common_decode.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 187 of file nvmedia_common_decode.h.
NvMedia_MB_Type_enum NvMediaMotionVectorMB_Metadata::mb_type |
mb type
Definition at line 185 of file nvmedia_common_decode.h.
uint16_t NvMediaMotionVectorMB_Metadata::mbNum |
macroblock number
Definition at line 171 of file nvmedia_common_decode.h.
NvMediaMacroBlockType NvMediaMotionVectorMB_Metadata::MBType |
macroblock type
Definition at line 173 of file nvmedia_common_decode.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_bac_x |
backward motion vector in x direction
Definition at line 179 of file nvmedia_common_decode.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_bac_y |
forward motion vector in y direction
Definition at line 181 of file nvmedia_common_decode.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_for_x |
forward motion vector in x direction
Definition at line 175 of file nvmedia_common_decode.h.
int16_t NvMediaMotionVectorMB_Metadata::mv_for_y |
forward motion vector in y direction
Definition at line 177 of file nvmedia_common_decode.h.
uint8_t NvMediaMotionVectorMB_Metadata::qp |
qp value
Definition at line 183 of file nvmedia_common_decode.h.