Motion Vector format - motion vectors for each of the macro blocks are dumped in this format contiguously in memory, beyond the NvMediaEncodeMVBufferHeader in the bitstream.
Definition at line 193 of file nvmedia_iep_output_extradata.h.
Data Fields | |
int32_t | mv_x |
X component of the motion vector pertaining to 1 macro block. More... | |
int32_t | mv_y |
Y component of the motion vector pertaining to 1 macro block. More... | |
int32_t NvMediaEncodeMVData::mv_x |
X component of the motion vector pertaining to 1 macro block.
Definition at line 195 of file nvmedia_iep_output_extradata.h.
int32_t NvMediaEncodeMVData::mv_y |
Y component of the motion vector pertaining to 1 macro block.
Definition at line 197 of file nvmedia_iep_output_extradata.h.