FFmpeg
Loading...
Searching...
No Matches
av1_levels.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  AV1LevelDescriptor
 

Functions

const AV1LevelDescriptorff_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.
 

Function Documentation

◆ ff_av1_guess_level()

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 d3d12va_hw_base_encode_init_params_av1(), init_sequence_headers(), main(), and vaapi_encode_av1_init_sequence_params().