FFmpeg
Data Fields
CodedBitstreamVP9Context Struct Reference

#include <cbs_vp9.h>

Data Fields

int profile
 
uint16_t mi_cols
 
uint16_t mi_rows
 
uint16_t sb64_cols
 
uint16_t sb64_rows
 
int frame_width
 
int frame_height
 
uint8_t subsampling_x
 
uint8_t subsampling_y
 
int bit_depth
 
int8_t loop_filter_ref_deltas [VP9_MAX_REF_FRAMES]
 
int8_t loop_filter_mode_deltas [2]
 
uint8_t segmentation_tree_probs [7]
 
uint8_t segmentation_pred_prob [3]
 
uint8_t feature_enabled [VP9_MAX_SEGMENTS][VP9_SEG_LVL_MAX]
 
uint8_t feature_value [VP9_MAX_SEGMENTS][VP9_SEG_LVL_MAX]
 
uint8_t feature_sign [VP9_MAX_SEGMENTS][VP9_SEG_LVL_MAX]
 
VP9ReferenceFrameState ref [VP9_NUM_REF_FRAMES]
 

Detailed Description

Definition at line 192 of file cbs_vp9.h.

Field Documentation

◆ profile

int CodedBitstreamVP9Context::profile

Definition at line 193 of file cbs_vp9.h.

Referenced by uncompressed_header().

◆ mi_cols

uint16_t CodedBitstreamVP9Context::mi_cols

Definition at line 196 of file cbs_vp9.h.

Referenced by frame_size(), and frame_size_with_refs().

◆ mi_rows

uint16_t CodedBitstreamVP9Context::mi_rows

Definition at line 197 of file cbs_vp9.h.

Referenced by frame_size(), and frame_size_with_refs().

◆ sb64_cols

uint16_t CodedBitstreamVP9Context::sb64_cols

Definition at line 199 of file cbs_vp9.h.

Referenced by frame_size(), frame_size_with_refs(), and tile_info().

◆ sb64_rows

uint16_t CodedBitstreamVP9Context::sb64_rows

Definition at line 200 of file cbs_vp9.h.

Referenced by frame_size(), and frame_size_with_refs().

◆ frame_width

int CodedBitstreamVP9Context::frame_width

Definition at line 202 of file cbs_vp9.h.

Referenced by frame_size(), frame_size_with_refs(), and uncompressed_header().

◆ frame_height

int CodedBitstreamVP9Context::frame_height

Definition at line 203 of file cbs_vp9.h.

Referenced by frame_size(), frame_size_with_refs(), and uncompressed_header().

◆ subsampling_x

uint8_t CodedBitstreamVP9Context::subsampling_x

Definition at line 205 of file cbs_vp9.h.

Referenced by color_config(), frame_size_with_refs(), and uncompressed_header().

◆ subsampling_y

uint8_t CodedBitstreamVP9Context::subsampling_y

Definition at line 206 of file cbs_vp9.h.

Referenced by color_config(), frame_size_with_refs(), and uncompressed_header().

◆ bit_depth

int CodedBitstreamVP9Context::bit_depth

Definition at line 207 of file cbs_vp9.h.

Referenced by color_config(), frame_size_with_refs(), and uncompressed_header().

◆ loop_filter_ref_deltas

int8_t CodedBitstreamVP9Context::loop_filter_ref_deltas[VP9_MAX_REF_FRAMES]

Definition at line 209 of file cbs_vp9.h.

Referenced by uncompressed_header(), and vk_vp9_start_frame().

◆ loop_filter_mode_deltas

int8_t CodedBitstreamVP9Context::loop_filter_mode_deltas[2]

Definition at line 210 of file cbs_vp9.h.

Referenced by uncompressed_header(), and vk_vp9_start_frame().

◆ segmentation_tree_probs

uint8_t CodedBitstreamVP9Context::segmentation_tree_probs[7]

Definition at line 211 of file cbs_vp9.h.

Referenced by uncompressed_header(), and vk_vp9_start_frame().

◆ segmentation_pred_prob

uint8_t CodedBitstreamVP9Context::segmentation_pred_prob[3]

Definition at line 212 of file cbs_vp9.h.

Referenced by uncompressed_header(), and vk_vp9_start_frame().

◆ feature_enabled

uint8_t CodedBitstreamVP9Context::feature_enabled[VP9_MAX_SEGMENTS][VP9_SEG_LVL_MAX]

Definition at line 213 of file cbs_vp9.h.

Referenced by uncompressed_header(), and vk_vp9_start_frame().

◆ feature_value

uint8_t CodedBitstreamVP9Context::feature_value[VP9_MAX_SEGMENTS][VP9_SEG_LVL_MAX]

Definition at line 214 of file cbs_vp9.h.

Referenced by uncompressed_header(), and vk_vp9_start_frame().

◆ feature_sign

uint8_t CodedBitstreamVP9Context::feature_sign[VP9_MAX_SEGMENTS][VP9_SEG_LVL_MAX]

Definition at line 215 of file cbs_vp9.h.

Referenced by uncompressed_header(), and vk_vp9_start_frame().

◆ ref

VP9ReferenceFrameState CodedBitstreamVP9Context::ref[VP9_NUM_REF_FRAMES]

Definition at line 217 of file cbs_vp9.h.

Referenced by cbs_vp9_flush(), frame_size_with_refs(), and uncompressed_header().


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