Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:jp2

39 @file jp2.h
40 @brief The JPEG-2000 file format Reader/Writer (JP2)
44 /** @defgroup JP2 JP2 - JPEG-2000 file format reader/writer */
51 #define JP2_JP2H 0x6a703268 /**< JP2 header box (super-box) */
145 JP2 component
185 as we write out a JP2 file to disk. This mecanism is not flexible
202 JP2 Box
215 OPJ_BOOL (*handler) ( opj_jp2_t *jp2,
226 OPJ_BYTE* (*handler) (opj_jp2_t *jp2, OPJ_UINT32 * p_data_size);
240 Decoding parameters are returned in jp2->j2k->cp.
241 @param jp2 JP2 decompressor handle
244 void opj_jp2_setup_decoder(opj_jp2_t *jp2, opj_dparameters_t *parameters);
248 * @param jp2 JP2 decompressor handle
255 OPJ_BOOL opj_jp2_decode(opj_jp2_t *jp2,
262 * Coding parameters are returned in jp2->j2k->cp.
264 * @param jp2 JP2 compressor handle
270 OPJ_BOOL opj_jp2_setup_encoder( opj_jp2_t *jp2,
277 @param jp2 JP2 compressor handle
282 OPJ_BOOL opj_jp2_encode( opj_jp2_t *jp2,
290 * @param jp2 the jpeg2000 file codec.
297 OPJ_BOOL opj_jp2_start_compress(opj_jp2_t *jp2,
307 OPJ_BOOL opj_jp2_end_compress( opj_jp2_t *jp2,
317 OPJ_BOOL opj_jp2_end_decompress(opj_jp2_t *jp2,
325 * @param jp2 the jpeg2000 file header structure.
332 opj_jp2_t *jp2,
405 Destroy a JP2 decompressor handle
406 @param jp2 JP2 decompressor handle to destroy
408 void opj_jp2_destroy(opj_jp2_t *jp2);
450 * Dump some elements from the JP2 decompression structure .
452 *@param p_jp2 the jp2 codec.
462 *@param p_jp2 jp2 codec.
471 *@param p_jp2 jp2 codec.