Searched refs:rgb_degamma (Results 1 – 1 of 1) sorted by relevance
2133 struct pwl_float_data_ex *rgb_degamma = NULL; in mod_color_calculate_degamma_curve() local2145 rgb_degamma = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in mod_color_calculate_degamma_curve()2146 sizeof(*rgb_degamma), in mod_color_calculate_degamma_curve()2148 if (!rgb_degamma) in mod_color_calculate_degamma_curve()2152 build_de_pq(rgb_degamma, in mod_color_calculate_degamma_curve()2156 points->red[i] = rgb_degamma[i].r; in mod_color_calculate_degamma_curve()2157 points->green[i] = rgb_degamma[i].g; in mod_color_calculate_degamma_curve()2158 points->blue[i] = rgb_degamma[i].b; in mod_color_calculate_degamma_curve()2162 kvfree(rgb_degamma); in mod_color_calculate_degamma_curve()2168 rgb_degamma = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in mod_color_calculate_degamma_curve()[all …]