Searched refs:orig_coe (Results 1 – 1 of 1) sorted by relevance
1160 …ic inline void NormalRgaCompatModeConvertRga2FullCscCoe(rga2_csc_coe_t *coe, csc_coe_t *orig_coe) { in NormalRgaCompatModeConvertRga2FullCscCoe() argument1161 coe->r_v = orig_coe->r_v; in NormalRgaCompatModeConvertRga2FullCscCoe()1162 coe->g_y = orig_coe->g_y; in NormalRgaCompatModeConvertRga2FullCscCoe()1163 coe->b_u = orig_coe->b_u; in NormalRgaCompatModeConvertRga2FullCscCoe()1164 coe->off = orig_coe->off; in NormalRgaCompatModeConvertRga2FullCscCoe()