Update experiment list
- Add park_joy 360p sequence for fast testing. Change-Id: I89378fb7959c1ca08bb8b09f4961744cc227e582
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
# See encoder config output if set,
|
# See encoder config output if set,
|
||||||
# verbose=-v
|
# verbose=-v
|
||||||
|
|
||||||
root_dir=~/Dev/aomedia
|
root_dir=~/Dev/experiment
|
||||||
code_dir=$root_dir/aom
|
code_dir=$root_dir/aom
|
||||||
build_dir=$root_dir/release
|
build_dir=$root_dir/release
|
||||||
test_dir=~/Dev/field
|
test_dir=~/Dev/field
|
||||||
@@ -21,6 +21,13 @@ script_dir=~/Dev/sandbox/libvpx/scripts
|
|||||||
# bitrate=500
|
# bitrate=500
|
||||||
# fps="30/1"
|
# fps="30/1"
|
||||||
|
|
||||||
|
# video=~/Videos/aom/park_joy/park_joy_360p_10.y4m
|
||||||
|
# wi=640
|
||||||
|
# he=360
|
||||||
|
# frames=5
|
||||||
|
# bitrate=800
|
||||||
|
# fps="50/1"
|
||||||
|
|
||||||
# video=~/Dev/samples/videos/speed-set/touchdown_pass_480p.y4m
|
# video=~/Dev/samples/videos/speed-set/touchdown_pass_480p.y4m
|
||||||
# wi=854
|
# wi=854
|
||||||
# he=480
|
# he=480
|
||||||
@@ -31,8 +38,8 @@ script_dir=~/Dev/sandbox/libvpx/scripts
|
|||||||
video=~/Dev/samples/videos/hbd/crowd_run_1080p_10.y4m
|
video=~/Dev/samples/videos/hbd/crowd_run_1080p_10.y4m
|
||||||
wi=1920
|
wi=1920
|
||||||
he=1080
|
he=1080
|
||||||
frames=300
|
frames=100
|
||||||
bitrate=5000
|
bitrate=8000
|
||||||
fps="50/1"
|
fps="50/1"
|
||||||
|
|
||||||
bs=bs
|
bs=bs
|
||||||
@@ -54,7 +61,11 @@ bitdepth="--bit-depth=10"
|
|||||||
|
|
||||||
rm *.txt
|
rm *.txt
|
||||||
# experimental ans var-tx entropy ext-intra filter-intra supertx ext-interp motion-var new-quant dual-filter ext-partition-types ext-partition ext-inter ext-tx ext-refs rect-tx global-motion loop-restoration
|
# experimental ans var-tx entropy ext-intra filter-intra supertx ext-interp motion-var new-quant dual-filter ext-partition-types ext-partition ext-inter ext-tx ext-refs rect-tx global-motion loop-restoration
|
||||||
for exp_tool in experimental var-tx ans entropy ext-intra filter-intra supertx ext-interp motion-var new-quant dual-filter ext-partition-types ext-partition ext-inter ext-refs ext-tx rect-tx global-motion loop-restoration alt-intra cb4x4
|
|
||||||
|
#for exp_tool in experimental var_tx tpl_mv dual_filter convolve_round ext_tx tx64x64 sub8x8_mc ext_intra intra_interp filter_intra ext_inter interintra wedge compound_segment ext_refs global_motion new_quant supertx ans new_tokenset loop_restoration ext_partition ext_partition_types unpoison_partition_ctx ext_tile motion_var ncobmc warped_motion entropy q_adapt_probs subframe_prob_update bitstream_debug rawbits pvq xiphrc cb4x4 chroma_2x2 frame_size parallel_deblocking parallel_deblocking_15tap loopfiltering_across_tiles ec_adapt tempmv_signaling coef_interleave entropy_stats masked_tx dependent_horztiles daala_dist tripred palette_throughput ref_adapt lv_map mv_compress frame_superres new_multisymbol
|
||||||
|
|
||||||
|
# loop-restoration new_tokenset
|
||||||
|
for exp_tool in experimental global-motion cb4x4 tpl-mv sub8x8_mc interintra wedge compound-segment ncobmc warped_motion q_adapt_probs convolve_round var-tx ans entropy ext-intra filter-intra supertx motion-var new-quant dual-filter ext-partition-types ext-partition ext-inter ext-refs ext-tx
|
||||||
|
|
||||||
do
|
do
|
||||||
cd $build_dir
|
cd $build_dir
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ debug=
|
|||||||
|
|
||||||
if [ "$#" -eq 1 ]; then
|
if [ "$#" -eq 1 ]; then
|
||||||
tool=$1
|
tool=$1
|
||||||
../$libsrc/configure --target=$platform $codec $bitdepth $debug --enable-experimental --enable-$tool --disable-unit-tests --disable-daala-ec > /dev/null
|
../$libsrc/configure --target=$platform $codec $bitdepth $debug --enable-experimental --enable-$tool --disable-unit-tests > /dev/null
|
||||||
else
|
else
|
||||||
tool_1=$1
|
tool_1=$1
|
||||||
tool_2=$2
|
tool_2=$2
|
||||||
|
|||||||
Reference in New Issue
Block a user