Searched refs:csc_coef12 (Results 1 – 5 of 5) sorted by relevance
119 s32 csc_coef12; member1162 m0->csc_coef01 * m1->csc_coef12 + in csc_matrix_multiply()1167 m0->csc_coef12 * m1->csc_coef20; in csc_matrix_multiply()1171 m0->csc_coef12 * m1->csc_coef21; in csc_matrix_multiply()1173 dst->csc_coef12 = m0->csc_coef10 * m1->csc_coef02 + in csc_matrix_multiply()1174 m0->csc_coef11 * m1->csc_coef12 + in csc_matrix_multiply()1175 m0->csc_coef12 * m1->csc_coef22; in csc_matrix_multiply()1186 m0->csc_coef21 * m1->csc_coef12 + in csc_matrix_multiply()1200 m0->csc_coef12 * v0->csc_offset2; in csc_matrix_ventor_multiply()1214 m->csc_coef12 = m->csc_coef12 >> n; in csc_matrix_element_right_shift()[all …]
20 s32 csc_coef12; member
2433 value = csc_coef.csc_coef12 & 0xffff; in vop3_post_csc_config()
120 s32 csc_coef12; member1062 s32 csc_coef12; member1121 m0->csc_coef12 * v0->csc_offset2; in csc_matrix_ventor_multiply()1157 out_matrix->csc_coef12 = csc_coef->csc_coef12; in csc_calc_default_output_coef()1238 csc_simple_coef->csc_coef12 = out_matrix.csc_coef12; in rockchip_calc_post_csc()1524 val = ((csc_coef.csc_coef12 & 0xffff) << 16) | (csc_coef.csc_coef11 & 0xffff); in rk628_post_process_csc()
45 u32 csc_coef12; /* 0x088 */ member