Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c108 s32 csc_coef22; member
1130 m0->csc_coef02 * m1->csc_coef22; in csc_matrix_multiply()
1142 m0->csc_coef12 * m1->csc_coef22; in csc_matrix_multiply()
1146 m0->csc_coef22 * m1->csc_coef20; in csc_matrix_multiply()
1150 m0->csc_coef22 * m1->csc_coef21; in csc_matrix_multiply()
1152 dst->csc_coef22 = m0->csc_coef20 * m1->csc_coef02 + in csc_matrix_multiply()
1154 m0->csc_coef22 * m1->csc_coef22; in csc_matrix_multiply()
1171 m0->csc_coef22 * v0->csc_offset2; in csc_matrix_ventor_multiply()
1184 m->csc_coef22 = m->csc_coef22 >> n; in csc_matrix_element_left_shift()
1201 m.csc_coef22 = b_gain; in create_rgb_gain_matrix()
[all …]
H A Drockchip_drm_vop.h613 s32 csc_coef22; member
H A Drockchip_drm_vop2.c9745 VOP_MODULE_SET(vop2, vp, csc_coe22, csc_coef.csc_coef22); in vop3_post_csc_config()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c122 s32 csc_coef22; member
1144 m0->csc_coef02 * m1->csc_coef22; in csc_matrix_multiply()
1156 m0->csc_coef12 * m1->csc_coef22; in csc_matrix_multiply()
1160 m0->csc_coef22 * m1->csc_coef20; in csc_matrix_multiply()
1164 m0->csc_coef22 * m1->csc_coef21; in csc_matrix_multiply()
1166 dst->csc_coef22 = m0->csc_coef20 * m1->csc_coef02 + in csc_matrix_multiply()
1168 m0->csc_coef22 * m1->csc_coef22; in csc_matrix_multiply()
1185 m0->csc_coef22 * v0->csc_offset2; in csc_matrix_ventor_multiply()
1198 m->csc_coef22 = m->csc_coef22 >> n; in csc_matrix_element_left_shift()
1215 m.csc_coef22 = b_gain; in create_rgb_gain_matrix()
[all …]
H A Drockchip_post_csc.h23 s32 csc_coef22; member
H A Drockchip_vop2.c2118 value |= (csc_coef.csc_coef22 << 16) & 0xffff0000; in vop3_post_csc_config()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h49 u32 csc_coef22; /* 0x098 */ member