Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

IDCT problem with reducing the mult operation

Status
Not open for further replies.

lizarazu

Newbie level 4
Joined
Sep 4, 2007
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,303
I have a idct C code for mpeg-4 decoder,the algorithm which used is AAN's alg
now I'm confused because this alg need only 5 multipliers when 1D process,and move the other 8 multipliers to inverse quant, the problem is, if I want to reduce the mult operation, is the other 8 mult implement with LUT when dequant?otherwise this AAN alg does not reduce the mult operation(5+8>11 when use LLM algorithm)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top