Sharp_Bilinear_Scanlines_30_coeff.txt 816 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # range -128..128
  2. # sum of line must not exceed the range!
  3. # Sharp Bilinear on x-axis and y-axis
  4. # 30% Scanlines on y-axis
  5. # horizontal coefficients
  6. 0, 128, 0, 0
  7. 0, 128, 0, 0
  8. 0, 127, 1, 0
  9. 0, 125, 3, 0
  10. 0, 120, 8, 0
  11. 0, 112, 16, 0
  12. 0, 101, 27, 0
  13. 0, 85, 43, 0
  14. 0, 64, 64, 0
  15. 0, 43, 85, 0
  16. 0, 27, 101, 0
  17. 0, 16, 112, 0
  18. 0, 8, 120, 0
  19. 0, 3, 125, 0
  20. 0, 1, 127, 0
  21. 0, 0, 128, 0
  22. # vertical coefficients
  23. 0, 128, 0, 0
  24. 0, 127, 0, 0
  25. 0, 122, 1, 0
  26. 0, 113, 3, 0
  27. 0, 101, 7, 0
  28. 0, 88, 12, 0
  29. 0, 74, 20, 0
  30. 0, 59, 30, 0
  31. 0, 44, 44, 0
  32. 0, 30, 59, 0
  33. 0, 20, 74, 0
  34. 0, 12, 88, 0
  35. 0, 7, 101, 0
  36. 0, 3, 113, 0
  37. 0, 1, 122, 0
  38. 0, 0, 127, 0