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.

Explanation of 2D accelerator theorem in video application

Status
Not open for further replies.

mitsubishi

Member level 2
Joined
Sep 10, 2002
Messages
44
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
168
2D Accelerator ??

Do anyone understand theorem of 2D acceleratoe(2D engine) in video application.

Where can find relation data. Thanks.
 

Re: 2D Accelerator ??

2D acceleration could be for eg. hardware line (circle,box) drawing using bresenham, dda or others algorithms; also blitter (block image transfer). You can find some useful information here:

circle :http://www.dcs.gla.ac.uk/research/fpga/papers/pdf/fccm94.pdf

**broken link removed**
and bresenham in c:
http://www.edepot.com/linebresenham.html
implementation of this algorithm in hardware (vhdl) is fairly straightforward. This algorithm has been implemented in voodoo banshee 2D accelerator, which btw has very good datasheet:

**broken link removed**

and here some good introduction info:
**broken link removed**

mike
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top