I know that Xing implements lookup tables for their encoder, that's why it's so fast. But floating point math is more accurate, and processing power and ram is cheap these days.
Which does your instructor prefer, speed or accuracy? If I were you, I'd design your project in a way that will make your instructor happy.
John
-----Original Message----- From: mad-user-admin@lists.mars.org [mailto:mad-user-admin@lists.mars.org]On Behalf Of Yuxuan Mao Sent: Sunday, February 24, 2002 11:39 AM To: mad-dev@lists.mars.org; mad-user@lists.mars.org Subject: [mad-user] alternative idct implementation question
Hi,
I'm doing a school project on mp3 decoders. Other teams in my class is proposing to do an 8-bit cosine lookup table implementation of the idct. Does anyone know if this will work?
Yuxuan