Tier-2 coding.
More...
#include <T2Decode.h>
|
| bool | decode_packet (TileCodingParams *tcp, PacketIter *pi, ChunkBuffer *src_buf, uint64_t *data_read) |
| | Decode a packet of a tile from a source buffer. More...
|
| |
| bool | skip_packet (TileCodingParams *p_tcp, PacketIter *p_pi, ChunkBuffer *src_buf, uint64_t *p_data_read) |
| |
| bool | read_packet_header (TileCodingParams *p_tcp, PacketIter *p_pi, bool *p_is_data_present, ChunkBuffer *src_buf, uint64_t *p_data_read) |
| |
| bool | read_packet_data (grk_resolution *l_res, PacketIter *p_pi, ChunkBuffer *src_buf, uint64_t *p_data_read) |
| |
| bool | skip_packet_data (grk_resolution *l_res, PacketIter *p_pi, uint64_t *p_data_read, uint64_t max_length) |
| |
◆ T2Decode()
◆ decode_packet()
Decode a packet of a tile from a source buffer.
- Parameters
-
| tcp | Tile coding parameters |
| pi | Packet iterator |
| src_buf | source buffer |
| data_read | amount of data read |
- Returns
- true if packet was successfully decoded
◆ decode_packets()
| bool grk::T2Decode::decode_packets |
( |
uint16_t |
tileno, |
|
|
ChunkBuffer * |
src_buf, |
|
|
uint64_t * |
data_read |
|
) |
| |
Decode the packets of a tile from a source buffer.
- Parameters
-
| tileno | number that identifies the tile for which to decompress the packets |
| src_buf | source buffer |
| data_read | amount of data read |
- Returns
- true if successful
◆ read_packet_data()
◆ read_packet_header()
◆ skip_packet()
◆ skip_packet_data()
| bool grk::T2Decode::skip_packet_data |
( |
grk_resolution * |
l_res, |
|
|
PacketIter * |
p_pi, |
|
|
uint64_t * |
p_data_read, |
|
|
uint64_t |
max_length |
|
) |
| |
|
private |
◆ tileProcessor
The documentation for this struct was generated from the following file: