Searched refs:round_fixed (Results 1 – 2 of 2) sorted by relevance
220 black_level = round_fixed(norm->black_level*26625)/gain; in ch7006_setup_levels()239 subc_inc = round_fixed((mode->subc_coeff >> 8) in ch7006_setup_subcarrier()351 hpos = round_fixed((norm->hvirtual * aspect - mode->hdisplay * scale) in ch7006_setup_properties()357 vpos = max(0, norm->vdisplay - round_fixed(mode->vdisplay*scale) in ch7006_setup_properties()
163 static inline int32_t round_fixed(fixed x) in round_fixed() function