FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
window_func.h File Reference

Go to the source code of this file.

Enumerations

enum  WindowFunc {
  WFUNC_RECT, WFUNC_HANNING, WFUNC_HAMMING, WFUNC_BLACKMAN,
  WFUNC_BARTLETT, WFUNC_WELCH, WFUNC_FLATTOP, WFUNC_BHARRIS,
  WFUNC_BNUTTALL, WFUNC_SINE, WFUNC_NUTTALL, WFUNC_BHANN,
  WFUNC_LANCZOS, WFUNC_GAUSS, WFUNC_TUKEY, NB_WFUNC
}
 

Functions

void ff_generate_window_func (float *lut, int N, int win_func, float *overlap)
 

Enumeration Type Documentation

enum WindowFunc
Enumerator
WFUNC_RECT 
WFUNC_HANNING 
WFUNC_HAMMING 
WFUNC_BLACKMAN 
WFUNC_BARTLETT 
WFUNC_WELCH 
WFUNC_FLATTOP 
WFUNC_BHARRIS 
WFUNC_BNUTTALL 
WFUNC_SINE 
WFUNC_NUTTALL 
WFUNC_BHANN 
WFUNC_LANCZOS 
WFUNC_GAUSS 
WFUNC_TUKEY 
NB_WFUNC 

Definition at line 25 of file window_func.h.

Function Documentation

void ff_generate_window_func ( float *  lut,
int  N,
int  win_func,
float *  overlap 
)

Definition at line 26 of file window_func.c.

Referenced by config_input(), and config_output().