FFmpeg
Loading...
Searching...
No Matches
resample.h File Reference

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)
 

Function Documentation

◆ swri_resample_dsp_init()

void swri_resample_dsp_init ( ResampleContext * c)

Definition at line 46 of file resample_dsp.c.

Referenced by resample_init().

◆ swri_resample_dsp_x86_init()

void swri_resample_dsp_x86_init ( ResampleContext * c)

Definition at line 48 of file resample_init.c.

Referenced by swri_resample_dsp_init().

◆ swri_resample_dsp_arm_init()

void swri_resample_dsp_arm_init ( ResampleContext * c)

Definition at line 106 of file resample_init.c.

Referenced by swri_resample_dsp_init().

◆ swri_resample_dsp_aarch64_init()

void swri_resample_dsp_aarch64_init ( ResampleContext * c)

Definition at line 106 of file resample_init.c.

Referenced by swri_resample_dsp_init().