Searched defs:ref_frame_index (Results  1 – 7 of 7) sorted by relevance
| /external/libaom/av1/qmode_rc/ | 
| D | ratectrl_qmode.h | 34   std::array<int, kBlockRefCount> ref_frame_index;  member
 | 
| D | ratectrl_qmode_interface.h | 84   std::array<int, kBlockRefCount> ref_frame_index;  member
 | 
| D | ratectrl_qmode.cc | 1033     int ref_frame_index = unit_dep_stats.ref_frame_index[i];  in GetRefCodingIdxList()  local
 | 
| /external/libaom/test/ | 
| D | ratectrl_qmode_test.cc | 346     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/ | 
| D | tpl_model.h | 124   int8_t ref_frame_index[2];  member
 | 
| D | tpl_model.c | 1091   const int ref_frame_index = tpl_stats_ptr->ref_frame_index[ref];  in tpl_model_update_b()  local
 | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_encoder.h | 304   int ref_frame_index;  member
 |