|
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_typecomp_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_typecomp_type) |
| static float | get_delta_ref (float 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 616 of file ojph_params.cpp.
Definition at line 627 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 619 of file ojph_params.cpp.
|
inlinestatic |
Definition at line 707 of file ojph_params.cpp.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
inlinestatic |
Definition at line 630 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 692 of file ojph_params.cpp.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
inlinestatic |
Definition at line 673 of file ojph_params.cpp.
References no_weights.
Referenced by ojph::local::param_qcd::set_irrev_quant().
|
inlinestatic |
Definition at line 676 of file ojph_params.cpp.
References ojph_min.
Referenced by ojph::local::param_qcd::set_irrev_quant().
Definition at line 643 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 745 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 747 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 749 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 746 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 748 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 750 of file ojph_params.cpp.
Referenced by get_weights().
|
staticprivate |
Definition at line 752 of file ojph_params.cpp.
Referenced by get_no_weights().
|
staticprivate |
Definition at line 751 of file ojph_params.cpp.
Referenced by get_weights().