pwl_float_data_ex
static bool build_freesync_hdr(struct pwl_float_data_ex *rgb_regamma,
struct pwl_float_data_ex *rgb = rgb_regamma;
static bool build_degamma(struct pwl_float_data_ex *curve,
static void build_hlg_degamma(struct pwl_float_data_ex *degamma,
struct pwl_float_data_ex *rgb = degamma;
static void build_hlg_regamma(struct pwl_float_data_ex *regamma,
struct pwl_float_data_ex *rgb = regamma;
const struct pwl_float_data_ex *rgb_ex)
const struct pwl_float_data_ex *rgb_regamma = rgb_ex;
const struct pwl_float_data_ex *rgb_regamma,
const struct pwl_float_data_ex *regamma = rgb_regamma;
struct pwl_float_data_ex *curve = NULL;
struct pwl_float_data_ex *curvePt = curve;
struct pwl_float_data_ex *rgb_regamma,
struct pwl_float_data_ex *rgb_regamma = NULL;
static void build_pq(struct pwl_float_data_ex *rgb_regamma,
struct pwl_float_data_ex *rgb = rgb_regamma;
static void build_de_pq(struct pwl_float_data_ex *de_pq,
static bool build_regamma(struct pwl_float_data_ex *rgb_regamma,
struct pwl_float_data_ex *rgb = rgb_regamma;