Re: [x265] [PATCH 1/2] weight prediction: use sqrtf

2014-03-06 Thread Rafaël Carré
On 03/05/14 18:06, Steve Borho wrote: On Wed, Mar 5, 2014 at 4:38 AM, Rafaël Carré fun...@videolan.org wrote: --- source/encoder/weightPrediction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/encoder/weightPrediction.cpp

Re: [x265] [PATCH 1/2] weight prediction: use sqrtf

2014-03-06 Thread Steve Borho
On Thu, Mar 6, 2014 at 11:44 AM, Rafaël Carré fun...@videolan.org wrote: On 03/05/14 18:06, Steve Borho wrote: On Wed, Mar 5, 2014 at 4:38 AM, Rafaël Carré fun...@videolan.org wrote: --- source/encoder/weightPrediction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [x265] [PATCH 1/2] weight prediction: use sqrtf

2014-03-06 Thread Rafaël Carré
On 03/06/14 18:56, Steve Borho wrote: On Thu, Mar 6, 2014 at 11:44 AM, Rafaël Carré fun...@videolan.org wrote: On 03/05/14 18:06, Steve Borho wrote: On Wed, Mar 5, 2014 at 4:38 AM, Rafaël Carré fun...@videolan.org wrote: --- source/encoder/weightPrediction.cpp | 2 +- 1 file changed, 1

Re: [x265] [PATCH 1/2] weight prediction: use sqrtf

2014-03-06 Thread Steve Borho
On Thu, Mar 6, 2014 at 1:04 PM, Rafaël Carré fun...@videolan.org wrote: On 03/06/14 18:56, Steve Borho wrote: On Thu, Mar 6, 2014 at 11:44 AM, Rafaël Carré fun...@videolan.org wrote: On 03/05/14 18:06, Steve Borho wrote: On Wed, Mar 5, 2014 at 4:38 AM, Rafaël Carré fun...@videolan.org wrote:

[x265] [PATCH 1/2] weight prediction: use sqrtf

2014-03-05 Thread Rafaël Carré
--- source/encoder/weightPrediction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/encoder/weightPrediction.cpp b/source/encoder/weightPrediction.cpp index c04361a..c0710fd 100644 --- a/source/encoder/weightPrediction.cpp +++ b/source/encoder/weightPrediction.cpp