diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-07-13 13:07:07 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-07-13 13:07:07 +0000 |
| commit | 5dec8bbbe9eb29454d0b1721ff137a9f98752449 (patch) | |
| tree | b6a03cbf55263f43e367474179bbae6e26373306 /libopenjpeg/tcd.h | |
| parent | 4a50efe542e2c5a7ed32151f3124bd229ae70d1e (diff) | |
Diffstat (limited to 'libopenjpeg/tcd.h')
| -rw-r--r-- | libopenjpeg/tcd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h index ae667098..836926d6 100644 --- a/libopenjpeg/tcd.h +++ b/libopenjpeg/tcd.h @@ -234,6 +234,7 @@ Initialize the tile decoder @param cp Coding parameters */ void tcd_malloc_decode(opj_tcd_t *tcd, opj_image_t * image, opj_cp_t * cp); +void tcd_malloc_decode_tile(opj_tcd_t *tcd, opj_image_t * image, opj_cp_t * cp, int tileno); void tcd_makelayer_fixed(opj_tcd_t *tcd, int layno, int final); void tcd_rateallocate_fixed(opj_tcd_t *tcd); void tcd_makelayer(opj_tcd_t *tcd, int layno, double thresh, int final); @@ -261,6 +262,7 @@ Free the memory allocated for decoding @param tcd TCD handle */ void tcd_free_decode(opj_tcd_t *tcd); +void tcd_free_decode_tile(opj_tcd_t *tcd, int tileno); /* ----------------------------------------------------------------------- */ /*@}*/ |
