Re: [libav-devel] [PATCH 1/2] hevc: x86: Refactor IDCT macro declarations

2016-10-05 Thread Luca Barbato
On 05/10/16 11:49, Diego Biurrun wrote: > --- > libavcodec/x86/hevc_idct.asm | 34 +++--- > 1 file changed, 11 insertions(+), 23 deletions(-) > OK. ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH 1/2] hevc: x86: Refactor IDCT macro declarations

2016-10-05 Thread Diego Biurrun
--- libavcodec/x86/hevc_idct.asm | 34 +++--- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm index d662aa9..f95a2cb 100644 --- a/libavcodec/x86/hevc_idct.asm +++ b/libavcodec/x86/hevc_idct.asm