#include <stdio.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Defines | |
#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 |
#define FIXEDFMT "%6d" |
#define FLOATFMT "%.18e" |
#define M_PI 3.14159265358979323846 |
Definition at line 28 of file cos_tablegen.c.
Referenced by audio_encode_example(), audiogen(), binkb_calc_quant(), biquad_init_coeffs(), block_angle(), build_basis(), build_filter(), butterworth_init_coeffs(), calc_input_response(), config(), control(), 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(), ff_timefilter_new(), fft_ref_init(), get_qscale(), idct248_ref(), idct_ref(), imc_decode_init(), imdct_ref(), init_atrac3_transforms(), init_idct(), init_mdct_win(), initFilter(), lsf_decode_fp(), lspf2lpc(), main(), make_filters_from_proto(), mdct_ref(), open_audio(), ps_tableinit(), put_image(), qdm2_fft_generate_tone(), qdm2_fft_tone_synthesizer(), sipr_decoder_init(), stabilize_lsps(), sws_getGaussianVec(), vf_open(), vorbis_floor0_decode(), wavesynth_init(), wma_lsp_to_curve_init(), wmavoice_decode_init(), and wmavoice_flush().
static int clip_f15 | ( | int | v | ) | [static] |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 50 of file cos_tablegen.c.
static void printval | ( | double | val, | |
int | fixed | |||
) | [static] |