diff options
author | Clément Bœsch <u@pkh.me> | 2013-11-22 20:16:09 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-11-30 23:48:28 +0200 |
commit | c4c5f5386c83bb8d66f8d67cd8533c8697f06d04 (patch) | |
tree | 34167a7266efb2a5f8e262f5fb53d9404f9eb06d /libavcodec/iirfilter.h | |
parent | e4382a4ab48138d43a19ea0da96f536a5e49b50c (diff) | |
download | ffmpeg-c4c5f5386c83bb8d66f8d67cd8533c8697f06d04.tar.gz |
vp9dsp: add DC only versions for idct/idct.
before:
time ./avconv -v 0 -nostats -threads 1 -i sintel_vp9_500kbps.webm -f null -
real 0m11.125s
user 0m11.059s
sys 0m0.050s
time ./avconv -v 0 -nostats -threads 1 -i sintel_vp9_500kbps.webm -f null -
real 0m10.944s
user 0m10.819s
sys 0m0.064s
after:
time ./avconv -v 0 -nostats -threads 1 -i sintel_vp9_500kbps.webm -f null -
real 0m8.153s
user 0m8.034s
sys 0m0.050s
time ./avconv -v 0 -nostats -threads 1 -i sintel_vp9_500kbps.webm -f null -
real 0m8.038s
user 0m7.980s
sys 0m0.039s
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/iirfilter.h')
0 files changed, 0 insertions, 0 deletions