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

  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_sp.c 58 // Inserts |feature_value| into |low_value_vector|, if it is one of the 16
62 int16_t feature_value,
94 // Check if |feature_value| is smaller than any of the values in
96 // (|feature_value|).
97 if (feature_value < smallest_values[7]) {
98 if (feature_value < smallest_values[3]) {
99 if (feature_value < smallest_values[1]) {
100 if (feature_value < smallest_values[0]) {
105 } else if (feature_value < smallest_values[2]) {
110 } else if (feature_value < smallest_values[5])
    [all...]
vad_sp.h 44 // - feature_value : New feature value to update with.
53 int16_t feature_value,
  /external/webrtc/src/common_audio/vad/
vad_sp.c 56 // Inserts |feature_value| into |low_value_vector|, if it is one of the 16
60 int16_t feature_value,
95 // Check if |feature_value| is smaller than any of the values in
98 if (feature_value < *(value_ptr + 7)) {
99 if (feature_value < *(value_ptr + 3)) {
100 if (feature_value < *(value_ptr + 1)) {
101 if (feature_value < *value_ptr) {
106 } else if (feature_value < *(value_ptr + 2)) {
111 } else if (feature_value < *(value_ptr + 5)) {
112 if (feature_value < *(value_ptr + 4))
    [all...]
vad_sp.h 42 // - feature_value : New feature value to update with.
51 int16_t feature_value,
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 241 // Each line in the output of the command has the format "feature:{FEATURE_VALUE}".
243 assertTrue("\"" + feature + "\" expected to have format feature:{FEATURE_VALUE}",
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 76 double feature_value,
82 feature->set_value(feature_value);
  /external/chromium_org/extensions/common/features/
simple_feature_unittest.cc 681 base::DictionaryValue feature_value; local
682 feature_value.SetString("channel", channel);
683 feature.Parse(&feature_value);
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list.cc 764 const base::ListValue* feature_value = NULL; local
765 if (value->GetList("features", &feature_value)) {
767 for (size_t i = 0; i < feature_value->GetSize(); ++i) {
769 if (feature_value->GetString(i, &feature)) {
    [all...]

Completed in 200 milliseconds