|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | CHECK(expected, format, ...) |
Functions | |
| int | main (void) |
Variables | ||
| struct { | ||
| int width | ||
| int height | ||
| int level_idc | ||
| } | test_sizes [] | |
| struct { | ||
| int width | ||
| int height | ||
| int dpb_size | ||
| int level_idc | ||
| } | test_dpb [] | |
| static const H265RawProfileTierLevel | profile_main | |
| static const H265RawProfileTierLevel | profile_main_12 | |
| static const H265RawProfileTierLevel | profile_main_422_12_intra | |
| static const H265RawProfileTierLevel | profile_ht_444_14 | |
| static const H265RawProfileTierLevel | profile_main_high_tier | |
| struct { | ||
| int64_t bitrate | ||
| const H265RawProfileTierLevel * ptl | ||
| int level_idc | ||
| } | test_bitrate [] | |
| struct { | ||
| int slice_segments | ||
| int tile_rows | ||
| int tile_cols | ||
| int level_idc | ||
| } | test_fragments [] | |
| #define CHECK | ( | expected, | |
| format, | |||
| ... ) |
| int main | ( | void | ) |
Definition at line 242 of file h265_levels.c.
| int width |
Definition at line 23 of file h265_levels.c.
| int height |
Definition at line 24 of file h265_levels.c.
| int level_idc |
Definition at line 25 of file h265_levels.c.
| const struct { ... } test_sizes[] |
| int dpb_size |
Definition at line 70 of file h265_levels.c.
| const struct { ... } test_dpb[] |
|
static |
Definition at line 101 of file h265_levels.c.
|
static |
Definition at line 109 of file h265_levels.c.
|
static |
Definition at line 126 of file h265_levels.c.
|
static |
Definition at line 142 of file h265_levels.c.
|
static |
Definition at line 160 of file h265_levels.c.
| int64_t bitrate |
Definition at line 169 of file h265_levels.c.
| const H265RawProfileTierLevel* ptl |
Definition at line 170 of file h265_levels.c.
Referenced by decode_profile_tier_level(), ff_h265_get_profile(), ff_h265_guess_level(), ff_hw_base_encode_init_params_h265(), ff_vaapi_parse_hevc_rext_scc_profile(), h265_metadata_guess_level(), hvcc_update_ptl(), main(), parse_ptl(), set_sps(), set_vps(), vdpau_hevc_parse_rext_profile(), vvcc_update_ptl(), write_ptl(), and write_ptl_layer().
| const struct { ... } test_bitrate[] |
| int slice_segments |
Definition at line 216 of file h265_levels.c.
Referenced by ff_h265_guess_level(), and main().
| int tile_rows |
Definition at line 217 of file h265_levels.c.
Referenced by cbs_apv_derive_tile_info(), d3d12va_encode_av1_set_tile(), d3d12va_hw_base_encode_init_params_av1(), ff_h265_guess_level(), h265_metadata_guess_level(), main(), read_image_grid(), and vaapi_encode_av1_set_tile().
| int tile_cols |
Definition at line 218 of file h265_levels.c.
| const struct { ... } test_fragments[] |
Referenced by main().