FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | resample_init_func |
Functions | |
void | swri_resample_dsp_init (ResampleContext *c) |
void | swri_resample_dsp_x86_init (ResampleContext *c) |
void | swri_resample_dsp_arm_init (ResampleContext *c) |
void | swri_resample_dsp_aarch64_init (ResampleContext *c) |
void swri_resample_dsp_init | ( | ResampleContext * | c | ) |
Definition at line 46 of file resample_dsp.c.
Referenced by resample_init().
void swri_resample_dsp_x86_init | ( | ResampleContext * | c | ) |
Definition at line 49 of file resample_init.c.
Referenced by swri_resample_dsp_init().
void swri_resample_dsp_arm_init | ( | ResampleContext * | c | ) |
Definition at line 106 of file resample_init.c.
Referenced by swri_resample_dsp_init().
void swri_resample_dsp_aarch64_init | ( | ResampleContext * | c | ) |
Definition at line 106 of file resample_init.c.
Referenced by swri_resample_dsp_init().