]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/x86/vf_spp.c
x86/vf_fspp: move pxor in store slice functions out of the loop
[ffmpeg] / libavfilter / x86 / vf_spp.c
index 016f526a6dc7da82a7bc575dd28d81b7a2a75e99..1cfb9e81f7ce20051e219c3fd49cf1c4f18c7ede 100644 (file)
@@ -174,7 +174,7 @@ static void softthresh_mmx(int16_t dst[64], const int16_t src[64],
     dst[0] = (src[0] + 4) >> 3;
 }
 
-static void store_slice_mmx(uint8_t *dst, const uint16_t *src,
+static void store_slice_mmx(uint8_t *dst, const int16_t *src,
                             int dst_stride, int src_stride,
                             int width, int height, int log2_scale,
                             const uint8_t dither[8][8])