1 // SPDX-License-Identifier: MIT
3 // Copyright 2024 Advanced Micro Devices, Inc.
8 #include "dc_spl_types.h"
9 #define BLACK_OFFSET_RGB_Y 0x0
10 #define BLACK_OFFSET_CBCR 0x8000
14 bool spl_calculate_scaler_params(struct spl_in *spl_in, struct spl_out *spl_out);
16 bool spl_get_number_of_taps(struct spl_in *spl_in, struct spl_out *spl_out);
18 #endif /* __DC_SPL_H__ */