Home
last modified time | relevance | path

Searched refs:NUM_PTS_IN_REGION (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c33 #define NUM_PTS_IN_REGION 16 macro
35 #define MAX_HW_POINTS (NUM_PTS_IN_REGION*NUM_REGIONS)
59 static struct fixed31_32 pow_buffer[NUM_PTS_IN_REGION];
87 NUM_PTS_IN_REGION); in setup_x_points_distribution()
88 seg_offset = (segment + (NUM_REGIONS - 7)) * NUM_PTS_IN_REGION; in setup_x_points_distribution()
92 index < seg_offset + NUM_PTS_IN_REGION; in setup_x_points_distribution()
273 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()
274 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
786 memset(pow_buffer, 0, NUM_PTS_IN_REGION * sizeof(struct fixed31_32)); in build_regamma()
995 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()
[all …]