Add lv_map and chroma_sub8x8's dependency
Change-Id: I3914c03ba962a941de5d5cfabe71c47038e42f8c
This commit is contained in:
parent
e6fa113cda
commit
e68ca75f27
@ -39,7 +39,7 @@ script_dir=~/Dev/sandbox/libvpx/scripts
|
||||
video=~/Dev/samples/videos/speed-set/BasketballDrive_1920x1080_50.y4m
|
||||
wi=1920
|
||||
he=1080
|
||||
frames=100
|
||||
frames=50
|
||||
bitrate=4000
|
||||
fps="50/1"
|
||||
|
||||
@ -62,7 +62,7 @@ verbose=
|
||||
profile=0
|
||||
rm *.txt
|
||||
|
||||
for exp_tool in experimental cb4x4 chroma_sub8x8 rect_tx global_motion ext_tx cdef ext_intra ext_refs dual_filter motion_var warped_motion var_tx alt_intra tx64x64 ncobmc supertx ext_partition tpl_mv unpoison_partition_ctx wedge adapt_scan ans aom_qm chroma_2x2 compound_segment compound_singleref ext_inter ext_tile filter_intra intrabc intra_interp loop_restoration lv_map masked_tx q_adapt_probs ref_adapt compound_round convolve_round interintra mv_compound txk_sel
|
||||
for exp_tool in experimental cb4x4 chroma_sub8x8 rect_tx global_motion ext_tx cdef ext_intra ext_refs dual_filter motion_var warped_motion var_tx tx64x64 ncobmc supertx ext_partition tpl_mv unpoison_partition_ctx wedge adapt_scan ans aom_qm chroma_2x2 compound_segment compound_singleref ext_inter ext_tile filter_intra intrabc intra_interp loop_restoration lv_map masked_tx q_adapt_probs ref_adapt compound_round convolve_round interintra mv_compound txk_sel
|
||||
|
||||
do
|
||||
cd $build_dir
|
||||
|
@ -62,6 +62,15 @@ experiment_dependency() {
|
||||
if [ "$1" == ext_tile ] ; then
|
||||
tool="--enable-$1 --disable-cdef"
|
||||
fi
|
||||
|
||||
if [ "$1" == lv_map ] ; then
|
||||
tool="--enable-$1 --enable-cb4x4 --enable-chroma_sub8x8"
|
||||
fi
|
||||
|
||||
if [ "$1" == chroma_sub8x8 ] ; then
|
||||
tool="--enable-$1 --enable-cb4x4"
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
common="--disable-unit-tests --disable-docs --enable-experimental"
|
||||
|
Loading…
x
Reference in New Issue
Block a user