diff dsputil.h @ 3660:7e1ee254a3ee libavcodec

Align the input buffer in ffplay, introduce a public macro for aligned declarations Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly
author lu_zero
date Thu, 31 Aug 2006 19:14:00 +0000
parents 1cc5bdadd487
children 8e180a3276fe
line wrap: on
line diff
--- a/dsputil.h	Thu Aug 31 15:44:37 2006 +0000
+++ b/dsputil.h	Thu Aug 31 19:14:00 2006 +0000
@@ -323,7 +323,7 @@
     void (*vector_fmul_add_add)(float *dst, const float *src0, const float *src1, const float *src2, int src3, int len, int step);
 
     /* C version: convert floats from the range [384.0,386.0] to ints in [-32768,32767]
-     * asm versions: convert floats from [-32768.0,32767.0] without rescaling */
+     * simd versions: convert floats from [-32768.0,32767.0] without rescaling and arrays are 16byte aligned */
     void (*float_to_int16)(int16_t *dst, const float *src, int len);
 
     /* (I)DCT */