Skip to content

Commit

Permalink
Update funcs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emotion3459 authored Sep 29, 2024
1 parent a9cbd36 commit 87468f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vsdeinterlace/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,9 @@ def vinverse(

combed = norm_expr(
[func.work_clip, blurred, blurred2], # type:ignore
'x {amnt} - LOW! x {amnt} + HIGH! x y - D1! D1@ abs D1A! D1A@ {thr} < x y z - {sstr} * D2! D2@ abs D2A! '
'D2@ D1@ xor D2A@ D1A@ < D2@ D1@ ? {scl} * D2A@ D1A@ < D2@ D1@ ? ? y + LOW@ HIGH@ min max LOW@ HIGH@ max min ?',
'x y - D1! D1@ abs D1A! D1A@ {thr} < x y z - {sstr} * D2! D2@ abs D2A! '
'D2@ D1@ xor D2A@ D1A@ < D2@ D1@ ? {scl} * D2A@ D1A@ < D2@ D1@ ? ? '
f'y + {'x {amnt} + min x {amnt} - max' if amnt < 255 else ''} ?',
planes, sstr=contra_str, amnt=scale_8bit(func.work_clip, amnt),
scl=scl, thr=scale_8bit(func.work_clip, thr),
)
Expand Down

0 comments on commit 87468f6

Please sign in to comment.