[FFmpeg-devel] [PATCH] Faster CABAC H.264 residual decoding

Michael Niedermayer michaelni
Mon Apr 28 01:37:07 CEST 2008


On Sat, Apr 26, 2008 at 11:47:46AM -0700, Jason Garrett-Glaser wrote:
> On the advice of #ffmpeg-devel I have made a version with uint8_t
> arrays instead of int.
> 
> Dark Shikari

> Index: libavcodec/h264.c
> ===================================================================
> --- libavcodec/h264.c	(revision 12977)
> +++ libavcodec/h264.c	(working copy)
> @@ -5394,14 +5394,26 @@
>          9, 9,10,10, 8,11,12,11, 9, 9,10,10, 8,13,13, 9,
>          9,10,10, 8,13,13, 9, 9,10,10,14,14,14,14,14 }
>      };
> +    

trailing whitespace
besides this iam fine with the patch if it is faster (on average at least)
and doesnt break anything (that is revert it again if something on fate
breaks)

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Thouse who are best at talking, realize last or never when they are wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080428/86b78387/attachment.pgp>



More information about the ffmpeg-devel mailing list