mfc: Import IS_UHD_RES definition

This commit is contained in:
yehonatan2020 2024-02-04 22:37:31 +00:00 committed by Ksawlii
parent e983caf81d
commit 50f2fde1f2

View file

@ -237,6 +237,7 @@
/* UHD resolution (include 21:9 3840 x 1644) */
#define MFC_UHD_RES (3840 * 1600)
#define OVER_UHD_RES(ctx) (((ctx)->crop_width * (ctx)->crop_height) >= MFC_UHD_RES)
#define IS_UHD_RES(ctx) (((ctx)->crop_width * (ctx)->crop_height) == MFC_UHD_RES)
/* FHD resolution */
#define MFC_FHD_RES (1920 * 1088)