Re: [x265] GCC warnings for Win32 target of threadpool.cpp: unused parameter [numa]nodeMask

2015-09-07 Thread Pradeep Ramachandran
I've sent a patch to the mailing list that should fix this compile time warning. Pradeep Ramachandran, PhD Solution Architect, Multicoreware Inc. Ph: +91 99627 82018 On Tue, Sep 8, 2015 at 11:44 AM, Mario *LigH* Rohkrämer wrote: > This is a compiler warning from GCC, not from the running x265

[x265] [PATCH] Fix for threadpooling to use all available threads on windows, and build fix

2015-09-07 Thread pradeep
# HG changeset patch # User Pradeep Ramachandran # Date 1441692185 -19800 # Tue Sep 08 11:33:05 2015 +0530 # Node ID 48b00cc32bc5cd77970db4776637a127a6e5d848 # Parent e1adac00dce8e5641cbe9aec3d50a72261c308d9 Fix for threadpooling to use all available threads on windows, and build fix to remo

Re: [x265] GCC warnings for Win32 target of threadpool.cpp: unused parameter [numa]nodeMask

2015-09-07 Thread Mario *LigH* Rohkrämer
This is a compiler warning from GCC, not from the running x265.exe. My Win32 builds are flagged as XP compatible in addition, that's probably the reason to compile some legacy code instead of calling Vista+ OS functions... Am 07.09.2015, 18:03 Uhr, schrieb Pradeep Ramachandran : Hmm.

[x265] [PATCH 1 of 2] asm: avx2 asm for intra_ang32 mode 16 & 20

2015-09-07 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1441085487 -19800 # Tue Sep 01 11:01:27 2015 +0530 # Node ID 3238ecbdbdf551a69bcd0dfdf8391f6462db45ac # Parent e1adac00dce8e5641cbe9aec3d50a72261c308d9 asm: avx2 asm for intra_ang32 mode 16 & 20 improved mode16 6000c -> 2200 and mode 20 3700c

[x265] [PATCH 2 of 2] asm: avx2 asm for intra_ang32 mode 17 & 19

2015-09-07 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1441099855 -19800 # Tue Sep 01 15:00:55 2015 +0530 # Node ID d18cfd666d96aea0ee2b28b66c5213d890e1620c # Parent 3238ecbdbdf551a69bcd0dfdf8391f6462db45ac asm: avx2 asm for intra_ang32 mode 17 & 19 improved mode 17 6000c -> 2200 and mode 19 3718c

Re: [x265] GCC warnings for Win32 target of threadpool.cpp: unused parameter [numa]nodeMask

2015-09-07 Thread Pradeep Ramachandran
Hmm... in both these functions, the nodeMask (or numaNodeMask) parameter isn't used if _WIN32_WINNT >= _WIN32_WINNT_WIN7 evaluates to false. What version of Windows are you running this on? I tried a 32-bit Windows build on Windows 8.1 and GCC 4.9.X and don't see any such warning. Pradeep Ramacha

Re: [x265] [PATCH] asm: fix sse_pp[32x64] sse2 asm for 12 bit

2015-09-07 Thread chen
At 2015-09-07 19:57:11,ra...@multicorewareinc.com wrote: ># HG changeset patch ># User Ramya Sriraman ># Date 1441626889 -19800 ># Mon Sep 07 17:24:49 2015 +0530 ># Node ID 2212b9cb4ea5725639cdcbae49c7b530aa79ce1c ># Parent f622f46b2ce87d6f30d937de79c1de94a5d0ee54 >asm: fix sse_pp[32x64]

[x265] [PATCH 1 of 3] Introduce structure needed for Intra-refresh

2015-09-07 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar # Date 1441619453 -19800 # Mon Sep 07 15:20:53 2015 +0530 # Node ID 2ba81f60f111c12a8f668ece13b23123702f2582 # Parent 44cc2ce22c43ee04c67f669f2667a6e25747c4f9 Introduce structure needed for Intra-refresh diff -r 44cc2ce22c43 -r 2ba81f60f111 sourc

[x265] [PATCH 2 of 3] Implementation for Intra-refresh

2015-09-07 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar # Date 1441625035 -19800 # Mon Sep 07 16:53:55 2015 +0530 # Node ID d91760d89cbd0e6f124fab60d7e4d684299b89a1 # Parent 2ba81f60f111c12a8f668ece13b23123702f2582 Implementation for Intra-refresh diff -r 2ba81f60f111 -r d91760d89cbd source/common/cud

[x265] [PATCH 3 of 3] cli: add cli option for Intra-refresh

2015-09-07 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar # Date 1441626229 -19800 # Mon Sep 07 17:13:49 2015 +0530 # Node ID d0f6a040aff28d0bb636d053fa894b834c13f51a # Parent d91760d89cbd0e6f124fab60d7e4d684299b89a1 cli: add cli option for Intra-refresh diff -r d91760d89cbd -r d0f6a040aff2 doc/reST/cli

[x265] GCC warnings for Win32 target of threadpool.cpp: unused parameter [numa]nodeMask

2015-09-07 Thread Mario *LigH* Rohkrämer
Win64 target has no warning; Win32 target compiles with GCC 4.9.2 or 5.2.0 report: + [ 60%] Building CXX object common/CMakeFiles/common.dir/threadpool.cpp.obj h:/MSYS-GCC492/home/Entwicklung/x265/source/common/threadpool.cpp:376:68: warning: unused parameter 'nodeMask' [-Wunused-paramete

[x265] [PATCH] asm: fix sse_pp[32x64] sse2 asm for 12 bit

2015-09-07 Thread ramya
# HG changeset patch # User Ramya Sriraman # Date 1441626889 -19800 # Mon Sep 07 17:24:49 2015 +0530 # Node ID 2212b9cb4ea5725639cdcbae49c7b530aa79ce1c # Parent f622f46b2ce87d6f30d937de79c1de94a5d0ee54 asm: fix sse_pp[32x64] sse2 asm for 12 bit diff -r f622f46b2ce8 -r 2212b9cb4ea5 source/co

Re: [x265] x265-devel Digest, Vol 28, Issue 8

2015-09-07 Thread Ramya Sriraman
Thanks min, Will send modified patch soon Thank you Regards Ramya On Fri, Sep 4, 2015 at 1:34 AM, wrote: > Send x265-devel mailing list submissions to > x265-devel@videolan.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mailman.videolan.org/listinfo