]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/proresdsp.asm
utvideodec: Support UQRA and UQRG
[ffmpeg] / libavcodec / x86 / proresdsp.asm
index 855f2094b79afd5d1f2e3a9c535bc65d24f5518d..9613fa1448f8b1c92b2f0a12b1896f50af7465a1 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,11 +326,10 @@ 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, ptrdiff_t linesize,
+;                                  int16_t *block, const int16_t *qmat);
 %macro idct_put_fn 1
 cglobal prores_idct_put_10, 4, 4, %1
-    movsxd      r1,  r1d
     pxor        m15, m15           ; zero
 
     ; for (i = 0; i < 8; i++)