HomeSort by relevance Sort by last modified time
    Searched refs:xfrac (Results 1 - 7 of 7) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Interp.h 46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac)
52 int off = (int)(xfrac * CTAPS);
Blend.cpp 991 double xfrac = xx - x1; local
1008 double xfrac = xx - x1; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Interp.h 46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac)
52 int off = (int)(xfrac * CTAPS);
Blend.cpp 1009 double xfrac = xx - x1; local
1026 double xfrac = xx - x1; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Interp.h 46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac)
52 int off = (int)(xfrac * CTAPS);
Blend.cpp 989 double xfrac = xx - x1; local
1006 double xfrac = xx - x1; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 668 const double xfrac = 1. / N; local
689 // y = I0(beta * sqrt(1.0 - sqr(x * xfrac))) * yscale * sg.valueAdvance() / x;
690 y = I0SqrRat(sqrbeta * (1.0 - sqr(x * xfrac)), yscale * sg.valueAdvance(), x);

Completed in 507 milliseconds