Skip to content
Snippets Groups Projects
Commit de849bdf authored by Angie Chiang's avatar Angie Chiang Committed by Jingning Han
Browse files

Fix unit test TestTell when lv_map is on

Change-Id: I9f09a186a1d8aee34acf1d4262c7bbe9917c2709
parent c1f411bc
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -86,7 +86,11 @@ TEST(AV1, TestBitIO) {
}
}
#if CONFIG_LV_MAP
#define FRAC_DIFF_TOTAL_ERROR 0.18
#else
#define FRAC_DIFF_TOTAL_ERROR 0.16
#endif
TEST(AV1, TestTell) {
const int kBufferSize = 10000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment