Changeset 7eb5b20a in ffmpeg

Timestamp:
Jun 6, 2014, 7:42:52 PM (10 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
5163fb94
Parents:
c8018135
git-author:
Christophe Gisquet <christophe.gisquet@gmail.com> (06/05/14 21:37:00)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (06/06/14 19:42:52)
Message:

huffyuvdec: trick for plane decoding <= 14bits

Refactor the code to minimize code duplication.

Before:
130870 decicycles in g, 1048139 runs, 437 skips
10bits: 9.048
12bits: 10.733

After:
126960 decicycles in g, 1048136 runs, 440 skips
10bits: 8.642
12bits: 9.656

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

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