Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_post_csc.c122 s32 csc_coef22; member
1163 m0->csc_coef02 * m1->csc_coef22; in csc_matrix_multiply()
1175 m0->csc_coef12 * m1->csc_coef22; in csc_matrix_multiply()
1179 m0->csc_coef22 * m1->csc_coef20; in csc_matrix_multiply()
1183 m0->csc_coef22 * m1->csc_coef21; in csc_matrix_multiply()
1185 dst->csc_coef22 = m0->csc_coef20 * m1->csc_coef02 + in csc_matrix_multiply()
1187 m0->csc_coef22 * m1->csc_coef22; in csc_matrix_multiply()
1204 m0->csc_coef22 * v0->csc_offset2; in csc_matrix_ventor_multiply()
1217 m->csc_coef22 = m->csc_coef22 >> n; in csc_matrix_element_right_shift()
1241 m->csc_coef22 = csc_simple_round(m->csc_coef22, n); in csc_matrix_element_right_shift_with_simple_round()
[all …]
H A Drockchip_post_csc.h23 s32 csc_coef22; member
H A Drockchip_vop2.c2437 value |= (csc_coef.csc_coef22 << 16) & 0xffff0000; in vop3_post_csc_config()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_post_process.c123 s32 csc_coef22; member
1065 s32 csc_coef22; member
1125 m0->csc_coef22 * v0->csc_offset2; in csc_matrix_ventor_multiply()
1160 out_matrix->csc_coef22 = csc_coef->csc_coef22; in csc_calc_default_output_coef()
1241 csc_simple_coef->csc_coef22 = out_matrix.csc_coef22; in rockchip_calc_post_csc()
1530 rk628_i2c_write(rk628, GRF_CSC_MATRIX_COE22, csc_coef.csc_coef22); in rk628_post_process_csc()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h49 u32 csc_coef22; /* 0x098 */ member