Re: [x265] [Bug]reconstruction yuv picture diff with HM decoder out

2014-02-17 Thread Deepthi Nandakumar
Hi, On Mon, Feb 17, 2014 at 12:38 PM, z...@rock-chips.com z...@rock-chips.comwrote: hi, x265 members 1. [Bug report] We found that x265 (version 0.7+2-4b8901ae94ece1ac ) recon yuv data diff with HM decode out when config CQP mode with QP=34 and set rd=0 or 1 or 2,I think it's a serious

[x265] [PATCH] testbench: adding seperate input buffer for idct and updated qp value for quant

2014-02-17 Thread murugan
# HG changeset patch # User Murugan Vairavel muru...@multicorewareinc.com # Date 1392639372 -19800 # Mon Feb 17 17:46:12 2014 +0530 # Node ID 85be97320422ca9682272a81f31733b3884efa02 # Parent 314cd7999ba9740c25fad0df91988979650bece6 testbench: adding seperate input buffer for idct and

[x265] [PATCH] asm: 16bpp code for quant and dequant_normal

2014-02-17 Thread murugan
# HG changeset patch # User Murugan Vairavel muru...@multicorewareinc.com # Date 1392639418 -19800 # Mon Feb 17 17:46:58 2014 +0530 # Node ID 85691d6c02e6f7323194ab1b054149dbf940a0d3 # Parent 85be97320422ca9682272a81f31733b3884efa02 asm: 16bpp code for quant and dequant_normal diff -r

[x265] [PATCH] asm : asm routine for chroma_p2s for 4:4:4 color space format

2014-02-17 Thread nabajit
# HG changeset patch # User Nabajit Deka # Date 1392641037 -19800 # Mon Feb 17 18:13:57 2014 +0530 # Node ID f5275ca8f2985bb0daf563738e6071b81967c2cd # Parent ce96cdb390fe26aee6effa731e51303c1d9056b0 asm : asm routine for chroma_p2s for 4:4:4 color space format diff -r ce96cdb390fe -r

[x265] [PATCH] testbench : test bench correction for chroma_p2s

2014-02-17 Thread nabajit
# HG changeset patch # User Nabajit Deka # Date 1392641200 -19800 # Mon Feb 17 18:16:40 2014 +0530 # Node ID 33640c5d8abd33a8d165bb5f32dfab9d478b4c1b # Parent f5275ca8f2985bb0daf563738e6071b81967c2cd testbench : test bench correction for chroma_p2s diff -r f5275ca8f298 -r 33640c5d8abd

Re: [x265] Adding 64 bit building in MSYS to x265/build in repository ?

2014-02-17 Thread Mario *LigH* Rohkrämer
Am 15.02.2014, 18:15 Uhr, schrieb Steve Borho st...@borho.org: I also sent a patch, tagged RFC which added a cross-compile config to the build/msys folder for review. Please try it on your system and see if it works Just tried on a fresh clone. Appears to be working correctly. Switching

Re: [x265] Adding 64 bit building in MSYS to x265/build in repository ?

2014-02-17 Thread Mario *LigH* Rohkrämer
Am 17.02.2014, 15:48 Uhr, schrieb Mario *LigH* Rohkrämer cont...@ligh.de: Am 17.02.2014, 14:54 Uhr, schrieb Mario *LigH* Rohkrämer cont...@ligh.de: Just tried on a fresh clone. Appears to be working correctly. Maybe too optimistic, it appears to crash: Another clarification: Building

Re: [x265] [PATCH] asm : asm routine for chroma_p2s for 4:4:4 color space format

2014-02-17 Thread Steve Borho
On Mon, Feb 17, 2014 at 6:44 AM, naba...@multicorewareinc.com wrote: # HG changeset patch # User Nabajit Deka # Date 1392641037 -19800 # Mon Feb 17 18:13:57 2014 +0530 # Node ID f5275ca8f2985bb0daf563738e6071b81967c2cd # Parent ce96cdb390fe26aee6effa731e51303c1d9056b0 asm : asm