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

2014-09-16 Thread Deepthi Nandakumar
Ok, thanks. please send a follow-on patch cleaning up both encodeCU and compressCu functions. On Tue, Sep 16, 2014 at 11:32 AM, Santhoshini Sekar santhosh...@multicorewareinc.com wrote: On Tue, Sep 16, 2014 at 10:56 AM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: On Tue, Sep

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

2014-09-16 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar santhosh...@multicorewareinc.com # Date 1410848612 -19800 # Tue Sep 16 11:53:32 2014 +0530 # Node ID 74b5192133a548c492b8b2cb34dde8242107900e # Parent 7e29b10982d2eb7fd79f581d6f04184522ba analysis: add CU specific details to encodeCU() diff

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

2014-09-16 Thread Praveen Tiwari
-- Forwarded message -- From: Steve Borho st...@borho.org Date: Mon, Sep 15, 2014 at 4:28 PM Subject: Re: [x265] [PATCH] denoiseDct: unit test code To: Development for x265 x265-devel@videolan.org On 09/15, prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen

[x265] [PATCH] denoiseDct: test bench code

2014-09-16 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1410850230 -19800 # Node ID 4459645048ab655734a7544c7b10d904bb8d9e46 # Parent 1de67321275e70d510f0df3d5b7d4b9d391a1e66 denoiseDct: test bench code diff -r 1de67321275e -r 4459645048ab source/test/mbdstharness.cpp ---

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

2014-09-16 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410852729 -19800 # Tue Sep 16 13:02:09 2014 +0530 # Node ID b9b5032d1608b04e6969cad794e9d31a07813168 # Parent 67ee212bbf78f7192e5c5af6b53304468bfa55b1 add fanout validation module to check param compatibility diff

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

2014-09-16 Thread Sagar Kotecha
Ignore patch. With Regards, Sagar On Tue, Sep 16, 2014 at 1:06 PM, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410852729 -19800 # Tue Sep 16 13:02:09 2014 +0530 # Node ID b9b5032d1608b04e6969cad794e9d31a07813168 #

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

2014-09-16 Thread gopu
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1410857300 -19800 # Tue Sep 16 14:18:20 2014 +0530 # Node ID 61dc8322e6c0af444ba591755c299b945e1e423a # Parent 1de67321275e70d510f0df3d5b7d4b9d391a1e66 analysis: Intra picture estimation information sharing when

[x265] [PATCH] rc: fixes for 2 pass + vbv to calculate frameSizePlanned accurately

2014-09-16 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1410757433 -19800 # Mon Sep 15 10:33:53 2014 +0530 # Node ID 49c54a540cc237659416be7d5fb53241fb0094e4 # Parent 1de67321275e70d510f0df3d5b7d4b9d391a1e66 rc: fixes for 2 pass + vbv to calculate frameSizePlanned accurately. diff -r

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

2014-09-16 Thread Steve Borho
On 09/16, Gopu Govindaswamy wrote: On Mon, Sep 15, 2014 at 4:10 PM, Steve Borho st...@borho.org wrote: We should probably also be setting the analysis pointers to NULL in the input picture structure prior to returning from x265_encoder_encode() so they do not accidentally re-use the same

[x265] [PATCH] analysis: intra picture estimation (mode and split decision)information sharing

2014-09-16 Thread gopu
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1410866456 -19800 # Tue Sep 16 16:50:56 2014 +0530 # Node ID 717ea14104cf32bbcafe8e9b8ddef17867807936 # Parent 1de67321275e70d510f0df3d5b7d4b9d391a1e66 analysis: intra picture estimation (mode and split

[x265] [PATCH] denoiseDct test code: fixed typo

2014-09-16 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1410867512 -19800 # Node ID 6799ab5e72c7ddbff09638573a730e84c300ebb3 # Parent 4459645048ab655734a7544c7b10d904bb8d9e46 denoiseDct test code: fixed typo diff -r 4459645048ab -r 6799ab5e72c7 source/test/mbdstharness.cpp ---

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

2014-09-16 Thread Steve Borho
On 09/16, santhosh...@multicorewareinc.com wrote: # HG changeset patch # User Santhoshini Sekar santhosh...@multicorewareinc.com # Date 1410848612 -19800 # Tue Sep 16 11:53:32 2014 +0530 # Node ID 74b5192133a548c492b8b2cb34dde8242107900e # Parent

Re: [x265] [PATCH] api: do not reuse the analysisData buffer for more then one picture, set it NULL

2014-09-16 Thread Steve Borho
On 09/16, g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1410868013 -19800 # Tue Sep 16 17:16:53 2014 +0530 # Node ID 23233e9d7fb9ddb13685fe12f23cf8bbed74c0eb # Parent 717ea14104cf32bbcafe8e9b8ddef17867807936 api: do not

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

2014-09-16 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410870006 -19800 # Tue Sep 16 17:50:06 2014 +0530 # Node ID fa9246f437db2bb6726285ea8bfc65e742aba9ec # Parent 1de67321275e70d510f0df3d5b7d4b9d391a1e66 add fanout validation module to check param compatibility diff