NVIDIA DRIVE OS Linux API Reference

5.1.0.2 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 1903 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 1905 of file nvmedia_common.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x8

Holds the number of candidates per 16x8 block.

Definition at line 1907 of file nvmedia_common.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x16

Holds the number of candidates per 8x16 block.

Definition at line 1909 of file nvmedia_common.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x8

Holds the number of candidates per 8x8 block.

Definition at line 1911 of file nvmedia_common.h.


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