NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.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 529 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

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x16

Holds the number of candidates per 16x16 block.

Definition at line 531 of file nvmedia_common_encode.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x8

Holds the number of candidates per 16x8 block.

Definition at line 533 of file nvmedia_common_encode.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x16

Holds the number of candidates per 8x16 block.

Definition at line 535 of file nvmedia_common_encode.h.

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x8

Holds the number of candidates per 8x8 block.

Definition at line 537 of file nvmedia_common_encode.h.


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