FFmpeg
|
Go to the source code of this file.
Functions | |
const AV1LevelDescriptor * | ff_av1_guess_level (int64_t bitrate, int tier, int width, int height, int tiles, int tile_cols, float fps) |
Guess the level of a stream from some parameters. More... | |
Variables | |
static const AV1LevelDescriptor | av1_levels [] |
ignore entries which named in spec but no details. More... | |
const AV1LevelDescriptor* ff_av1_guess_level | ( | int64_t | bitrate, |
int | tier, | ||
int | width, | ||
int | height, | ||
int | tile_rows, | ||
int | tile_cols, | ||
float | fps | ||
) |
Guess the level of a stream from some parameters.
Unknown parameters may be zero, in which case they will be ignored.
Definition at line 48 of file av1_levels.c.
Referenced by main(), and vaapi_encode_av1_init_sequence_params().
|
static |
ignore entries which named in spec but no details.
Like level 2.2 and 7.0.
Definition at line 26 of file av1_levels.c.
Referenced by ff_av1_guess_level().