Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c1040 jas_image_cmpt_t *oldcmpt; in jas_image_sampcmpt() local
1068 oldcmpt = image->cmpts_[cmptno]; in jas_image_sampcmpt()
1069 assert(oldcmpt->tlx_ == 0 && oldcmpt->tly_ == 0); in jas_image_sampcmpt()
1083 cmptbrx = oldcmpt->tlx_ + (oldcmpt->width_ - 1) * oldcmpt->hstep_; in jas_image_sampcmpt()
1084 cmptbry = oldcmpt->tly_ + (oldcmpt->height_ - 1) * oldcmpt->vstep_; in jas_image_sampcmpt()
1091 ax = downtomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; in jas_image_sampcmpt()
1092 ay = downtomult(y - oldcmpt->tly_, oldcmpt->vstep_) + oldcmpt->tly_; in jas_image_sampcmpt()
1093 bx = uptomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; in jas_image_sampcmpt()
1096 by = uptomult(y - oldcmpt->tly_, oldcmpt->vstep_) + oldcmpt->tly_; in jas_image_sampcmpt()
1104 oldx = (ax - oldcmpt->tlx_) / oldcmpt->hstep_; in jas_image_sampcmpt()
[all …]