HomeSort by relevance Sort by last modified time
    Searched defs:float_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_internal.h 20 float float_; member in union:__anon19825
  /external/webrtc/src/modules/audio_processing/utility/
delay_estimator_wrapper.c 20 float float_; member in union:__anon37197
125 threshold_spectrum[i].float_ = (spectrum[i] / 2);
133 MeanEstimatorFloat(spectrum[i], kScale, &(threshold_spectrum[i].float_));
135 if (spectrum[i] > threshold_spectrum[i].float_) {
  /external/jsoncpp/src/test_lib_json/
main.cpp 52 Json::Value float_; member in struct:ValueTest
69 , float_( 0.00390625f )
    [all...]

Completed in 155 milliseconds