Searched refs:vratio_pre (Results 1 – 1 of 1) sorted by relevance
137 double vratio_pre = 1.0; in get_vratio_pre() local139 vratio_pre = (max_num_sw * swath_height + max_partial_sw) / l_sw; in get_vratio_pre()144 if (tmp0 > vratio_pre) in get_vratio_pre()145 vratio_pre = tmp0; in get_vratio_pre()152 DTRACE("DLG: %s: vratio_pre = %3.2f", __func__, vratio_pre); in get_vratio_pre()154 if (vratio_pre < 1.0) { in get_vratio_pre()155 DTRACE("WARNING_DLG: %s: vratio_pre=%3.2f < 1.0, set to 1.0", __func__, vratio_pre); in get_vratio_pre()156 vratio_pre = 1.0; in get_vratio_pre()159 if (vratio_pre > 4.0) { in get_vratio_pre()163 vratio_pre); in get_vratio_pre()[all …]