FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 
VP9ReferenceFrameState ref [VP9_NUM_REF_FRAMES]
 
uint8_twrite_buffer
 
size_t write_buffer_size
 

Detailed Description

Definition at line 192 of file cbs_vp9.h.

Field Documentation

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 frame_size_with_refs(), and uncompressed_header().

uint8_t* CodedBitstreamVP9Context::write_buffer

Definition at line 212 of file cbs_vp9.h.

Referenced by cbs_vp9_close(), and cbs_vp9_write_unit().

size_t CodedBitstreamVP9Context::write_buffer_size

Definition at line 213 of file cbs_vp9.h.

Referenced by cbs_vp9_write_unit().


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