From 6d5636ad9ab6bd9bedf902051d88b7044385f88b Mon Sep 17 00:00:00 2001 From: Pierre Edouard Lepere Date: Mon, 18 Aug 2014 10:01:09 +0200 Subject: hevc: x86: Add add_residual() SIMD optimizations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initially written by Pierre Edouard Lepere , extended by James Almer . Signed-off-by: Alexandra Hájková --- libavcodec/hevcdsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hevcdsp.h') diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h index 199e5a9064..49cb7110d5 100644 --- a/libavcodec/hevcdsp.h +++ b/libavcodec/hevcdsp.h @@ -42,7 +42,7 @@ typedef struct HEVCDSPContext { void (*put_pcm)(uint8_t *dst, ptrdiff_t stride, int size, 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); void (*transform_4x4_luma)(int16_t *coeffs); -- cgit v1.2.3