HomeSort by relevance Sort by last modified time
    Searched refs:tly_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libjasper/jasper/
jas_image.h 143 jas_image_coord_t tly_; member in struct:__anon20827
188 jas_image_coord_t tly_; member in struct:__anon20828
319 ((image)->bry_ - (image)->tly_)
329 ((image)->tly_)
388 ((image)->cmpts_[cmptno]->tly_)
399 ((image)->cmpts_[cmptno]->tly_ + (image)->cmpts_[cmptno]->height_ * \
  /external/opencv3/3rdparty/libjasper/
jas_image.c 195 image->tly_ = 0;
258 newcmpt->tly_ = cmpt->tly_;
311 cmpt->tly_ = tly;
744 image->tly_ = cmpt->tly_;
746 image->bry_ = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_ - 1) + 1;
752 if (image->tly_ > cmpt->tly_) {
753 image->tly_ = cmpt->tly_
    [all...]

Completed in 2672 milliseconds