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