amd/vpelib: Remove unused structs

Remove the definition of unused structs:
- struct x_axis_config
- struct point_config
- struct curve_points32
- struct lut_point
- struct pwl_parameter2

Reviewed-by: Krunoslav Kovac <krunoslav.kovac@amd.com>
Acked-by: Alan Liu <haoping.liu@amd.com>
Signed-off-by: Alan Liu <haoping.liu@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30715>
This commit is contained in:
Alan Liu
2024-05-14 14:24:08 +08:00
committed by Marge Bot
parent 6483c2c786
commit 06097ad64d
-33
View File
@@ -26,39 +26,6 @@
#include "custom_fp16.h"
#include "fixed31_32.h"
struct x_axis_config {
int offset;
int segments_num;
};
struct point_config {
int custom_float_x;
int custom_float_y;
int custom_float_slope;
};
struct curve_points32 {
struct point_config red;
struct point_config green;
struct point_config blue;
};
struct lut_point {
int red;
int green;
int blue;
int delta_red;
int delta_green;
int delta_blue;
};
struct pwl_parameter2 {
struct x_axis_config arr_curve_points[34];
struct curve_points32 corner_points[2];
struct lut_point rgb_resulted[256];
int hw_points_num;
};
struct shaper_setup_out {
int exp_begin_raw;
int exp_end_raw;