Searched refs:FRAC_16_16 (Results 1 – 2 of 2) sorted by relevance
226 #define FRAC_16_16(mult, div) (((mult) << 16) / (div)) macro
838 int min_scale = win->phy->scl ? FRAC_16_16(1, 8) : in vop_update_plane_event()840 int max_scale = win->phy->scl ? FRAC_16_16(8, 1) : in vop_update_plane_event()