FFmpeg
|
dither_init.c
Go to the documentation of this file.
void ff_quantize_sse2(int16_t *dst, const float *src, float *dither, int len)
void ff_dither_int_to_float_triangular_avx(float *dst, int *src0, int len)
av_cold void ff_dither_init_x86(DitherDSPContext *ddsp, enum AVResampleDitherMethod method)
Definition: dither_init.c:34
void(* quantize)(int16_t *dst, const float *src, float *dither, int len)
Convert samples from flt to s16 with added dither noise.
Definition: dither.h:38
Definition: dither.h:29
void(* dither_int_to_float)(float *dst, int *src0, int len)
Convert dither noise from int to float with triangular distribution.
Definition: dither.h:54
void ff_dither_int_to_float_rectangular_avx(float *dst, int *src, int len)
void ff_dither_int_to_float_rectangular_sse2(float *dst, int *src, int len)
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
Definition: cpu.c:30
void ff_dither_int_to_float_triangular_sse2(float *dst, int *src0, int len)
Generated on Mon Nov 18 2024 06:51:53 for FFmpeg by 1.8.11