| 616 |
|
overture = 0; |
| 617 |
|
switch (vscale(VARIABILITY)) { |
| 618 |
|
case LOW: |
| 619 |
< |
op = addarg(op, "-aw 128 -aa .4 -ad 64"); |
| 619 |
> |
op = addarg(op, "-aa .4 -ad 64"); |
| 620 |
|
break; |
| 621 |
|
case MEDIUM: |
| 622 |
< |
op = addarg(op, "-aw 1024 -aa .3 -ad 128"); |
| 622 |
> |
op = addarg(op, "-aa .3 -ad 128"); |
| 623 |
|
break; |
| 624 |
|
case HIGH: |
| 625 |
|
op = addarg(op, "-aa .25 -ad 256"); |
| 695 |
|
overture = 0; |
| 696 |
|
switch (vscale(VARIABILITY)) { |
| 697 |
|
case LOW: |
| 698 |
< |
op = addarg(op, "-aw 128 -aa .25 -ad 196 -as 0"); |
| 698 |
> |
op = addarg(op, "-aa .25 -ad 196 -as 0"); |
| 699 |
|
break; |
| 700 |
|
case MEDIUM: |
| 701 |
< |
op = addarg(op, "-aw 1024 -aa .2 -ad 400 -as 64"); |
| 701 |
> |
op = addarg(op, "-aa .2 -ad 400 -as 64"); |
| 702 |
|
break; |
| 703 |
|
case HIGH: |
| 704 |
|
op = addarg(op, "-aa .15 -ad 768 -as 196"); |
| 771 |
|
overture = 0; |
| 772 |
|
switch (vscale(VARIABILITY)) { |
| 773 |
|
case LOW: |
| 774 |
< |
op = addarg(op, "-aw 128 -aa .15 -ad 256 -as 0"); |
| 774 |
> |
op = addarg(op, "-aa .15 -ad 256 -as 0"); |
| 775 |
|
break; |
| 776 |
|
case MEDIUM: |
| 777 |
< |
op = addarg(op, "-aw 1024 -aa .125 -ad 512 -as 256"); |
| 777 |
> |
op = addarg(op, "-aa .125 -ad 512 -as 256"); |
| 778 |
|
break; |
| 779 |
|
case HIGH: |
| 780 |
|
op = addarg(op, "-aa .08 -ad 1024 -as 512"); |