struct _VADecPictureParameterBufferVP9

Defined at line 58 of file ../../third_party/intel/libva/va/va_dec_vp9.h

VP9 Decoding Picture Parameter Buffer Structure

This structure conveys picture level parameters.

App should send a surface with this data structure down to VAAPI once

per frame.

Public Members

uint16_t frame_width
uint16_t frame_height
VASurfaceID[8] reference_frames
 pic_fields
uint8_t filter_level
uint8_t sharpness_level
uint8_t log2_tile_rows
uint8_t log2_tile_columns
uint8_t frame_header_length_in_bytes
uint16_t first_partition_size
uint8_t[7] mb_segment_tree_probs
uint8_t[3] segment_pred_probs
uint8_t profile
uint8_t bit_depth
uint32_t[8] va_reserved

Records