HomeSort by relevance Sort by last modified time
    Searched refs:FACTOR (Results 1 - 4 of 4) 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...]
  /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));
  /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 285 milliseconds