FFmpeg
|
#include <cbs_av1.h>
AV1RawSequenceHeader* CodedBitstreamAV1Context::sequence_header |
Definition at line 399 of file cbs_av1.h.
Referenced by av1_parser_parse(), cbs_av1_read_unit(), cbs_av1_write_obu(), cdef_params(), film_grain_params(), frame_size(), lr_params(), quantization_params(), skip_mode_params(), superres_params(), tile_info(), and uncompressed_header().
AVBufferRef* CodedBitstreamAV1Context::sequence_header_ref |
Definition at line 400 of file cbs_av1.h.
Referenced by cbs_av1_close(), cbs_av1_read_unit(), and cbs_av1_write_obu().
int CodedBitstreamAV1Context::seen_frame_header |
Definition at line 402 of file cbs_av1.h.
Referenced by frame_header_obu(), temporal_delimiter_obu(), and tile_group_obu().
AVBufferRef* CodedBitstreamAV1Context::frame_header_ref |
Definition at line 403 of file cbs_av1.h.
Referenced by cbs_av1_close(), and frame_header_obu().
uint8_t* CodedBitstreamAV1Context::frame_header |
Definition at line 404 of file cbs_av1.h.
Referenced by frame_header_obu().
size_t CodedBitstreamAV1Context::frame_header_size |
Definition at line 405 of file cbs_av1.h.
Referenced by frame_header_obu().
int CodedBitstreamAV1Context::temporal_id |
Definition at line 407 of file cbs_av1.h.
Referenced by cbs_av1_read_unit(), and uncompressed_header().
int CodedBitstreamAV1Context::spatial_id |
Definition at line 408 of file cbs_av1.h.
Referenced by cbs_av1_read_unit(), and uncompressed_header().
int CodedBitstreamAV1Context::operating_point_idc |
Definition at line 409 of file cbs_av1.h.
Referenced by cbs_av1_read_unit().
int CodedBitstreamAV1Context::bit_depth |
Definition at line 411 of file cbs_av1.h.
Referenced by av1_parser_parse(), color_config(), and uncompressed_header().
int CodedBitstreamAV1Context::frame_width |
Definition at line 412 of file cbs_av1.h.
Referenced by av1_parser_parse(), frame_size(), frame_size_with_refs(), superres_params(), tile_info(), and uncompressed_header().
int CodedBitstreamAV1Context::frame_height |
Definition at line 413 of file cbs_av1.h.
Referenced by av1_parser_parse(), frame_size(), frame_size_with_refs(), render_size(), tile_info(), and uncompressed_header().
int CodedBitstreamAV1Context::upscaled_width |
Definition at line 414 of file cbs_av1.h.
Referenced by frame_size_with_refs(), render_size(), superres_params(), and uncompressed_header().
int CodedBitstreamAV1Context::render_width |
Definition at line 415 of file cbs_av1.h.
Referenced by frame_size_with_refs(), render_size(), and uncompressed_header().
int CodedBitstreamAV1Context::render_height |
Definition at line 416 of file cbs_av1.h.
Referenced by frame_size_with_refs(), render_size(), and uncompressed_header().
int CodedBitstreamAV1Context::num_planes |
Definition at line 418 of file cbs_av1.h.
Referenced by cdef_params(), color_config(), loop_filter_params(), lr_params(), and quantization_params().
int CodedBitstreamAV1Context::coded_lossless |
Definition at line 419 of file cbs_av1.h.
Referenced by cdef_params(), loop_filter_params(), read_tx_mode(), and uncompressed_header().
int CodedBitstreamAV1Context::all_lossless |
Definition at line 420 of file cbs_av1.h.
Referenced by lr_params(), and uncompressed_header().
int CodedBitstreamAV1Context::tile_cols |
Definition at line 421 of file cbs_av1.h.
Referenced by tile_group_obu(), tile_info(), and uncompressed_header().
int CodedBitstreamAV1Context::tile_rows |
Definition at line 422 of file cbs_av1.h.
Referenced by tile_group_obu(), tile_info(), and uncompressed_header().
AV1ReferenceFrameState CodedBitstreamAV1Context::ref[AV1_NUM_REF_FRAMES] |
Definition at line 424 of file cbs_av1.h.
Referenced by av1_parser_parse(), frame_size_with_refs(), skip_mode_params(), and uncompressed_header().
uint8_t* CodedBitstreamAV1Context::write_buffer |
Definition at line 427 of file cbs_av1.h.
Referenced by cbs_av1_close(), cbs_av1_write_obu(), and cbs_av1_write_unit().
size_t CodedBitstreamAV1Context::write_buffer_size |
Definition at line 428 of file cbs_av1.h.
Referenced by cbs_av1_write_unit().