]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/proresdsp.asm
x86: hpeldsp: Drop unused function parameters
[ffmpeg] / libavcodec / x86 / proresdsp.asm
index 855f2094b79afd5d1f2e3a9c535bc65d24f5518d..5a329cb8987b67711eeb5c7878f3177bba82ac91 100644 (file)
@@ -54,7 +54,7 @@ cextern pw_8
 cextern pw_512
 cextern pw_1019
 
-section .text align=16
+SECTION .text
 
 ; interleave data while maintaining source
 ; %1=type, %2=dstlo, %3=dsthi, %4=src, %5=interleave
@@ -326,8 +326,8 @@ section .text align=16
     SUMSUB_SHPK m2,  m3,  m4,  m5,  m6,  m7,  %2
 %endmacro
 
-; void prores_idct_put_10_<opt>(uint8_t *pixels, int stride,
-;                               int16_t *block, const int16_t *qmat);
+; void ff_prores_idct_put_10_<opt>(uint8_t *pixels, int stride,
+;                                  int16_t *block, const int16_t *qmat);
 %macro idct_put_fn 1
 cglobal prores_idct_put_10, 4, 4, %1
     movsxd      r1,  r1d