Searched refs:hue_idx (Results 1 – 2 of 2) sorted by relevance
1228 s32 hue_idx; in create_hue_matrix() local1232 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()
1242 s32 hue_idx; in create_hue_matrix() local1246 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()