From e7078e842d93436edba1f30af1f9869d3913f7fe Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 24 Jul 2015 18:42:08 +0200 Subject: hevcdsp: add x86 SIMD for MC --- libavcodec/hevc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hevc.h') diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index c6e05bc..7c87a55 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -740,7 +740,7 @@ typedef struct HEVCPredContext { } HEVCPredContext; typedef struct HEVCLocalContext { - DECLARE_ALIGNED(16, int16_t, mc_buffer[(MAX_PB_SIZE + 7) * MAX_PB_SIZE]); + DECLARE_ALIGNED(16, int16_t, mc_buffer[(MAX_PB_SIZE + 24) * MAX_PB_SIZE]); uint8_t cabac_state[HEVC_CONTEXTS]; uint8_t first_qp_group; -- cgit v1.1