Searched refs:csc_coef21 (Results 1 – 5 of 5) sorted by relevance
121 s32 csc_coef21; member1159 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 …]
22 s32 csc_coef21; member
2436 value = csc_coef.csc_coef21 & 0xffff; in vop3_post_csc_config()
122 s32 csc_coef21; member1064 s32 csc_coef21; member1124 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()
48 u32 csc_coef21; /* 0x094 */ member