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

2015-11-02 Thread Deepthi Nandakumar
Min, thanks - already had a patch queued on this On Mon, Nov 2, 2015 at 10:31 PM, Min Chen wrote: > # HG changeset patch > # User Min Chen > # Date 1446483673 21600 > # Node ID 258dd7a8e34f930c37e6ed207e49d989974a2d89 > # Parent

Re: [x265] [PATCH] fix invalid Instruction Set provided in CLI if CPU doesn't support it

2015-11-02 Thread Deepthi Nandakumar
Since the idea here is to correctly log a user-generated error (user-cpuid > detected cpuid), the patch is headed in the right direction. Min's suggestion on using an AND mask sounds good, and can you also make the warning more informative (print user-cpuid, and the cpuid we're defaulting to) ?

[x265] [PATCH] asm: fix intrapred_planar16x16 avx2 code for main12

2015-11-02 Thread rajesh
# HG changeset patch # User Rajesh Paulraj # Date 1446527171 -19800 # Tue Nov 03 10:36:11 2015 +0530 # Node ID d2c889865d6ff99cfeab4b69e898a4d0514f2440 # Parent 544dfa2c3a16efd0f679374ccc654aa4aefb1a49 asm: fix intrapred_planar16x16 avx2 code for main12 sse4:

Re: [x265] [PATCH] fix invalid Instruction Set provided in CLI if CPU doesn't support it

2015-11-02 Thread Dnyaneshwar Gorade
Ok. I will check if we can use AND mask and provide more information to user. On Tue, Nov 3, 2015 at 10:36 AM, Deepthi Nandakumar < deep...@multicorewareinc.com> wrote: > Since the idea here is to correctly log a user-generated error (user-cpuid > > detected cpuid), the patch is headed in the

[x265] [PATCH 1 of 2] improve MotionEstimate::subpelCompare by replace variant shift to constant

2015-11-02 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1446499548 21600 # Node ID 86c940eb28b7765eb81a46264194e00e9aa1187d # Parent d75bdce03a742bbcfade49ab92cf1f45c563a8d3 improve MotionEstimate::subpelCompare by replace variant shift to constant --- source/encoder/motion.cpp |7

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

2015-11-02 Thread Min Chen
# HG changeset patch # User Min Chen # 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