Home
last modified time | relevance | path

Searched refs:csc_coef00 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_post_csc.c114 s32 csc_coef00; member
1153 dst->csc_coef00 = m0->csc_coef00 * m1->csc_coef00 + in csc_matrix_multiply()
1157 dst->csc_coef01 = m0->csc_coef00 * m1->csc_coef01 + in csc_matrix_multiply()
1161 dst->csc_coef02 = m0->csc_coef00 * m1->csc_coef02 + in csc_matrix_multiply()
1165 dst->csc_coef10 = m0->csc_coef10 * m1->csc_coef00 + in csc_matrix_multiply()
1177 dst->csc_coef20 = m0->csc_coef20 * m1->csc_coef00 + in csc_matrix_multiply()
1194 dst->csc_offset0 = m0->csc_coef00 * v0->csc_offset0 + in csc_matrix_ventor_multiply()
1209 m->csc_coef00 = m->csc_coef00 >> n; in csc_matrix_element_right_shift()
1233 m->csc_coef00 = csc_simple_round(m->csc_coef00, n); in csc_matrix_element_right_shift_with_simple_round()
1248 m.csc_coef00 = r_gain; in create_rgb_gain_matrix()
[all …]
H A Drockchip_post_csc.h15 s32 csc_coef00; member
H A Drockchip_vop2.c2426 csc_coef.csc_coef00, false); in vop3_post_csc_config()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_post_process.c115 s32 csc_coef00; member
1057 s32 csc_coef00; member
1115 dst->csc_offset0 = m0->csc_coef00 * v0->csc_offset0 + in csc_matrix_ventor_multiply()
1152 out_matrix->csc_coef00 = csc_coef->csc_coef00; in csc_calc_default_output_coef()
1233 csc_simple_coef->csc_coef00 = out_matrix.csc_coef00; in rockchip_calc_post_csc()
1518 val = ((csc_coef.csc_coef01 & 0xffff) << 16) | (csc_coef.csc_coef00 & 0xffff); in rk628_post_process_csc()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h39 u32 csc_coef00; /* 0x070 */ member