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

Jason Garrett-Glaser darkshikari
Mon Apr 28 02:33:49 CEST 2008


>  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)

I've fixed the trailing whitespace and on the advice of Alex Strange
in #ffmpeg-devel I've moved the node_ctx transitions to the top of
each code block in case gcc doesn't realize it can re-order it to
before the inlined cabac decoding call.  I also cleaned up the
comments a bit.

Dark Shikari
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cabac_transition_table.diff
Type: application/octet-stream
Size: 2580 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080427/04fd7e21/attachment.obj>



More information about the ffmpeg-devel mailing list