Searched refs:tempx (Results 1 – 2 of 2) sorted by relevance
201 int tempx = Integer.parseInt(cropArg[0]); in main() local205 if (tempx < 0 || tempy < 0 || tempw < 0 || temph < 0) in main()207 xform.x = tempx; in main()
439 Mat tempx,tempy; in init() local440 multiply(distx,sigma_s/sigma_r,tempx); in init()443 horiz = 1.0f + tempx; in init()