Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c1165 jas_image_coord_t tmpbrx; in jas_image_calcbbox2() local
1173 tmpbrx = cmpt->tlx_ + cmpt->hstep_ * (cmpt->width_ - 1); in jas_image_calcbbox2()
1182 if (t > tmpbrx) in jas_image_calcbbox2()
1183 tmpbrx = t; in jas_image_calcbbox2()
1191 tmpbrx = -1; in jas_image_calcbbox2()
1196 *brx = tmpbrx; in jas_image_calcbbox2()