Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c194 image->tlx_ = 0; in jas_image_create0()
257 newcmpt->tlx_ = cmpt->tlx_; in jas_image_cmpt_copy()
310 cmpt->tlx_ = tlx; in jas_image_cmpt_create()
743 image->tlx_ = cmpt->tlx_; in jas_image_setbbox()
745 image->brx_ = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1; in jas_image_setbbox()
749 if (image->tlx_ > cmpt->tlx_) { in jas_image_setbbox()
750 image->tlx_ = cmpt->tlx_; in jas_image_setbbox()
755 x = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1) + 1; in jas_image_setbbox()
765 image->tlx_ = 0; in jas_image_setbbox()
855 cmptparms.tlx = cmpt->tlx_; in jas_image_depalettize()
[all …]
/external/opencv3/3rdparty/libjasper/jasper/
Djas_image.h140 jas_image_coord_t tlx_; member
185 jas_image_coord_t tlx_; member
315 ((image)->brx_ - (image)->tlx_)
324 ((image)->tlx_)
384 ((image)->cmpts_[cmptno]->tlx_)
393 ((image)->cmpts_[cmptno]->tlx_ + (image)->cmpts_[cmptno]->width_ * \