Home
last modified time | relevance | path

Searched refs:sgnd (Results 1 – 20 of 20) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_image.c99 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 …]
Djas_cm.c90 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()
Djp2_enc.c114 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()
Djpc_enc.h119 bool sgnd; member
Djpc_dec.h557 bool sgnd; member
Djpc_dec.c459 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()
Djpc_cs.h166 uint_fast8_t sgnd; member
Djpc_cs.c514 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()
Djpc_enc.c417 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/
Dimage.c66 comp->sgnd = cmptparms[compno].sgnd; in opj_image_create()
236 comp->sgnd = cmptparms[compno].sgnd; in opj_image_tile_create()
Djp2.h149 OPJ_UINT32 sgnd; member
Dopenjpeg.h647 OPJ_UINT32 sgnd; member
707 OPJ_UINT32 sgnd; member
Dtcd.c1388 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()
Djp2.c1004 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()
Dj2k.c1928 …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/
Djas_image.h247 int sgnd; member
487 jas_image_coord_t vs, int sgnd, int prec);
Djas_cm.h144 int sgnd; member
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp418 component_info[i].sgnd = 0; in WriteImage()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp820 src += image->comps[channel].sgnd in Decode()
839 src += image->comps[channel].sgnd in Decode()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp457 component_info[i].sgnd = 0; in write()