Home
last modified time | relevance | path

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

/development/ndk/platforms/android-4/samples/san-angeles/jni/
Ddemo.c384 const int ym = y + ((0x31 >> a) & 1); in createGroundPlane() local
385 const float m = (float)(cos(xm * 2) * sin(ym * 4) * 0.75f); in createGroundPlane()
389 FIXED(ym * scale + m); in createGroundPlane()
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_feature_matching.cpp2929 int x_l,y_l,x_r,y_r,xm,ym; in db_MatchPointPair_f() local
2937 ym=y_l-y_r; in db_MatchPointPair_f()
2942 if(((xm*xm)<<8)+ym*ym*kA<kB) in db_MatchPointPair_f()
2967 int xm,ym; in db_MatchPointPair_u() local
2980 ym= pir_l->y - pir_r->y; in db_MatchPointPair_u()
2981 compute_score = ((xm*xm)<<8)+ym*ym*kA < kB; in db_MatchPointPair_u()