Searched refs:does_level_match (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 948 static INLINE int does_level_match(int width, int height, double fps, in does_level_match() function 968 if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, 512, in set_bitstream_level_tier() 971 } else if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, in set_bitstream_level_tier() 974 } else if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, in set_bitstream_level_tier() 977 } else if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, in set_bitstream_level_tier() 980 } else if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, in set_bitstream_level_tier() 983 } else if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, in set_bitstream_level_tier() 986 } else if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, in set_bitstream_level_tier() 989 } else if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, in set_bitstream_level_tier() 992 } else if (does_level_match(oxcf->width, oxcf->height, oxcf->init_framerate, in set_bitstream_level_tier() [all …]
|