struct _VAStatsStatisticsH264

Defined at line 467 of file ../../third_party/intel/libva/va/va_fei_h264.h

VAStatsStatisticsH264. H264 Statistics buffer layout for VAStatsStatisticsBufferType

and VAStatsStatisticsBottomFieldBufferType(for interlaced only).

Statistics output is per 16x16 block. Data structure per 16x16 block is defined below.

The 16x16 block is in raster scan order. The buffer size shall be greater than or equal to

the number of 16x16 blocks multiplied by sizeof(VAStatsStatisticsH264).

Public Members

uint32_t best_inter_distortion0
uint32_t inter_mode0
uint32_t best_inter_distortion1
uint32_t inter_mode1
uint32_t best_intra_distortion
uint32_t intra_mode
uint32_t num_non_zero_coef
uint32_t reserved0
uint32_t sum_coef
uint32_t mb_is_flat
uint32_t reserved1
uint32_t variance_16x16
uint32_t[4] variance_8x8
uint32_t pixel_average_16x16
uint32_t[4] pixel_average_8x8