|
FFmpeg
|
#include <cbs_av1.h>
Data Fields | |
| int | valid |
| int | frame_id |
| int | upscaled_width |
| int | frame_width |
| int | frame_height |
| int | render_width |
| int | render_height |
| int | frame_type |
| int | subsampling_x |
| int | subsampling_y |
| int | bit_depth |
| int | order_hint |
| int | saved_order_hints [AV1_TOTAL_REFS_PER_FRAME] |
| int8_t | loop_filter_ref_deltas [AV1_TOTAL_REFS_PER_FRAME] |
| int8_t | loop_filter_mode_deltas [2] |
| uint8_t | feature_enabled [AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX] |
| int16_t | feature_value [AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX] |
| int AV1ReferenceFrameState::valid |
Definition at line 436 of file cbs_av1.h.
Referenced by uncompressed_header().
| int AV1ReferenceFrameState::frame_id |
Definition at line 437 of file cbs_av1.h.
Referenced by uncompressed_header().
| int AV1ReferenceFrameState::order_hint |
Definition at line 447 of file cbs_av1.h.
Referenced by set_frame_refs(), skip_mode_params(), uncompressed_header(), and vaapi_encode_av1_init_picture_params().
| int AV1ReferenceFrameState::saved_order_hints[AV1_TOTAL_REFS_PER_FRAME] |
Definition at line 449 of file cbs_av1.h.
Referenced by uncompressed_header().
| int8_t AV1ReferenceFrameState::loop_filter_ref_deltas[AV1_TOTAL_REFS_PER_FRAME] |
Definition at line 451 of file cbs_av1.h.
Referenced by loop_filter_params(), and uncompressed_header().
| int8_t AV1ReferenceFrameState::loop_filter_mode_deltas[2] |
Definition at line 452 of file cbs_av1.h.
Referenced by loop_filter_params(), and uncompressed_header().
| uint8_t AV1ReferenceFrameState::feature_enabled[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX] |
Definition at line 453 of file cbs_av1.h.
Referenced by segmentation_params(), and uncompressed_header().
| int16_t AV1ReferenceFrameState::feature_value[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX] |
Definition at line 454 of file cbs_av1.h.
Referenced by segmentation_params(), and uncompressed_header().
1.8.17