Searched refs:orig_csc (Results 1 – 1 of 1) sorted by relevance
1167 static inline void NormalRgaCompatModeConvertRga2FullCsc(rga2_full_csc_t *csc, full_csc_t *orig_csc… in NormalRgaCompatModeConvertRga2FullCsc() argument1168 csc->flag = orig_csc->flag; in NormalRgaCompatModeConvertRga2FullCsc()1170 NormalRgaCompatModeConvertRga2FullCscCoe(&csc->coe_y, &orig_csc->coe_y); in NormalRgaCompatModeConvertRga2FullCsc()1171 NormalRgaCompatModeConvertRga2FullCscCoe(&csc->coe_u, &orig_csc->coe_u); in NormalRgaCompatModeConvertRga2FullCsc()1172 NormalRgaCompatModeConvertRga2FullCscCoe(&csc->coe_v, &orig_csc->coe_v); in NormalRgaCompatModeConvertRga2FullCsc()