Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c1164 jas_image_coord_t tmptly; in jas_image_calcbbox2() local
1172 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1179 if (cmpt->tly_ < tmptly) in jas_image_calcbbox2()
1180 tmptly = cmpt->tly_; in jas_image_calcbbox2()
1190 tmptly = 0; in jas_image_calcbbox2()
1195 *tly = tmptly; in jas_image_calcbbox2()