Searched refs:rgb_degamma (Results 1 – 1 of 1) sorted by relevance
2224 struct pwl_float_data_ex *rgb_degamma = NULL; in mod_color_calculate_degamma_curve() local2236 rgb_degamma = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in mod_color_calculate_degamma_curve()2237 sizeof(*rgb_degamma), in mod_color_calculate_degamma_curve()2239 if (!rgb_degamma) in mod_color_calculate_degamma_curve()2243 build_de_pq(rgb_degamma, in mod_color_calculate_degamma_curve()2247 points->red[i] = rgb_degamma[i].r; in mod_color_calculate_degamma_curve()2248 points->green[i] = rgb_degamma[i].g; in mod_color_calculate_degamma_curve()2249 points->blue[i] = rgb_degamma[i].b; in mod_color_calculate_degamma_curve()2253 kvfree(rgb_degamma); in mod_color_calculate_degamma_curve()2259 rgb_degamma = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, in mod_color_calculate_degamma_curve()[all …]