Advertisement
Zastin

mod1 workaround for AVS debilinear/debicubic (depreciated)

Apr 26th, 2017
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Use this now: https://forum.doom9.org/showthread.php?t=174846
  2.  
  3. w = 1552
  4. h = 873
  5.  
  6. m2w = Ceil(Float(w)/2.0)*2
  7. m2h = Ceil(Float(h)/2.0)*2
  8. sw = 1920.0/Float(w)*Float(m2w)
  9. sh = 1080.0/Float(h)*Float(m2h)
  10.  
  11. DebicubicY16(m2w, m2h, 0, 0, sw, sh, b=0.0, c=1.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement