Home
last modified time | relevance | path

Searched defs:weight_dst (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaputil.c2216 int weight_dst = 256 - alpha_src; in msAlphaBlend() local
2222 int weight_dst = (256 - alpha_src); in msAlphaBlend() local
2275 int weight_dst = 255 - alpha_src; in msAlphaBlendPM() local
2281 int weight_dst = (255 - alpha_src); in msAlphaBlendPM() local
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/mips/
H A Dh264dsp_msa.c2461 int log2_denom, int weight_dst, in ff_biweight_h264_pixels16_8_msa()
2570 int log2_denom, int weight_dst, in ff_biweight_h264_pixels8_8_msa()
2587 int log2_denom, int weight_dst, in ff_biweight_h264_pixels4_8_msa()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/mips/
H A Dh264dsp_msa.c2461 int log2_denom, int weight_dst, in ff_biweight_h264_pixels16_8_msa()
2570 int log2_denom, int weight_dst, in ff_biweight_h264_pixels8_8_msa()
2587 int log2_denom, int weight_dst, in ff_biweight_h264_pixels4_8_msa()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/mips/
H A Dh264dsp_msa.c2457 int log2_denom, int weight_dst, in ff_biweight_h264_pixels16_8_msa()
2570 int log2_denom, int weight_dst, in ff_biweight_h264_pixels8_8_msa()
2587 int log2_denom, int weight_dst, in ff_biweight_h264_pixels4_8_msa()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_msa.c2455 int log2_denom, int weight_dst, in ff_biweight_h264_pixels16_8_msa()
2564 int log2_denom, int weight_dst, in ff_biweight_h264_pixels8_8_msa()
2581 int log2_denom, int weight_dst, in ff_biweight_h264_pixels4_8_msa()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_msa.c2461 int log2_denom, int weight_dst, in ff_biweight_h264_pixels16_8_msa()
2570 int log2_denom, int weight_dst, in ff_biweight_h264_pixels8_8_msa()
2587 int log2_denom, int weight_dst, in ff_biweight_h264_pixels4_8_msa()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Ddeform.c1131 float weight_src = 0.0f, weight_dst = 0.0f; in vgroups_datatransfer_interp() local