Tier-2 coding.
More...
#include <T2Encode.h>
|
| | T2Encode (TileProcessor *tileProc) |
| |
| bool | encode_packets (uint16_t tileno, uint32_t maxlayers, BufferedStream *stream, uint32_t *p_data_written, uint32_t tpnum, uint32_t tppos, uint32_t pino) |
| |
| bool | encode_packets_simulate (uint16_t tileno, uint32_t maxlayers, uint32_t *p_data_written, uint32_t max_len, uint32_t tppos, PacketLengthMarkers *markers) |
| | Simulate encoding packets of a tile to a destination buffer. More...
|
| |
◆ T2Encode()
◆ encode_packet()
Encode a packet of a tile to a destination buffer.
- Parameters
-
| tcp | Tile coding parameters |
| pi | packet iterator |
| stream | stream |
| p_data_written | amount of data written |
| cstr_info | Codestream information structure |
- Returns
◆ encode_packet_simulate()
Encode a packet of a tile to a destination buffer.
- Parameters
-
| tcp | Tile coding parameters |
| pi | packet iterator |
| p_data_written | amount of data written |
| len | Length of the destination buffer |
- Returns
◆ encode_packets()
| bool grk::T2Encode::encode_packets |
( |
uint16_t |
tileno, |
|
|
uint32_t |
maxlayers, |
|
|
BufferedStream * |
stream, |
|
|
uint32_t * |
p_data_written, |
|
|
uint32_t |
tpnum, |
|
|
uint32_t |
tppos, |
|
|
uint32_t |
pino |
|
) |
| |
◆ encode_packets_simulate()
| bool grk::T2Encode::encode_packets_simulate |
( |
uint16_t |
tileno, |
|
|
uint32_t |
maxlayers, |
|
|
uint32_t * |
p_data_written, |
|
|
uint32_t |
max_len, |
|
|
uint32_t |
tppos, |
|
|
PacketLengthMarkers * |
markers |
|
) |
| |
Simulate encoding packets of a tile to a destination buffer.
- Parameters
-
| tileno | number of the tile encoded |
| maxlayers | maximum number of layers |
| p_data_written | amount of data written |
| max_ | the max length of the destination buffer |
| tppos | The position of the tile part flag in the progression order |
◆ tileProcessor
The documentation for this struct was generated from the following file: