summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/dsputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/dsputil.h')
-rw-r--r--apps/codecs/libwmapro/dsputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwmapro/dsputil.h b/apps/codecs/libwmapro/dsputil.h
index d1816e66ba..80bc3ab262 100644
--- a/apps/codecs/libwmapro/dsputil.h
+++ b/apps/codecs/libwmapro/dsputil.h
@@ -443,7 +443,7 @@ typedef struct DSPContext {
443 * @param v2 second input vector, difference output, 16-byte aligned 443 * @param v2 second input vector, difference output, 16-byte aligned
444 * @param len length of vectors, multiple of 4 444 * @param len length of vectors, multiple of 4
445 */ 445 */
446 void (*butterflies_float)(float *restrict v1, float *restrict v2, int len); 446 void (*butterflies_float)(float * v1, float * v2, int len);
447 447
448 /* C version: convert floats from the range [384.0,386.0] to ints in [-32768,32767] 448 /* C version: convert floats from the range [384.0,386.0] to ints in [-32768,32767]
449 * simd versions: convert floats from [-32768.0,32767.0] without rescaling and arrays are 16byte aligned */ 449 * simd versions: convert floats from [-32768.0,32767.0] without rescaling and arrays are 16byte aligned */