comparison TOOLS/benchmark-gab/benchmark @ 11729:9653be40fb5c

Port to new video filter layer: -vf disabled --> -vf-clr
author diego
date Fri, 02 Jan 2004 22:49:40 +0000
parents 835822ce4bb1
children 6eada518a7ea
comparison
equal deleted inserted replaced
11728:14c85528d202 11729:9653be40fb5c
41 41
42 wrtlog Starting benchmarks 42 wrtlog Starting benchmarks
43 43
44 if [ ! -e no_codec ]; then 44 if [ ! -e no_codec ]; then
45 wrtlog Starting CODEC benchmark runs, with 3 tries... 45 wrtlog Starting CODEC benchmark runs, with 3 tries...
46 DEFAULTOPTS="-quiet -nosound -benchmark -vo null -vf disabled -autoq 0" 46 DEFAULTOPTS="-quiet -nosound -benchmark -vo null -vf-clr -autoq 0"
47 benchsamples 47 benchsamples
48 fi 48 fi
49 49
50 export DISPLAY=:0 50 export DISPLAY=:0
51 export XAUTHORITY=$HOME/.Xauthority 51 export XAUTHORITY=$HOME/.Xauthority
52 52
53 if [ ! -e no_xv ]; then 53 if [ ! -e no_xv ]; then
54 if [ ! -e no_xv_nodr ]; then 54 if [ ! -e no_xv_nodr ]; then
55 wrtlog Starting XVideo \(no DR\) benchmark runs, with 3 tries... 55 wrtlog Starting XVideo \(no DR\) benchmark runs, with 3 tries...
56 DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -slices -vf disabled -autoq 0" 56 DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -slices -vf-clr -autoq 0"
57 benchsamples 57 benchsamples
58 fi 58 fi
59 59
60 if [ ! -e no_xv_nodr_noslices ]; then 60 if [ ! -e no_xv_nodr_noslices ]; then
61 wrtlog Starting XVideo \(no DR\) \(no slices\) benchmark runs, with 3 tries... 61 wrtlog Starting XVideo \(no DR\) \(no slices\) benchmark runs, with 3 tries...
62 DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -noslices -vf disabled -autoq 0" 62 DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -nodr -noslices -vf-clr -autoq 0"
63 benchsamples 63 benchsamples
64 fi 64 fi
65 65
66 if [ ! -e no_xv_dr ]; then 66 if [ ! -e no_xv_dr ]; then
67 wrtlog Starting XVideo \(DR\) benchmark runs, with 3 tries... 67 wrtlog Starting XVideo \(DR\) benchmark runs, with 3 tries...
68 DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -slices -vf disabled -autoq 0" 68 DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -slices -vf-clr -autoq 0"
69 benchsamples 69 benchsamples
70 fi 70 fi
71 71
72 if [ ! -e no_xv_dr_noslices ]; then 72 if [ ! -e no_xv_dr_noslices ]; then
73 wrtlog Starting XVideo \(DR\) \(no slices\) benchmark runs, with 3 tries... 73 wrtlog Starting XVideo \(DR\) \(no slices\) benchmark runs, with 3 tries...
74 DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -noslices -vf disabled -autoq 0" 74 DEFAULTOPTS="-quiet -nosound -benchmark -vo xv -fs -dr -noslices -vf-clr -autoq 0"
75 benchsamples 75 benchsamples
76 fi 76 fi
77 fi 77 fi
78 78
79 if [ -e xmga ]; then 79 if [ -e xmga ]; then
80 if [ ! -e xmga_nodr ]; then 80 if [ ! -e xmga_nodr ]; then
81 wrtlog Starting XMGA \(no DR\) benchmark runs, with 3 tries... 81 wrtlog Starting XMGA \(no DR\) benchmark runs, with 3 tries...
82 DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -slices -vf disabled -autoq 0" 82 DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -slices -vf-clr -autoq 0"
83 benchsamples 83 benchsamples
84 fi 84 fi
85 85
86 if [ ! -e xmga_nodr_noslices ]; then 86 if [ ! -e xmga_nodr_noslices ]; then
87 wrtlog Starting XMGA \(no DR\) \(no slices\) benchmark runs, with 3 tries... 87 wrtlog Starting XMGA \(no DR\) \(no slices\) benchmark runs, with 3 tries...
88 DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf disabled -autoq 0" 88 DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf-clr -autoq 0"
89 benchsamples 89 benchsamples
90 fi 90 fi
91 91
92 if [ ! -e xmga_dr ]; then 92 if [ ! -e xmga_dr ]; then
93 wrtlog Starting XMGA \(DR\) benchmark runs, with 3 tries... 93 wrtlog Starting XMGA \(DR\) benchmark runs, with 3 tries...
94 DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -vf disabled -autoq 0" 94 DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -vf-clr -autoq 0"
95 benchsamples 95 benchsamples
96 fi 96 fi
97 97
98 if [ ! -e xmga_dr ]; then 98 if [ ! -e xmga_dr ]; then
99 wrtlog Starting XMGA \(DR\) \(no slices\) benchmark runs, with 3 tries... 99 wrtlog Starting XMGA \(DR\) \(no slices\) benchmark runs, with 3 tries...
100 DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf disabled -autoq 0" 100 DEFAULTOPTS="-quiet -nosound -benchmark -vo xmga -fs -dr -noslices -vf-clr -autoq 0"
101 benchsamples 101 benchsamples
102 fi 102 fi
103 fi 103 fi
104 104
105 wrtlog Benchmarks ready 105 wrtlog Benchmarks ready