Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_post_csc.c121 s32 csc_coef21; member
1159 m0->csc_coef02 * m1->csc_coef21; in csc_matrix_multiply()
1171 m0->csc_coef12 * m1->csc_coef21; in csc_matrix_multiply()
1178 m0->csc_coef21 * m1->csc_coef10 + in csc_matrix_multiply()
1181 dst->csc_coef21 = m0->csc_coef20 * m1->csc_coef01 + in csc_matrix_multiply()
1182 m0->csc_coef21 * m1->csc_coef11 + in csc_matrix_multiply()
1183 m0->csc_coef22 * m1->csc_coef21; in csc_matrix_multiply()
1186 m0->csc_coef21 * m1->csc_coef12 + in csc_matrix_multiply()
1203 m0->csc_coef21 * v0->csc_offset1 + in csc_matrix_ventor_multiply()
1216 m->csc_coef21 = m->csc_coef21 >> n; in csc_matrix_element_right_shift()
[all …]
H A Drockchip_post_csc.h22 s32 csc_coef21; member
H A Drockchip_vop2.c2436 value = csc_coef.csc_coef21 & 0xffff; in vop3_post_csc_config()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_post_process.c122 s32 csc_coef21; member
1064 s32 csc_coef21; member
1124 m0->csc_coef21 * v0->csc_offset1 + in csc_matrix_ventor_multiply()
1159 out_matrix->csc_coef21 = csc_coef->csc_coef21; in csc_calc_default_output_coef()
1240 csc_simple_coef->csc_coef21 = out_matrix.csc_coef21; in rockchip_calc_post_csc()
1527 val = ((csc_coef.csc_coef21 & 0xffff) << 16) | (csc_coef.csc_coef20 & 0xffff); in rk628_post_process_csc()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h48 u32 csc_coef21; /* 0x094 */ member