#include <stdio.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | M_PI 3.14159265358979323846 |
#define | BITS 16 |
#define | FLOATFMT "%.18e" |
#define | FIXEDFMT "%6d" |
Functions | |
static int | clip_f15 (int v) |
static void | printval (double val, int fixed) |
int | main (int argc, char *argv[]) |
#define BITS 16 |
Definition at line 30 of file cos_tablegen.c.
Referenced by main().
#define FIXEDFMT "%6d" |
Definition at line 32 of file cos_tablegen.c.
Referenced by printval().
#define FLOATFMT "%.18e" |
Definition at line 31 of file cos_tablegen.c.
Referenced by printval().
#define M_PI 3.14159265358979323846 |
Definition at line 28 of file cos_tablegen.c.
Referenced by audio_encode_example(), binkb_calc_quant(), biquad_init_coeffs(), build_basis(), build_filter(), butterworth_init_coeffs(), calc_input_response(), config_input(), config_input_overlay(), config_output_props(), config_props(), dct_ref(), decode_init(), decode_init_static(), dequant_lsp10i(), dequant_lsp10r(), dequant_lsp16i(), dequant_lsp16r(), eval_expr(), ff_acelp_lsf2lspd(), ff_adx_calculate_coeffs(), ff_dct_init(), ff_init_ff_cos_tabs(), ff_init_mpadsp_tabs_TMPL(), ff_kbd_window_init(), ff_mdct_init(), ff_rdft_init(), ff_ref_dct_init(), ff_sine_window_init(), ff_sipr_init_16k(), fft_ref_init(), get_qscale(), idct248_ref(), idct_ref(), imc_decode_init(), imdct_ref(), init(), init_atrac3_transforms(), init_mdct_win(), initFilter(), lsf_decode_fp(), lspf2lpc(), main(), make_filters_from_proto(), mdct_ref(), open_audio(), ps_tableinit(), qdm2_fft_generate_tone(), qdm2_fft_tone_synthesizer(), sipr_decoder_init(), stabilize_lsps(), start_jack(), sws_getGaussianVec(), vorbis_floor0_decode(), wma_lsp_to_curve_init(), wmavoice_decode_init(), and wmavoice_flush().
|
static |
Definition at line 34 of file cos_tablegen.c.
Referenced by printval().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 50 of file cos_tablegen.c.
|
static |
Definition at line 41 of file cos_tablegen.c.
Referenced by main().