FFmpeg
|
sample data coding information More...
#include <mlp.h>
Data Fields | |
FilterParams | filter_params [NUM_FILTERS] |
int32_t | coeff [NUM_FILTERS][MAX_FIR_ORDER] |
int16_t | huff_offset |
Offset to apply to residual values. More... | |
int32_t | sign_huff_offset |
sign/rounding-corrected version of huff_offset More... | |
uint8_t | codebook |
Which VLC codebook to use to read residuals. More... | |
uint8_t | huff_lsbs |
Size of residual suffix not encoded using VLC. More... | |
double | blend_old |
double | drive_old |
double | rdrive |
double | rbdr |
double | kpa |
double | kpb |
double | kna |
double | knb |
double | ap |
double | an |
double | imr |
double | kc |
double | srct |
double | sq |
double | pwrq |
double | prev_med |
double | prev_out |
double | hp [5] |
double | lp [5] |
double | hw [4][2] |
double | lw [2][2] |
FilterParams ChannelParams::filter_params[NUM_FILTERS] |
Definition at line 86 of file mlp.h.
Referenced by clear_channel_params(), compare_filter_params(), copy_filter_params(), determine_bits(), read_channel_params(), read_restart_header(), and set_filter_params().
int32_t ChannelParams::coeff[NUM_FILTERS][MAX_FIR_ORDER] |
Definition at line 87 of file mlp.h.
Referenced by compare_filter_params(), and copy_filter_params().
int16_t ChannelParams::huff_offset |
Offset to apply to residual values.
Definition at line 89 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 90 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 91 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().
uint8_t ChannelParams::huff_lsbs |
Size of residual suffix not encoded using VLC.
Definition at line 92 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 27 of file af_aexciter.c.
double ChannelParams::drive_old |
Definition at line 27 of file af_aexciter.c.
double ChannelParams::rdrive |
Definition at line 28 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::rbdr |
Definition at line 28 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::kpa |
Definition at line 28 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::kpb |
Definition at line 28 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::kna |
Definition at line 28 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::knb |
Definition at line 28 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::ap |
Definition at line 28 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::an |
Definition at line 29 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::imr |
Definition at line 29 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::kc |
Definition at line 29 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::srct |
Definition at line 29 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::sq |
Definition at line 29 of file af_aexciter.c.
Referenced by set_params().
double ChannelParams::pwrq |
Definition at line 29 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::prev_med |
Definition at line 30 of file af_aexciter.c.
Referenced by distortion_process().
double ChannelParams::prev_out |
Definition at line 30 of file af_aexciter.c.
Referenced by distortion_process().
double ChannelParams::hp[5] |
Definition at line 32 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::lp[5] |
Definition at line 32 of file af_aexciter.c.
Referenced by distortion_process(), and set_params().
double ChannelParams::hw[4][2] |
Definition at line 33 of file af_aexciter.c.
Referenced by distortion_process().
double ChannelParams::lw[2][2] |
Definition at line 33 of file af_aexciter.c.
Referenced by distortion_process().