Searched refs:feature_value (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_sp.c58 // 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_value
61 WebRtcVad_FindMinimum(VadInstT* self, int16_t feature_value, int channel) argument
[all...]
H A Dvad_sp.h44 // - feature_value : New feature value to update with.
53 int16_t feature_value,
/external/webrtc/src/common_audio/vad/
H A Dvad_sp.c56 // 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_pt
59 WebRtcVad_FindMinimum(VadInstT* self, int16_t feature_value, int channel) argument
[all...]
H A Dvad_sp.h42 // - feature_value : New feature value to update with.
51 int16_t feature_value,
/external/chromium_org/chrome/common/extensions/features/
H A Dchrome_channel_feature_filter_unittest.cc42 base::DictionaryValue feature_value; local
43 feature_value.SetString("channel", channel);
44 feature.Parse(&feature_value);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc76 double feature_value,
82 feature->set_value(feature_value);
75 AddFeature(const std::string& feature_name, double feature_value, ClientPhishingRequest* request) argument
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc713 const base::ListValue* feature_value = NULL; local
714 if (value->GetList("features", &feature_value)) {
716 for (size_t i = 0; i < feature_value->GetSize(); ++i) {
718 if (feature_value->GetString(i, &feature)) {

Completed in 1933 milliseconds