Searched defs:DitherContext (Results 1 – 3 of 3) sorted by relevance
54 struct DitherContext { struct55 DitherDSPContext ddsp;56 enum AVResampleDitherMethod method;57 int apply_map;58 ChannelMapInfo *ch_map_info;60 int mute_dither_threshold; // threshold for disabling dither61 int mute_reset_threshold; // threshold for resetting noise shaping62 const float *ns_coef_b; // noise shaping coeffs63 const float *ns_coef_a; // noise shaping coeffs65 int channels;[all …]
27 typedef struct DitherContext DitherContext; typedef
55 struct DitherContext { struct56 int method;57 int noise_pos;58 float scale;59 float noise_scale; ///< Noise scale60 int ns_taps; ///< Noise shaping dither taps61 float ns_scale; ///< Noise shaping dither scale62 float ns_scale_1; ///< Noise shaping dither scale^-163 int ns_pos; ///< Noise shaping dither position64 float ns_coeffs[NS_TAPS]; ///< Noise shaping filter coefficients[all …]