Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: IMDCT Implementation. (Read 4329 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

IMDCT Implementation.

Hi All,

I am looking at different IMDCT implementations for MP3 decoder on ARM11. I found Britanak and Szu-Wei Lee's Algorithm for Implementing IMDCT. Which do you think should i opt for and why???.
Also I found that the Britanak & Rao's Algorithm does more computations than the Lee's Algorithm.

I found that Britanak's Algorithm could be made more optimal similar to Lee's Algorithm..... This i found with Vladimir Nikolajevic Paper...."Improved Implementation of MDCT in MP3 Audio coding."....... Also wanted to know if any one has ever tried implementing on his observations...If yes can you let me know where i could get the code for Vladimir Nikolajevic's paper...like the one we have for Britanak and SZu-Wei Lee....



Thanks in Advance.

Cheers,
hisxlnc

 

IMDCT Implementation.

Reply #1
I would also love to hear any thoughts on this.  Right now I'm just using code from ffmpeg for doing the iMDCT using a packaged iFFT, but if theres an efficient package for ARM, it'd save me some trouble.