Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c100 s32 csc_coef00; member
1120 dst->csc_coef00 = m0->csc_coef00 * m1->csc_coef00 + in csc_matrix_multiply()
1124 dst->csc_coef01 = m0->csc_coef00 * m1->csc_coef01 + in csc_matrix_multiply()
1128 dst->csc_coef02 = m0->csc_coef00 * m1->csc_coef02 + in csc_matrix_multiply()
1132 dst->csc_coef10 = m0->csc_coef10 * m1->csc_coef00 + in csc_matrix_multiply()
1144 dst->csc_coef20 = m0->csc_coef20 * m1->csc_coef00 + in csc_matrix_multiply()
1161 dst->csc_offset0 = m0->csc_coef00 * v0->csc_offset0 + in csc_matrix_ventor_multiply()
1176 m->csc_coef00 = m->csc_coef00 >> n; in csc_matrix_element_left_shift()
1191 m.csc_coef00 = r_gain; in create_rgb_gain_matrix()
1210 m.csc_coef00 = contrast; in create_contrast_matrix()
[all …]
H A Drockchip_drm_vop.h605 s32 csc_coef00; member
H A Drockchip_drm_vop2.c9737 VOP_MODULE_SET(vop2, vp, csc_coe00, csc_coef.csc_coef00); in vop3_post_csc_config()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c114 s32 csc_coef00; member
1134 dst->csc_coef00 = m0->csc_coef00 * m1->csc_coef00 + in csc_matrix_multiply()
1138 dst->csc_coef01 = m0->csc_coef00 * m1->csc_coef01 + in csc_matrix_multiply()
1142 dst->csc_coef02 = m0->csc_coef00 * m1->csc_coef02 + in csc_matrix_multiply()
1146 dst->csc_coef10 = m0->csc_coef10 * m1->csc_coef00 + in csc_matrix_multiply()
1158 dst->csc_coef20 = m0->csc_coef20 * m1->csc_coef00 + in csc_matrix_multiply()
1175 dst->csc_offset0 = m0->csc_coef00 * v0->csc_offset0 + in csc_matrix_ventor_multiply()
1190 m->csc_coef00 = m->csc_coef00 >> n; in csc_matrix_element_left_shift()
1205 m.csc_coef00 = r_gain; in create_rgb_gain_matrix()
1224 m.csc_coef00 = contrast; in create_contrast_matrix()
[all …]
H A Drockchip_post_csc.h15 s32 csc_coef00; member
H A Drockchip_vop2.c2107 csc_coef.csc_coef00, false); in vop3_post_csc_config()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h39 u32 csc_coef00; /* 0x070 */ member