Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c1166 jas_image_coord_t tmpbry; in jas_image_calcbbox2() local
1174 tmpbry = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_ - 1); in jas_image_calcbbox2()
1185 if (t > tmpbry) in jas_image_calcbbox2()
1186 tmpbry = t; in jas_image_calcbbox2()
1192 tmpbry = -1; in jas_image_calcbbox2()
1197 *bry = tmpbry; in jas_image_calcbbox2()