OpenJPEG  1.5.1
Data Fields
opj_packet_info Struct Reference

Index structure : Information concerning a packet inside tile. More...

#include <openjpeg.h>

Data Fields

int start_pos
 packet start position (including SOP marker if it exists) More...
 
int end_ph_pos
 end of packet header position (including EPH marker if it exists) More...
 
int end_pos
 packet end position More...
 
double disto
 packet distorsion More...
 

Detailed Description

Index structure : Information concerning a packet inside tile.

Field Documentation

double opj_packet_info::disto

packet distorsion

Referenced by jpwl_esd_fill(), and t2_encode_packet().

int opj_packet_info::end_ph_pos

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().

int opj_packet_info::end_pos
int opj_packet_info::start_pos

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().


The documentation for this struct was generated from the following file: