FFmpeg
Data Structures | Functions
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. More...
 

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