Displaying 3 results from an estimated 3 matches for "thisframerecon".
2002 Aug 05
3
Cross-Compiling VP3 lib on Linux
...de: xine is a multimedia player for
Linux that I help develop: http://xine.sf.net) The plugin appeared to work
all right in that it did not crash. The picture is a bit scrambled. It
looks like too many pixels (or not enough pixels) are being copied from
the source planes.
I'm using the ThisFrameRecon YUV buffer pointer member of the PBI
struct as the final display frame. I'm using the [Y|U|V]DataOffset members
in order to index into the buffer. Is that the right thing to do?
Thanks...
--
-Mike Melanson
<p><p><p>--- >8 ----
List archives: http://www.xiph.org...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed.
attached the updated patch to apply to svn/trunk.
j
-------------- next part --------------
A non-text attachment was scrubbed...
Name: theora-mmx.patch.gz
Type: application/x-gzip
Size: 8648 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin
2006 Jul 24
2
[theora in hardware] Contents of YUV_BUFFER_ENTRY
...entation of the theora
codec on hardware. I'm currently responsible for getting the function
ReconRefFrame in dct_decode.c working, and after i understood the code and
finished it in VHDL i found out (after 3 painfull debugging days) that i
don't understand at all what is in LastFrameRecon, ThisFrameRecon and
GoldenFrame (which types are YUV_BUFFER_ENTRY). Generally what i want to
know is: What is inside YUV_BUFFER_ENTRY? More specifically, keep reading...
I know it is a buffer for the pixels, but i just recently found out that
there are more things then just the pixels i need. This is a complicat...