joncampbell123 / composite-video-simulator

Code to process video to simulate analog composite video.
130 stars 17 forks source link

sin/cos optimizations, rotation formula fixed #2

Closed tsulej closed 7 years ago

tsulej commented 7 years ago

In video_chroma_phase_noise part:

noise_mod precalculation (one place, the others in next commit)

tsulej commented 7 years ago

The plan for other fixes:

  1. noise_mod variable used everywhere
  2. lowpass filter initialization before 'y' loop, only reset() stays inside loop