| FFmpeg
    | 
Windows Media Voice (WMAVoice) tables. More...
#include <stdint.h>Go to the source code of this file.
| Variables | |
| static const uint8_t | wmavoice_dq_lsp10i [0xf00] | 
| static const uint8_t | wmavoice_dq_lsp16i1 [0x640] | 
| static const uint8_t | wmavoice_dq_lsp16i2 [0x3c0] | 
| static const uint8_t | wmavoice_dq_lsp16i3 [0x300] | 
| static const uint8_t | wmavoice_dq_lsp10r [0x1400] | 
| static const uint8_t | wmavoice_dq_lsp16r1 [0x500] | 
| static const uint8_t | wmavoice_dq_lsp16r2 [0x500] | 
| static const uint8_t | wmavoice_dq_lsp16r3 [0x600] | 
| static const float | wmavoice_lsp10_intercoeff_a [32][2][10] | 
| static const float | wmavoice_lsp10_intercoeff_b [32][2][10] | 
| static const float | wmavoice_lsp16_intercoeff_a [32][2][16] | 
| static const float | wmavoice_lsp16_intercoeff_b [32][2][16] | 
| static const double | wmavoice_mean_lsf10 [2][10] | 
| static const double | wmavoice_mean_lsf16 [2][16] | 
| static const float | wmavoice_std_codebook [1000] | 
| static const float | wmavoice_gain_silence [256] | 
| static const float | wmavoice_gain_universal [64] | 
| static const float | wmavoice_gain_codebook_acb [128] | 
| static const float | wmavoice_gain_codebook_fcb [128] | 
| static const float | wmavoice_ipol1_coeffs [17 *9] | 
| static const float | wmavoice_ipol2_coeffs [32] | 
| Hamming-window sinc function (num = 32, x = [ 0, 31 ]): (0.54 + 0.46 * cos(2 * M_PI * x / (num - 1))) * sin(x * M_PI / 4) / (x * M_PI / 4)  More... | |
| static const float | wmavoice_energy_table [128] | 
| LUT for 1.071575641632 * pow(1.0331663, n - 127)  More... | |
| static const float | wmavoice_denoise_power_table [12][64] | 
| LUT for f(x,y) = pow((y + 6.9) / 64, 0.025 * (x + 1)).  More... | |
Windows Media Voice (WMAVoice) tables.
Definition in file wmavoice_data.h.
| 
 | static | 
Definition at line 33 of file wmavoice_data.h.
Referenced by dequant_lsp10i().
| 
 | static | 
Definition at line 420 of file wmavoice_data.h.
Referenced by dequant_lsp16i().
| 
 | static | 
Definition at line 583 of file wmavoice_data.h.
Referenced by dequant_lsp16i().
| 
 | static | 
Definition at line 682 of file wmavoice_data.h.
Referenced by dequant_lsp16i().
| 
 | static | 
Definition at line 749 of file wmavoice_data.h.
Referenced by dequant_lsp10r().
| 
 | static | 
Definition at line 1264 of file wmavoice_data.h.
Referenced by dequant_lsp16r().
| 
 | static | 
Definition at line 1395 of file wmavoice_data.h.
Referenced by dequant_lsp16r().
| 
 | static | 
Definition at line 1526 of file wmavoice_data.h.
Referenced by dequant_lsp16r().
| 
 | static | 
Definition at line 1657 of file wmavoice_data.h.
Referenced by dequant_lsp10r().
| 
 | static | 
Definition at line 1852 of file wmavoice_data.h.
Referenced by dequant_lsp10r().
| 
 | static | 
Definition at line 2047 of file wmavoice_data.h.
Referenced by dequant_lsp16r().
| 
 | static | 
Definition at line 2306 of file wmavoice_data.h.
Referenced by dequant_lsp16r().
| 
 | static | 
Definition at line 2565 of file wmavoice_data.h.
Referenced by synth_superframe().
| 
 | static | 
Definition at line 2574 of file wmavoice_data.h.
Referenced by synth_superframe().
| 
 | static | 
Definition at line 2585 of file wmavoice_data.h.
Referenced by synth_block_fcb_acb(), and synth_block_hardcoded().
| 
 | static | 
Definition at line 2788 of file wmavoice_data.h.
Referenced by synth_frame().
| 
 | static | 
Definition at line 2855 of file wmavoice_data.h.
Referenced by synth_block_hardcoded().
| 
 | static | 
Definition at line 2874 of file wmavoice_data.h.
Referenced by synth_block_fcb_acb().
| 
 | static | 
Definition at line 2893 of file wmavoice_data.h.
Referenced by synth_block_fcb_acb().
| 
 | static | 
Definition at line 2960 of file wmavoice_data.h.
Referenced by synth_block_fcb_acb().
| 
 | static | 
Hamming-window sinc function (num = 32, x = [ 0, 31 ]): (0.54 + 0.46 * cos(2 * M_PI * x / (num - 1))) * sin(x * M_PI / 4) / (x * M_PI / 4)
Definition at line 3012 of file wmavoice_data.h.
Referenced by synth_block_fcb_acb().
| 
 | static | 
LUT for 1.071575641632 * pow(1.0331663, n - 127)
Definition at line 3026 of file wmavoice_data.h.
Referenced by calc_input_response().
| 
 | static | 
LUT for f(x,y) = pow((y + 6.9) / 64, 0.025 * (x + 1)).
Definition at line 3064 of file wmavoice_data.h.
Referenced by calc_input_response().
 1.8.6
 1.8.6