Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c242 if ((dst > src) || (dst >= src / var->poly_sc_down_max)) { in gsc_cal_prescaler_ratio()
247 if ((src / var->poly_sc_down_max / var->pre_sc_down_max) > dst) { in gsc_cal_prescaler_ratio()
994 .poly_sc_down_max = 4,
1007 .poly_sc_down_max = 4,
1020 .poly_sc_down_max = 4,
1033 .poly_sc_down_max = 4,
H A Dgsc-core.h291 u16 poly_sc_down_max; member