Home
last modified time | relevance | path

Searched refs:ylow (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
78 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp()
88 yhigh = ylow; in WebRtcIlbcfix_Poly2Lsp()
90 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp()
92 if (ylow * yhigh <= 0) { in WebRtcIlbcfix_Poly2Lsp()
99 if (ylow * ymid <= 0) { in WebRtcIlbcfix_Poly2Lsp()
103 ylow = ymid; in WebRtcIlbcfix_Poly2Lsp()
114 y = yhigh - ylow; in WebRtcIlbcfix_Poly2Lsp()
134 tmpW32 = (ylow * y) >> 10; in WebRtcIlbcfix_Poly2Lsp()
148 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]); 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, \
272 double ylow,
280 double ylow,
Dbwe_test_logging.cc146 double ylow, in PlotErrorBar() argument
156 flow_id, value, ylow, yhigh, error_title.c_str()); in PlotErrorBar()
163 double ylow, in PlotLimitErrorBar() argument
175 name.c_str(), flow_id, value, ylow, yhigh, error_title.c_str(), ymax, in PlotLimitErrorBar()