Home
last modified time | relevance | path

Searched refs:dst_edge (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/source/
H A Dgraph.cpp92 EdgeHandle Graph::link(const NodeHandle& src_node, const EdgeHandle& dst_edge) in link() argument
95 ADE_ASSERT(nullptr != dst_edge); in link()
96 Edge* edge = dst_edge.get(); in link()
102 m_listener->edgeAboutToBeRelinked(*this, dst_edge, src_node, edge->dstNode()); in link()
106 return dst_edge; in link()
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/
H A Dtyped_graph.hpp228 ade::EdgeHandle link(const ade::NodeHandle& src_node, const ade::EdgeHandle& dst_edge) in link() argument
230 return getGraph().link(src_node, dst_edge); in link()
H A Dgraph.hpp112 EdgeHandle link(const NodeHandle& src_node, const EdgeHandle& dst_edge);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dddc_block_control.cpp191 res_source_info dst_edge{res_source_info::OUTPUT_EDGE, port}; in issue_stream_cmd() local
194 issue_stream_cmd_action_handler(dst_edge, new_action); in issue_stream_cmd()
431 res_source_info dst_edge{res_source_info::invert_edge(src.type), src.instance}; in issue_stream_cmd_action_handler() local
453 post_action(dst_edge, new_action); in issue_stream_cmd_action_handler()
H A Dduc_block_control.cpp417 res_source_info dst_edge{res_source_info::invert_edge(src.type), src.instance}; in issue_stream_cmd_action_handler() local
439 post_action(dst_edge, new_action); in issue_stream_cmd_action_handler()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Drfnoc_graph_mock_nodes.hpp201 res_source_info dst_edge{ in mock_ddc_node_t() local
227 post_action(dst_edge, new_action); in mock_ddc_node_t()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Dvp9recon.c33 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
110 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
114 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
188 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvp9recon.c33 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
110 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
114 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
188 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvp9recon.c33 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
110 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
114 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
188 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Dvp9recon.c33 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
110 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
114 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
188 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Dvp9recon.c33 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
110 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
114 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
188 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Dvp9recon.c33 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
110 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
114 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
188 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvp9recon.c34 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
111 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
115 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
189 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvp9recon.c34 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
111 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
115 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
189 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dvp9recon.c34 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
111 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
115 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
189 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvp9recon.c33 uint8_t *dst_edge, ptrdiff_t stride_edge, in check_intra_mode() argument
110 y == 0 ? &dst_edge[-stride_edge] : &dst_inner[-stride_inner]; in check_intra_mode()
114 y == 0 || x == 0 ? &dst_edge[-stride_edge] : in check_intra_mode()
188 uint8_t *dst = x == 0 ? dst_edge : dst_inner; in check_intra_mode()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dipa-cp.c3401 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
3409 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge, in duplicate() argument
3414 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge; in duplicate()
3417 src_data->next_clone = dst_edge; in duplicate()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dipa-cp.c3402 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
3410 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge, in duplicate() argument
3415 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge; in duplicate()
3418 src_data->next_clone = dst_edge; in duplicate()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dipa-cp.c3401 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
3409 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge, in duplicate() argument
3414 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge; in duplicate()
3417 src_data->next_clone = dst_edge; in duplicate()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dipa-cp.c4022 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4030 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4035 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge;
4038 src_data->next_clone = dst_edge;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dipa-cp.c4023 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4031 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4036 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge;
4039 src_data->next_clone = dst_edge;
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-cp.c4069 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4077 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4082 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge;
4085 src_data->next_clone = dst_edge;
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dipa-cp.c4023 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4031 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4036 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge;
4039 src_data->next_clone = dst_edge;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-cp.c4069 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4077 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4082 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge;
4085 src_data->next_clone = dst_edge;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-cp.c4069 virtual void duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4077 edge_clone_summary_t::duplicate (cgraph_edge *src_edge, cgraph_edge *dst_edge,
4082 edge_clone_summaries->get (src_data->next_clone)->prev_clone = dst_edge;
4085 src_data->next_clone = dst_edge;

12