Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c1645 maxinheight = opheight; in weed_apply_instance()
1937 if (maxinheight == 4 && inheight > 4) maxinheight = inheight; in weed_apply_instance()
1951 if (inwidth >= maxinwidth && inheight >= maxinheight) { in weed_apply_instance()
1953 maxinheight = inheight; in weed_apply_instance()
1957 if (inheight > maxinheight) maxinheight = inheight; in weed_apply_instance()
1972 if (maxinheight > opheight) opheight = maxinheight; in weed_apply_instance()
1976 if (maxinwidth > opwidth || maxinheight > opheight) { in weed_apply_instance()
1977 calc_maxspect(opwidth, opheight, &maxinwidth, &maxinheight); in weed_apply_instance()
1979 opheight = maxinheight; in weed_apply_instance()
1985 if (maxinheight > opheight) maxinheight = opheight; in weed_apply_instance()
[all …]