| commit | 5bce3fe14d51a496ba4e1762b92e07ff5420aa3f | [log] [tgz] |
|---|---|---|
| author | Yaowu Xu <yaowu@google.com> | Tue Dec 20 09:31:22 2016 -0800 |
| committer | Yaowu Xu <yaowu@google.com> | Tue Dec 20 19:25:38 2016 +0000 |
| tree | d69c93e5967fd8557b9f59bf09d9a678d629bb5f | |
| parent | cc5bdf4920801f644c34609e949b3f03f4bf3cc8 [diff] [blame] |
Further reduce number of frames used in test Change-Id: I5bc018b22690f47a6b4507da872bffde4b6983c8
diff --git a/test/aomcx_set_ref.sh b/test/aomcx_set_ref.sh index a6ac73d..f51b73c 100755 --- a/test/aomcx_set_ref.sh +++ b/test/aomcx_set_ref.sh
@@ -33,7 +33,7 @@ local codec="$1" local output_file="${AOM_TEST_OUTPUT_DIR}/aom_cx_set_ref_${codec}.ivf" local ref_frame_num=4 - local limit=20 + local limit=10 if [ ! -x "${encoder}" ]; then elog "${encoder} does not exist or is not executable." return 1