OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jp2
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.c
42
/** @defgroup
JP2
JP2
- JPEG-2000 file format reader/writer */
56
* @param
jp2
the jpeg2000 file codec.
62
static OPJ_BOOL opj_jp2_read_ihdr( opj_jp2_t *
jp2
,
70
* @param
jp2
jpeg2000 file codec.
75
static OPJ_BYTE * opj_jp2_write_ihdr(opj_jp2_t *
jp2
,
81
* @param
jp2
jpeg2000 file codec.
86
static OPJ_BYTE * opj_jp2_write_bpcc( opj_jp2_t *
jp2
,
93
* @param
jp2
the jpeg2000 file codec.
99
static OPJ_BOOL opj_jp2_read_bpcc( opj_jp2_t *
jp2
,
2577
opj_
jp2
_t *
jp2
= (opj_
jp2
_t*)opj_malloc(sizeof(opj_
jp2
_t));
local
[
all
...]
jp2.h
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)
[
all
...]
Completed in 451 milliseconds