Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dplugins.c1892 double allowed_aspect; in check_encoder_restrictions() local
1906 allowed_aspect = lives_strtod(array3[0], NULL) / lives_strtod(array3[1], NULL); in check_encoder_restrictions()
1908 minimise_aspect_delta(allowed_aspect, hblock, vblock, xwidth, xheight, &width, &height); in check_encoder_restrictions()
H A Dmain.h1810 void minimise_aspect_delta(double allowed_aspect, int hblock, int vblock, int hsize, int vsize, int…