Sharp_Bilinear_Scanlines_25_coeff.txt 815 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. # 25% 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, 123, 1, 0
  26. 0, 116, 3, 0
  27. 0, 106, 7, 0
  28. 0, 94, 13, 0
  29. 0, 80, 21, 0
  30. 0, 65, 33, 0
  31. 0, 48, 48, 0
  32. 0, 33, 65, 0
  33. 0, 21, 80, 0
  34. 0, 13, 94, 0
  35. 0, 7, 106, 0
  36. 0, 3, 116, 0
  37. 0, 1, 123, 0
  38. 0, 0, 127, 0