Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/ns/
H A Dnoise_suppressor.h68 std::array<float, kOverlapSize> process_analysis_memory; member
H A Dnoise_suppressor.cc248 process_analysis_memory.fill(0.f); in ChannelState()
415 FormExtendedFrame(y_band0, channels_[ch]->process_analysis_memory, in Process()