[x265] [PATCH] analysis: remove redundant arguments, clean up variable names

2014-09-15 Thread deepthi
# HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1410765485 -19800 # Mon Sep 15 12:48:05 2014 +0530 # Node ID 74cc03eb75c49eec3f6b2d8b29d07f0f99bbffbf # Parent d8394dcfb62084a89c768e72ebe2fa8ba25d2c6a analysis: remove redundant arguments, clean up variable

[x265] [PATCH] asm: fix mismatch due to dct32 avx2 assembly code

2014-09-15 Thread murugan
# HG changeset patch # User Murugan Vairavel muru...@multicorewareinc.com # Date 1410769025 -19800 # Mon Sep 15 13:47:05 2014 +0530 # Node ID b5fb734517c0fb2c0ea5f42d93c1cf944f171703 # Parent 184e56afa951815f4e295b4fcce094ee03361a2e asm: fix mismatch due to dct32 avx2 assembly code diff -r

[x265] [PATCH] analysis: Intra picture estimation information sharing

2014-09-15 Thread gopu
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1410770251 -19800 # Mon Sep 15 14:07:31 2014 +0530 # Node ID 9db768fa41ad927c66c1dc4ae446953862052ce4 # Parent 184e56afa951815f4e295b4fcce094ee03361a2e analysis: Intra picture estimation information sharing when

[x265] [PATCH] denoiseDct: unit test code

2014-09-15 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1410775657 -19800 # Node ID 36f5477f54ba8047f9abc1b42c5b56c6d223dc5a # Parent 184e56afa951815f4e295b4fcce094ee03361a2e denoiseDct: unit test code diff -r 184e56afa951 -r 36f5477f54ba source/test/mbdstharness.cpp --- a/source/test/mbdstharness.cpp

Re: [x265] [PATCH] analysis: Intra picture estimation information sharing

2014-09-15 Thread Steve Borho
On 09/15, g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1410770251 -19800 # Mon Sep 15 14:07:31 2014 +0530 # Node ID 9db768fa41ad927c66c1dc4ae446953862052ce4 # Parent 184e56afa951815f4e295b4fcce094ee03361a2e analysis:

[x265] [PATCH] rc: bug fix for 2 pass when bframes = 0. fixes Issue #77

2014-09-15 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1410777510 -19800 # Mon Sep 15 16:08:30 2014 +0530 # Node ID 61c954214181de50f1ca7eb38cda1185590656cc # Parent b5fb734517c0fb2c0ea5f42d93c1cf944f171703 rc: bug fix for 2 pass when bframes = 0. fixes Issue #77 diff -r b5fb734517c0 -r

[x265] [PATCH] rc: check for changes in scenecut input between multiple passes

2014-09-15 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1410777592 -19800 # Mon Sep 15 16:09:52 2014 +0530 # Node ID 77a3d4f4edd38db89f8a6bbb73381405e0bdd959 # Parent 61c954214181de50f1ca7eb38cda1185590656cc rc: check for changes in scenecut input between multiple passes. wpp/no-wpp doesn't

Re: [x265] [PATCH] denoiseDct: unit test code

2014-09-15 Thread Steve Borho
On 09/15, prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1410775657 -19800 # Node ID 36f5477f54ba8047f9abc1b42c5b56c6d223dc5a # Parent 184e56afa951815f4e295b4fcce094ee03361a2e denoiseDct: unit test code a few nits and questions diff -r 184e56afa951

Re: [x265] [PATCH] Search: remove redundant encode coefficients in intra for performance

2014-09-15 Thread Deepthi Nandakumar
Sorry, the output mismatch was due to asm. Pushed. On Sun, Sep 14, 2014 at 4:35 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: This significantly changes outputs for P and B frames. Higher bitrates and higher SSIM. Lets do full regression testing on this - and compare the

[x265] [PATCH] add fanout validation module to check param compatibility

2014-09-15 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410784964 -19800 # Mon Sep 15 18:12:44 2014 +0530 # Node ID 48ce21d7a0633a2650994d58987c5489608b6c57 # Parent 67ee212bbf78f7192e5c5af6b53304468bfa55b1 add fanout validation module to check param compatibility diff

[x265] [PATCH] param: preset tuning changes

2014-09-15 Thread Steve Borho
# HG changeset patch # User Steve Borho st...@borho.org # Date 1410786013 -7200 # Mon Sep 15 15:00:13 2014 +0200 # Node ID dd060bfda6e57f17aa7663de805db8d3a7ed7edc # Parent dff0cd55b520620ef8a7a9b7f4a7c0861f26b351 param: preset tuning changes 1. disable SAO in superfast Recent changes have

Re: [x265] [PATCH] add fanout validation module to check param compatibility

2014-09-15 Thread Steve Borho
On 09/15, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410784964 -19800 # Mon Sep 15 18:12:44 2014 +0530 # Node ID 48ce21d7a0633a2650994d58987c5489608b6c57 # Parent 67ee212bbf78f7192e5c5af6b53304468bfa55b1 add fanout

[x265] [PATCH] analysis: add CU specific details to encodeCU()

2014-09-15 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar santhosh...@multicorewareinc.com # Date 1410840429 -19800 # Tue Sep 16 09:37:09 2014 +0530 # Node ID 50505472d3e33b775c70f2f373e1c15d17e47e66 # Parent 7e29b10982d2eb7fd79f581d6f04184522ba analysis: add CU specific details to encodeCU() diff

Re: [x265] [PATCH] analysis: add CU specific details to encodeCU()

2014-09-15 Thread Deepthi Nandakumar
Thanks, looks good. On Tue, Sep 16, 2014 at 9:45 AM, santhosh...@multicorewareinc.com wrote: # HG changeset patch # User Santhoshini Sekar santhosh...@multicorewareinc.com # Date 1410840429 -19800 # Tue Sep 16 09:37:09 2014 +0530 # Node ID 50505472d3e33b775c70f2f373e1c15d17e47e66 #