diff dsputil.h @ 3574:f549d1e685f7 libavcodec

vorbis simd tweaks
author lorenm
date Fri, 11 Aug 2006 18:19:37 +0000
parents 945caa35ee9a
children 47821be55b6c
line wrap: on
line diff
--- a/dsputil.h	Fri Aug 11 04:41:30 2006 +0000
+++ b/dsputil.h	Fri Aug 11 18:19:37 2006 +0000
@@ -313,8 +313,8 @@
 
     /* assume len is a multiple of 4, and arrays are 16-byte aligned */
     void (*vorbis_inverse_coupling)(float *mag, float *ang, int blocksize);
+    /* assume len is a multiple of 8, and arrays are 16-byte aligned */
     void (*vector_fmul)(float *dst, const float *src, int len);
-    /* assume len is a multiple of 8, and arrays are 16-byte aligned */
     void (*vector_fmul_reverse)(float *dst, const float *src0, const float *src1, int len);
     /* assume len is a multiple of 8, and src arrays are 16-byte aligned */
     void (*vector_fmul_add_add)(float *dst, const float *src0, const float *src1, const float *src2, int src3, int len, int step);