-Werror,-Wunused-macros
Change-Id: I0ac1ba124ba452deeeeaa473ccbbf865e490c447
This commit is contained in:
parent
ae95f93527
commit
392d32856d
1 changed files with 0 additions and 3 deletions
|
@ -66,10 +66,7 @@
|
|||
#define SAL_POLYPOLYPOINTS_STACKBUF 64
|
||||
|
||||
#define DITHER_PAL_DELTA 51
|
||||
#define DITHER_PAL_STEPS 6
|
||||
#define DITHER_PAL_COUNT (DITHER_PAL_STEPS*DITHER_PAL_STEPS*DITHER_PAL_STEPS)
|
||||
#define DITHER_MAX_SYSCOLOR 16
|
||||
#define DITHER_EXTRA_COLORS 1
|
||||
#define DMAP( _def_nVal, _def_nThres ) ((pDitherDiff[_def_nVal]>(_def_nThres))?pDitherHigh[_def_nVal]:pDitherLow[_def_nVal])
|
||||
|
||||
#define SAL_POLY_STACKBUF 32
|
||||
|
|
Loading…
Reference in a new issue