Changeset 6163d880 in ffmpeg

Timestamp:
May 30, 2012, 4:08:29 PM (13 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
c7bd556d
Parents:
64bde805
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (05/29/12 17:56:15)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (05/30/12 16:08:29)
Message:

vp8: move block coeff arithcoder on stack.

This prevents gcc from assuming that contents of it may have changed
between calls to vp56_range_get_prob(), thus preventing countless (and
unnecessary) movs. Decoding of sintel trailer goes from (avg+SG) 9.796
+/- 0.003 to 9.635 +/- 0.010.

(No files)

Note: See TracChangeset for help on using the changeset viewer.