|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | AVFloatDSPContext |
Functions | |
| void | avpriv_float_dsp_init (AVFloatDSPContext *fdsp, int strict) |
| Initialize a float DSP context. | |
| void | ff_float_dsp_init_arm (AVFloatDSPContext *fdsp) |
| void | ff_float_dsp_init_ppc (AVFloatDSPContext *fdsp, int strict) |
| void | ff_float_dsp_init_x86 (AVFloatDSPContext *fdsp) |
| void | ff_float_dsp_init_mips (AVFloatDSPContext *fdsp) |
| void avpriv_float_dsp_init | ( | AVFloatDSPContext * | fdsp, |
| int | strict | ||
| ) |
Initialize a float DSP context.
| fdsp | float DSP context |
| strict | setting to non-zero avoids using functions which may not be IEEE-754 compliant |
Definition at line 58 of file float_dsp.c.
Referenced by aac_decode_init(), atrac3_decode_init(), dca_decode_init(), decode_init(), dsp_init(), encode_init(), ff_ac3_encode_init(), ff_wma_init(), init(), mp3lame_encode_init(), ra288_decode_init(), twin_decode_init(), volume_init(), and vorbis_decode_init().
| void ff_float_dsp_init_arm | ( | AVFloatDSPContext * | fdsp | ) |
Definition at line 25 of file float_dsp_init_arm.c.
Referenced by avpriv_float_dsp_init().
| void ff_float_dsp_init_ppc | ( | AVFloatDSPContext * | fdsp, |
| int | strict | ||
| ) |
Definition at line 26 of file float_dsp_init.c.
Referenced by avpriv_float_dsp_init().
| void ff_float_dsp_init_x86 | ( | AVFloatDSPContext * | fdsp | ) |
Definition at line 43 of file float_dsp_init.c.
Referenced by avpriv_float_dsp_init().
| void ff_float_dsp_init_mips | ( | AVFloatDSPContext * | fdsp | ) |
Definition at line 109 of file float_dsp_mips.c.
Referenced by avpriv_float_dsp_init().
1.8.2