Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dmoving_window_unittest.cc41 TEST(MovingMax, SingleElementWindow) { in TEST() argument
55 TEST(MovingMax, VeryLargeWindow) { in TEST() argument
69 TEST(MovingMax, Counts) { in TEST() argument
H A Dmoving_window.h101 using MovingMax = MovingWindow<T, MovingWindowFeatures::Max>; variable
/aosp_15_r20/external/webrtc/modules/audio_processing/echo_detector/
H A Dmoving_max.cc25 MovingMax::MovingMax(size_t window_size) : window_size_(window_size) { in MovingMax() function in webrtc::MovingMax