openshot-audio  0.1.7
Functions
window_flac.c File Reference
#include <math.h>
#include "../assert.h"
#include "../format.h"
#include "include/private/window.h"

Functions

void FLAC__window_bartlett (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_bartlett_hann (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_blackman (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_blackman_harris_4term_92db_sidelobe (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_connes (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_flattop (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_gauss (FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev)
 
void FLAC__window_hamming (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_hann (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_kaiser_bessel (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_nuttall (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_rectangle (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_triangle (FLAC__real *window, const FLAC__int32 L)
 
void FLAC__window_tukey (FLAC__real *window, const FLAC__int32 L, const FLAC__real p)
 
void FLAC__window_partial_tukey (FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end)
 
void FLAC__window_punchout_tukey (FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end)
 
void FLAC__window_welch (FLAC__real *window, const FLAC__int32 L)
 

Function Documentation

void FLAC__window_bartlett ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_bartlett_hann ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_blackman ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_blackman_harris_4term_92db_sidelobe ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_connes ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_flattop ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_gauss ( FLAC__real window,
const FLAC__int32  L,
const FLAC__real  stddev 
)
void FLAC__window_hamming ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_hann ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_kaiser_bessel ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_nuttall ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_partial_tukey ( FLAC__real window,
const FLAC__int32  L,
const FLAC__real  p,
const FLAC__real  start,
const FLAC__real  end 
)
void FLAC__window_punchout_tukey ( FLAC__real window,
const FLAC__int32  L,
const FLAC__real  p,
const FLAC__real  start,
const FLAC__real  end 
)
void FLAC__window_rectangle ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_triangle ( FLAC__real window,
const FLAC__int32  L 
)
void FLAC__window_tukey ( FLAC__real window,
const FLAC__int32  L,
const FLAC__real  p 
)
void FLAC__window_welch ( FLAC__real window,
const FLAC__int32  L 
)