Home
last modified time | relevance | path

Searched refs:global_order_idx_offset (Results 1 – 4 of 4) sorted by relevance

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc101 int global_order_idx_offset, int coding_idx, in GopFrameBasic() argument
110 gop_frame.global_order_idx = global_order_idx_offset + order_idx; in GopFrameBasic()
129 const int global_order_idx_offset = gop_struct->global_order_idx_offset; in ConstructGopMultiLayer() local
135 global_coding_idx_offset, global_order_idx_offset, in ConstructGopMultiLayer()
144 GopFrameBasic(global_coding_idx_offset, global_order_idx_offset, in ConstructGopMultiLayer()
157 global_coding_idx_offset, global_order_idx_offset, in ConstructGopMultiLayer()
169 int global_order_idx_offset) { in ConstructGop() argument
173 gop_struct.global_order_idx_offset = global_order_idx_offset; in ConstructGop()
187 global_coding_idx_offset, global_order_idx_offset, in ConstructGop()
200 global_coding_idx_offset, global_order_idx_offset, in ConstructGop()
[all …]
Dratectrl_qmode.h54 int global_order_idx_offset, int coding_idx,
60 int global_order_idx_offset);
Dratectrl_qmode_interface.h228 int global_order_idx_offset; member
/external/libaom/test/
Dratectrl_qmode_test.cc153 int global_order_idx_offset) { in TestGopGlobalOrderIdx() argument
155 EXPECT_EQ(gop_struct.global_order_idx_offset, global_order_idx_offset); in TestGopGlobalOrderIdx()
156 int expected_global_order_idx = global_order_idx_offset; in TestGopGlobalOrderIdx()
249 const int global_order_idx_offset = 20; in TEST_F() local
253 global_coding_idx_offset, global_order_idx_offset); in TEST_F()
256 TestGopGlobalOrderIdx(gop_struct, global_order_idx_offset); in TEST_F()
268 const int global_order_idx_offset = 8; in TEST_F() local
272 global_coding_idx_offset, global_order_idx_offset); in TEST_F()
275 TestGopGlobalOrderIdx(gop_struct, global_order_idx_offset); in TEST_F()
287 const int global_order_idx_offset = 20; in TEST_F() local
[all …]