FFmpeg
|
#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] |
int CodedBitstreamVP9Context::profile |
Definition at line 193 of file cbs_vp9.h.
Referenced by uncompressed_header().
uint16_t CodedBitstreamVP9Context::mi_cols |
Definition at line 196 of file cbs_vp9.h.
Referenced by frame_size(), and frame_size_with_refs().
uint16_t CodedBitstreamVP9Context::mi_rows |
Definition at line 197 of file cbs_vp9.h.
Referenced by frame_size(), and frame_size_with_refs().
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().
uint16_t CodedBitstreamVP9Context::sb64_rows |
Definition at line 200 of file cbs_vp9.h.
Referenced by frame_size(), and frame_size_with_refs().
int CodedBitstreamVP9Context::frame_width |
Definition at line 202 of file cbs_vp9.h.
Referenced by frame_size(), frame_size_with_refs(), and uncompressed_header().
int CodedBitstreamVP9Context::frame_height |
Definition at line 203 of file cbs_vp9.h.
Referenced by frame_size(), frame_size_with_refs(), and uncompressed_header().
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().
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().
int CodedBitstreamVP9Context::bit_depth |
Definition at line 207 of file cbs_vp9.h.
Referenced by color_config(), frame_size_with_refs(), and uncompressed_header().
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().
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().
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().
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().
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().
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().
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().
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().