|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | SAMPLE_FORMAT double |
| #define | ftype double |
| #define | ONE 1.0 |
| #define | ZERO 0.0 |
| #define | fn3(a, b) |
| #define | fn2(a, b) |
| #define | fn(a) |
Functions | |
| static ftype fn | fir_sample (AudioAPContext *s, ftype sample, ftype *delay, ftype *coeffs, ftype *tmp, int *offset) |
| static int fn | lup_decompose (ftype **MA, const int N, const ftype tol, int *P) |
| static void fn | lup_invert (ftype *const *MA, const int *P, const int N, ftype **IA) |
| static ftype fn | process_sample (AudioAPContext *s, ftype input, ftype desired, int ch) |
| static int fn | filter_channels (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
| #define SAMPLE_FORMAT double |
Definition at line 29 of file aap_template.c.
| #define ftype double |
Definition at line 30 of file aap_template.c.
Referenced by apply_window(), calc_vad(), compute_avg(), compute_dev(), compute_median(), compute_peak(), compute_ptp(), compute_rms(), construct_perm_table(), convert_channel(), de_stereo(), de_tx_init(), dec_bark_env(), dec_bark_env(), dec_gain(), dec_lpc_spectrum_inv(), dequant(), eval_lpcenv_2parts(), eval_lpcenv_or_interp(), filter_channels(), filter_channels(), filter_channels(), filter_channels(), filter_prepare(), filter_start(), filter_stop(), fir_fadd(), fir_quantum(), fir_quantums(), fir_sample(), fir_sample(), fir_sample(), flush(), flux(), fluxlr(), get_centere(), get_final(), get_peak(), get_svf(), imdct_and_window(), imdct_output(), ir_gain(), ir_scale(), lup_decompose(), lup_invert(), permutate_in_line(), process_sample(), process_sample(), process_sample(), queue_sample(), queue_sample(), read_and_decode_spectrum(), read_cb_data(), read_cb_data(), sqr(), and xan_decode_frame().
| #define ONE 1.0 |
Definition at line 31 of file aap_template.c.
| #define ZERO 0.0 |
Definition at line 32 of file aap_template.c.
Referenced by calc_vad(), compute_avg(), compute_dev(), compute_peak(), compute_rms(), filter_channels(), filter_prepare(), flux(), fluxlr(), lup_decompose(), lup_invert(), process_sample(), process_sample(), and queue_sample().
Definition at line 35 of file aap_template.c.
| #define fn | ( | a | ) |
Definition at line 37 of file aap_template.c.
Referenced by AVFILTER_DEFINE_CLASS(), checkasm_check_sad(), DECL_FUNC(), DECL_SETUP(), decoder_start(), fail_creation_pending(), ff_blackdetect_get_fn(), ff_vk_load_functions(), filter_channels(), make_win32_callback(), process_sample(), and validate_name().
|
static |
Definition at line 39 of file aap_template.c.
Referenced by fir_sample(), fir_sample(), fir_sample(), process_sample(), process_sample(), and process_sample().
Definition at line 60 of file aap_template.c.
Referenced by lup_decompose(), and process_sample().
Definition at line 97 of file aap_template.c.
Referenced by lup_invert(), and process_sample().
|
static |
Definition at line 116 of file aap_template.c.
Referenced by filter_channels(), filter_channels(), filter_channels(), process_sample(), process_sample(), and process_sample().
|
static |
Definition at line 195 of file aap_template.c.
Referenced by filter_channels(), filter_channels(), filter_channels(), filter_channels(), filter_frame(), filter_frame(), filter_frame(), filter_frame(), filter_frame(), filter_frame(), and filter_frame().