[Ffmpeg-cvslog] r6213 - in trunk: Changelog MAINTAINERS doc/ffmpeg-doc.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/vp5.c libavcodec/vp56.c libavcodec/vp56.h libavcodec/vp56data.c libavcodec/vp56data.h libavcodec/vp5data.h libavcodec/vp6.c libavcodec/vp6data.h libavformat/flvdec.c libavformat/nsvdec.c libavformat/riff.c libavformat/swf.c
Aurelien Jacobs
aurel
Mon Sep 11 00:45:35 CEST 2006
On Sun, 10 Sep 2006 18:42:13 +0200
Luca Barbato <lu_zero at gentoo.org> wrote:
> Aurelien Jacobs wrote:
> >
> > What alignment is needed exactly ?
>
> 16byte
>
> > The only h264 function used is biweight_h264_pixels_tab[3].
>
>
> Lets try to summarize
>
> you use
>
> put_pixels_tab[0][0] ((line_size % 16) == 0)
> put_pixels_tab[1][0] unimplemented
> put_no_rnd_pixels_l2[1] unimplemented
> idct_put aligned input required
> idct_add idem
> biweight_h264_pixels_tab[3] unimplemented
>
> which is the faulty one? ^^
As there is no altivec implementation of vp3 idct, it must be
put_pixels_tab[0][0].
Could you confirm it, testing with the following patch ?
Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vp_altivec.diff
Type: text/x-diff
Size: 531 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20060911/90df6092/attachment.diff>
More information about the ffmpeg-cvslog
mailing list