Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c1619 int maxinwidth = 4, maxinheight = 4, mininwidth = -1, mininheight = -1; in weed_apply_instance() local
1962 if (mininheight == -1 || inheight < mininheight) mininheight = inheight; in weed_apply_instance()
1993 if (mininwidth < opwidth || mininheight < opheight) { in weed_apply_instance()
1994 calc_maxspect(mininwidth, mininheight, &opwidth, &opheight); in weed_apply_instance()
1996 calc_maxspect(opwidth, opheight, &mininwidth, &mininheight); in weed_apply_instance()
1998 opheight = mininheight; in weed_apply_instance()
2002 if (mininheight < opheight) opheight = mininheight; in weed_apply_instance()