OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:featuredata
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/ns/
ns_core.c
155
inst->
featureData
[0] = SF_FEATURE_THR; //spectral flatness (start on threshold)
156
inst->
featureData
[1] = (float)0.0; //spectral entropy: not used in this version
157
inst->
featureData
[2] = (float)0.0; //spectral variance: not used in this version
158
inst->
featureData
[3] = LRT_FEATURE_THR; //average lrt factor (start on threshold)
159
inst->
featureData
[4] = SF_FEATURE_THR; //spectral template diff (start on threshold)
160
inst->
featureData
[5] = (float)0.0; //normalization for spectral-diff
161
inst->
featureData
[6] = (float)0.0; //window time-average of input magnitude spectrum
321
//lrt_feature = inst->
featureData
[3];
322
//flat_feature = inst->
featureData
[0];
323
//diff_feature = inst->
featureData
[4]
[
all
...]
ns_core.h
91
float
featureData
[7]; //data for features
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
105
String
featureData
= getMetric(metricsCopy, DeviceInfoConstants.FEATURES);
120
serializeFeatureInfo(serializer,
featureData
);
142
private void serializeFeatureInfo(KXmlSerializer serializer, String
featureData
)
145
featureData
, "name", "type", "available");
Completed in 274 milliseconds