[x264-devel] commit: Add assembly versions of decimate_score (Jason Garrett-Glaser )
git version control
git at videolan.org
Fri Oct 31 16:57:50 CET 2008
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Tue Oct 21 14:59:07 2008 -0700| [f5da8110606c1bdb8f3a194f11574db28855415e] | committer: Jason Garrett-Glaser
Add assembly versions of decimate_score
3-7x faster decimation, 1-3% faster overall
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=f5da8110606c1bdb8f3a194f11574db28855415e
---
common/quant.c | 72 +++++++++++++++
common/quant.h | 4 +
common/x86/quant-a.asm | 225 ++++++++++++++++++++++++++++++++++++++++++++++++
common/x86/quant.h | 9 ++
encoder/macroblock.c | 59 ++-----------
tools/checkasm.c | 31 +++++++
6 files changed, 349 insertions(+), 51 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=f5da8110606c1bdb8f3a194f11574db28855415e
More information about the x264-devel
mailing list