HomeSort by relevance Sort by last modified time
    Searched full:aggressiveness (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.cpp 34 float aggressiveness) {
38 new MulticlassPAMax(num_classes, num_dimensions, aggressiveness));
41 new MulticlassPAOpt(num_classes, num_dimensions, aggressiveness));
43 machine = new MulticlassPA(num_classes, num_dimensions, aggressiveness);
46 new MulticlassWarp(num_classes, num_dimensions, aggressiveness));
util.h 31 float aggressiveness);
multiclass_pa.h 35 float aggressiveness);
82 inline float aggressiveness() const { function in class:learningfw::MulticlassPA
multiclass_pa.cpp 35 float aggressiveness)
38 aggressiveness_(aggressiveness) {
  /frameworks/ml/bordeaux/learning/multiclass_pa/java/android/bordeaux/learning/
MulticlassPA.java 26 public MulticlassPA(int numClasses, int numDimensions, float aggressiveness) {
28 aggressiveness);
57 private native long initNativeClassifier(int num_classes, int num_dims, float aggressiveness);
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.h 58 // Initializes the core VAD component. The default aggressiveness mode is
74 * - mode : Aggressiveness degree
vad_core.c 64 // Default aggressiveness mode.
489 // Initialize the VAD. Set aggressiveness mode to default value.
536 // Set aggressiveness mode to default (=|kDefaultMode|).
546 // Set aggressiveness mode
  /frameworks/ml/bordeaux/learning/multiclass_pa/jni/
jni_multiclass_pa.cpp 40 jfloat aggressiveness) {
43 aggressiveness);
jni_multiclass_pa.h 31 jfloat aggressiveness);
  /external/webrtc/src/common_audio/vad/
vad_core.h 59 * - mode : Aggressiveness degree
77 * - mode : Aggressiveness degree
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
post_decode_vad.h 58 static const int kVadMode = 0; // Sets aggressiveness to "Normal".
  /external/chromium_org/v8/test/webkit/
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js 25 "Checks that increased aggressiveness in sparse conditional constant propagation resultin from a node being proven to be force exit does not lead to a cascade of unsound decisions."
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
noise_suppression_x.h 67 * This changes the aggressiveness of the noise suppression method.
noise_suppression.h 68 * This changes the aggressiveness of the noise suppression method.
  /external/chromium_org/third_party/webrtc/common_audio/vad/include/
webrtc_vad.h 53 // - mode [i] : Aggressiveness mode (0, 1, 2, or 3).
  /external/webrtc/src/common_audio/vad/include/
webrtc_vad.h 122 * - mode : Aggressiveness setting (0, 1, 2, or 3)
  /external/webrtc/src/modules/audio_processing/ns/interface/
noise_suppression.h 81 * This changes the aggressiveness of the noise suppression method.
noise_suppression_x.h 81 * This changes the aggressiveness of the noise suppression method.
  /device/htc/flounder/sepolicy/
file_contexts 82 /sys/devices/platform/host1x/tegradc.0/smartdimmer/aggressiveness u:object_r:sysfs_didim:s0
  /device/htc/flounder/
ueventd.flounder.rc 100 /sys/devices/platform/host1x/tegradc.0 smartdimmer/aggressiveness 0660 root graphics
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module_typedefs.h 77 // An enumerator for aggressiveness of VAD
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.h 137 * This changes the aggressiveness of the noise suppression method.
nsx_core.h 137 * This changes the aggressiveness of the noise suppression method.
  /external/libvpx/libvpx/vp8/common/
onyx.h 155 /* buffer targeting aggressiveness */
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 135 * This changes the aggressiveness of the noise suppression method.

Completed in 2349 milliseconds

1 2