Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJExample.java201 int tempx = Integer.parseInt(cropArg[0]); in main() local
205 if (tempx < 0 || tempy < 0 || tempw < 0 || temph < 0) in main()
207 xform.x = tempx; in main()
/external/opencv3/modules/photo/src/
Dnpr.hpp439 Mat tempx,tempy; in init() local
440 multiply(distx,sigma_s/sigma_r,tempx); in init()
443 horiz = 1.0f + tempx; in init()