NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

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

Definition at line 534 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 536 of file nvmedia_common_encode.h.

◆ numCandsPerBlk16x8

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk16x8

Holds the number of candidates per 16x8 block.

Definition at line 538 of file nvmedia_common_encode.h.

◆ numCandsPerBlk8x16

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x16

Holds the number of candidates per 8x16 block.

Definition at line 540 of file nvmedia_common_encode.h.

◆ numCandsPerBlk8x8

uint32_t NvMediaEncodeExternalMeHintCountsPerBlocktype::numCandsPerBlk8x8

Holds the number of candidates per 8x8 block.

Definition at line 542 of file nvmedia_common_encode.h.


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