OSDN Git Service

2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 16 Feb 2010 23:43:08 +0000 (23:43 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 16 Feb 2010 23:43:08 +0000 (23:43 +0000)
commit59f733d1b1814ff7e2ead43415bb4b89cbed4b0f
tree0b064677f34046b4b1abe363358e323da1353bd3
parentfc78b0cb7e115ae494861c37a9928cff74df8db9
2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.
Sadly this is just per slice so the speedup with normal files should be negligible.

Originally committed as revision 21859 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_cabac.c