Home
last modified time | relevance | path

Searched refs:x_l (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/
Dcompute_interpolated_gain_curve.cc53 auto area_under_linear_piece = [](double x_l, double x_r, double m, in ComputeAreaUnderPiecewiseLinearApproximation()
55 return x_r * (m * x_r / 2.0 + q) - x_l * (m * x_l / 2.0 + q); in ComputeAreaUnderPiecewiseLinearApproximation()
/external/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp35 x_l=0x6c enumerator
238 int32_t pos=src.indexOf((UChar)x_l)+1; in parseFile()