VA-API  2.19.0
Classes
va_fei_hevc.h File Reference

The FEI encoding HEVC special API. More...

#include <stdint.h>
#include "va_fei.h"

Go to the source code of this file.

Classes

struct  VAEncMiscParameterFEIFrameControlHEVC
 FEI frame level control buffer for HEVC. More...
 
struct  VAEncFEIMVPredictorHEVC
 Application can use this definition as reference to allocate the buffer based on MaxNumPredictor returned from attribute VAConfigAttribFEIMVPredictors query. this buffer allocation is always based on 16x16 block even block size is indicated as 32x32 or 64x64, and buffer layout is always in 32x32 block raster scan order even block size is 16x16 or 64x64. If 32x32 block size is set, only the data in the first 16x16 block (block 0) is used for 32x32 block. If 64x64 block size is set MV layout is still in 32x32 raster scan order, the same as 32x32 and the first 16x16 block within each 32x32 block needs to have intended MV data (four 32x32 blocks will have the same MV data in the correspondent first 16x16 block). Data structure for each 16x16 block is defined as below (same as AVC except BlockSize/Reserved bits). More...
 
struct  VAEncFEICTBControlHEVC
 FEI CTB level control data structure. More...
 
struct  VAEncFEIDistortionHevc
 VAEncFEIDistortionHevc defines the data structure for VAEncFEIDistortionBufferType per CTB block. It is output buffer of ENC and ENC_PAK modes, The CTB block is in raster scan order. Buffer size shall not be less than the number of CTB blocks multiple by sizeof(VAEncFEIDistortionHevc). More...
 

Detailed Description

The FEI encoding HEVC special API.