summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-24 12:29:21 +0100
committerClément Bœsch <u@pkh.me>2017-03-24 12:33:25 +0100
commit3d6535983282bea542dac2e568ae50da5796be34 (patch)
tree0dae743f60adad35e1bd088d1447eb99cc988d91 /libavcodec/hevcdsp.h
parent40ac226014082682e504e8af613ed4169221ac36 (diff)
parent6d5636ad9ab6bd9bedf902051d88b7044385f88b (diff)
downloadffmpeg-streaming-3d6535983282bea542dac2e568ae50da5796be34.zip
ffmpeg-streaming-3d6535983282bea542dac2e568ae50da5796be34.tar.gz
Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b'
* commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b': hevc: x86: Add add_residual() SIMD optimizations See a6af4bf64dae46356a5f91537a1c8c5f86456b37 This merge is only cosmetics (renames, space shuffling, etc). The functionnal changes in the ASM are *not* merged: - unrolling with %rep is kept - ADD_RES_MMX_4_8 is left untouched: this needs investigation Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/hevcdsp.h')
-rw-r--r--libavcodec/hevcdsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h
index 3b7e737..eefb3cd 100644
--- a/libavcodec/hevcdsp.h
+++ b/libavcodec/hevcdsp.h
@@ -46,7 +46,7 @@ typedef struct HEVCDSPContext {
void (*put_pcm)(uint8_t *_dst, ptrdiff_t _stride, int width, int height,
struct GetBitContext *gb, int pcm_bit_depth);
- void (*add_residual[4])(uint8_t *_dst, int16_t *coeffs, ptrdiff_t _stride);
+ void (*add_residual[4])(uint8_t *dst, int16_t *res, ptrdiff_t stride);
void (*dequant)(int16_t *coeffs, int16_t log2_size);
OpenPOWER on IntegriCloud