Home
last modified time | relevance | path

Searched refs:vpad (Results 126 – 150 of 250) sorted by relevance

12345678910

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_dctdnoiz.c761 const int vpad = (inlink->h - s->pr_height); in filter_frame() local
773 if (vpad) { in filter_frame()
777 for (y = 0; y < vpad; y++) { in filter_frame()
H A Daf_anequalizer.c191 AVFilterPad pad, vpad; in init() local
204 vpad = (AVFilterPad){ in init()
209 ret = ff_insert_outpad(ctx, 1, &vpad); in init()
H A Daf_afir.c837 AVFilterPad pad, vpad; in init() local
876 vpad = (AVFilterPad){ in init()
882 ret = ff_insert_outpad(ctx, 1, &vpad); in init()
H A Daf_aiir.c1465 AVFilterPad pad, vpad; in init() local
1492 vpad = (AVFilterPad){ in init()
1498 ret = ff_insert_outpad(ctx, 1, &vpad); in init()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_dctdnoiz.c760 const int vpad = (inlink->h - s->pr_height); in filter_frame() local
772 if (vpad) { in filter_frame()
776 for (y = 0; y < vpad; y++) { in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_anequalizer.c191 AVFilterPad pad, vpad; in init() local
204 vpad = (AVFilterPad){ in init()
209 ret = ff_insert_outpad(ctx, 1, &vpad); in init()
H A Dvf_dctdnoiz.c764 const int vpad = (inlink->h - s->pr_height); in filter_frame() local
776 if (vpad) { in filter_frame()
780 for (y = 0; y < vpad; y++) { in filter_frame()
H A Daf_afir.c837 AVFilterPad pad, vpad; in init() local
876 vpad = (AVFilterPad){ in init()
882 ret = ff_insert_outpad(ctx, 1, &vpad); in init()
H A Daf_aiir.c1465 AVFilterPad pad, vpad; in init() local
1492 vpad = (AVFilterPad){ in init()
1498 ret = ff_insert_outpad(ctx, 1, &vpad); in init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_dctdnoiz.c760 const int vpad = (inlink->h - s->pr_height); in filter_frame() local
772 if (vpad) { in filter_frame()
776 for (y = 0; y < vpad; y++) { in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_dctdnoiz.c760 const int vpad = (inlink->h - s->pr_height); in filter_frame() local
772 if (vpad) { in filter_frame()
776 for (y = 0; y < vpad; y++) { in filter_frame()
H A Daf_afir.c839 AVFilterPad pad, vpad; in init() local
878 vpad = (AVFilterPad){ in init()
884 ret = ff_insert_outpad(ctx, 1, &vpad); in init()
H A Daf_aiir.c1145 AVFilterPad pad, vpad; in init() local
1172 vpad = (AVFilterPad){ in init()
1178 ret = ff_insert_outpad(ctx, 1, &vpad); in init()
/dports/print/fontforge/fontforge-20201107/gdraw/
H A DggadgetP.h417 int hpad, vpad; /* Internal padding */ member
442 int hpad, vpad; /* Internal padding */ member
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DAlignment.pm307 my $vpad = $$row{padding};
325 ($vpad ? (cssstyle => 'padding-bottom:' . ToString($vpad)) : ()),
/dports/multimedia/gstreamer1/gstreamer-1.16.2/plugins/elements/
H A Dgsttee.c1203 gst_tee_push_eos (const GValue * vpad, GstTee * tee) in gst_tee_push_eos() argument
1205 GstPad *pad = g_value_get_object (vpad); in gst_tee_push_eos()
/dports/audio/rhythmbox/rhythmbox-3.4.4/backends/gstreamer/
H A Drb-player-gst-xfade.c2033 GstPad *vpad;
2056 vpad = gst_element_get_static_pad (stream->identity, "sink");
2057 gst_pad_link (pad, vpad);
2058 gst_object_unref (vpad);
/dports/print/fontforge/fontforge-20201107/inc/
H A Dggadget.h501 void GHVBoxSetPadding(GGadget *g,int hpad, int vpad);
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dwobbly.c1100 float hpad, vpad; in modelInitSprings() local
1105 vpad = ((float) height) / (GRID_HEIGHT - 1); in modelInitSprings()
1121 0, vpad); in modelInitSprings()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstelement.c3035 activate_pads (const GValue * vpad, GValue * ret, gboolean * active) in activate_pads() argument
3037 GstPad *pad = g_value_get_object (vpad); in activate_pads()
/dports/textproc/p5-Text-ANSITable/Text-ANSITable-0.606/
H A DChanges512 - Rename attributes 'row_{valign,vpad,tpad,bpad,height}' -> 'cell_*'.
/dports/graphics/p5-Imager-Graph/Imager-Graph-0.10/
H A DGraph.pm1230 vpad => 'lookup(label.pad)',
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpegvideo_enc.c1266 int vpad = 16; in load_input_picture() local
1271 vpad = 32; in load_input_picture()
1287 if ((s->width & 15) || (s->height & (vpad-1))) { in load_input_picture()
1291 vpad >> v_shift, in load_input_picture()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpegvideo_enc.c1155 int vpad = 16; in load_input_picture() local
1160 vpad = 32; in load_input_picture()
1176 if ((s->width & 15) || (s->height & (vpad-1))) { in load_input_picture()
1180 vpad>>v_shift, in load_input_picture()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmpegvideo_enc.c1270 int vpad = 16; in load_input_picture() local
1275 vpad = 32; in load_input_picture()
1291 if ((s->width & 15) || (s->height & (vpad-1))) { in load_input_picture()
1295 vpad >> v_shift, in load_input_picture()

12345678910