Loading msm/vidc/msm_vidc_platform.c +2 −2 Original line number Diff line number Diff line Loading @@ -511,12 +511,12 @@ static struct msm_vidc_codec_capability kona_capabilities[] = { * 3x3 transformation matrix coefficients in s4.9 fixed point format */ static u32 vpe_csc_custom_matrix_coeff[HAL_MAX_MATRIX_COEFFS] = { 470, 8170, 8148, 0, 490, 50, 0, 34, 483 440, 8140, 8098, 0, 460, 52, 0, 34, 463 }; /* offset coefficients in s9 fixed point format */ static u32 vpe_csc_custom_bias_coeff[HAL_MAX_BIAS_COEFFS] = { 34, 0, 4 53, 0, 4 }; /* clamping value for Y/U/V([min,max] for Y/U/V) */ Loading Loading
msm/vidc/msm_vidc_platform.c +2 −2 Original line number Diff line number Diff line Loading @@ -511,12 +511,12 @@ static struct msm_vidc_codec_capability kona_capabilities[] = { * 3x3 transformation matrix coefficients in s4.9 fixed point format */ static u32 vpe_csc_custom_matrix_coeff[HAL_MAX_MATRIX_COEFFS] = { 470, 8170, 8148, 0, 490, 50, 0, 34, 483 440, 8140, 8098, 0, 460, 52, 0, 34, 463 }; /* offset coefficients in s9 fixed point format */ static u32 vpe_csc_custom_bias_coeff[HAL_MAX_BIAS_COEFFS] = { 34, 0, 4 53, 0, 4 }; /* clamping value for Y/U/V([min,max] for Y/U/V) */ Loading