Home
last modified time | relevance | path

Searched defs:factor (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/
Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } in setSmoothingFactor()
98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } in setminDampingFactor()
Ddbstabsmooth.cpp239 …othMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor) in smoothMotion1()
319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) in vpmotion_multiply()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } in setSmoothingFactor()
98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } in setminDampingFactor()
Ddbstabsmooth.cpp239 …othMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor) in smoothMotion1()
319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) in vpmotion_multiply()
/packages/apps/Camera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.h83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } in setSmoothingFactor()
98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } in setminDampingFactor()
Ddbstabsmooth.cpp239 …othMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor) in smoothMotion1()
319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) in vpmotion_multiply()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterShadows.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); in nativeApplyFilter()
/packages/inputmethods/LatinIME/native/jni/src/
Dsuggest_utils.h37 const float factor = max((x < R1) in getLengthScalingFactor() local
Dcorrection.cpp679 const float factor = in calculateFinalProbability() local
/packages/inputmethods/PinyinIME/jni/share/
Dngram.cpp221 double factor = static_cast<double>(kSysDictTotalFreq) / ( in set_total_freq_none_sys() local
Duserdict.cpp92 int factor = 80 - (delta << 4); in translate_score() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeEffect.java396 float factor = mGlowScaleYFinish != 0 ? 1 in update() local
/packages/apps/Browser/src/com/android/browser/
DNavTabScroller.java516 int factor = (mPullValue <= 0) ? 1 : -1; in onPull() local
/packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
DGLStub.java545 float factor, in glPolygonOffset()
550 int factor, in glPolygonOffsetx()