vp9_arf_freq_test: disable vp10 w/high bitdepth
authorJames Zern <jzern@google.com>
Fri, 18 Sep 2015 02:44:17 +0000 (19:44 -0700)
committerJames Zern <jzern@google.com>
Fri, 18 Sep 2015 03:17:35 +0000 (20:17 -0700)
commite00470aef85f150cb93bda287ff03ad033c127a1
treeb51630feeae7bc54cae3cef6f138cdbf8fc3b0db
parent48b8023ef0355b5c16560191275133eeafeb7bec
vp9_arf_freq_test: disable vp10 w/high bitdepth

the range check in dct.c (abs(input[i]) < (1 << bit)) will fail in the
25-29 range. this was broken at the time this check was added

Change-Id: I8ca9607f6cbdc8be7f47696ffeabbab3ac5727e2
test/vp9_arf_freq_test.cc