NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

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

Field Documentation

◆ mv_x

int32_t NvMediaEncodeMVData::mv_x

X component of the motion vector pertaining to 1 macro block.

Definition at line 184 of file nvmedia_iep_output_extradata.h.

◆ mv_y

int32_t NvMediaEncodeMVData::mv_y

Y component of the motion vector pertaining to 1 macro block.

Definition at line 186 of file nvmedia_iep_output_extradata.h.


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