NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvMediaMotionVectorMB_Metadata Struct Reference

Detailed Description

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...
 

Field Documentation

◆ mb_part

NvMedia_MB_Part_enum NvMediaMotionVectorMB_Metadata::mb_part

mb part

Definition at line 187 of file nvmedia_common_decode.h.

◆ mb_type

NvMedia_MB_Type_enum NvMediaMotionVectorMB_Metadata::mb_type

mb type

Definition at line 185 of file nvmedia_common_decode.h.

◆ mbNum

uint16_t NvMediaMotionVectorMB_Metadata::mbNum

macroblock number

Definition at line 171 of file nvmedia_common_decode.h.

◆ MBType

NvMediaMacroBlockType NvMediaMotionVectorMB_Metadata::MBType

macroblock type

Definition at line 173 of file nvmedia_common_decode.h.

◆ mv_bac_x

int16_t NvMediaMotionVectorMB_Metadata::mv_bac_x

backward motion vector in x direction

Definition at line 179 of file nvmedia_common_decode.h.

◆ mv_bac_y

int16_t NvMediaMotionVectorMB_Metadata::mv_bac_y

forward motion vector in y direction

Definition at line 181 of file nvmedia_common_decode.h.

◆ mv_for_x

int16_t NvMediaMotionVectorMB_Metadata::mv_for_x

forward motion vector in x direction

Definition at line 175 of file nvmedia_common_decode.h.

◆ mv_for_y

int16_t NvMediaMotionVectorMB_Metadata::mv_for_y

forward motion vector in y direction

Definition at line 177 of file nvmedia_common_decode.h.

◆ qp

uint8_t NvMediaMotionVectorMB_Metadata::qp

qp value

Definition at line 183 of file nvmedia_common_decode.h.


The documentation for this struct was generated from the following file: