Home
last modified time | relevance | path

Searched refs:cntmotionpixelnum (Results 1 – 25 of 46) sorted by relevance

12

/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/audio/gstreamer1-plugins-webrtcdsp/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/audio/gstreamer1-plugins-ladspa/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/audio/gstreamer1-plugins-musepack/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/graphics/gstreamer1-plugins-webp/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
/dports/graphics/gstreamer1-plugins-rsvg/gst-plugins-bad-1.16.2/ext/opencv/
H A DMotionCells.cpp394 double cntmotionpixelnum = 0; in calculateMotionPercentInCell() local
410 cntmotionpixelnum++; in calculateMotionPercentInCell()
411 if (cntmotionpixelnum >= thresholdmotionpixelnum) { //we dont needs calculate anymore in calculateMotionPercentInCell()
412 *p_motionarea = cntmotionpixelnum; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
417 …if ((cntmotionpixelnum + remainingpixelsnum) < thresholdmotionpixelnum) { //moving pixels number w… in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()

12