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.
Referenced by main().
int height |
Definition at line 24 of file h265_levels.c.
Referenced by main().
int level_idc |
Definition at line 25 of file h265_levels.c.
Referenced by main().
const { ... } test_sizes[] |
Referenced by main().
int dpb_size |
Definition at line 70 of file h265_levels.c.
Referenced by main().
const { ... } test_dpb[] |
Referenced by main().
|
static |
Definition at line 101 of file h265_levels.c.
Referenced by main().
|
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.
Referenced by main().
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_vaapi_parse_hevc_rext_scc_profile(), h265_metadata_guess_level(), hvcc_update_ptl(), main(), parse_ptl(), set_sps(), set_vps(), vaapi_encode_h265_init_sequence_params(), vdpau_hevc_parse_rext_profile(), write_ptl(), and write_ptl_layer().
const { ... } test_bitrate[] |
Referenced by main().
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 ff_h265_guess_level(), h265_metadata_guess_level(), main(), and vaapi_encode_av1_set_tile().
int tile_cols |
Definition at line 218 of file h265_levels.c.
Referenced by main().
const { ... } test_fragments[] |
Referenced by main().