[x265] [PATCH] fix costC1C2Flag_sse2 function name by Propose #207

Deepthi Nandakumar deepthi at multicorewareinc.com
Tue Nov 3 08:19:07 CET 2015


Min, thanks - already had a patch queued on this

On Mon, Nov 2, 2015 at 10:31 PM, Min Chen <chenm003 at 163.com> wrote:

> # HG changeset patch
> # User Min Chen <chenm003 at 163.com>
> # Date 1446483673 21600
> # Node ID 258dd7a8e34f930c37e6ed207e49d989974a2d89
> # Parent  0db42e71e8cfda85056c5a13e358176fb308ddb4
> fix costC1C2Flag_sse2 function name by Propose #207
> ---
>  source/common/x86/asm-primitives.cpp |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff -r 0db42e71e8cf -r 258dd7a8e34f source/common/x86/asm-primitives.cpp
> --- a/source/common/x86/asm-primitives.cpp      Fri Oct 30 20:05:35 2015
> -0500
> +++ b/source/common/x86/asm-primitives.cpp      Mon Nov 02 11:01:13 2015
> -0600
> @@ -2328,7 +2328,7 @@
>          p.cu[BLOCK_8x8].idct = PFX(idct8_sse2);
>
>          // TODO: it is passed smoke test, but we need testbench, so
> temporary disable
> -        p.costC1C2Flag = x265_costC1C2Flag_sse2;
> +        p.costC1C2Flag = PFX(costC1C2Flag_sse2);
>  #endif
>          p.idst4x4 = PFX(idst4_sse2);
>          p.dst4x4 = PFX(dst4_sse2);
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>



-- 
Deepthi Nandakumar
Engineering Manager, x265
Multicoreware, Inc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20151103/c9e97c93/attachment.html>


More information about the x265-devel mailing list