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 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 42 of file float_dsp.c.
Referenced by aac_decode_init(), atrac3_decode_init(), dca_decode_init(), dsp_init(), encode_init(), ff_ac3_encode_init(), init(), ra288_decode_init(), twin_decode_init(), and vorbis_decode_init().
| 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 | ) | 
 1.5.8