Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c107 s32 csc_coef21; member
1126 m0->csc_coef02 * m1->csc_coef21; in csc_matrix_multiply()
1138 m0->csc_coef12 * m1->csc_coef21; in csc_matrix_multiply()
1145 m0->csc_coef21 * m1->csc_coef10 + in csc_matrix_multiply()
1148 dst->csc_coef21 = m0->csc_coef20 * m1->csc_coef01 + in csc_matrix_multiply()
1149 m0->csc_coef21 * m1->csc_coef11 + in csc_matrix_multiply()
1150 m0->csc_coef22 * m1->csc_coef21; in csc_matrix_multiply()
1153 m0->csc_coef21 * m1->csc_coef12 + in csc_matrix_multiply()
1170 m0->csc_coef21 * v0->csc_offset1 + in csc_matrix_ventor_multiply()
1183 m->csc_coef21 = m->csc_coef21 >> n; in csc_matrix_element_left_shift()
[all …]
H A Drockchip_drm_vop.h612 s32 csc_coef21; member
H A Drockchip_drm_vop2.c9744 VOP_MODULE_SET(vop2, vp, csc_coe21, csc_coef.csc_coef21); in vop3_post_csc_config()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c121 s32 csc_coef21; member
1140 m0->csc_coef02 * m1->csc_coef21; in csc_matrix_multiply()
1152 m0->csc_coef12 * m1->csc_coef21; in csc_matrix_multiply()
1159 m0->csc_coef21 * m1->csc_coef10 + in csc_matrix_multiply()
1162 dst->csc_coef21 = m0->csc_coef20 * m1->csc_coef01 + in csc_matrix_multiply()
1163 m0->csc_coef21 * m1->csc_coef11 + in csc_matrix_multiply()
1164 m0->csc_coef22 * m1->csc_coef21; in csc_matrix_multiply()
1167 m0->csc_coef21 * m1->csc_coef12 + in csc_matrix_multiply()
1184 m0->csc_coef21 * v0->csc_offset1 + in csc_matrix_ventor_multiply()
1197 m->csc_coef21 = m->csc_coef21 >> n; in csc_matrix_element_left_shift()
[all …]
H A Drockchip_post_csc.h22 s32 csc_coef21; member
H A Drockchip_vop2.c2117 value = csc_coef.csc_coef21 & 0xffff; in vop3_post_csc_config()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h48 u32 csc_coef21; /* 0x094 */ member