HomeSort by relevance Sort by last modified time
    Searched refs:feature_vector (Results 1 - 2 of 2) sorted by null

  /external/pdfium/testing/tools/
suppressor.py 12 feature_vector = feature_string.strip().split(",")
13 self.has_v8 = "V8" in feature_vector
14 self.has_xfa = "XFA" in feature_vector
  /external/webrtc/webrtc/common_audio/vad/
vad_core.c 666 int16_t feature_vector[kNumChannels], total_power; local
670 feature_vector);
673 inst->vad = GmmProbability(inst, feature_vector, total_power, frame_length);

Completed in 710 milliseconds