pub type opj_packet_info_t = opj_packet_info;
Expand description

Index structure : Information concerning a packet inside tile

Aliased Type§

struct opj_packet_info_t {
    pub start_pos: i64,
    pub end_ph_pos: i64,
    pub end_pos: i64,
    pub disto: f64,
}

Fields§

§start_pos: i64

packet start position (including SOP marker if it exists)

§end_ph_pos: i64

end of packet header position (including EPH marker if it exists)

§end_pos: i64

packet end position

§disto: f64

packet distorsion