webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::SubtractorOutput Struct Reference

#include <subtractor_output.h>

Public Member Functions

void Reset ()
 
void Reset ()
 

Public Attributes

std::array< float, kBlockSizee_main
 
std::array< float, kBlockSizee_shadow
 
FftData E_main
 
FftData E_shadow
 
std::array< float, kFftLengthBy2Plus1E2_main
 
std::array< float, kFftLengthBy2Plus1E2_shadow
 

Member Function Documentation

◆ Reset() [1/2]

void webrtc::SubtractorOutput::Reset ( )
inline

◆ Reset() [2/2]

void webrtc::SubtractorOutput::Reset ( )
inline

Member Data Documentation

◆ E2_main

std::array< float, kFftLengthBy2Plus1 > webrtc::SubtractorOutput::E2_main

◆ E2_shadow

std::array< float, kFftLengthBy2Plus1 > webrtc::SubtractorOutput::E2_shadow

◆ e_main

std::array< float, kBlockSize > webrtc::SubtractorOutput::e_main

◆ E_main

FftData webrtc::SubtractorOutput::E_main

◆ e_shadow

std::array< float, kBlockSize > webrtc::SubtractorOutput::e_shadow

◆ E_shadow

FftData webrtc::SubtractorOutput::E_shadow

The documentation for this struct was generated from the following file: