Displaying 2 results from an estimated 2 matches for "280x210".
2007 May 07
2
Theora running on FPGA
...Recon, LoopFilter and
UpdateUMVBorder functions.
The ReconRefFrames function was partially implemented and the part
before will run on a software compiled for Altera Nios2 Processor.
The implementation is based on version alpha6 and due FPGA SRAM memory
constraints the maximum resolution is about 280x210. Increase the
resolution, will require a SDRAM controller. The hardware has a module
to manage the access to the buffer then I think that wouldn't be
difficult to do this change, but for the moment I won't do that.
Others future project could be a completely hardware implementation or
the...
2007 May 09
2
Next step of Hardware Theora
...ocessor could be the LEON, but I think
it maybe demand pretty much work to do run.
2 - To do a SDRAM controller.
http://www.students.ic.unicamp.br/~ra031198/sdram_controller.JPG
I think it is most important of all the tasks, because the current theora
hardware can just have a maximum resolution of 280x210. I don't how much
hard it will be to do this. Tomorrow I will have a chat with a professor
from my university in order to discuss it.
3 - To do a video controller.
http://www.students.ic.unicamp.br/~ra031198/video_controller.JPG
This will be a module after the UpdateUMVBorder (function in Hard...