Home
last modified time | relevance | path

Searched defs:ref_frame_index (Results 1 – 7 of 7) sorted by relevance

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.h34 std::array<int, kBlockRefCount> ref_frame_index; member
Dratectrl_qmode_interface.h84 std::array<int, kBlockRefCount> ref_frame_index; member
Dratectrl_qmode.cc1033 int ref_frame_index = unit_dep_stats.ref_frame_index[i]; in GetRefCodingIdxList() local
/external/libaom/test/
Dratectrl_qmode_test.cc346 const std::array<int, kBlockRefCount> &ref_frame_index) { in AugmentTplFrameStatsWithRefFrames()
449 const std::array<int, kBlockRefCount> ref_frame_index = { 0, -1 }; in TEST_F() local
486 const std::array<int, kBlockRefCount> ref_frame_index = { 0, 1 }; in TEST_F() local
529 const std::array<int, kBlockRefCount> ref_frame_index = { 0, -1 }; in TEST_F() local
595 const std::array<int, kBlockRefCount> ref_frame_index = { i - 1, -1 }; in TEST_F() local
/external/libaom/av1/encoder/
Dtpl_model.h124 int8_t ref_frame_index[2]; member
Dtpl_model.c1091 const int ref_frame_index = tpl_stats_ptr->ref_frame_index[ref]; in tpl_model_update_b() local
/external/libvpx/vp9/encoder/
Dvp9_encoder.h304 int ref_frame_index; member