Automatic Color Enhancement
Variables
slopecoeff_inc.c File Reference

ACE polynomial slope coefficient tables. More...

Go to the source code of this file.

Variables

static const float slope_coeff_3 []
 
static const float slope_coeff_5 []
 
static const float slope_coeff_7 []
 
static const float slope_coeff_9 []
 
static const float slope_coeff_11 []
 

Detailed Description

ACE polynomial slope coefficient tables.

Author
Pascal Getreuer getre.nosp@m.uer@.nosp@m.gmail.nosp@m..com

L^infinity-optimal degree 3-11 polynomial coefficients computed with CVX http://cvxr.com/cvx/. Since polynomials are odd, only the odd term coefficients are stored.

Definition in file slopecoeff_inc.c.