Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencoder.c1249 double lvl_fps, int lvl_dim_mult) { in does_level_match() argument
1256 width <= lvl_width * lvl_dim_mult && in does_level_match()
1257 height <= lvl_height * lvl_dim_mult; in does_level_match()