Searched refs:fixed_csc_matrix (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/ |
H A D | color_cs.c | 713 struct fixed31_32 fixed_csc_matrix[12]; in vpe_color_calculate_input_cs() local 727 calculate_rgb_matrix_legacy(&vpe_adjust, fixed_csc_matrix); in vpe_color_calculate_input_cs() 735 calculate_yuv_matrix(&vpe_adjust, in_cs, input_cs, fixed_csc_matrix); in vpe_color_calculate_input_cs() 740 vpe_scale_csc_matrix(fixed_csc_matrix, 12, 2, matrix_scaling_factor); in vpe_color_calculate_input_cs() 747 calculate_rgb_matrix_legacy(&vpe_adjust, fixed_csc_matrix); in vpe_color_calculate_input_cs() 750 conv_convert_float_matrix(&input_cs->regval[0], fixed_csc_matrix, 12); in vpe_color_calculate_input_cs()
|