Home
last modified time | relevance | path

Searched refs:dep_stats1 (Results 1 – 1 of 1) sorted by relevance

/external/libaom/test/
Dratectrl_qmode_test.cc561 const auto &dep_stats1 = gop_dep_stats.frame_dep_stats_list[1]; in TEST_F() local
568 dep_stats1.unit_stats[r][c].intra_cost; in TEST_F()
571 dep_stats1.unit_stats[r - 1][c].intra_cost; in TEST_F()
575 dep_stats1.unit_stats[r][c - 1].intra_cost; in TEST_F()
579 r_ratio * c_ratio * dep_stats1.unit_stats[r - 1][c - 1].intra_cost; in TEST_F()