OpenJPH
Open-source implementation of JPEG2000 Part-15
|
Static Public Member Functions | |
static float | get_gain_l (ui32 num_decomp, bool reversible) |
static float | get_gain_h (ui32 num_decomp, bool reversible) |
Static Private Attributes | |
static const float | gain_9x7_l [34] |
static const float | gain_9x7_h [34] |
static const float | gain_5x3_l [34] |
static const float | gain_5x3_h [34] |
Definition at line 430 of file ojph_params.cpp.
|
inlinestatic |
Definition at line 435 of file ojph_params.cpp.
References gain_5x3_h, and gain_9x7_h.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
inlinestatic |
Definition at line 433 of file ojph_params.cpp.
References gain_5x3_l, and gain_9x7_l.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
staticprivate |
Definition at line 442 of file ojph_params.cpp.
Referenced by get_gain_h().
|
staticprivate |
Definition at line 441 of file ojph_params.cpp.
Referenced by get_gain_l().
|
staticprivate |
Definition at line 440 of file ojph_params.cpp.
Referenced by get_gain_h().
|
staticprivate |
Definition at line 439 of file ojph_params.cpp.
Referenced by get_gain_l().