Searched refs:matches_frame0 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/test/ |
D | ratectrl_qmode_test.cc | 957 const auto matches_frame0 = GopFrameMatches(frame0); in TEST_F() local 971 ElementsAre(matches_frame0, matches_frame0, matches_frame0), in TEST_F() 972 ElementsAre(matches_frame0, matches_frame0, matches_frame1), in TEST_F() 973 ElementsAre(matches_frame2, matches_frame0, matches_frame1))); in TEST_F() 991 const auto matches_frame0 = GopFrameMatches(frame0); in TEST_F() local 1001 ElementsAre(matches_previous, matches_previous, matches_frame0), in TEST_F() 1002 ElementsAre(matches_previous, matches_previous, matches_frame0), in TEST_F() 1003 ElementsAre(matches_frame2, matches_previous, matches_frame0))); in TEST_F()
|