FFmpeg
|
external API header More...
#include "libavutil/avutil.h"
#include "libavutil/channel_layout.h"
#include "libavutil/dict.h"
#include "libavutil/frame.h"
#include "libavutil/log.h"
#include "libavutil/mathematics.h"
#include "libavresample/version.h"
Go to the source code of this file.
Macros | |
#define | AVRESAMPLE_MAX_CHANNELS 32 |
Variables | |
enum attribute_deprecated | AVMixCoeffType |
AV_MIX_COEFF_TYPE_Q8 | |
AV_MIX_COEFF_TYPE_Q15 | |
16-bit 8.8 fixed-point More... | |
AV_MIX_COEFF_TYPE_FLT | |
32-bit 17.15 fixed-point More... | |
AV_MIX_COEFF_TYPE_NB | |
floating-point More... | |
enum attribute_deprecated | AVResampleFilterType |
AV_RESAMPLE_FILTER_TYPE_CUBIC | |
Cubic. More... | |
AV_RESAMPLE_FILTER_TYPE_BLACKMAN_NUTTALL | |
Blackman Nuttall Windowed Sinc. More... | |
AV_RESAMPLE_FILTER_TYPE_KAISER | |
Kaiser Windowed Sinc. More... | |
enum attribute_deprecated | AVResampleDitherMethod |
AV_RESAMPLE_DITHER_NONE | |
Do not use dithering. More... | |
AV_RESAMPLE_DITHER_RECTANGULAR | |
Rectangular Dither. More... | |
AV_RESAMPLE_DITHER_TRIANGULAR | |
Triangular Dither. More... | |
AV_RESAMPLE_DITHER_TRIANGULAR_HP | |
Triangular Dither with High Pass. More... | |
AV_RESAMPLE_DITHER_TRIANGULAR_NS | |
Triangular Dither with Noise Shaping. More... | |
AV_RESAMPLE_DITHER_NB | |
Number of dither types. More... | |
external API header
Definition in file avresample.h.
AV_MIX_COEFF_TYPE_Q8 |
Definition at line 113 of file avresample.h.
Referenced by ff_audio_mix_get_matrix(), ff_audio_mix_init_x86(), ff_audio_mix_set_matrix(), and mix_function_init().
AV_MIX_COEFF_TYPE_Q15 |
16-bit 8.8 fixed-point
Definition at line 113 of file avresample.h.
Referenced by ff_audio_mix_get_matrix(), ff_audio_mix_set_matrix(), and mix_function_init().
AV_MIX_COEFF_TYPE_FLT |
32-bit 17.15 fixed-point
Definition at line 113 of file avresample.h.
Referenced by ff_audio_mix_get_matrix(), ff_audio_mix_init_x86(), ff_audio_mix_set_matrix(), and mix_function_init().
AV_MIX_COEFF_TYPE_NB |
floating-point
Definition at line 113 of file avresample.h.
AV_RESAMPLE_FILTER_TYPE_CUBIC |
AV_RESAMPLE_FILTER_TYPE_BLACKMAN_NUTTALL |
Blackman Nuttall Windowed Sinc.
Definition at line 124 of file avresample.h.
Referenced by build_filter().
AV_RESAMPLE_FILTER_TYPE_KAISER |
AV_RESAMPLE_DITHER_NONE |
Do not use dithering.
Definition at line 133 of file avresample.h.
AV_RESAMPLE_DITHER_RECTANGULAR |
Rectangular Dither.
Definition at line 133 of file avresample.h.
Referenced by dither_init(), ff_dither_init_x86(), and generate_dither_noise().
AV_RESAMPLE_DITHER_TRIANGULAR |
Triangular Dither.
Definition at line 133 of file avresample.h.
AV_RESAMPLE_DITHER_TRIANGULAR_HP |
Triangular Dither with High Pass.
Definition at line 133 of file avresample.h.
Referenced by ff_dither_alloc(), and generate_dither_noise().
AV_RESAMPLE_DITHER_TRIANGULAR_NS |
Triangular Dither with Noise Shaping.
Definition at line 133 of file avresample.h.
Referenced by convert_samples(), ff_convert_dither(), and ff_dither_alloc().
AV_RESAMPLE_DITHER_NB |