comparison arm/float_arm_vfp.c @ 10359:48be79afc72d libavcodec

ARM: clean up dsputil initialisation - Move v5 and v6 initialisation to separate files. - Move NEON IDCT selection to ff_dsputil_init_neon()
author mru
date Sun, 04 Oct 2009 13:12:55 +0000
parents 7a463923ecd1
children
comparison
equal deleted inserted replaced
10358:028a4deb56d3 10359:48be79afc72d
17 * License along with FFmpeg; if not, write to the Free Software 17 * License along with FFmpeg; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #include "libavcodec/dsputil.h" 21 #include "libavcodec/dsputil.h"
22 #include "dsputil_arm.h"
22 23
23 void ff_vector_fmul_vfp(float *dst, const float *src, int len); 24 void ff_vector_fmul_vfp(float *dst, const float *src, int len);
24 void ff_vector_fmul_reverse_vfp(float *dst, const float *src0, 25 void ff_vector_fmul_reverse_vfp(float *dst, const float *src0,
25 const float *src1, int len); 26 const float *src1, int len);
26 void ff_float_to_int16_vfp(int16_t *dst, const float *src, long len); 27 void ff_float_to_int16_vfp(int16_t *dst, const float *src, long len);