Home
last modified time | relevance | path

Searched refs:colocated (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/dports/multimedia/jmref/JM/lencod/src/
H A Dmv_direct.c53 PicMotionParams colocated; in Get_Direct_MV_Temporal() local
81 if(colocated.ref_idx[LIST_0]>=0) in Get_Direct_MV_Temporal()
83 if(colocated.ref_idx[LIST_1]>=0) in Get_Direct_MV_Temporal()
92 colocated = list1[0]->mv_info[opic_block_y][opic_block_x]; in Get_Direct_MV_Temporal()
156 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in Get_Direct_MV_Temporal()
161 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in Get_Direct_MV_Temporal()
173 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in Get_Direct_MV_Temporal()
193 …refList = ((colocated.ref_idx[LIST_0] == -1 || (p_Vid->view_id && colocated.ref_idx[LIST_0]==list1… in Get_Direct_MV_Temporal()
194 ref_idx = colocated.ref_idx[refList]; in Get_Direct_MV_Temporal()
210 if (colocated.ref_pic[refList] == NULL) in Get_Direct_MV_Temporal()
[all …]
/dports/multimedia/jmref/JM/ldecod/src/
H A Dmc_direct.c58 PicMotionParams *colocated; in update_direct_mv_info_temporal() local
63 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in update_direct_mv_info_temporal()
73 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in update_direct_mv_info_temporal()
78 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in update_direct_mv_info_temporal()
87 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in update_direct_mv_info_temporal()
92 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in update_direct_mv_info_temporal()
100 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in update_direct_mv_info_temporal()
105 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in update_direct_mv_info_temporal()
110 refList = colocated->ref_idx[LIST_0 ]== -1 ? LIST_1 : LIST_0; in update_direct_mv_info_temporal()
111 ref_idx = colocated->ref_idx[refList]; in update_direct_mv_info_temporal()
[all …]
H A Dmb_prediction.c359 PicMotionParams *mv_info = NULL, *colocated = NULL; in mb_pred_b_d8x8temporal() local
384 colocated = &list1[0]->mv_info[RSD(j6)][RSD(i4)]; in mb_pred_b_d8x8temporal()
410 colocated = p_Vid->active_sps->direct_8x8_inference_flag ? in mb_pred_b_d8x8temporal()
436 refList = (colocated->ref_idx[LIST_0]== -1 ? LIST_1 : LIST_0); in mb_pred_b_d8x8temporal()
437 ref_idx = colocated->ref_idx[refList]; in mb_pred_b_d8x8temporal()
497 int mv_y = colocated->mv[refList].mv_y; in mb_pred_b_d8x8temporal()
508 mv_info->mv[LIST_0].mv_x = colocated->mv[refList].mv_x; in mb_pred_b_d8x8temporal()
593 PicMotionParams *colocated = &list1[0]->mv_info[j6][i4]; in mb_pred_b_d4x4temporal() local
598 refList = (colocated->ref_idx[LIST_0]== -1 ? LIST_1 : LIST_0); in mb_pred_b_d4x4temporal()
599 ref_idx = colocated->ref_idx[refList]; in mb_pred_b_d4x4temporal()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/lcos/
H A Dasync_continue_cb_colocated.cpp80 inc, make_continuation(), hpx::colocated(target), &cb, 42); in test_async_continue_cb_colocated()
89 inc_f, make_continuation(), hpx::colocated(target), &cb, f); in test_async_continue_cb_colocated()
99 inc, make_continuation(), hpx::colocated(target), &cb, 42); in test_async_continue_cb_colocated()
108 inc_f, make_continuation(), hpx::colocated(target), &cb, f); in test_async_continue_cb_colocated()
119 inc, make_continuation(mult), hpx::colocated(target), &cb, 42); in test_async_continue_cb_colocated()
126 hpx::colocated(target), &cb, 42); in test_async_continue_cb_colocated()
133 hpx::colocated(target), &cb, 42); in test_async_continue_cb_colocated()
140 hpx::colocated(target), &cb, 42); in test_async_continue_cb_colocated()
204 hpx::colocated(target), &cb, 42); in test_async_continue_cb_colocated()
H A Dasync_cb_colocated.cpp87 hpx::async_cb(inc, hpx::colocated(target), &cb, 42); in test_remote_async_cb_colocated()
93 hpx::async_cb(hpx::launch::all, inc, hpx::colocated(target), &cb, 42); in test_remote_async_cb_colocated()
106 hpx::async_cb(inc, hpx::colocated(target), &cb, f); in test_remote_async_cb_colocated()
108 hpx::async_cb(hpx::launch::all, inc, hpx::colocated(target), &cb, f); in test_remote_async_cb_colocated()
119 hpx::async_cb<increment_action>(hpx::colocated(target), &cb, 42); in test_remote_async_cb_colocated()
125 hpx::launch::all, hpx::colocated(target), &cb, 42); in test_remote_async_cb_colocated()
132 hpx::components::new_<decrement_server>(hpx::colocated(target)); in test_remote_async_cb_colocated()
151 hpx::components::new_<decrement_server>(hpx::colocated(target)); in test_remote_async_cb_colocated()
174 inc, hpx::colocated(target), &cb, f); in test_remote_async_cb_colocated()
176 hpx::launch::all, inc, hpx::colocated(target), &cb, f); in test_remote_async_cb_colocated()
H A Dapply_colocated.cpp88 hpx::apply(inc, hpx::colocated(there), here, 1); in hpx_main()
97 hpx::apply(inc, hpx::colocated(where), here, 1); in hpx_main()
105 hpx::apply<increment_action>(hpx::colocated(where), here, 1); in hpx_main()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dglobalvalue.rs70 colocated: bool,
99 colocated: true, .. in maybe_reloc_distance()
102 colocated: false, .. in maybe_reloc_distance()
134 colocated, in fmt()
140 if colocated { "colocated " } else { "" }, in fmt()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dglobalvalue.rs74 colocated: bool,
103 colocated: true, .. in maybe_reloc_distance()
106 colocated: false, .. in maybe_reloc_distance()
138 colocated, in fmt()
144 if colocated { "colocated " } else { "" }, in fmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dglobalvalue.rs74 colocated: bool,
103 colocated: true, .. in maybe_reloc_distance()
106 colocated: false, .. in maybe_reloc_distance()
138 colocated, in fmt()
144 if colocated { "colocated " } else { "" }, in fmt()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dglobalvalue.rs74 colocated: bool,
103 colocated: true, .. in maybe_reloc_distance()
106 colocated: false, .. in maybe_reloc_distance()
138 colocated, in fmt()
144 if colocated { "colocated " } else { "" }, in fmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dglobalvalue.rs74 colocated: bool,
103 colocated: true, .. in maybe_reloc_distance()
106 colocated: false, .. in maybe_reloc_distance()
138 colocated, in fmt()
144 if colocated { "colocated " } else { "" }, in fmt()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/tests/
H A Dbugpoint_test.clif46 gv0 = symbol colocated u1:22
47 gv1 = symbol colocated u1:23
48 gv2 = symbol colocated u1:24
49 gv3 = symbol colocated u1:23
50 gv4 = symbol colocated u1:25
51 gv5 = symbol colocated u1:23
52 gv6 = symbol colocated u1:26
53 gv7 = symbol colocated u1:23
54 gv8 = symbol colocated u1:27
55 gv9 = symbol colocated u1:23
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/component/
H A Dnew_colocated.cpp51 hpx::id_type id = hpx::new_<test_server>(hpx::colocated(target)).get(); in test_create_single_instance()
59 hpx::id_type id = hpx::new_<test_server>(hpx::colocated(target)).get(); in test_create_single_instance()
67 test_client t1 = hpx::new_<test_client>(hpx::colocated(target)); in test_create_single_instance()
75 test_client t2 = hpx::new_<test_client>(hpx::colocated(target)); in test_create_single_instance()
H A Ddistribution_policy_executor.cpp35 hpx::colocated(loc)); in test_distribution_policy_executor()
44 hpx::colocated(loc)); in test_distribution_policy_executor()
/dports/devel/hpx/hpx-1.2.1/tests/unit/agas/
H A Dget_colocation_id.cpp64 hpx::colocated(t1.get_id())).get(), there); in test()
67 HPX_TEST_EQ(hpx::async(act, hpx::colocated(t1.get_id())).get(), there); in test()
73 hpx::colocated(there)).get(), there); in test()
75 HPX_TEST_EQ(hpx::async(act, hpx::colocated(there)).get(), there); in test()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dglobalvalue.rs65 colocated: bool,
115 colocated, in fmt()
121 if colocated { "colocated " } else { "" }, in fmt()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dglobalvalue.rs65 colocated: bool,
115 colocated, in fmt()
120 if colocated { "colocated " } else { "" }, in fmt()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/boost_1_59_0/patches/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp141 turn.colocated = true; in handle_colocation_cluster()
143 else if (cluster_turn.colocated in handle_colocation_cluster()
150 turn.colocated = true; in handle_colocation_cluster()
159 turn.colocated = true; in handle_colocation_cluster()
257 << " colocated=" << turn_points[toi.turn_index].colocated in handle_colocations()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/boost_1_59_0/patches/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp141 turn.colocated = true; in handle_colocation_cluster()
143 else if (cluster_turn.colocated in handle_colocation_cluster()
150 turn.colocated = true; in handle_colocation_cluster()
159 turn.colocated = true; in handle_colocation_cluster()
257 << " colocated=" << turn_points[toi.turn_index].colocated in handle_colocations()
/dports/databases/mysql57-client/mysql-5.7.36/include/boost_1_59_0/patches/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp141 turn.colocated = true; in handle_colocation_cluster()
143 else if (cluster_turn.colocated in handle_colocation_cluster()
150 turn.colocated = true; in handle_colocation_cluster()
159 turn.colocated = true; in handle_colocation_cluster()
257 << " colocated=" << turn_points[toi.turn_index].colocated in handle_colocations()
/dports/databases/percona57-server/percona-server-5.7.36-39/include/boost_1_59_0/patches/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp141 turn.colocated = true; in handle_colocation_cluster()
143 else if (cluster_turn.colocated in handle_colocation_cluster()
150 turn.colocated = true; in handle_colocation_cluster()
159 turn.colocated = true; in handle_colocation_cluster()
257 << " colocated=" << turn_points[toi.turn_index].colocated in handle_colocations()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/boost_1_59_0/patches/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp141 turn.colocated = true; in handle_colocation_cluster()
143 else if (cluster_turn.colocated in handle_colocation_cluster()
150 turn.colocated = true; in handle_colocation_cluster()
159 turn.colocated = true; in handle_colocation_cluster()
257 << " colocated=" << turn_points[toi.turn_index].colocated in handle_colocations()
/dports/databases/percona57-client/percona-server-5.7.36-39/include/boost_1_59_0/patches/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp141 turn.colocated = true; in handle_colocation_cluster()
143 else if (cluster_turn.colocated in handle_colocation_cluster()
150 turn.colocated = true; in handle_colocation_cluster()
159 turn.colocated = true; in handle_colocation_cluster()
257 << " colocated=" << turn_points[toi.turn_index].colocated in handle_colocations()
/dports/math/py-or-tools/or-tools-9.2/examples/python/
H A Dwedding_optimal_chart_sat.py138 colocated = {}
141 colocated[(g1, g2)] = model.NewBoolVar(
153 sum(C[g1][g2] * colocated[g1, g2]
184 for t in all_tables) == colocated[(g1, g2)])
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Disolation_insert_select_vs_all_on_mx.out3 …onnection s1-begin-on-worker s1-colocated-insert-select s2-start-session-level-connection s2-begin…
20 step s1-colocated-insert-select:
44 step s2-colocated-insert-select:
139 step s2-colocated-insert-select:
210 step s1-colocated-insert-select:
590 step s1-colocated-insert-select:
763 starting permutation: s1-start-session-level-connection s1-begin-on-worker s1-colocated-insert-sele…
780 step s1-colocated-insert-select:
953 starting permutation: s1-start-session-level-connection s1-begin-on-worker s1-colocated-insert-sele…
970 step s1-colocated-insert-select:
[all …]

12345678910>>...17