Searched refs:sgnd_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jas_image.c | 264 newcmpt->sgnd_ = cmpt->sgnd_; in jas_image_cmpt_copy() 317 cmpt->sgnd_ = sgnd; in jas_image_cmpt_create() 451 *d = bitstoint(v, cmpt->prec_, cmpt->sgnd_); in jas_image_readcmpt() 495 v = inttobits(*d, cmpt->prec_, cmpt->sgnd_); in jas_image_writecmpt() 824 cmpt->sgnd_, (int)cmpt->type_); in jas_image_dump() 907 return bitstoint(v, cmpt->prec_, cmpt->sgnd_); in jas_image_readcmptsample() 924 t = inttobits(v, cmpt->prec_, cmpt->sgnd_); in jas_image_writecmptsample() 990 if (getint(cmpt->stream_, cmpt->sgnd_, cmpt->prec_, &v)) in jas_image_readcmpt2() 1026 if (putint(cmpt->stream_, cmpt->sgnd_, cmpt->prec_, v)) in jas_image_writecmpt2() 1121 if (getint(oldcmpt->stream_, oldcmpt->sgnd_, in jas_image_sampcmpt() [all …]
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_image.h | 166 int sgnd_; member 368 ((image)->cmpts_[cmptno]->sgnd_) 442 …(JAS_IMAGE_CDT_SETSGND((image)->cmpts_[cmptno]->sgnd_) | JAS_IMAGE_CDT_SETPREC((image)->cmpts_[cmp…
|