Home
last modified time | relevance | path

Searched defs:level_spec (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dlevel.c378 static double get_max_bitrate(const AV1LevelSpec *const level_spec, int tier, in get_max_bitrate()
397 const AV1LevelSpec *const level_spec = &av1_level_defs[level_index]; in av1_get_max_tiles_for_level() local
896 AV1LevelSpec *const level_spec = &this_level_info->level_spec; in av1_init_level_info() local
930 static double get_min_cr(const AV1LevelSpec *const level_spec, int tier, in get_min_cr()
943 const AV1LevelSpec *const level_spec = &av1_level_defs[level_index]; in av1_get_min_cr_for_level() local
981 const AV1LevelSpec *const level_spec = &level_info->level_spec; in check_level_constraints() local
1217 AV1LevelSpec *const level_spec, in scan_past_frames()
1317 AV1LevelSpec *const level_spec = &level_info->level_spec; in av1_update_level_info() local
H A Dlevel.h153 AV1LevelSpec level_spec; member
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.c646 Vp9LevelSpec *const level_spec = &level_info->level_spec; in init_level_info() local
666 VP9_LEVEL vp9_get_level(const Vp9LevelSpec *const level_spec) { in vp9_get_level()
6110 Vp9LevelSpec *const level_spec = &level_info->level_spec; local
H A Dvp9_encoder.h479 Vp9LevelSpec level_spec; member