[FFmpeg-devel] [PATCH] hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs

Michael Niedermayer michaelni at gmx.at
Mon May 12 17:10:14 CEST 2014


On Mon, May 12, 2014 at 08:37:31AM -0400, Ronald S. Bultje wrote:
> Hi,
> 
> 
> On Mon, May 12, 2014 at 8:31 AM, Hendrik Leppkes <h.leppkes at gmail.com>wrote:
> 
> > Fixes FATE on Windows.
> > ---
> >  libavcodec/x86/hevc_mc.asm | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm
> > index e83613b..1fae38c 100644
> > --- a/libavcodec/x86/hevc_mc.asm
> > +++ b/libavcodec/x86/hevc_mc.asm
> > @@ -564,7 +564,7 @@ cglobal hevc_put_hevc_uni_epel_h%1_%2, 6, 7, 15 , dst,
> > dststride, src, srcstride
> >      jnz               .loop                      ; height loop
> >      RET
> >
> > -cglobal hevc_put_hevc_bi_epel_h%1_%2, 8, 8, 15, dst, dststride, src,
> > srcstride, src2, src2stride,height, mx, rfilter
> > +cglobal hevc_put_hevc_bi_epel_h%1_%2, 8, 9, 15, dst, dststride, src,
> > srcstride, src2, src2stride,height, mx, rfilter
> >      movdqa            m9, [pw_bi_%2]
> >      EPEL_FILTER       %2, mx
> >  .loop
> >
> 
> OK.

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140512/f9e1aa44/attachment.asc>


More information about the ffmpeg-devel mailing list