Home
last modified time | relevance | path

Searched refs:yhigh (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
88 yhigh = ylow; in WebRtcIlbcfix_Poly2Lsp()
92 if (ylow * yhigh <= 0) { in WebRtcIlbcfix_Poly2Lsp()
100 yhigh = ymid; in WebRtcIlbcfix_Poly2Lsp()
114 y = yhigh - ylow; in WebRtcIlbcfix_Poly2Lsp()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h108 #define BWE_TEST_LOGGING_ERRORBAR(figure, name, value, ylow, yhigh, \ argument
111 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) argument
211 #define BWE_TEST_LOGGING_ERRORBAR(figure, name, value, ylow, yhigh, title, \ argument
216 figure, name, value, ylow, yhigh, title, flow_id); \
220 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) \ argument
224 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, \
273 double yhigh,
281 double yhigh,
Dbwe_test_logging.cc147 double yhigh, in PlotErrorBar() argument
156 flow_id, value, ylow, yhigh, error_title.c_str()); in PlotErrorBar()
164 double yhigh, in PlotLimitErrorBar() argument
175 name.c_str(), flow_id, value, ylow, yhigh, error_title.c_str(), ymax, in PlotLimitErrorBar()