Home
last modified time | relevance | path

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

/external/libaom/av1/qmode_rc/
Dratectrl_qmode_interface.h24 constexpr int kBlockRefCount = 2; variable
83 std::array<MotionVector, kBlockRefCount> mv;
84 std::array<int, kBlockRefCount> ref_frame_index;
Dratectrl_qmode.h33 std::array<MotionVector, kBlockRefCount> mv;
34 std::array<int, kBlockRefCount> ref_frame_index;
Dratectrl_qmode.cc1031 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()
Dducky_encode.cc527 for (int i = 0; i < kBlockRefCount; ++i) { in ObtainTplStats()
/external/libaom/test/
Dratectrl_qmode_test.cc346 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()