Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c1228 s32 hue_idx; in create_hue_matrix() local
1232 hue_idx = CLIP(hue / PQ_CSC_HUE_TABLE_DIV_COEF, 0, PQ_CSC_HUE_TABLE_NUM - 1); in create_hue_matrix()
1233 sin_hue = g_hue_sin_table[hue_idx]; in create_hue_matrix()
1234 cos_hue = g_hue_cos_table[hue_idx]; in create_hue_matrix()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c1242 s32 hue_idx; in create_hue_matrix() local
1246 hue_idx = CLIP(hue / PQ_CSC_HUE_TABLE_DIV_COEF, 0, PQ_CSC_HUE_TABLE_NUM - 1); in create_hue_matrix()
1247 sin_hue = g_hue_sin_table[hue_idx]; in create_hue_matrix()
1248 cos_hue = g_hue_cos_table[hue_idx]; in create_hue_matrix()