HomeSort by relevance Sort by last modified time
    Searched full:aggressiveness (Results 1 - 25 of 28) 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 int initNativeClassifier(int num_classes, int num_dims, float aggressiveness);
  /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
vad_core.c 192 // Set aggressiveness mode
  /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."
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop-expected.txt 24 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/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.
  /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.
nsx_core.h 129 * This changes the aggressiveness of the noise suppression method.
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 116 // buffer targeting aggressiveness
  /external/libvorbis/doc/vorbisenc/
overview.html 149 aggressiveness up or down depending on whether or not frames are coming
189 desired average by slowly adjusting the psychoacoustic aggressiveness.
354 <td>impulse coding aggressiveness</td> <td>By default, libvorbis
  /device/asus/grouper/
init.grouper.rc 40 restorecon /sys/devices/tegradc.0/smartdimmer/aggressiveness
105 chown system system /sys/class/graphics/fb0/device/smartdimmer/aggressiveness
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 288 // Sets the aggressiveness of the suppressor. A higher level trades off
530 // Determines the aggressiveness of the suppression. Increasing the level
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 40 * - It offers 3 levels of aggressiveness in correcting errors in HTML (see
74 * ascending order of aggressiveness:
106 * @param parseStyle Level of aggressiveness for how different
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 40 * - It offers 3 levels of aggressiveness in correcting errors in HTML (see
74 * ascending order of aggressiveness:
106 * @param parseStyle Level of aggressiveness for how different
    [all...]
  /device/asus/tilapia/
init.tilapia.rc 89 chown system system /sys/class/graphics/fb0/device/smartdimmer/aggressiveness
  /external/valgrind/main/VEX/pub/
libvex.h 333 /* Control aggressiveness of iropt. 0 = no opt, 1 = simple

Completed in 1995 milliseconds

1 2