Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/ns/
H A Dnoise_suppressor.h69 std::array<float, kOverlapSize> process_synthesis_memory; member
H A Dnoise_suppressor.cc249 process_synthesis_memory.fill(0.f); in ChannelState()
514 channels_[ch]->process_synthesis_memory, y_band0); in Process()