Searched refs:xnew (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | imgfile.c | 217 long *datap, int xnew, int ynew, int fmode, double blur) in xscale() argument 221 glob_width = xnew; in xscale() 226 xnew, ynew, fmode, blur); in xscale() 230 xnew, ynew, fmode, blur); in xscale() 233 xnew, ynew, fmode, blur); in xscale() 236 xnew, ynew, fmode, blur); in xscale()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | flow_cache.h | 192 const float xnew = x * fullframe_matrix_[0] + in LookupGuessFromLevel() local 199 return Point2f(xnew - x, ynew - y); in LookupGuessFromLevel()
|