Re: [libav-devel] [PATCH 075/132] dsputil_template: Move bits that are used templatized into separate file

2014-03-22 Thread Luca Barbato
On 22/03/14 14:25, Diego Biurrun wrote: > On Thu, Mar 20, 2014 at 02:29:06PM +0100, Luca Barbato wrote: >> On 19/03/14 19:13, Diego Biurrun wrote: >>> This allows detemplatizing the bits that are not instantiated twice. >>> --- >>> libavcodec/dsputil.c | 3 ++- >>> libavcodec/dsputil_

Re: [libav-devel] [PATCH 075/132] dsputil_template: Move bits that are used templatized into separate file

2014-03-22 Thread Diego Biurrun
On Thu, Mar 20, 2014 at 02:29:06PM +0100, Luca Barbato wrote: > On 19/03/14 19:13, Diego Biurrun wrote: > > This allows detemplatizing the bits that are not instantiated twice. > > --- > > libavcodec/dsputil.c | 3 ++- > > libavcodec/dsputil_template.c| 27 - >

Re: [libav-devel] [PATCH 075/132] dsputil_template: Move bits that are used templatized into separate file

2014-03-20 Thread Luca Barbato
On 19/03/14 19:13, Diego Biurrun wrote: > This allows detemplatizing the bits that are not instantiated twice. > --- > libavcodec/dsputil.c | 3 ++- > libavcodec/dsputil_template.c| 27 - > libavcodec/dsputilenc_template.c | 51 > ++

[libav-devel] [PATCH 075/132] dsputil_template: Move bits that are used templatized into separate file

2014-03-19 Thread Diego Biurrun
This allows detemplatizing the bits that are not instantiated twice. --- libavcodec/dsputil.c | 3 ++- libavcodec/dsputil_template.c| 27 - libavcodec/dsputilenc_template.c | 51 3 files changed, 53 insertions(+), 28 del