HomeSort by relevance Sort by last modified time
    Searched refs:sgnd (Results 1 - 21 of 21) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
image.c 66 comp->sgnd = cmptparms[compno].sgnd;
236 comp->sgnd = cmptparms[compno].sgnd;
jp2.h 149 OPJ_UINT32 sgnd; member in struct:opj_jp2_comps
openjpeg.h 647 OPJ_UINT32 sgnd; member in struct:opj_image_comp
707 OPJ_UINT32 sgnd; member in struct:opj_image_comptparm
    [all...]
tcd.c     [all...]
jp2.c     [all...]
j2k.c     [all...]
  /external/opencv3/3rdparty/libjasper/
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))) {
300 height, uint_fast16_t depth, bool sgnd, uint_fast32_t inmem)
317 cmpt->sgnd_ = sgnd;
672 cmptparm->sgnd, 1))) {
717 static uint_fast32_t inttobits(jas_seqent_t v, int prec, bool sgnd)
    [all...]
jp2_enc.c 114 int sgnd; local
120 sgnd = jas_image_cmptsgnd(image, 0);
123 if (jas_image_cmptsgnd(image, i) != sgnd ||
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;
535 if (jas_cmgetint(&dataptr, fmt->sgnd, fmt->prec, &v))
559 bias = fmt->sgnd ? (1 << (fmt->prec - 1)) : 0;
565 if (jas_cmputint(&dataptr, fmt->sgnd, fmt->prec, v))
    [all...]
jpc_dec.h 557 bool sgnd; member in struct:__anon20290
jpc_enc.h 119 bool sgnd; member in struct:__anon20296
jpc_cs.h 166 uint_fast8_t sgnd; member in struct:__anon20255
jpc_dec.c 459 compinfo->sgnd = cmpt->sgnd;
    [all...]
jpc_cs.c 514 siz->comps[i].sgnd = (tmp >> 7) & 1;
547 if (jpc_putuint8(out, ((siz->comps[i].sgnd & 1) << 7) |
568 fprintf(out, "prec[%d] = %d; sgnd[%d] = %d; hsamp[%d] = %d; "
570 siz->comps[i].sgnd, i, siz->comps[i].hsamp, i,
    [all...]
jpc_enc.c 417 ccp->sgnd = jas_image_cmptsgnd(image, cmptno);
947 siz->comps[i].sgnd = cp->ccps[i].sgnd;
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_cm.h 144 int sgnd; member in struct:__anon20196
jas_image.h 247 int sgnd; member in struct:__anon20225
487 jas_image_coord_t vs, int sgnd, int prec);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 418 component_info[i].sgnd = 0;
  /external/ImageMagick/coders/
jp2.c 464 (jp2_image->comps[i].sgnd ? 1UL << (jp2_image->comps[i].prec-1) : 0));
949 jp2_info[i].sgnd=0;
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 457 component_info[i].sgnd = 0;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 820 src += image->comps[channel].sgnd
839 src += image->comps[channel].sgnd

Completed in 306 milliseconds