Lines Matching defs:opj_cp
347 typedef struct opj_cp { struct
351 OPJ_UINT16 rsiz;
353 OPJ_UINT32 tx0; /* MSD see norm */
355 OPJ_UINT32 ty0; /* MSD see norm */
357 OPJ_UINT32 tdx;
359 OPJ_UINT32 tdy;
361 OPJ_CHAR *comment;
363 OPJ_UINT32 tw;
365 OPJ_UINT32 th;
368 OPJ_UINT32 ppm_markers_count;
370 opj_ppx* ppm_markers;
373 OPJ_BYTE *ppm_data;
375 OPJ_UINT32 ppm_len;
377 OPJ_UINT32 ppm_data_read;
379 OPJ_BYTE *ppm_data_current;
382 OPJ_BYTE *ppm_buffer;
384 OPJ_BYTE *ppm_data_first;
386 OPJ_UINT32 ppm_data_size;
388 OPJ_INT32 ppm_store;
390 OPJ_INT32 ppm_previous;
393 opj_tcp_t *tcps;
395 union {
399 m_specific_param;
405 OPJ_BOOL epc_on;
407 OPJ_BOOL epb_on;
409 OPJ_BOOL esd_on;
411 OPJ_BOOL info_on;
413 OPJ_BOOL red_on;
415 int hprot_MH;
417 int hprot_TPH_tileno[JPWL_MAX_NO_TILESPECS];
419 int hprot_TPH[JPWL_MAX_NO_TILESPECS];
421 int pprot_tileno[JPWL_MAX_NO_PACKSPECS];
423 int pprot_packno[JPWL_MAX_NO_PACKSPECS];
425 int pprot[JPWL_MAX_NO_PACKSPECS];
427 int sens_size;
429 int sens_addr;
454 } opj_cp_t; argument