[svn] / trunk / xvidcore / examples / xvid_bench.c Repository:
ViewVC logotype

Log of /trunk/xvidcore/examples/xvid_bench.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1804 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 26 23:37:28 2008 UTC (15 years, 4 months ago) by Isibaar
File length: 66063 byte(s)
Diff to previous 1801
sad8bi bench

Revision 1801 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 26 09:31:06 2008 UTC (15 years, 4 months ago) by Isibaar
File length: 65670 byte(s)
Diff to previous 1794
some more benches

Revision 1794 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 14 15:43:28 2008 UTC (15 years, 4 months ago) by Isibaar
File length: 64451 byte(s)
Diff to previous 1767
initial SSE4 support

Revision 1767 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 21 23:27:35 2006 UTC (17 years, 3 months ago) by Isibaar
File length: 64019 byte(s)
Diff to previous 1746
- PPC build cleanup patch for SSIM by Paul Kurucz

Revision 1746 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 1 07:12:26 2006 UTC (17 years, 5 months ago) by Skal
File length: 63990 byte(s)
Diff to previous 1743
        + added a very simple bench to test bitstream-read functions
        mostly to be used in conjunction to valgrind to spot uninitialized
        reads.

Revision 1743 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 30 11:21:42 2006 UTC (17 years, 5 months ago) by Skal
File length: 62542 byte(s)
Diff to previous 1742
        + further patch for SSIM plugin by Johannes Reinhardt
        + updated `xvid_bench 15` => there's still a little
        rounding inaccuracy in the reported CRCs. Work in progress...

Revision 1742 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 30 10:52:00 2006 UTC (17 years, 5 months ago) by Skal
File length: 62544 byte(s)
Diff to previous 1738
        + added support for NULL u/v pointer in yv12_to_yv12* functions
        (+little bug fix for the vflip case).
        Added a bench in xvid_bench.c (`xvid_bench 16`)

Revision 1738 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 15:19:48 2006 UTC (17 years, 5 months ago) by Skal
File length: 60598 byte(s)
Diff to previous 1737
        bench on lum2x8 was wrong (uninitialized reads)

Revision 1737 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 13 15:16:25 2006 UTC (17 years, 5 months ago) by Skal
File length: 60597 byte(s)
Diff to previous 1731
        some more SSIM patches by Johannes

Revision 1731 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 11 14:55:28 2006 UTC (17 years, 5 months ago) by Skal
File length: 60597 byte(s)
Diff to previous 1707
        + added a bench for SSIM's internal function (`xvid_bench 15`)

Revision 1707 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 5 21:30:49 2006 UTC (17 years, 9 months ago) by Skal
File length: 57902 byte(s)
Diff to previous 1652
        + added a test_yuv() stub to test YUV functions,
        at least : yv12_to_yuyv and yv12_to_uyvy

Revision 1652 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 3 05:44:07 2005 UTC (18 years, 4 months ago) by Skal
File length: 55713 byte(s)
Diff to previous 1651
	typo fixed (thanks squid_80)

Revision 1651 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 26 12:38:34 2005 UTC (18 years, 5 months ago) by Skal
File length: 55702 byte(s)
Diff to previous 1641
         + removed the x_Ref%4 in qpel.h, in favor of x_Ref>>2.
        As suggested by Gruel, there might be a compiler
        problem for some very very exotic platform.
        Hence, i've added a test_compiler() in xvid_bench.c, to
        be sure everything are ok. Hope the test is correct.

        + added benches for interlaced decoding, as supplied
        by Christoph Kühnel (info at intek-darmstadt dot de).
        Thanks a lot.

Revision 1641 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 23 12:53:35 2005 UTC (18 years, 6 months ago) by suxen_drol
File length: 53077 byte(s)
Diff to previous 1638
+ve/-ve cbp test (to demonstrate fault with current calc_cbp_mmx function

Revision 1638 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 20 11:51:40 2005 UTC (18 years, 6 months ago) by suxen_drol
File length: 52816 byte(s)
Diff to previous 1629
msvc fails on void* arithmetic in xvid_bench.c

Revision 1629 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 5 20:49:23 2005 UTC (18 years, 7 months ago) by Skal
File length: 52750 byte(s)
Diff to previous 1621
	Added Carlo's optimized cbp calc function, and bench (slightly edited).
	(carlo dot bramix at libero dot it)

Revision 1621 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 06:07:28 2005 UTC (18 years, 9 months ago) by Skal
File length: 52080 byte(s)
Diff to previous 1620
	fix for crc computation on BIG_ENDIAN platforms.
	Patch by Paul Kurucz ( ptk9417 at ritvax dot isc dot rit dot edu )

Revision 1620 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 14 13:58:21 2005 UTC (18 years, 9 months ago) by Skal
File length: 51437 byte(s)
Diff to previous 1618
	+ Aligned local arrays in test_transfer() of xvid_bench.c
	+ optimized the C-version of mem_transfer.c. You can activate
	the new code by commenting out the "#define USE_REFERENCE_C"
	at the beginning of the source file.

Revision 1618 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 12:06:02 2005 UTC (18 years, 10 months ago) by Skal
File length: 51037 byte(s)
Diff to previous 1617

	+ Added IEEE-1180 and Walken-compliant SSE2 Idct.
	Disabled by default (line 515 of xvid.c) until proven fully
	safe. Should give binary-equal results than the mmx and xmm
	versions.

Revision 1617 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
File length: 51019 byte(s)
Diff to previous 1616
	encoder.c: simplify_time() optimized by Euclid.

	bitstream.c: write_video_packet_header() was buggy and
	kind of obfuscated, as noticed by Sigdrak at free.fr.

	from Edouard:

	gcc4 warning removal.
	- No executable shared objects installed
	  (Do not install the lib as executable. It's no use as the SO has no
 	   main symbol anyway, and the static lib is not runnable anyway.)
	- Statically link xvid_bench with libxvidcore.a
	- New autoconf garbage removal
	- Quotes in configure.in

Revision 1616 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 21:03:32 2005 UTC (18 years, 10 months ago) by Skal
File length: 58962 byte(s)
Diff to previous 1614
	encoder.c: better error handling upon MEM_ERROR
	bitstream.c: faster log2bin (xvid_bench.c updated)
	bitstream.c: added unused functions:
BitstreamWriteEndOfSequence()
BitstreamWriteGroupOfVopHeader()
write_video_packet_header()

	Original input: sigdrak at free.fr and Angela Belda. Thanks.

Revision 1614 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 15:40:11 2005 UTC (18 years, 10 months ago) by Skal
File length: 57736 byte(s)
Diff to previous 1613

	Added a verification bench 'bench.pl'.
	You should customize the 'bench_list.pl' list with
	the bitstreams you want to check for decoding.

	Updated 'xvid_bench.c'.

Revision 1613 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 18 08:31:42 2005 UTC (18 years, 11 months ago) by Skal
File length: 55488 byte(s)
Diff to previous 1586
        clock() returns time in milliseconds. Thx to Mark L at yahoo dot com.

Revision 1586 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 5 23:02:15 2005 UTC (19 years, 2 months ago) by edgomez
File length: 55449 byte(s)
Diff to previous 1424
Preliminary x86_64 linux port

Revision 1424 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 12 15:49:56 2004 UTC (19 years, 11 months ago) by edgomez
File length: 55390 byte(s)
Diff to previous 1412
Optmized mem transfers, h263, plane sse

Revision 1412 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 20:36:37 2004 UTC (19 years, 11 months ago) by edgomez
File length: 52252 byte(s)
Diff to previous 1398
Merged PPC port + 1.0 tree fixes

Revision 1398 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 2 21:29:21 2004 UTC (19 years, 11 months ago) by edgomez
File length: 52190 byte(s)
Diff to previous 1382
Merged 1.0 branch fixes

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
File length: 50566 byte(s)
Diff to previous 898
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 898 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 26 19:05:20 2003 UTC (21 years, 1 month ago) by chl
File length: 41657 byte(s)
Diff to previous 860
sad16v, removed CRC error for sad16

Revision 860 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 16 05:11:39 2003 UTC (21 years, 1 month ago) by suxen_drol
File length: 41215 byte(s)
Diff to previous 851
futher portab.h, ARCH_IS_xxx fixes

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 41013 byte(s)
Diff to previous 824
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 824 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month ago) by edgomez
File length: 41316 byte(s)
Diff to previous 813
I made all these changes on my own working copy until i had
something really usable wihtout regressions for most users.

I think its place is now in CVS. Here is a ChangeLog summary
generated from my local patches.

base-0
    Imported xvidcore 0.9.0 into arch repository
patch-1
    Updated to current stable CVS_HEAD
patch-2
    Changed build system for Unix OSes
patch-3
    Fixes for the new build system in sources.
patch-4
    Fixed options and added the --disable-assembly option
patch-5
    Fixed a BSD checking in nasm output format.
patch-6
    Fixed the "ar" "s" option for some platforms.
patch-7
    Changed the way I add strings into variables.
patch-8
    Fixed portab.h for _DEBUG target and GCC/ICC compilers.
patch-9
    Added Altivec detection (Guillaume Morin)
patch-10
    Fixed MacOSX build.
patch-11
    Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
patch-12
    DivX4 compatibility layer has been turned into an option (default:disable).

ToDo:
    - Fix IA64 assembly file selection.
    - Do I disable PPC assembly code ? (according to Guillaume, it needs to be updated)

Revision 813 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 2 00:25:51 2003 UTC (21 years, 1 month ago) by edgomez
File length: 41319 byte(s)
Diff to previous 684
Small fix

Revision 684 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 27 21:09:10 2002 UTC (21 years, 4 months ago) by edgomez
File length: 41316 byte(s)
Diff to previous 279
Ansi C + Win32 update for xvid_bench

Revision 279 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 13:23:29 2002 UTC (21 years, 8 months ago) by ia64p
File length: 41013 byte(s)
Diff to previous 262
fixing for ia64, again

Revision 262 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 7 09:45:40 2002 UTC (21 years, 8 months ago) by Isibaar
File length: 40952 byte(s)
Diff to previous 257
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code

Revision 257 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 5 14:54:15 2002 UTC (21 years, 8 months ago) by ia64p
File length: 29670 byte(s)
Diff to previous 225
compatible with ia64, now

Revision 225 - (view) (download) (annotate) - [select for diffs]
Added Wed Jun 19 14:27:08 2002 UTC (21 years, 9 months ago) by Isibaar
File length: 29640 byte(s)
Skal's test and benchmarking tool

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4