[x265] [PATCH] TComDataCU: replaced functions with tables

Steve Borho steve at borho.org
Fri Jul 18 19:34:54 CEST 2014


On 07/18, ashok at multicorewareinc.com wrote:
> # HG changeset patch
> # User Ashok Kumar Mishra<ashok at multicorewareinc.com>
> # Date 1405691922 -19800
> #      Fri Jul 18 19:28:42 2014 +0530
> # Node ID 2d5b0c143180d37f9533461a805a329703cf72db
> # Parent  75545e34cc09d8fb00342a500cbc1deb2928070c
> TComDataCU: replaced functions with tables

Nicely done.

Queued with a fix for this warning:

x265/source/Lib/TLibCommon/TComDataCU.h:407:58: warning: array subscript is of type 'char' [-Wchar-subscripts]
    uint8_t       getNumPartInter() { return nbPartsTable[m_partSizes[0]]; }

-- 
Steve Borho


More information about the x265-devel mailing list