Home
last modified time | relevance | path

Searched refs:hstep_ (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_image.c259 newcmpt->hstep_ = cmpt->hstep_; in jas_image_cmpt_copy()
312 cmpt->hstep_ = hstep; in jas_image_cmpt_create()
745 image->brx_ = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1; in jas_image_setbbox()
755 x = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1; in jas_image_setbbox()
857 cmptparms.hstep = cmpt->hstep_; in jas_image_depalettize()
1083 cmptbrx = oldcmpt->tlx_ + (oldcmpt->width_ - 1) * oldcmpt->hstep_; in jas_image_sampcmpt()
1090 x = newcmpt->tlx_ + newcmpt->hstep_ * j; in jas_image_sampcmpt()
1091 ax = downtomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; in jas_image_sampcmpt()
1093 bx = uptomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; in jas_image_sampcmpt()
1104 oldx = (ax - oldcmpt->tlx_) / oldcmpt->hstep_; in jas_image_sampcmpt()
[all …]
/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h146 jas_image_coord_t hstep_; member
376 ((image)->cmpts_[cmptno]->hstep_)
394 (image)->cmpts_[cmptno]->hstep_)
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp306 hstep_[0] = hstep[0]; in calcHist2D_Invoker()
324 … ( (tbb::atomic<int>*)(globalHistogram_ + hstep_[0]*idx0) )[idx1].fetch_and_add(1); in operator ()()
336 … ((tbb::atomic<int>*)(globalHistogram_ + hstep_[0]*idx0))[idx1].fetch_and_add(1); in operator ()()
356 size_t hstep_[one]; member in cv::calcHist2D_Invoker
381 hstep_[0] = hstep[0]; hstep_[1] = hstep[1]; in calcHist3D_Invoker()
404 …( (tbb::atomic<int>*)(globalHistogram_ + hstep_[0]*idx0 + hstep_[1]*idx1) )[idx2].fetch_and_add(1); in operator ()()
421 …( (tbb::atomic<int>*)(globalHistogram_ + hstep_[0]*idx0 + hstep_[1]*idx1) )[idx2].fetch_and_add(1); in operator ()()
448 size_t hstep_[two]; member in cv::calcHist3D_Invoker