[FFmpeg-devel] [PATCH] vp9/x86: set correct number of registers used in intra pred asm
Michael Niedermayer
michaelni at gmx.at
Tue Feb 18 17:20:14 CET 2014
On Mon, Feb 17, 2014 at 04:14:49PM -0500, Ronald S. Bultje wrote:
> Hi,
>
> On Mon, Feb 17, 2014 at 3:57 PM, Hendrik Leppkes <h.leppkes at gmail.com>wrote:
>
> > ---
> > libavcodec/x86/vp9intrapred.asm | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libavcodec/x86/vp9intrapred.asm
> > b/libavcodec/x86/vp9intrapred.asm
> > index bb31892..3faf1c5 100644
> > --- a/libavcodec/x86/vp9intrapred.asm
> > +++ b/libavcodec/x86/vp9intrapred.asm
> > @@ -638,7 +638,7 @@ cglobal vp9_ipred_dl_16x16, 4, 4, 6, dst, stride, l, a
> > RET
> >
> > INIT_XMM %1
> > -cglobal vp9_ipred_dl_32x32, 4, 4, 8, dst, stride, cnt, a, dst16
> > +cglobal vp9_ipred_dl_32x32, 4, 5, 8, dst, stride, cnt, a, dst16
> > mova m5, [pb_1toE_2xF]
> > mova m0, [aq]
> > mova m1, [aq+16]
> > @@ -1344,7 +1344,7 @@ cglobal vp9_ipred_hu_16x16, 3, 4, 5, dst, stride, l
> > RET
> >
> > INIT_XMM %1
> > -cglobal vp9_ipred_hu_32x32, 3, 3, 7, dst, stride, l
> > +cglobal vp9_ipred_hu_32x32, 3, 7, 7, dst, stride, l
> > mova m0, [lq]
> > mova m1, [lq+16]
> > mova m2, [pb_Fto0]
> >
>
> LGTM.
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
He who knows, does not speak. He who speaks, does not know. -- Lao Tsu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140218/c46d9454/attachment.asc>
More information about the ffmpeg-devel
mailing list