Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c260 newcmpt->vstep_ = cmpt->vstep_; in jas_image_cmpt_copy()
313 cmpt->vstep_ = vstep; in jas_image_cmpt_create()
746 image->bry_ = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_ - 1) + 1; in jas_image_setbbox()
759 y = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_ - 1) + 1; in jas_image_setbbox()
858 cmptparms.vstep = cmpt->vstep_; in jas_image_depalettize()
1084 cmptbry = oldcmpt->tly_ + (oldcmpt->height_ - 1) * oldcmpt->vstep_; in jas_image_sampcmpt()
1088 y = newcmpt->tly_ + newcmpt->vstep_ * i; in jas_image_sampcmpt()
1092 ay = downtomult(y - oldcmpt->tly_, oldcmpt->vstep_) + oldcmpt->tly_; in jas_image_sampcmpt()
1096 by = uptomult(y - oldcmpt->tly_, oldcmpt->vstep_) + oldcmpt->tly_; in jas_image_sampcmpt()
1105 oldy = (ay - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
[all …]
/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h149 jas_image_coord_t vstep_; member
380 ((image)->cmpts_[cmptno]->vstep_)
400 (image)->cmpts_[cmptno]->vstep_)