Home
last modified time | relevance | path

Searched refs:target_level_spec (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dlevel.c273 const AV1LevelSpec *const target_level_spec, in check_level_constraints() argument
276 const double min_cr = get_min_cr(target_level_spec, tier, is_still_picture, in check_level_constraints()
281 if (level_spec->max_picture_size > target_level_spec->max_picture_size) { in check_level_constraints()
286 if (level_spec->max_h_size > target_level_spec->max_h_size) { in check_level_constraints()
291 if (level_spec->max_v_size > target_level_spec->max_v_size) { in check_level_constraints()
296 if (level_spec->max_tile_cols > target_level_spec->max_tile_cols) { in check_level_constraints()
301 if (level_spec->max_tiles > target_level_spec->max_tiles) { in check_level_constraints()
306 if (level_spec->max_header_rate > target_level_spec->max_header_rate) { in check_level_constraints()
311 if (level_spec->max_display_rate > target_level_spec->max_display_rate) { in check_level_constraints()
316 if (level_spec->max_decode_rate > target_level_spec->max_decode_rate) { in check_level_constraints()
[all …]