[x265] [PATCH] search.cpp: fixed type conversion warning

2014-09-09 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1410242347 -19800 # Node ID 5026f08bd7d64ab0ee22dcc98dd034030aa65db9 # Parent 7510b362ca969d850d33b10acb37f3e5a6d6b7dc search.cpp: fixed type conversion warning diff -r 7510b362ca96 -r 5026f08bd7d6 source/encoder/search.cpp ---

Re: [x265] [PATCH] search.cpp: fixed type conversion warning

2014-09-09 Thread Deepthi Nandakumar
Thanks, Praveen - an alternative patch pushed to take care of this (silly) warning. On Tue, Sep 9, 2014 at 11:29 AM, prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1410242347 -19800 # Node ID 5026f08bd7d64ab0ee22dcc98dd034030aa65db9 # Parent

[x265] [PATCH] copy_cnt_4: combine mova and paddb to reduce code size, same speedup

2014-09-09 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1410242818 -19800 # Node ID ebb84e9dbb0fa0e8c4c9304b2efd57f8ac3d0c05 # Parent 5026f08bd7d64ab0ee22dcc98dd034030aa65db9 copy_cnt_4: combine mova and paddb to reduce code size, same speedup diff -r 5026f08bd7d6 -r ebb84e9dbb0f

[x265] [PATCH] copy_cnt_4: faster AVX2 code

2014-09-09 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1410251834 -19800 # Node ID d011073f35258cb2f0ad95db6038c2d9fb840b27 # Parent ebb84e9dbb0fa0e8c4c9304b2efd57f8ac3d0c05 copy_cnt_4: faster AVX2 code diff -r ebb84e9dbb0f -r d011073f3525 source/common/x86/blockcopy8.asm ---

[x265] [PATCH] vps: vps_timing_info is always present

2014-09-09 Thread deepthi
# HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1410252483 -19800 # Tue Sep 09 14:18:03 2014 +0530 # Node ID d99e907272bf16c4b59ca020e97fe44586762d45 # Parent 44cb33846e0ed693966cb15c1e86a702647cfa4a vps: vps_timing_info is always present diff -r

[x265] [PATCH] vps: general_frame_only_constraint_flag is true in progressive videos

2014-09-09 Thread deepthi
# HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1410253831 -19800 # Tue Sep 09 14:40:31 2014 +0530 # Node ID b8e7bbdddc5ece6f919db1ea49ec95c05658cd4e # Parent d99e907272bf16c4b59ca020e97fe44586762d45 vps: general_frame_only_constraint_flag is true in

[x265] [PATCH 3 of 4] dump intra analysis information

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410252851 -19800 # Tue Sep 09 14:24:11 2014 +0530 # Node ID 3c02887100033f399135f2a774d8253eecb971e3 # Parent 2f993103d6b6cd35cbe52bd624c8eef0d1b85be4 dump intra analysis information diff -r 2f993103d6b6 -r

[x265] [PATCH 4 of 4] cli: add cli options analysis-out and analysis-in

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410252991 -19800 # Tue Sep 09 14:26:31 2014 +0530 # Node ID e546a7da6d486e1bc6c6da09ce7188a5796dff34 # Parent 3c02887100033f399135f2a774d8253eecb971e3 cli: add cli options analysis-out and analysis-in analysis-out

[x265] [PATCH 1 of 4] add intra-inter data structures and param options

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410244210 -19800 # Tue Sep 09 12:00:10 2014 +0530 # Node ID a6d18c4bfccdb31af03b1c21cb9e15cf20ed34fe # Parent c4fb044c901b8a996f79797be29c894aaf3dcf83 add intra-inter data structures and param options diff -r

[x265] [PATCH 2 of 4] api: add x265_alloc_inter_intra_data and x265_free_inter_intra_data methods to allocate and free analysis info

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410245000 -19800 # Tue Sep 09 12:13:20 2014 +0530 # Node ID 2f993103d6b6cd35cbe52bd624c8eef0d1b85be4 # Parent a6d18c4bfccdb31af03b1c21cb9e15cf20ed34fe api: add x265_alloc_inter_intra_data and

[x265] [PATCH] api: use generic names for analysis api

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410255489 -19800 # Tue Sep 09 15:08:09 2014 +0530 # Node ID b72e64e9a1c0e9e96ddfddba72b988896fc3213d # Parent e546a7da6d486e1bc6c6da09ce7188a5796dff34 api: use generic names for analysis api diff -r e546a7da6d48 -r

Re: [x265] [PATCH 1 of 4] add intra-inter data structures and param options

2014-09-09 Thread Steve Borho
On 09/09, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410244210 -19800 # Tue Sep 09 12:00:10 2014 +0530 # Node ID a6d18c4bfccdb31af03b1c21cb9e15cf20ed34fe # Parent c4fb044c901b8a996f79797be29c894aaf3dcf83 add

Re: [x265] [PATCH 4 of 4] cli: add cli options analysis-out and analysis-in

2014-09-09 Thread Steve Borho
On 09/09, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410252991 -19800 # Tue Sep 09 14:26:31 2014 +0530 # Node ID e546a7da6d486e1bc6c6da09ce7188a5796dff34 # Parent 3c02887100033f399135f2a774d8253eecb971e3 cli: add cli

Re: [x265] [PATCH 4 of 4] cli: add cli options analysis-out and analysis-in

2014-09-09 Thread Sagar Kotecha
On Tue, Sep 9, 2014 at 4:54 PM, Steve Borho st...@borho.org wrote: On 09/09, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410252991 -19800 # Tue Sep 09 14:26:31 2014 +0530 # Node ID

Re: [x265] [PATCH 4 of 4] cli: add cli options analysis-out and analysis-in

2014-09-09 Thread Steve Borho
On 09/09, Sagar Kotecha wrote: On Tue, Sep 9, 2014 at 4:54 PM, Steve Borho st...@borho.org wrote: On 09/09, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410252991 -19800 # Tue Sep 09 14:26:31 2014 +0530 #

[x265] [PATCH] analysis: modified compressInterCU_rd0_4() with CU-specific information

2014-09-09 Thread ashok
# HG changeset patch # User Ashok Kumar Mishraas...@multicorewareinc.com # Date 1410273159 -19800 # Tue Sep 09 20:02:39 2014 +0530 # Node ID d69e3f31b5803293bf2b4db078ae04ed9bb12961 # Parent 44cb33846e0ed693966cb15c1e86a702647cfa4a analysis: modified compressInterCU_rd0_4() with CU-specific

Re: [x265] [PATCH] copy_cnt_8 AVX2 asm code, as per new interface

2014-09-09 Thread chen
At 2014-09-09 20:23:25,prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1410265389 -19800 # Node ID cbb7e2beff033e441a13cd82bbfd85b362cd6d24 # Parent d011073f35258cb2f0ad95db6038c2d9fb840b27 copy_cnt_8 AVX2 asm code, as per new interface diff -r

Re: [x265] [PATCH] copy_cnt_4: faster AVX2 code

2014-09-09 Thread chen
Most operator is SSE2, just one movu, why we need AVX2 version on 4x4? At 2014-09-09 16:37:23,prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1410251834 -19800 # Node ID d011073f35258cb2f0ad95db6038c2d9fb840b27 # Parent

Re: [x265] [PATCH] copy_cnt_4: enable fast non zero coefficient count path

2014-09-09 Thread chen
this code disable because Xeon crash, keep it as a choice by user At 2014-09-09 13:38:17,prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1410241079 -19800 # Node ID 7510b362ca969d850d33b10acb37f3e5a6d6b7dc # Parent 91e5893dc024ccfcdec04cef5e8832c80632ee0a

[x265] [PATCH] rc: use m_frameDuration instead of rce-frameDuration to derive complexity for each frame in 2nd pass

2014-09-09 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1410286718 -19800 # Tue Sep 09 23:48:38 2014 +0530 # Node ID 578c99cc5f5f7073bbe38325c8c9a70680ea48a5 # Parent 491e74c58e51cd5dd0078303bc7baebc72b1beed rc: use m_frameDuration instead of rce-frameDuration to derive complexity for each

[x265] Fwd: [PATCH] copy_cnt_4: faster AVX2 code

2014-09-09 Thread Praveen Tiwari
-- Forwarded message -- From: chen chenm...@163.com Date: Tue, Sep 9, 2014 at 10:17 AM Subject: Re: [x265] [PATCH] copy_cnt_4: faster AVX2 code To: Development for x265 x265-devel@videolan.org Most operator is SSE2, just one movu, why we need AVX2 version on 4x4? what about

[x265] [PATCH] asm: avx2 assembly code for dct16

2014-09-09 Thread yuvaraj
# HG changeset patch # User Yuvaraj Venkateshyuva...@multicorewareinc.com # Date 1410326730 -19800 # Wed Sep 10 10:55:30 2014 +0530 # Node ID 51a8c9ee33cbf7e0ff6b3bcf410da569908a37dd # Parent 3fc141aa74b5e1de23cc6baa0c78759897c168e8 asm: avx2 assembly code for dct16 diff -r 3fc141aa74b5 -r

[x265] [PATCH] copy_cnt_8, AVX2 asm code as per new interface, performance improved from 5.13x to 7.59x on HASWELL-I5

2014-09-09 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1410328371 -19800 # Node ID d29cb300975a491287abdfb6abd2a9d3141e99f0 # Parent 408e2e6f0f709525cedb784a65386a116f2d3d00 copy_cnt_8, AVX2 asm code as per new interface, performance improved from 5.13x to 7.59x on HASWELL-I5 diff -r 408e2e6f0f70 -r