radv/video: Remove unused enum

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36645>
This commit is contained in:
David Rosca
2025-08-05 16:18:34 +02:00
committed by Marge Bot
parent c904796350
commit 532eb40404
-7
View File
@@ -1966,13 +1966,6 @@ get_vp9_msg(struct radv_device *device, struct radv_video_session *vid, struct r
return result;
}
enum {
AV1_RESTORE_NONE = 0,
AV1_RESTORE_WIENER = 1,
AV1_RESTORE_SGRPROJ = 2,
AV1_RESTORE_SWITCHABLE = 3,
};
#define AV1_SUPERRES_NUM 8
#define AV1_SUPERRES_DENOM_MIN 9