HomeSort by relevance Sort by last modified time
    Searched defs:adx (Results 1 - 5 of 5) sorted by null

  /packages/apps/Browser/src/com/android/browser/
UrlBarAutoShowManager.java 122 float adx = Math.abs(event.getX() - mStartTouchX); local
125 float angle = (float) Math.atan2(ady, adx);
  /external/tremolo/Tremolo/
floor1.c 211 int adx=x1-x0; local
215 int off=err/adx;
222 void render_lineARM(int n, ogg_int32_t *d,const ogg_int32_t *floor, int base, int err, int adx, int ady);
227 int adx; local
238 adx=x1-x0;
240 base=dy/adx;
241 err=adx-1;
244 ady-=abs(base*adx);
252 * Previously we'd have added 1 (100*ady/adx)% of the time. Now we want
253 * to do so (100*(adx-ady)/adx)% of the time
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
478 adx = sa[a].X() - dx;
484 nad = adx*adx+ady*ady;
488 + nbd * (cdx * ady - cdy * adx)
489 + ncd * (adx * bdy - ady * bdx))) ? TRUE : FALSE );
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
478 adx = sa[a].X() - dx;
484 nad = adx*adx+ady*ady;
488 + nbd * (cdx * ady - cdy * adx)
489 + ncd * (adx * bdy - ady * bdx))) ? TRUE : FALSE );
  /external/libvorbis/lib/
floor1.c 278 int adx=x1-x0; local
282 int off=err/adx;
364 int adx=x1-x0; local
366 int base=dy/adx;
372 ady-=abs(base*adx);
381 if(err>=adx){
382 err-=adx;
393 int adx=x1-x0; local
395 int base=dy/adx;
401 ady-=abs(base*adx);
535 int adx=x1-x0; local
    [all...]

Completed in 161 milliseconds