FFmpeg
|
#include <cbs_av1.h>
Data Fields | |
uint8_t | high_bitdepth |
uint8_t | twelve_bit |
uint8_t | mono_chrome |
uint8_t | color_description_present_flag |
uint8_t | color_primaries |
uint8_t | transfer_characteristics |
uint8_t | matrix_coefficients |
uint8_t | color_range |
uint8_t | subsampling_x |
uint8_t | subsampling_y |
uint8_t | chroma_sample_position |
uint8_t | separate_uv_delta_q |
uint8_t AV1RawColorConfig::high_bitdepth |
Definition at line 42 of file cbs_av1.h.
Referenced by get_bit_depth_from_seq(), get_sw_pixel_format(), vaapi_av1_get_bit_depth_idx(), vaapi_encode_av1_init_sequence_params(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::twelve_bit |
Definition at line 43 of file cbs_av1.h.
Referenced by get_bit_depth_from_seq(), get_sw_pixel_format(), vaapi_av1_get_bit_depth_idx(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::mono_chrome |
Definition at line 44 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header(), ff_dxva2_av1_fill_picture_parameters(), film_grain_params(), get_sw_pixel_format(), nvdec_av1_start_frame(), vdpau_av1_start_frame(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::color_description_present_flag |
Definition at line 46 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header().
uint8_t AV1RawColorConfig::color_primaries |
Definition at line 47 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header(), set_context_with_sequence(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::transfer_characteristics |
Definition at line 48 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header(), set_context_with_sequence(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::matrix_coefficients |
Definition at line 49 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header(), ff_dxva2_av1_fill_picture_parameters(), set_context_with_sequence(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::color_range |
Definition at line 51 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header(), set_context_with_sequence(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::subsampling_x |
Definition at line 52 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header(), ff_dxva2_av1_fill_picture_parameters(), film_grain_params(), get_sw_pixel_format(), lr_params(), nvdec_av1_start_frame(), uncompressed_header(), vdpau_av1_start_frame(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::subsampling_y |
Definition at line 53 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header(), ff_dxva2_av1_fill_picture_parameters(), film_grain_params(), get_sw_pixel_format(), lr_params(), nvdec_av1_start_frame(), uncompressed_header(), vdpau_av1_start_frame(), and vk_av1_create_params().
uint8_t AV1RawColorConfig::chroma_sample_position |
Definition at line 54 of file cbs_av1.h.
Referenced by av1_metadata_update_sequence_header(), set_context_with_sequence(), and vaapi_encode_av1_init_sequence_params().
uint8_t AV1RawColorConfig::separate_uv_delta_q |
Definition at line 55 of file cbs_av1.h.
Referenced by quantization_params(), and vk_av1_create_params().