Displaying 1 result from an estimated 1 matches for "compressor_two".
2004 Dec 02
1
80% there
Andrey posted the following update at his sourceforge web site. I'm sharing
it here because I think it is fascinating to see the progress in his FPGA
implemention of the Theora codec as it happens.
John
<snip>
Wrote code and partially simulated compressor_two module with submodules.
It gets fixed-width (12-bits) "pre-tokens" from the frame buffer in the coded
order (buffer was written in macroblock-scan order) and applies Huffman
encoding (currently there is room for 30 tables of 80) so just a single block
RAM is used. Maximal code length...