Searched refs:kBlockRefCount (Results 1 – 5 of 5) sorted by relevance
/external/libaom/av1/qmode_rc/ |
D | ratectrl_qmode_interface.h | 24 constexpr int kBlockRefCount = 2; variable 83 std::array<MotionVector, kBlockRefCount> mv; 84 std::array<int, kBlockRefCount> ref_frame_index;
|
D | ratectrl_qmode.h | 33 std::array<MotionVector, kBlockRefCount> mv; 34 std::array<int, kBlockRefCount> ref_frame_index;
|
D | ratectrl_qmode.cc | 1031 for (int i = 0; i < kBlockRefCount; ++i) { in GetRefCodingIdxList() 1126 int ref_coding_idx_list[kBlockRefCount] = { -1, -1 }; in TplFrameDepStatsPropagate() 1130 for (int i = 0; i < kBlockRefCount; ++i) { in TplFrameDepStatsPropagate()
|
D | ducky_encode.cc | 527 for (int i = 0; i < kBlockRefCount; ++i) { in ObtainTplStats()
|
/external/libaom/test/ |
D | ratectrl_qmode_test.cc | 346 const std::array<int, kBlockRefCount> &ref_frame_index) { in AugmentTplFrameStatsWithRefFrames() 353 const std::array<MotionVector, kBlockRefCount> &mv) { in AugmentTplFrameStatsWithMotionVector() 449 const std::array<int, kBlockRefCount> ref_frame_index = { 0, -1 }; in TEST_F() 486 const std::array<int, kBlockRefCount> ref_frame_index = { 0, 1 }; in TEST_F() 529 const std::array<int, kBlockRefCount> ref_frame_index = { 0, -1 }; in TEST_F() 539 std::array<MotionVector, kBlockRefCount> mv; in TEST_F() 595 const std::array<int, kBlockRefCount> ref_frame_index = { i - 1, -1 }; in TEST_F()
|