Searched refs:vpe_input_csc_matrix_fixed (Results 1 – 3 of 3) sorted by relevance
55 static const struct vpe_csc_matrix vpe_input_csc_matrix_fixed[] = { variable
266 int arr_size = sizeof(vpe_input_csc_matrix_fixed) / sizeof(struct vpe_csc_matrix); in vpe10_dpp_program_post_csc()277 if (vpe_input_csc_matrix_fixed[i].cs == color_space) { in vpe10_dpp_program_post_csc()278 regval = vpe_input_csc_matrix_fixed[i].regval; in vpe10_dpp_program_post_csc()
240 int arr_size = sizeof(vpe_input_csc_matrix_fixed) / sizeof(struct vpe_csc_matrix); in color_update_input_cs()247 if (vpe_input_csc_matrix_fixed[i].cs == in_cs) { in color_update_input_cs()248 input_cs->cs = vpe_input_csc_matrix_fixed[i].cs; in color_update_input_cs()250 input_cs->regval[j] = vpe_input_csc_matrix_fixed[i].regval[j]; in color_update_input_cs()