Home
last modified time | relevance | path

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

/external/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/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h112 #define BWE_TEST_LOGGING_ERRORBAR(figure, name, value, ylow, yhigh, \ argument
115 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) argument
231 #define BWE_TEST_LOGGING_ERRORBAR(figure, name, value, ylow, yhigh, title, \ argument
236 figure, name, value, ylow, yhigh, title, flow_id); \
240 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) \ argument
244 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, \
305 double yhigh,
313 double yhigh,
Dbwe_test_logging.cc161 double yhigh, in PlotErrorBar() argument
170 flow_id, value, ylow, yhigh, error_title.c_str()); in PlotErrorBar()
178 double yhigh, in PlotLimitErrorBar() argument
189 name.c_str(), flow_id, value, ylow, yhigh, error_title.c_str(), ymax, in PlotLimitErrorBar()