OpenJPEG
1.5.1
|
EPC (Error Protection Capability) Marker segment. More...
#include <jpwl.h>
Data Fields | |
opj_bool | esd_on |
is ESD active? More... | |
opj_bool | red_on |
is RED active? More... | |
opj_bool | epb_on |
is EPB active? More... | |
opj_bool | info_on |
are informative techniques active? More... | |
Marker segment fields | |
unsigned short int | Lepc |
two bytes for the length of EPC MS, exluding the marker itself (9 to 65535 bytes) More... | |
unsigned short int | Pcrc |
two bytes, CRC for the EPC, excluding Pcrc itself More... | |
unsigned long int | DL |
four bytes, the codestream length from SOC to EOC More... | |
unsigned char | Pepc |
one byte, signals JPWL techniques adoption More... | |
unsigned char * | data |
EPC data, variable length. More... | |
EPC (Error Protection Capability) Marker segment.
unsigned char* jpwl_epc_ms::data |
EPC data, variable length.
unsigned long int jpwl_epc_ms::DL |
four bytes, the codestream length from SOC to EOC
Referenced by jpwl_dump_marks(), jpwl_epc_create(), and jpwl_epc_write().
opj_bool jpwl_epc_ms::epb_on |
is EPB active?
Referenced by jpwl_epc_create().
opj_bool jpwl_epc_ms::esd_on |
is ESD active?
Referenced by jpwl_epc_create().
opj_bool jpwl_epc_ms::info_on |
are informative techniques active?
Referenced by jpwl_epc_create().
unsigned short int jpwl_epc_ms::Lepc |
two bytes for the length of EPC MS, exluding the marker itself (9 to 65535 bytes)
Referenced by jpwl_epc_create(), jpwl_epc_write(), and jpwl_prepare_marks().
unsigned short int jpwl_epc_ms::Pcrc |
two bytes, CRC for the EPC, excluding Pcrc itself
Referenced by jpwl_dump_marks(), jpwl_epc_create(), and jpwl_epc_write().
unsigned char jpwl_epc_ms::Pepc |
one byte, signals JPWL techniques adoption
Referenced by jpwl_epc_create(), and jpwl_epc_write().
opj_bool jpwl_epc_ms::red_on |
is RED active?
Referenced by jpwl_epc_create().