Remove ext_refs from disabled list

Change-Id: I4ae3853c0efa20fbdc9867936ff4908780c1ccfe
This commit is contained in:
Yi Luo
2017-10-17 09:05:50 -07:00
parent b5d5de6588
commit e3b4fb93c6
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
d1="--disable-chroma_sub8x8"
d2="--disable-rect_tx --disable-global_motion --disable-ext_tx"
d3="--disable-cdef --disable-ext_intra --disable-intra-edge --disable-mv_compress --disable-ext_refs"
d3="--disable-cdef --disable-ext_intra --disable-intra-edge --disable-mv_compress"
d4="--disable-dual_filter --disable-motion_var --disable-warped_motion"
d5="--disable-var_tx --disable-wedge --disable-compound_segment"
d6="--disable-interintra --disable-one_sided_compound"

View File

@@ -1,4 +1,5 @@
#!/bin/sh
#set -x
platform=x86_64-linux-gcc
codec=--enable-av1

View File

@@ -61,4 +61,4 @@ cc_list="--cc=yunqingwang,vpx-eng"
$script_path/gen_html_footer.sh >> $log_path/$html_log_file
#sendgmr --to=$users $cc_list --subject="Codec Daily Report" --from=$sender --reply_to=$sender < $log_path/$log_file
sendgmr --to=$users $cc_list --subject="Codec Daily Report" --from=$sender --reply_to=$sender --html_file=/usr/local/google/home/luoyi/Dev/log/$html_log_file --body_file=/usr/local/google/home/luoyi/Dev/log/$html_log_file
#sendgmr --to=$users $cc_list --subject="Codec Daily Report" --from=$sender --reply_to=$sender --html_file=/usr/local/google/home/luoyi/Dev/log/$html_log_file --body_file=/usr/local/google/home/luoyi/Dev/log/$html_log_file