Re: Studying Lossy Image Compression Efficiency

2014-12-25 Thread Philip Chee
On 26/12/2014 08:38, mikethedudishd...@gmail.com wrote: >> color blindness > I know this is a common way to call color vision deficiency, but it's > the wrong term. So called "color blindness" really means you see > colors *differently* than other people, sometimes it means you cannot > see some sh

Re: Studying Lossy Image Compression Efficiency

2014-12-25 Thread mikethedudishdude
> color blindness I know this is a common way to call color vision deficiency, but it's the wrong term. So called "color blindness" really means you see colors *differently* than other people, sometimes it means you cannot see some shades that others do, but it never means you don't see colors.

Re: Getting rid of already_AddRefed?

2014-12-25 Thread smaug
On 12/25/2014 11:22 PM, smaug wrote: On 12/23/2014 11:59 PM, Martin Thomson wrote: On Tue, Dec 23, 2014 at 1:51 PM, L. David Baron wrote: Just to be clear, is your problem the implicit conversion itself or the reference count increment/decrement? The latter -- the problem is that there's a

Re: Getting rid of already_AddRefed?

2014-12-25 Thread smaug
On 12/23/2014 11:59 PM, Martin Thomson wrote: On Tue, Dec 23, 2014 at 1:51 PM, L. David Baron wrote: Just to be clear, is your problem the implicit conversion itself or the reference count increment/decrement? The latter -- the problem is that there's an implicit conversion that has surpris

Re: Getting rid of already_AddRefed?

2014-12-25 Thread Andrew McCreight
On Tue, Dec 23, 2014 at 4:26 PM, Jonas Sicking wrote: > On Tue, Dec 23, 2014 at 1:03 PM, Jeff Walden wrote: > > On 12/23/2014 10:48 AM, L. David Baron wrote: > >> Our convention has always been to pass raw pointers, generally with > >> the assumption that the caller is expected to ensure the poi