HomeSort by relevance Sort by last modified time
    Searched full:aggressiveness (Results 1 - 25 of 29) 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 37 float aggressiveness)
40 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);
  /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/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.
  /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/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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 155 /* buffer targeting aggressiveness */
  /external/libvpx/libvpx/vp8/common/
onyx.h 165 /* 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
  /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/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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 160 // buffer targeting aggressiveness
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 215 // buffer targeting aggressiveness

Completed in 593 milliseconds

1 2