Searched refs:prec_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jas_image.c | 263 newcmpt->prec_ = cmpt->prec_; in jas_image_cmpt_copy() 316 cmpt->prec_ = depth; 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() 636 rawsize += (cmpt->width_ * cmpt->height_ * cmpt->prec_ + in jas_image_rawsize() 823 fprintf(out, "prec=%d, sgnd=%d, cmpttype=%d\n", cmpt->prec_, 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() [all …]
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_image.h | 161 int prec_; member 372 ((image)->cmpts_[cmptno]->prec_) 442 …DT_SETSGND((image)->cmpts_[cmptno]->sgnd_) | JAS_IMAGE_CDT_SETPREC((image)->cmpts_[cmptno]->prec_))
|