[x265] [PATCH] Save intra mode in lowres
Nicolas Morey-Chaisemartin
nmorey at kalray.eu
Thu Oct 30 18:05:12 CET 2014
On 10/30/2014 05:07 PM, Steve Borho wrote:
> On 10/30, Nicolas Morey-Chaisemartin wrote:
>> # HG changeset patch
>> # User Nicolas Morey-Chaisemartin <nmorey at kalray.eu>
>> # Date 1414664871 -3600
>> # Thu Oct 30 11:27:51 2014 +0100
>>
>> Save intra mode in lowres
> I assume this is a precursor to a --superfast-intra param. It seems
> innocuous enough but I leaning towards uint8_t storage to minimize the
> memory impact.
>
It also makes it more homogeneous with Inter predictions as MV are stored.
I don't plan on implementing a superfast intra right now but it would make sense to add one.
I agree uint8_t makes more sense. I'll send an update right now.
More information about the x265-devel
mailing list