Searched refs:kRegularKey (Results 1 – 3 of 3) sorted by relevance
/external/libaom/test/ |
D | ratectrl_qmode_test.cc | 624 GopFrameType::kRegularKey, in TEST() 725 GopFrameType::kRegularKey, in TEST() 765 const std::vector<GopFrameType> type_list = { GopFrameType::kRegularKey, in TEST() 799 const std::vector<GopFrameType> type_list = { GopFrameType::kRegularKey, in TEST() 952 const auto frame0 = GopFrameUpdateRefIdx(0, GopFrameType::kRegularKey, -1); in TEST_F() 981 const auto previous = GopFrameUpdateRefIdx(0, GopFrameType::kRegularKey, -1); in TEST_F() 1096 GopFrameUpdateRefIdx(0, GopFrameType::kRegularKey, 1), in TEST_F()
|
/external/libaom/av1/qmode_rc/ |
D | ratectrl_qmode_interface.h | 91 kRegularKey, // High quality key frame without overlay enumerator
|
D | ratectrl_qmode.cc | 48 case GopFrameType::kRegularKey: in SetGopFrameByType() 189 key_frame_depth, gop_struct.display_tracker, GopFrameType::kRegularKey); in ConstructGop() 1424 gop_frame.update_type == GopFrameType::kRegularKey || in GetGopEncodeInfoWithNoStats() 1472 gop_frame.update_type == GopFrameType::kRegularKey || in GetGopEncodeInfoWithTpl()
|