Searched defs:factor (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbreg/ |
D | dbstabsmooth.h | 83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } in setSmoothingFactor() 98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } in setminDampingFactor()
|
D | dbstabsmooth.cpp | 239 …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/ |
D | dbstabsmooth.h | 83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } in setSmoothingFactor() 98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } in setminDampingFactor()
|
D | dbstabsmooth.cpp | 239 …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/ |
D | dbstabsmooth.h | 83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } in setSmoothingFactor() 98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } in setminDampingFactor()
|
D | dbstabsmooth.cpp | 239 …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/ |
D | ImageFilterShadows.java | 44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); in nativeApplyFilter()
|
/packages/inputmethods/LatinIME/native/jni/src/ |
D | suggest_utils.h | 37 const float factor = max((x < R1) in getLengthScalingFactor() local
|
D | correction.cpp | 679 const float factor = in calculateFinalProbability() local
|
/packages/inputmethods/PinyinIME/jni/share/ |
D | ngram.cpp | 221 double factor = static_cast<double>(kSysDictTotalFreq) / ( in set_total_freq_none_sys() local
|
D | userdict.cpp | 92 int factor = 80 - (delta << 4); in translate_score() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | EdgeEffect.java | 396 float factor = mGlowScaleYFinish != 0 ? 1 in update() local
|
/packages/apps/Browser/src/com/android/browser/ |
D | NavTabScroller.java | 516 int factor = (mPullValue <= 0) ? 1 : -1; in onPull() local
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/ |
D | GLStub.java | 545 float factor, in glPolygonOffset() 550 int factor, in glPolygonOffsetx()
|