Searched refs:rgb_degamma (Results 1 – 1 of 1) sorted by relevance
1758 struct pwl_float_data_ex *rgb_degamma = NULL; in mod_color_calculate_degamma_curve() local1770 rgb_degamma = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in mod_color_calculate_degamma_curve()1771 sizeof(*rgb_degamma), in mod_color_calculate_degamma_curve()1773 if (!rgb_degamma) in mod_color_calculate_degamma_curve()1777 build_de_pq(rgb_degamma, in mod_color_calculate_degamma_curve()1781 points->red[i] = rgb_degamma[i].r; in mod_color_calculate_degamma_curve()1782 points->green[i] = rgb_degamma[i].g; in mod_color_calculate_degamma_curve()1783 points->blue[i] = rgb_degamma[i].b; in mod_color_calculate_degamma_curve()1787 kvfree(rgb_degamma); in mod_color_calculate_degamma_curve()1790 rgb_degamma = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in mod_color_calculate_degamma_curve()[all …]