62 #define VA_FEI_FUNCTION_ENC 0x00000001
64 #define VA_FEI_FUNCTION_PAK 0x00000002
66 #define VA_FEI_FUNCTION_ENC_PAK 0x00000004
71 typedef union _VAConfigAttribValStats {
81 uint32_t reserved : 20;
86 typedef struct _VAPictureStats {
87 VASurfaceID picture_id;
94 #define VA_PICTURE_STATS_INVALID 0x00000001
95 #define VA_PICTURE_STATS_PROGRESSIVE 0x00000000
96 #define VA_PICTURE_STATS_TOP_FIELD 0x00000002
97 #define VA_PICTURE_STATS_BOTTOM_FIELD 0x00000004
102 #define VA_PICTURE_STATS_CONTENT_UPDATED 0x00000010
107 typedef struct _VAStatsStatisticsParameter {
VAGenericID VABufferID
Definition: va.h:2019
Motion Vector and Statistics frame level controls. common part VAStatsStatisticsParameterBufferType f...
Definition: va_fei.h:107
VABufferID mv_predictor
MV predictor. It is valid only when mv_predictor_ctrl is not 0. Each block has a pair of MVs,...
Definition: va_fei.h:155
VAPictureStats * past_references
Past reference surface ID pointer.
Definition: va_fei.h:112
VABufferID * future_ref_stat_buf
Statistics output for future reference surface. Only enabling statistics output for future reference ...
Definition: va_fei.h:141
VABufferID qp
QP input buffer. It is valid only when mb_qp is set to 1. The data in this buffer correspond to the i...
Definition: va_fei.h:161
VABufferID * outputs
ID of the output buffer. The number of outputs is determined by below DisableMVOutput and DisableStat...
Definition: va_fei.h:148
VABufferID * past_ref_stat_buf
Statistics output for past reference surface. Only enabling statistics output for past reference pict...
Definition: va_fei.h:125
VAPictureStats input
Source surface ID.
Definition: va_fei.h:109
uint32_t num_future_references
Future reference surface number
Definition: va_fei.h:131
VAPictureStats * future_references
Future reference surface ID pointer.
Definition: va_fei.h:128
uint32_t num_past_references
Past reference surface number
Definition: va_fei.h:115
Attribute value for VAConfigAttribStats.
Definition: va_fei.h:71
uint32_t num_outputs
Number of supported output buffers for VAStatsStatisticsParameter->outputs.
Definition: va_fei.h:78
uint32_t max_num_future_references
Max number of future reference frames that are supported.
Definition: va_fei.h:76
uint32_t max_num_past_references
Max number of past reference frames that are supported.
Definition: va_fei.h:74
uint32_t interlaced
Interlaced content is supported.
Definition: va_fei.h:80