#include <openjpeg.h>
Data Fields | |
int | start_pos |
packet start position (including SOP marker if it exists) | |
int | end_ph_pos |
end of packet header position (including EPH marker if it exists) | |
int | end_pos |
packet end position | |
double | disto |
packet distorsion |
packet start position (including SOP marker if it exists)
Referenced by j2k_write_sod(), jpwl_esd_fill(), jpwl_prepare_marks(), jpwl_update_info(), t2_decode_packets(), t2_encode_packets(), write_phixfaix(), and write_ppixfaix().
end of packet header position (including EPH marker if it exists)
Referenced by jpwl_update_info(), t2_decode_packet(), t2_decode_packets(), t2_encode_packet(), t2_encode_packets(), write_phixfaix(), and write_ppixfaix().
packet end position
Referenced by j2k_write_sod(), jpwl_esd_fill(), jpwl_prepare_marks(), jpwl_update_info(), t2_decode_packets(), t2_encode_packets(), and write_ppixfaix().
double opj_packet_info::disto |