NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaEncodeExternalMeHintCountsPerBlocktype Struct Reference

Detailed Description

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

Definition at line 1911 of file nvmedia_common.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

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x16

Holds the number of candidates per 16x16 block.

Definition at line 1913 of file nvmedia_common.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x8

Holds the number of candidates per 16x8 block.

Definition at line 1915 of file nvmedia_common.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x16

Holds the number of candidates per 8x16 block.

Definition at line 1917 of file nvmedia_common.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x8

Holds the number of candidates per 8x8 block.

Definition at line 1919 of file nvmedia_common.h.


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