opj_image_t       745 extra_lib/include/openjpeg.h OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(int numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc);
opj_image_t       751 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_image_destroy(opj_image_t *image);
opj_image_t       833 extra_lib/include/openjpeg.h OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t *cio);
opj_image_t       842 extra_lib/include/openjpeg.h OPJ_API opj_image_t* OPJ_CALLCONV opj_decode_with_info(opj_dinfo_t *dinfo, opj_cio_t *cio, opj_codestream_info_t *cstr_info);
opj_image_t       882 extra_lib/include/openjpeg.h OPJ_API void OPJ_CALLCONV opj_setup_encoder(opj_cinfo_t *cinfo, opj_cparameters_t *parameters, opj_image_t *image);
opj_image_t       891 extra_lib/include/openjpeg.h OPJ_API bool OPJ_CALLCONV opj_encode(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, char *index);
opj_image_t       900 extra_lib/include/openjpeg.h OPJ_API bool OPJ_CALLCONV opj_encode_with_info(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, opj_codestream_info_t *cstr_info);
opj_image_t        48 modules/img_in/jp2_dec.c 	opj_image_t *image;