Re: [FFmpeg-devel] [PATCH 6/7] x86: lavc: share more constant through defines

2015-02-07 Thread Michael Niedermayer
On Sat, Feb 07, 2015 at 04:13:15PM +0100, Christophe Gisquet wrote: > Hi, > > 2015-02-05 20:20 GMT+01:00 Christophe Gisquet : > > +%define pw_10 ff_pw_2048 > > Fixed in the attached patch. > > -- > Christophe > constants.c | 22 -- > constants.h

Re: [FFmpeg-devel] [PATCH 6/7] x86: lavc: share more constant through defines

2015-02-07 Thread Christophe Gisquet
Hi, 2015-02-05 20:20 GMT+01:00 Christophe Gisquet : > +%define pw_10 ff_pw_2048 Fixed in the attached patch. -- Christophe From 63a50c9fc6a053550d74435dd32ef6036b830f49 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Wed, 4 Feb 2015 11:41:45 +0100 Subject: [PATCH 1/7] x86: lavc: share

[FFmpeg-devel] [PATCH 6/7] x86: lavc: share more constant through defines

2015-02-05 Thread Christophe Gisquet
--- libavcodec/x86/constants.c | 22 -- libavcodec/x86/constants.h | 16 +--- libavcodec/x86/h264_deblock_10bit.asm | 6 ++ libavcodec/x86/h264_idct_10bit.asm | 4 +++- libavcodec/x86/h264_intrapred_10bit.asm | 3 ++- libavcod