Home
last modified time | relevance | path

Searched refs:coefh (Results 1 – 25 of 54) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/goom2k1/
H A Dfilters.c398 guchar coefv, coefh; in zoomFilterFastRGB() local
429 coefh = px % sqrtperte; in zoomFilterFastRGB()
435 if (!(coefh || coefv)) in zoomFilterFastRGB()
440 coeffs[pos + 1] |= (coefh * (sqrtperte - coefv)) << 8; in zoomFilterFastRGB()
441 coeffs[pos + 1] |= ((sqrtperte - coefh) * coefv) << 16; in zoomFilterFastRGB()
442 coeffs[pos + 1] |= (coefh * coefv) << 24; in zoomFilterFastRGB()
447 if (!(coefh || coefv)) in zoomFilterFastRGB()
450 c[0][pos] = (sqrtperte - coefh) * (sqrtperte - coefv); in zoomFilterFastRGB()
452 c[1][pos] = coefh * (sqrtperte - coefv); in zoomFilterFastRGB()
453 c[2][pos] = (sqrtperte - coefh) * coefv; in zoomFilterFastRGB()
[all …]
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Visual/goom/
H A Dfilters.c670 int coefh, coefv; in generatePrecalCoef() local
672 for (coefh = 0; coefh < 16; coefh++) { in generatePrecalCoef()
679 diffcoeffh = sqrtperte - coefh; in generatePrecalCoef()
682 if (!(coefh || coefv)) { in generatePrecalCoef()
689 i2 = coefh * diffcoeffv; in generatePrecalCoef()
691 i4 = coefh * coefv; in generatePrecalCoef()
701 precalCoef[coefh][coefv] = i; in generatePrecalCoef()

123