[x265] [PATCH] Fixed issue with chroma 2xN block asm code

Deepthi Nandakumar deepthi at multicorewareinc.com
Thu Oct 17 11:30:57 CEST 2013


Pushed.


On Thu, Oct 17, 2013 at 12:52 PM, <praveen at multicorewareinc.com> wrote:

> # HG changeset patch
> # User Praveen Tiwari
> # Date 1381994531 -19800
> # Node ID 68f97c7f08392d387046736ae3e86095c653fd05
> # Parent  5914800260d95a9bac7ce3eec2291e5c781e8422
> Fixed issue with chroma 2xN block asm code
>
> diff -r 5914800260d9 -r 68f97c7f0839 source/common/x86/ipfilter8.asm
> --- a/source/common/x86/ipfilter8.asm   Wed Oct 16 21:10:13 2013 +0530
> +++ b/source/common/x86/ipfilter8.asm   Thu Oct 17 12:52:11 2013 +0530
> @@ -54,7 +54,7 @@
>      pmulhrsw    %2, %3
>      packuswb    %2, %2
>      pextrw      [dstq], %2, 0
> -    pextrw      [dstq + dststrideq], %2, 1
> +    pextrw      [dstq + dststrideq], %2, 2
>  %endmacro
>
>
>  ;-----------------------------------------------------------------------------
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131017/8c61ef73/attachment.html>


More information about the x265-devel mailing list