FFmpeg
|
sample data coding information More...
#include <mlp.h>
FilterParams ChannelParams::filter_params[NUM_FILTERS] |
Definition at line 98 of file mlp.h.
Referenced by apply_filter(), clear_channel_params(), compare_filter_params(), copy_filter_params(), determine_bits(), read_channel_params(), read_restart_header(), set_filter(), and write_filter_params().
int32_t ChannelParams::coeff[NUM_FILTERS][MAX_FIR_ORDER] |
Definition at line 99 of file mlp.h.
Referenced by apply_filter(), compare_filter_params(), copy_filter_params(), set_filter(), and write_filter_params().
int16_t ChannelParams::huff_offset |
Offset to apply to residual values.
Definition at line 101 of file mlp.h.
Referenced by calculate_sign_huff(), clear_channel_params(), compare_decoding_params(), read_channel_params(), read_restart_header(), set_best_codebook(), write_block_data(), and write_decoding_params().
int32_t ChannelParams::sign_huff_offset |
sign/rounding-corrected version of huff_offset
Definition at line 102 of file mlp.h.
Referenced by read_decoding_params(), read_huff_channels(), and read_restart_header().
uint8_t ChannelParams::codebook |
Which VLC codebook to use to read residuals.
Definition at line 103 of file mlp.h.
Referenced by apply_filter(), calculate_sign_huff(), clear_channel_params(), compare_decoding_params(), read_channel_params(), read_decoding_params(), read_huff_channels(), read_restart_header(), set_best_codebook(), write_block_data(), and write_decoding_params().
uint8_t ChannelParams::huff_lsbs |
Size of residual suffix not encoded using VLC.
Definition at line 104 of file mlp.h.
Referenced by calculate_sign_huff(), clear_channel_params(), compare_decoding_params(), read_channel_params(), read_decoding_params(), read_huff_channels(), read_restart_header(), set_best_codebook(), write_block_data(), and write_decoding_params().
double ChannelParams::blend_old |
Definition at line 28 of file af_aexciter.c.
double ChannelParams::drive_old |
Definition at line 28 of file af_aexciter.c.
double ChannelParams::rdrive |
Definition at line 29 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::rbdr |
Definition at line 29 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::kpa |
Definition at line 29 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::kpb |
Definition at line 29 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::kna |
Definition at line 29 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::knb |
Definition at line 29 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::ap |
Definition at line 29 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::an |
Definition at line 30 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::imr |
Definition at line 30 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::kc |
Definition at line 30 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::srct |
Definition at line 30 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::sq |
Definition at line 30 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::pwrq |
Definition at line 30 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::prev_med |
Definition at line 31 of file af_aexciter.c.
Referenced by distortion_process().
double ChannelParams::prev_out |
Definition at line 31 of file af_aexciter.c.
Referenced by distortion_process().
double ChannelParams::hp[5] |
Definition at line 33 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::lp[5] |
Definition at line 33 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::hw[4][2] |
Definition at line 34 of file af_aexciter.c.
Referenced by distortion_process().
double ChannelParams::lw[2][2] |
Definition at line 34 of file af_aexciter.c.
Referenced by distortion_process().
int* ChannelParams::output_length |
Definition at line 380 of file af_afwtdn.c.
Referenced by config_output(), filter_channel(), and uninit().
int* ChannelParams::filter_length |
Definition at line 381 of file af_afwtdn.c.
Referenced by config_output(), filter_channel(), forward(), and uninit().
double** ChannelParams::output_coefs |
Definition at line 382 of file af_afwtdn.c.
Referenced by config_output(), filter_channel(), and uninit().
double** ChannelParams::subbands_to_free |
Definition at line 383 of file af_afwtdn.c.
Referenced by config_output(), reallocate_outputs(), and uninit().
double** ChannelParams::filter_coefs |
Definition at line 384 of file af_afwtdn.c.
Referenced by config_output(), filter_channel(), forward(), and uninit().
int ChannelParams::tempa_length |
Definition at line 386 of file af_afwtdn.c.
Referenced by forward().
int ChannelParams::tempa_len_max |
Definition at line 387 of file af_afwtdn.c.
int ChannelParams::temp_in_length |
Definition at line 388 of file af_afwtdn.c.
int ChannelParams::temp_in_max_length |
Definition at line 389 of file af_afwtdn.c.
int ChannelParams::buffer_length |
Definition at line 390 of file af_afwtdn.c.
Referenced by config_output(), forward(), and inverse().
int ChannelParams::min_left_ext |
Definition at line 391 of file af_afwtdn.c.
Referenced by config_output(), and inverse().
int ChannelParams::max_left_ext |
Definition at line 392 of file af_afwtdn.c.
Referenced by config_output(), forward(), and inverse().
double* ChannelParams::tempa |
Definition at line 394 of file af_afwtdn.c.
double* ChannelParams::tempd |
Definition at line 395 of file af_afwtdn.c.
double* ChannelParams::temp_in |
Definition at line 396 of file af_afwtdn.c.
double* ChannelParams::buffer |
Definition at line 397 of file af_afwtdn.c.
Referenced by config_output(), forward(), inverse(), and uninit().
double* ChannelParams::buffer2 |
Definition at line 398 of file af_afwtdn.c.
Referenced by config_output(), inverse(), and uninit().
double* ChannelParams::prev |
Definition at line 399 of file af_afwtdn.c.
Referenced by config_output(), forward(), and uninit().
double* ChannelParams::overlap |
Definition at line 400 of file af_afwtdn.c.
Referenced by config_output(), inverse(), and uninit().