Re: [FFmpeg-devel] [PATCH 2/7] x86: hevc_mc: use epel_hv 16-wide function

2015-02-06 Thread Michael Niedermayer
On Thu, Feb 05, 2015 at 07:20:40PM +, Christophe Gisquet wrote: > The epel_hv functions were still relying on only epel_hv 8-wide > being the maximum width instanciated. > --- > libavcodec/x86/hevcdsp_init.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) applied thanks [...]

[FFmpeg-devel] [PATCH 2/7] x86: hevc_mc: use epel_hv 16-wide function

2015-02-05 Thread Christophe Gisquet
The epel_hv functions were still relying on only epel_hv 8-wide being the maximum width instanciated. --- libavcodec/x86/hevcdsp_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/x86/hevcdsp_init.c b/libavcodec/x86/hevcdsp_init.c index b1533d8..f7b3d0f 100