Jason Garrett-Glaser f14bdd8e75 H.264: Partially inline CABAC residual decoding
Improves CABAC performance about ~1.2%.

Trick originates from x264 and has also been used in ffvp8.  It's useful because
coded block flags are usually zero, so it helps to have the early termination
inlined into the main function.

Originally committed as revision 26375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-15 17:52:48 +00:00
2010-09-17 20:14:24 +00:00
2011-01-05 05:16:33 +00:00
2010-12-07 15:27:11 +00:00
2011-01-14 22:32:26 +00:00
2010-09-03 21:27:19 +00:00
2011-01-05 05:16:33 +00:00
2010-03-08 05:04:29 +00:00
2011-01-15 17:21:12 +00:00
2011-01-07 18:48:45 +00:00
2011-01-09 10:22:21 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%