NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Holds an external motion vector hint with counts per block type.

Deprecated:
This feature will be deprecated in a future release.

Definition at line 614 of file nvmedia_common_encode.h.

Data Fields

uint32_t numCandsPerBlk16x16
 Holds the number of candidates per 16x16 block. More...
 
uint32_t numCandsPerBlk16x8
 Holds the number of candidates per 16x8 block. More...
 
uint32_t numCandsPerBlk8x16
 Holds the number of candidates per 8x16 block. More...
 
uint32_t numCandsPerBlk8x8
 Holds the number of candidates per 8x8 block. More...
 

Field Documentation

◆ numCandsPerBlk16x16

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x16

Holds the number of candidates per 16x16 block.

Definition at line 616 of file nvmedia_common_encode.h.

◆ numCandsPerBlk16x8

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x8

Holds the number of candidates per 16x8 block.

Definition at line 618 of file nvmedia_common_encode.h.

◆ numCandsPerBlk8x16

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x16

Holds the number of candidates per 8x16 block.

Definition at line 620 of file nvmedia_common_encode.h.

◆ numCandsPerBlk8x8

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x8

Holds the number of candidates per 8x8 block.

Definition at line 622 of file nvmedia_common_encode.h.


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