Lines Matching refs:sgnd_
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()
1125 newcmpt->sgnd_ != oldcmpt->sgnd_) { in jas_image_sampcmpt()
1126 v = convert(v, oldcmpt->sgnd_, oldcmpt->prec_, in jas_image_sampcmpt()
1127 newcmpt->sgnd_, newcmpt->prec_); in jas_image_sampcmpt()
1129 if (putint(newcmpt->stream_, newcmpt->sgnd_, in jas_image_sampcmpt()