Home
last modified time | relevance | path

Searched refs:cmpts_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h206 jas_image_cmpt_t **cmpts_; member
354 ((image)->cmpts_[(cmptno)]->type_)
356 ((image)->cmpts_[(cmptno)]->type_ = (type))
360 ((image)->cmpts_[cmptno]->width_)
364 ((image)->cmpts_[cmptno]->height_)
368 ((image)->cmpts_[cmptno]->sgnd_)
372 ((image)->cmpts_[cmptno]->prec_)
376 ((image)->cmpts_[cmptno]->hstep_)
380 ((image)->cmpts_[cmptno]->vstep_)
384 ((image)->cmpts_[cmptno]->tlx_)
[all …]
/external/opencv3/3rdparty/libjasper/
Djas_image.c145 if (!(image->cmpts_ = jas_alloc2(image->maxcmpts_, in jas_image_create()
152 image->cmpts_[cmptno] = 0; in jas_image_create()
169 if (!(image->cmpts_[cmptno] = jas_image_cmpt_create(cmptparm->tlx, in jas_image_create()
201 image->cmpts_ = 0; in jas_image_create0()
218 if (!(newimage->cmpts_[cmptno] = jas_image_cmpt_copy(image->cmpts_[cmptno]))) { in jas_image_copy()
286 if (image->cmpts_) { in jas_image_destroy()
288 jas_image_cmpt_destroy(image->cmpts_[i]); in jas_image_destroy()
289 image->cmpts_[i] = 0; in jas_image_destroy()
291 jas_free(image->cmpts_); in jas_image_destroy()
422 cmpt = image->cmpts_[cmptno]; in jas_image_readcmpt()
[all …]