FFmpeg
|
#include <swresample_internal.h>
Data Fields | |
DitherDSPContext | ddsp |
enum AVResampleDitherMethod | method |
int | apply_map |
ChannelMapInfo * | ch_map_info |
int | mute_dither_threshold |
int | mute_reset_threshold |
const float * | ns_coef_b |
const float * | ns_coef_a |
int | channels |
DitherState * | state |
AudioData * | flt_data |
AudioData * | s16_data |
AudioConvert * | ac_in |
AudioConvert * | ac_out |
void(* | quantize )(int16_t *dst, const float *src, float *dither, int len) |
int | samples_align |
int | method |
int | noise_pos |
float | scale |
float | noise_scale |
Noise scale. More... | |
int | ns_taps |
Noise shaping dither taps. More... | |
float | ns_scale |
Noise shaping dither scale. More... | |
float | ns_scale_1 |
Noise shaping dither scale^-1. More... | |
int | ns_pos |
Noise shaping dither position. More... | |
float | ns_coeffs [NS_TAPS] |
Noise shaping filter coefficients. More... | |
float | ns_errors [SWR_CH_MAX][2 *NS_TAPS] |
AudioData | noise |
noise used for dithering More... | |
AudioData | temp |
temporary storage when writing into the input buffer isn't possible More... | |
int | output_sample_bits |
the number of used output bits, needed to scale dither correctly More... | |
DitherDSPContext DitherContext::ddsp |
enum AVResampleDitherMethod DitherContext::method |
ChannelMapInfo* DitherContext::ch_map_info |
DitherState* DitherContext::state |
AudioConvert* DitherContext::ac_in |
AudioConvert* DitherContext::ac_out |
int DitherContext::method |
Definition at line 56 of file swresample_internal.h.
int DitherContext::noise_pos |
Definition at line 57 of file swresample_internal.h.
float DitherContext::scale |
Definition at line 58 of file swresample_internal.h.
float DitherContext::noise_scale |
Noise scale.
Definition at line 59 of file swresample_internal.h.
int DitherContext::ns_taps |
Noise shaping dither taps.
Definition at line 60 of file swresample_internal.h.
float DitherContext::ns_scale |
Noise shaping dither scale.
Definition at line 61 of file swresample_internal.h.
float DitherContext::ns_scale_1 |
Noise shaping dither scale^-1.
Definition at line 62 of file swresample_internal.h.
int DitherContext::ns_pos |
Noise shaping dither position.
Definition at line 63 of file swresample_internal.h.
float DitherContext::ns_coeffs[NS_TAPS] |
Noise shaping filter coefficients.
Definition at line 64 of file swresample_internal.h.
float DitherContext::ns_errors[SWR_CH_MAX][2 *NS_TAPS] |
Definition at line 65 of file swresample_internal.h.
AudioData DitherContext::noise |
noise used for dithering
Definition at line 66 of file swresample_internal.h.
AudioData DitherContext::temp |
temporary storage when writing into the input buffer isn't possible
Definition at line 67 of file swresample_internal.h.
int DitherContext::output_sample_bits |
the number of used output bits, needed to scale dither correctly
Definition at line 68 of file swresample_internal.h.