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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…