Open Davidah121 opened 3 years ago
Removing Urgent label as a fast variant for 8x8 DCT has been added for JPEG loading. This fixes the primary reason that this issue was created for. A general FCT and FST should still be added for sizes other than 8 and 8x8.
Implement an FCT that runs in O(NLogN) and add a FST. Also, adjust the current FFT to remove the creation and deletion of arrays.
Should provide a significant speedup for JPEG decoding.