Re: [x265] [PATCH] testbench: Change error range in check_ssim_end4 from 0.0001 to 0.001

2016-02-11 Thread Ramya Sriraman
To correct an error spotted by our smoke tests on Darwin.For a particular case where the seed is 56B3EFA7 in 12 bit build and for a one particular input buffer, the primitive fails because the difference in the C and ASM values is more than 0.0001. The ASM function uses the same algo as C. Thank

Re: [x265] [PATCH] testbench: Change error range in check_ssim_end4 from 0.0001 to 0.001

2016-02-11 Thread chen
The LLVM maybe optimize and reorder float operators, it give us different output with GCC/MSVC. At 2016-02-11 15:57:02,"Pradeep Ramachandran" wrote: Why is this necessary? Pradeep. On Thu, Feb 11, 2016 at 1:04 PM, wrote: # HG

[x265] [PATCH] Add x265_rc_stats structure to collect rc data for each frame

2016-02-11 Thread Divya Manivannan
# HG changeset patch # User Divya Manivannan # Date 1454681600 -19800 # Fri Feb 05 19:43:20 2016 +0530 # Node ID 5de8de77a68efc03cc5c06f3d8ff226914399af6 # Parent 822782933427f19e76b34f340a3c52fb4bc95424 Add x265_rc_stats structure to collect rc data for each

Re: [x265] [PATCH] arm: Implement blockcopy_pp_NxN_neon

2016-02-11 Thread chen
At 2016-02-11 17:54:45,radhakrish...@multicorewareinc.com wrote: ># HG changeset patch ># User radhakrish...@multicorewareinc.com ># Date 1455183020 -19800 ># Thu Feb 11 15:00:20 2016 +0530 ># Node ID 4f5720ccaf1aa04868054636f14dce8ea65390ad ># Parent

[x265] [PATCH] arm: Implement blockcopy_pp_NxN_neon

2016-02-11 Thread radhakrishnan
# HG changeset patch # User radhakrish...@multicorewareinc.com # Date 1455183020 -19800 # Thu Feb 11 15:00:20 2016 +0530 # Node ID 4f5720ccaf1aa04868054636f14dce8ea65390ad # Parent a2ff6747eaf7b25102f27f808cf5526f441df488 arm: Implement blockcopy_pp_NxN_neon diff -r a2ff6747eaf7 -r

Re: [x265] [PATCH] arm: Implement blockcopy_pp_NxN_neon

2016-02-11 Thread Dnyaneshwar Gorade
On Thu, Feb 11, 2016 at 5:30 PM, chen wrote: > > At 2016-02-11 17:54:45,radhakrish...@multicorewareinc.com wrote: > ># HG changeset patch > ># User radhakrish...@multicorewareinc.com > ># Date 1455183020 -19800 > ># Thu Feb 11 15:00:20 2016 +0530 > ># Node ID