Home
last modified time | relevance | path

Searched defs:c2_left (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/audio_network_adaptor/util/
H A Dthreshold_curve_unittest.cc344 constexpr ThresholdCurve::Point c2_left{c1_left.x, c1_left.y + 20}; in TEST() local
374 constexpr ThresholdCurve::Point c2_left{6, 11}; in TEST() local
407 constexpr ThresholdCurve::Point c2_left{c1_left.x, c1_left.y + 1}; in TEST() local
436 constexpr ThresholdCurve::Point c2_left{c1_left.x, c1_left.y + 2}; in TEST() local
465 constexpr ThresholdCurve::Point c2_left{c1_left.x - 1, c1_left.y + 1}; in TEST() local
493 constexpr ThresholdCurve::Point c2_left{c1_left.x, c1_left.y + 1}; in TEST() local
525 constexpr ThresholdCurve::Point c2_left{4, 9}; in TEST() local
583 constexpr ThresholdCurve::Point c2_left{c1_left.x - 1, c1_left.y + 1}; in TEST() local
612 constexpr ThresholdCurve::Point c2_left = c1_left; in TEST() local