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 |
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().
VP9ReferenceFrameState CodedBitstreamVP9Context::ref[VP9_NUM_REF_FRAMES] |
Definition at line 209 of file cbs_vp9.h.
Referenced by cbs_vp9_flush(), frame_size_with_refs(), and uncompressed_header().