|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
Public Types | |
| enum | colour_format : ui32 { VW_COLOUR_FORMAT_400 = 0 , VW_COLOUR_FORMAT_420 = 1 , VW_COLOUR_FORMAT_422 = 2 , VW_COLOUR_FORMAT_444 = 3 , VW_COLOUR_FORMAT_ERROR = 4 } |
| using | comp_type = param_qcd::comp_type |
Static Public Member Functions | |
| static colour_format | get_format (const point &component_subsampling) |
| static const float * | get_weights (ui32 format, ui32 comp_type) |
| static const float * | get_no_weights () |
| static float | get_weight (const float *v, ui32 decomposition_level, ui32 subband_idx) |
| static float | get_gain (ui32 comp_type) |
| static float | get_delta_ref (ui32 qfactor, ui32 bit_depth, float &power) |
Static Private Attributes | |
| static const float | cb420 [19] |
| static const float | cr420 [19] |
| static const float | cb422 [19] |
| static const float | cr422 [19] |
| static const float | cb444 [19] |
| static const float | cr444 [19] |
| static const float | y [19] |
| static const float | no_weights [19] |
Definition at line 599 of file ojph_params.cpp.
Definition at line 610 of file ojph_params.cpp.
| Enumerator | |
|---|---|
| VW_COLOUR_FORMAT_400 | |
| VW_COLOUR_FORMAT_420 | |
| VW_COLOUR_FORMAT_422 | |
| VW_COLOUR_FORMAT_444 | |
| VW_COLOUR_FORMAT_ERROR | |
Definition at line 602 of file ojph_params.cpp.
|
inlinestatic |
Definition at line 690 of file ojph_params.cpp.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
inlinestatic |
Definition at line 613 of file ojph_params.cpp.
References VW_COLOUR_FORMAT_420, VW_COLOUR_FORMAT_422, VW_COLOUR_FORMAT_444, VW_COLOUR_FORMAT_ERROR, ojph::point::x, and ojph::point::y.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
inlinestatic |
Definition at line 675 of file ojph_params.cpp.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
inlinestatic |
Definition at line 656 of file ojph_params.cpp.
References no_weights.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
inlinestatic |
Definition at line 659 of file ojph_params.cpp.
References ojph_min.
Referenced by ojph::local::param_qcd::set_irrev_quant().
Definition at line 626 of file ojph_params.cpp.
References cb420, cb422, cb444, cr420, cr422, cr444, VW_COLOUR_FORMAT_420, VW_COLOUR_FORMAT_422, VW_COLOUR_FORMAT_444, and y.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
staticprivate |
Definition at line 727 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 729 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 731 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 728 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 730 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 732 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 734 of file ojph_params.cpp.
Referenced by get_no_weights().
|
staticprivate |
Definition at line 733 of file ojph_params.cpp.
Referenced by get_weights().