Home
last modified time | relevance | path

Searched refs:overlap_sum (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/multimedia/libvpx/libvpx-1.11.0/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/decoder/
H A Derror_concealment.c250 int overlap_sum = 0; in estimate_mv() local
261 overlap_sum += overlaps[i].overlap; in estimate_mv()
263 if (overlap_sum > 0) in estimate_mv()
266 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
267 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c216 int overlap_sum = 0; in estimate_mv() local
225 overlap_sum += overlaps[i].overlap; in estimate_mv()
227 if (overlap_sum > 0) { in estimate_mv()
229 bmi->mv.as_mv.col = col_acc / overlap_sum; in estimate_mv()
230 bmi->mv.as_mv.row = row_acc / overlap_sum; in estimate_mv()
/dports/science/madness/madness-ebb3fd7/src/apps/polar/
H A Dpotentialmanager.h127 real_tensor overlap_sum(static_cast<long>(npsi));
141 overlap_sum += overlap;
150 if (world.rank() == 0) print("sum_k <core_k|psi_i>:", overlap_sum);
H A Dmoldft.cc1646 tensorT overlap_sum(static_cast<long>(npsi)); in core_projection()
1660 overlap_sum += overlap; in core_projection()
1669 if (world.rank() == 0) print("sum_k <core_k|psi_i>:", overlap_sum); in core_projection()
H A Ddesktop1577 tensorT overlap_sum(static_cast<long>(npsi));
1591 overlap_sum += overlap;
1600 if (world.rank() == 0) print("sum_k <core_k|psi_i>:", overlap_sum);
/dports/science/madness/madness-ebb3fd7/src/apps/chem/
H A Dpotentialmanager.h128 real_tensor overlap_sum(static_cast<long>(npsi));
142 overlap_sum += overlap;
151 if (world.rank() == 0) print("sum_k <core_k|psi_i>:", overlap_sum);
H A DSCF.cc777 tensorT overlap_sum(static_cast<long>(npsi)); in core_projection()
793 overlap_sum += overlap; in core_projection()
804 print("sum_k <core_k|psi_i>:", overlap_sum); in core_projection()