[FFmpeg-devel] [PATCH] flacenc: calculate lower sum levels in-place.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Dec 17 04:30:37 CET 2014
On Sun, Nov 23, 2014 at 08:42:29PM +0100, Michael Niedermayer wrote:
> On Sat, Nov 22, 2014 at 08:07:47PM +0100, Reimar Döffinger wrote:
> > Should improve cache usage and reduces stack usage.
> > Also reduces number of copies in case many levels
> > have the same number of bits.
> > ---
> > libavcodec/flacenc.c | 34 +++++++++++++++++++---------------
> > 1 file changed, 19 insertions(+), 15 deletions(-)
>
> should be ok if tested
Pushed.
More information about the ffmpeg-devel
mailing list