Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp1167 static inline void NormalRgaCompatModeConvertRga2FullCsc(rga2_full_csc_t *csc, full_csc_t *orig_csc in NormalRgaCompatModeConvertRga2FullCsc() argument
1168 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()