| FFmpeg
    | 
Include dependency graph for sinewin.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Macros | |
| #define | SINETABLE_CONST | 
| #define | SINETABLE(size) SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size] | 
| Functions | |
| void | ff_sine_window_init (float *window, int n) | 
| Generate a sine window.  More... | |
| void | ff_init_ff_sine_windows (int index) | 
| initialize the specified entry of ff_sine_windows  More... | |
| SINETABLE (32) | |
| SINETABLE (64) | |
| SINETABLE (128) | |
| SINETABLE (256) | |
| SINETABLE (512) | |
| SINETABLE (1024) | |
| SINETABLE (2048) | |
| SINETABLE (4096) | |
| SINETABLE (8192) | |
| Variables | |
| SINETABLE_CONST float *const | ff_sine_windows [14] | 
Macro Definition Documentation
| #define SINETABLE | ( | size | ) | SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size] | 
Function Documentation
| void ff_init_ff_sine_windows | ( | int | index | ) | 
initialize the specified entry of ff_sine_windows
Definition at line 60 of file sinewin_tablegen.h.
Referenced by aac_decode_init(), atrac1_decode_init(), decode_init(), dsp_init(), encode_init(), ff_wma_init(), init_mdct_win(), and main().
| void ff_sine_window_init | ( | float * | window, | 
| int | n | ||
| ) | 
Generate a sine window.
- Parameters
- 
  window pointer to half window n size of half window 
Definition at line 54 of file sinewin_tablegen.h.
Referenced by ff_init_ff_sine_windows(), imc_decode_init(), init_cook_mlt(), and wmavoice_decode_init().
| SINETABLE | ( | 32 | ) | 
| SINETABLE | ( | 64 | ) | 
| SINETABLE | ( | 128 | ) | 
| SINETABLE | ( | 256 | ) | 
| SINETABLE | ( | 512 | ) | 
| SINETABLE | ( | 1024 | ) | 
| SINETABLE | ( | 2048 | ) | 
| SINETABLE | ( | 4096 | ) | 
| SINETABLE | ( | 8192 | ) | 
Variable Documentation
| SINETABLE_CONST float* const ff_sine_windows[14] | 
Definition at line 47 of file sinewin_tablegen.h.
Referenced by decode_init(), ff_init_ff_sine_windows(), ff_wma_init(), imdct_and_window(), and main().
Generated on Fri Oct 31 2025 06:56:23 for FFmpeg by
 1.8.11
 1.8.11