/external/opencv3/3rdparty/libjasper/ |
D | jas_image.c | 99 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem); 103 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd); 104 static jas_seqent_t bitstoint(uint_fast32_t v, int prec, bool sgnd); 105 static int putint(jas_stream_t *out, int sgnd, int prec, long val); 106 static int getint(jas_stream_t *in, int sgnd, int prec, long *val); 172 cmptparm->sgnd, inmem))) { in jas_image_create() 300 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem) in jas_image_cmpt_create() argument 317 cmpt->sgnd_ = sgnd; in jas_image_cmpt_create() 672 cmptparm->sgnd, 1))) { in jas_image_addcmpt() 717 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd) in inttobits() argument [all …]
|
D | jas_cm.c | 90 static int jas_cmputint(long **bufptr, int sgnd, int prec, long val); 91 static int jas_cmgetint(long **bufptr, int sgnd, int prec, long *val); 531 bias = fmt->sgnd ? (1 << (fmt->prec - 1)) : 0; in jas_cmxform_apply() 535 if (jas_cmgetint(&dataptr, fmt->sgnd, fmt->prec, &v)) in jas_cmxform_apply() 559 bias = fmt->sgnd ? (1 << (fmt->prec - 1)) : 0; in jas_cmxform_apply() 565 if (jas_cmputint(&dataptr, fmt->sgnd, fmt->prec, v)) in jas_cmxform_apply() 1225 static int jas_cmgetint(long **bufptr, int sgnd, int prec, long *val) in jas_cmgetint() argument 1230 if (sgnd) { in jas_cmgetint() 1243 static int jas_cmputint(long **bufptr, int sgnd, int prec, long val) in jas_cmputint() argument 1246 if (sgnd) { in jas_cmputint()
|
D | jp2_enc.c | 114 int sgnd; in jp2_write_header() local 120 sgnd = jas_image_cmptsgnd(image, 0); in jp2_write_header() 123 if (jas_image_cmptsgnd(image, i) != sgnd || in jp2_write_header()
|
D | jpc_enc.h | 119 bool sgnd; member
|
D | jpc_dec.h | 557 bool sgnd; member
|
D | jpc_dec.c | 459 compinfo->sgnd = cmpt->sgnd; in jpc_dec_process_sot() 1100 adjust = cmpt->sgnd ? 0 : (1 << (cmpt->prec - 1)); in jpc_dec_tiledecode() 1113 mn = cmpt->sgnd ? (-(1 << (cmpt->prec - 1))) : (0); in jpc_dec_tiledecode() 1114 mx = cmpt->sgnd ? ((1 << (cmpt->prec - 1)) - 1) : ((1 << in jpc_dec_tiledecode() 1191 cmpt->sgnd = siz->comps[compno].sgnd; in jpc_dec_process_siz()
|
D | jpc_cs.h | 166 uint_fast8_t sgnd; member
|
D | jpc_cs.c | 514 siz->comps[i].sgnd = (tmp >> 7) & 1; in jpc_siz_getparms() 547 if (jpc_putuint8(out, ((siz->comps[i].sgnd & 1) << 7) | in jpc_siz_putparms() 570 siz->comps[i].sgnd, i, siz->comps[i].hsamp, i, in jpc_siz_dumpparms()
|
D | jpc_enc.c | 417 ccp->sgnd = jas_image_cmptsgnd(image, cmptno); in cp_create() 947 siz->comps[i].sgnd = cp->ccps[i].sgnd; in jpc_enc_encodemainhdr() 1156 if (!cp->ccps[cmptno].sgnd) { in jpc_enc_encodemainbody()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | image.c | 66 comp->sgnd = cmptparms[compno].sgnd; in opj_image_create() 236 comp->sgnd = cmptparms[compno].sgnd; in opj_image_tile_create()
|
D | jp2.h | 149 OPJ_UINT32 sgnd; member
|
D | openjpeg.h | 647 OPJ_UINT32 sgnd; member 707 OPJ_UINT32 sgnd; member
|
D | tcd.c | 1388 if (l_img_comp->sgnd) { in opj_tcd_update_tile_data() 1413 if (l_img_comp->sgnd) { in opj_tcd_update_tile_data() 1694 … p_tcd->image->comps->sgnd)) { in opj_tcd_mct_decode() 1750 if (l_img_comp->sgnd) { in opj_tcd_dc_level_shift_decode() 1970 p_tcd->image->comps->sgnd) ) in opj_tcd_mct_encode() 2153 if (l_img_comp->sgnd) { in opj_tcd_copy_tile_data() 2172 if (l_img_comp->sgnd) { in opj_tcd_copy_tile_data()
|
D | jp2.c | 1004 new_comps[i].sgnd = channel_sign[i]; in opj_jp2_apply_pclr() 1828 sign = image->comps[0].sgnd; in opj_jp2_setup_encoder() 1832 sign = image->comps[i].sgnd; in opj_jp2_setup_encoder() 1842 jp2->comps[i].bpcc = image->comps[i].prec - 1 + (image->comps[i].sgnd << 7); in opj_jp2_setup_encoder()
|
D | j2k.c | 1928 …opj_write_bytes(l_current_ptr, l_img_comp->prec - 1 + (l_img_comp->sgnd << 7), 1); /* Ssiz_i … in opj_j2k_write_siz() 2110 l_img_comp->sgnd = tmp >> 7; in opj_j2k_read_siz() 2272 if (! l_image->comps[i].sgnd) { in opj_j2k_read_siz() 5806 …opj_write_bytes(l_current_data, (l_comp->sgnd << 7) | (l_comp->prec - 1), 1); /* Compone… in opj_j2k_write_cbd() 5861 l_comp->sgnd = (l_comp_def>>7) & 1; in opj_j2k_read_cbd() 6099 if ((image->comps[i].bpp != 12) | (image->comps[i].sgnd)){ in opj_j2k_is_cinema_compliant() 6102 char *tmp_str = image->comps[i].sgnd?signed_str:unsigned_str; in opj_j2k_is_cinema_compliant() 6561 if (! l_comp->sgnd) { in opj_j2k_setup_encoder() 8309 if (l_img_comp_src->sgnd) { in opj_j2k_update_image_data() 8339 if (l_img_comp_src->sgnd) { in opj_j2k_update_image_data() [all …]
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_image.h | 247 int sgnd; member 487 jas_image_coord_t vs, int sgnd, int prec);
|
D | jas_cm.h | 144 int sgnd; member
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 418 component_info[i].sgnd = 0; in WriteImage()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 820 src += image->comps[channel].sgnd in Decode() 839 src += image->comps[channel].sgnd in Decode()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_jpeg2000.cpp | 457 component_info[i].sgnd = 0; in write()
|