Home
last modified time | relevance | path

Searched refs:GopFrame (Results 1 – 7 of 7) sorted by relevance

/external/libaom/av1/qmode_rc/
Dreference_manager.cc114 GopFrame RefFrameManager::GetRefFrameByPriority(RefUpdateType ref_update_type, in GetRefFrameByPriority()
124 GopFrame RefFrameManager::GetRefFrameByIndex(int ref_idx) const { in GetRefFrameByIndex()
216 const GopFrame &gf_frame = ref_frame_table_[ref_idx]; in UpdateOrder()
240 static RefUpdateType infer_ref_update_type(const GopFrame &gop_frame, in infer_ref_update_type()
266 static PrimaryRefKey get_primary_ref_key(const GopFrame &cur_frame, in get_primary_ref_key()
267 const GopFrame &ref_frame) { in get_primary_ref_key()
279 const GopFrame &gop_frame) const { in GetPrimaryRefFrame()
283 const GopFrame &ref_frame = ref_frame_table_[ref_frame_in_gop_frame.index]; in GetPrimaryRefFrame()
309 void RefFrameManager::UpdateRefFrameTable(GopFrame *gop_frame) { in UpdateRefFrameTable()
Dreference_manager.h70 GopFrame GetRefFrameByPriority(RefUpdateType ref_update_type,
72 GopFrame GetRefFrameByIndex(int ref_idx) const;
78 void UpdateRefFrameTable(GopFrame *gop_frame);
79 ReferenceFrame GetPrimaryRefFrame(const GopFrame &gop_frame) const;
Dratectrl_qmode.h47 GopFrame GopFrameInvalid();
51 void SetGopFrameByType(GopFrameType gop_frame_type, GopFrame *gop_frame);
53 GopFrame GopFrameBasic(int global_coding_idx_offset,
Dratectrl_qmode_interface.h181 struct GopFrame { struct
232 std::vector<GopFrame> gop_frame_list; argument
277 using RefFrameTable = std::vector<GopFrame>;
Dratectrl_qmode.cc37 GopFrame GopFrameInvalid() { in GopFrameInvalid()
38 GopFrame gop_frame = {}; in GopFrameInvalid()
45 void SetGopFrameByType(GopFrameType gop_frame_type, GopFrame *gop_frame) { in SetGopFrameByType()
100 GopFrame GopFrameBasic(int global_coding_idx_offset, in GopFrameBasic()
104 GopFrame gop_frame = {}; in GopFrameBasic()
126 GopFrame gop_frame; in ConstructGopMultiLayer()
182 GopFrame gop_frame; in ConstructGop()
1190 std::mem_fn(&GopFrame::is_valid))); in GetRefFrameTableList()
1192 for (GopFrame &gop_frame : ref_frame_table) gop_frame.coding_idx = -1; in GetRefFrameTableList()
1197 for (const GopFrame &gop_frame : gop_struct.gop_frame_list) { in GetRefFrameTableList()
[all …]
Dducky_encode.cc485 const GopFrame &gop_frame = gop_struct.gop_frame_list[idx]; in ObtainTplStats()
/external/libaom/test/
Dratectrl_qmode_test.cc638 GopFrame gop_frame = in TEST()
654 GopFrame gop_frame = in TEST()
670 GopFrame gop_frame = in TEST()
685 GopFrame gop_frame = in TEST()
707 GopFrame gop_frame = ref_manager.GetRefFrameByPriority(type, priority); in TestRefFrameManagerPriority()
717 GopFrame gop_frame = in TestRefFrameManagerPriority()
739 GopFrame gop_frame = in TEST()
750 GopFrame gop_frame = in TEST()
771 GopFrame gop_frame = in TEST()
790 GopFrame gop_frame = ref_manager.GetRefFrameByIndex(ref_frame.index); in TEST()
[all …]