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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
defines.h 23 #define FACTOR (float)40.0
47 #define B_LIM (float)0.5 // threshold in final energy gain factor calculation
ns_core.c 31 // scale parameters: multiply dominant peaks of the histograms by scale factor
168 LRT_FEATURE_THR; // average lrt factor (start on threshold)
275 delta = FACTOR * (float)1.0 / inst->density[offset + i];
277 delta = FACTOR;
678 // compute feature based on average LR factor
691 // done with computation of LR factor
751 // final speech probability: combine prior model with LR factor:
1049 float energy1, energy2, gain, factor, factor1, factor2; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
defines.h 27 #define FACTOR (float)40.0
52 #define B_LIM (float)0.5 // threshold in final energy gain factor calculation
ns_core.c 31 //scale parameters: multiply dominant peaks of the histograms by scale factor to obtain
158 inst->featureData[3] = LRT_FEATURE_THR; //average lrt factor (start on threshold)
260 delta = FACTOR * (float)1.0 / inst->density[offset + i];
262 delta = FACTOR;
639 // compute feature based on average LR factor
652 // done with computation of LR factor
708 //final speech probability: combine prior model with LR factor:
729 float energy1, energy2, gain, factor, factor1, factor2; local
    [all...]
  /cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java 46 private static float FACTOR = 0.146467f; //(1 - sqrt(2)/2)/2
175 int boxInset = (int) (FACTOR * Math.max(getMeasuredWidth(), getMeasuredHeight()));
246 int boxInset = (int)(FACTOR * Math.max(right - left, bottom - top));
  /packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java 69 private static final float FACTOR = 1.2f;
124 public void setChildSwipedFarEnoughFactor(float factor) {
125 mChildSwipedFarEnoughFactor = factor;
128 public void setChildSwipedFastEnoughFactor(float factor) {
129 mChildSwipedFastEnoughFactor = factor;
239 if (deltaY > SWIPE_SCROLL_SLOP && deltaY > (FACTOR * deltaX)) {
366 && deltaY > (FACTOR * Math.abs(deltaX))) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 64 private static final float FACTOR = 1.2f;
231 && deltaY > (FACTOR * deltaX)) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 115 static N_word FACTOR; /* = ld(BITS / 8) (ld of # of bytes) */
367 FACTOR = LOGBITS - 3; /* ld(BITS / 8) = ld(BITS) - ld(8) = ld(BITS) - 3 */
370 BITMASKTAB = (wordptr) yasm_xmalloc((size_t) (BITS << FACTOR));
474 bytes = (size + BIT_VECTOR_HIDDEN_WORDS) << FACTOR;
544 bytes = (newsize + BIT_VECTOR_HIDDEN_WORDS) << FACTOR;
2065 N_word factor; local
    [all...]

Completed in 379 milliseconds