Searched defs:ylow (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; local
78 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]);
88 yhigh = ylow;
90 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]);
92 if (ylow * yhigh <= 0) {
99 if (ylow * ymid <= 0) {
103 ylow = ymid;
110 xint = xlow - ylow*(xhigh-xlow)/(yhigh-ylow);
114 y = yhigh - ylow;
[all...]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc146 double ylow,
156 flow_id, value, ylow, yhigh, error_title.c_str());
163 double ylow,
175 name.c_str(), flow_id, value, ylow, yhigh, error_title.c_str(), ymax,
143 PlotErrorBar(int figure, const std::string& name, double value, double ylow, double yhigh, const std::string& error_title, int flow_id) argument
160 PlotLimitErrorBar(int figure, const std::string& name, double value, double ylow, double yhigh, const std::string& error_title, double ymax, const std::string& limit_title, int flow_id) argument

Completed in 303 milliseconds