Searched refs:factor (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
239 db_StabilizationSmoother::smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor) argument
248 MXX(*motLF) = (VP_PAR) (factor*(double) MXX(*motLF) + (1.0-factor)* (double) MXX(*inmot));
249 MXY(*motLF) = (VP_PAR) (factor*(double) MXY(*motLF) + (1.0-factor)* (double) MXY(*inmot));
250 MXZ(*motLF) = (VP_PAR) (factor*(double) MXZ(*motLF) + (1.0-factor)* (double) MXZ(*inmot));
251 MXW(*motLF) = (VP_PAR) (factor*(doubl
319 vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) argument
[all...]
H A Ddbstabsmooth.h80 * Set the smoothing factor for the stab-smoother.
81 * \param factor the factor value to set
83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } argument
90 * Set the zoom factor value.
95 * Set the minimum damping factor value.
96 * \param factor the value to set to
98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DDuration.java143 long factor = 1000 * sign;
144 return factor * ((7*24*60*60*weeks)
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DDuration.java123 long factor = 1000 * sign;
124 return factor * ((7*24*60*60*weeks) + (24*60*60*days) + (60*60*hours) + (60*minutes) +
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DDuration.java141 long factor = 1000 * sign;
142 return factor * ((7*24*60*60*weeks)
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeEffect.java298 * width of X=0 to X=width, beginning from Y=0 and extending to some factor <
393 float factor = mGlowScaleYFinish != 0 ? 1
398 interp * factor;
/packages/inputmethods/PinyinIME/jni/share/
H A Dngram.cpp221 double factor = static_cast<double>(kSysDictTotalFreq) / ( local
224 log(factor) * kLogValueAmplifier);
H A Duserdict.cpp88 // 4) factor: decide expand-factor
92 int factor = 80 - (delta << 4); local
95 return (LmaScoreType)(log((double)factor * (double)ori_freq / tf)
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java516 int factor = (mPullValue <= 0) ? 1 : -1;
525 float rot = -factor * ease(mCubic, oscroll, 0, k * 2, height);
526 int y = factor * (int) ease(mCubic, oscroll, 0, k*20, height);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLStub.java545 float factor,
550 int factor,
544 glPolygonOffset( float factor, float units ) argument
549 glPolygonOffsetx( int factor, int units ) argument

Completed in 2009 milliseconds