Re: [FFmpeg-devel] [PATCH] h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.

2014-09-01 Thread Michael Niedermayer
On Sun, Aug 31, 2014 at 08:36:01PM +0200, Reimar Döffinger wrote: 3646 - 3597 decicycles in inner loop when decoding vsynth1-flv. Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de --- libavcodec/h261dec.c| 7 --- libavcodec/ituh263dec.c | 9 + 2 files changed, 9

Re: [FFmpeg-devel] [PATCH] h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.

2014-09-01 Thread Reimar Döffinger
On Mon, Sep 01, 2014 at 03:01:15PM +0200, Michael Niedermayer wrote: On Sun, Aug 31, 2014 at 08:36:01PM +0200, Reimar Döffinger wrote: 3646 - 3597 decicycles in inner loop when decoding vsynth1-flv. Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de --- libavcodec/h261dec.c

[FFmpeg-devel] [PATCH] h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.

2014-08-31 Thread Reimar Döffinger
3646 - 3597 decicycles in inner loop when decoding vsynth1-flv. Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de --- libavcodec/h261dec.c| 7 --- libavcodec/ituh263dec.c | 9 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/libavcodec/h261dec.c

Re: [FFmpeg-devel] [PATCH] h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.

2014-08-31 Thread Timothy Gu
On Aug 31, 2014 11:36 AM, Reimar Döffinger reimar.doeffin...@gmx.de wrote: 3646 - 3597 decicycles in inner loop when decoding vsynth1-flv. Wow. [...] Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org