Home
last modified time | relevance | path

Searched refs:nb_jobs (Results 101 – 125 of 580) sorted by relevance

12345678910>>...24

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_chromashift.c52 int (*filter_slice)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
93 static int smear_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
108 const int slice_start = (h * jobnr) / nb_jobs; \
109 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
135 static int wrap_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
150 const int slice_start = (h * jobnr) / nb_jobs; \
151 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
213 const int slice_start = (h * jobnr) / nb_jobs; \
214 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
280 const int slice_start = (h * jobnr) / nb_jobs; \
[all …]
H A Dvf_exposure.c38 int jobnr, int nb_jobs);
41 static int exposure_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in exposure_slice() argument
47 const int slice_start = (height * jobnr) / nb_jobs; in exposure_slice()
48 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in exposure_slice()
H A Dvf_avgblur.c44 int (*filter_horizontally)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
45 int (*filter_vertically)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
68 static int filter_horizontally_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)\
74 const int slice_start = (height * jobnr ) / nb_jobs; \
75 const int slice_end = (height * (jobnr+1)) / nb_jobs; \
121 static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
127 const int slice_start = (width * jobnr ) / nb_jobs; \
128 const int slice_end = (width * (jobnr+1)) / nb_jobs; \
H A Dvf_waveform.c119 int jobnr, int nb_jobs);
928 int nb_jobs) \
940 jobnr, nb_jobs); \
1067 int nb_jobs) \
1079 jobnr, nb_jobs); \
1204 int nb_jobs) \
1216 jobnr, nb_jobs); \
1602 int nb_jobs) \
1614 jobnr, nb_jobs); \
1971 int nb_jobs) \
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_colorbalance.c56 int (*color_balance)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
158 static int color_balance8_p(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in color_balance8_p() argument
164 const int slice_start = (out->height * jobnr) / nb_jobs; in color_balance8_p()
165 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance8_p()
217 const int slice_start = (out->height * jobnr) / nb_jobs; in color_balance16_p()
218 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance16_p()
265 static int color_balance8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in color_balance8() argument
272 const int slice_start = (out->height * jobnr) / nb_jobs; in color_balance8()
273 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance8()
323 const int slice_start = (out->height * jobnr) / nb_jobs; in color_balance16()
[all …]
H A Dvf_chromashift.c52 int (*filter_slice)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
93 static int smear_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
108 const int slice_start = (h * jobnr) / nb_jobs; \
109 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
135 static int wrap_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
150 const int slice_start = (h * jobnr) / nb_jobs; \
151 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
213 const int slice_start = (h * jobnr) / nb_jobs; \
214 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
280 const int slice_start = (h * jobnr) / nb_jobs; \
[all …]
H A Dvf_vibrance.c39 int jobnr, int nb_jobs);
47 static int vibrance_slice8(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in vibrance_slice8() argument
65 const int slice_start = (height * jobnr) / nb_jobs; in vibrance_slice8()
66 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice8()
104 static int vibrance_slice16(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in vibrance_slice16() argument
124 const int slice_start = (height * jobnr) / nb_jobs; in vibrance_slice16()
125 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice16()
H A Dvf_lagfun.c44 int (*lagfun)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
80 static int lagfun_frame8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in lagfun_frame8() argument
90 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in lagfun_frame8()
91 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in lagfun_frame8()
116 static int lagfun_frame16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in lagfun_frame16() argument
126 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in lagfun_frame16()
127 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in lagfun_frame16()
H A Dvf_avgblur.c44 int (*filter_horizontally)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
45 int (*filter_vertically)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
68 static int filter_horizontally_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)\
74 const int slice_start = (height * jobnr ) / nb_jobs; \
75 const int slice_end = (height * (jobnr+1)) / nb_jobs; \
121 static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
127 const int slice_start = (width * jobnr ) / nb_jobs; \
128 const int slice_end = (width * (jobnr+1)) / nb_jobs; \
H A Dvf_gblur.c77 static int filter_horizontally(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_horizontally() argument
83 const int slice_start = (height * jobnr ) / nb_jobs; in filter_horizontally()
84 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_horizontally()
130 static int filter_vertically(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_vertically() argument
136 const int slice_start = (width * jobnr ) / nb_jobs; in filter_vertically()
137 const int slice_end = (width * (jobnr+1)) / nb_jobs; in filter_vertically()
156 static int filter_postscale(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_postscale() argument
164 const unsigned slice_start = (numpixels * jobnr ) / nb_jobs; in filter_postscale()
165 const unsigned slice_end = (numpixels * (jobnr+1)) / nb_jobs; in filter_postscale()
H A Dvf_waveform.c119 int jobnr, int nb_jobs);
935 int nb_jobs) \
947 jobnr, nb_jobs); \
1074 int nb_jobs) \
1086 jobnr, nb_jobs); \
1211 int nb_jobs) \
1223 jobnr, nb_jobs); \
1609 int nb_jobs) \
1621 jobnr, nb_jobs); \
1978 int nb_jobs) \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_chromashift.c52 int (*filter_slice)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
93 static int smear_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
108 const int slice_start = (h * jobnr) / nb_jobs; \
109 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
135 static int wrap_slice ## depth(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
150 const int slice_start = (h * jobnr) / nb_jobs; \
151 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
213 const int slice_start = (h * jobnr) / nb_jobs; \
214 const int slice_end = (h * (jobnr+1)) / nb_jobs; \
280 const int slice_start = (h * jobnr) / nb_jobs; \
[all …]
H A Dvf_colorbalance.c56 int (*color_balance)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
158 static int color_balance8_p(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in color_balance8_p() argument
164 const int slice_start = (out->height * jobnr) / nb_jobs; in color_balance8_p()
165 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance8_p()
217 const int slice_start = (out->height * jobnr) / nb_jobs; in color_balance16_p()
218 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance16_p()
265 static int color_balance8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in color_balance8() argument
272 const int slice_start = (out->height * jobnr) / nb_jobs; in color_balance8()
273 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance8()
323 const int slice_start = (out->height * jobnr) / nb_jobs; in color_balance16()
[all …]
H A Dvf_lagfun.c44 int (*lagfun)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
80 static int lagfun_frame8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in lagfun_frame8() argument
90 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in lagfun_frame8()
91 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in lagfun_frame8()
116 static int lagfun_frame16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in lagfun_frame16() argument
126 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in lagfun_frame16()
127 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in lagfun_frame16()
H A Dvf_vibrance.c39 int jobnr, int nb_jobs);
47 static int vibrance_slice8(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in vibrance_slice8() argument
65 const int slice_start = (height * jobnr) / nb_jobs; in vibrance_slice8()
66 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice8()
104 static int vibrance_slice16(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in vibrance_slice16() argument
124 const int slice_start = (height * jobnr) / nb_jobs; in vibrance_slice16()
125 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice16()
H A Dvf_avgblur.c44 int (*filter_horizontally)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
45 int (*filter_vertically)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
68 static int filter_horizontally_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)\
74 const int slice_start = (height * jobnr ) / nb_jobs; \
75 const int slice_end = (height * (jobnr+1)) / nb_jobs; \
121 static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
127 const int slice_start = (width * jobnr ) / nb_jobs; \
128 const int slice_end = (width * (jobnr+1)) / nb_jobs; \
H A Dvf_gblur.c77 static int filter_horizontally(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_horizontally() argument
83 const int slice_start = (height * jobnr ) / nb_jobs; in filter_horizontally()
84 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_horizontally()
130 static int filter_vertically(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_vertically() argument
136 const int slice_start = (width * jobnr ) / nb_jobs; in filter_vertically()
137 const int slice_end = (width * (jobnr+1)) / nb_jobs; in filter_vertically()
156 static int filter_postscale(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_postscale() argument
164 const unsigned slice_start = (numpixels * jobnr ) / nb_jobs; in filter_postscale()
165 const unsigned slice_end = (numpixels * (jobnr+1)) / nb_jobs; in filter_postscale()
H A Dvf_waveform.c119 int jobnr, int nb_jobs);
935 int nb_jobs) \
947 jobnr, nb_jobs); \
1074 int nb_jobs) \
1086 jobnr, nb_jobs); \
1211 int nb_jobs) \
1223 jobnr, nb_jobs); \
1609 int nb_jobs) \
1621 jobnr, nb_jobs); \
1978 int nb_jobs) \
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_exposure.c38 int jobnr, int nb_jobs);
41 static int exposure_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in exposure_slice() argument
47 const int slice_start = (height * jobnr) / nb_jobs; in exposure_slice()
48 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in exposure_slice()
H A Dvf_avgblur.c44 int (*filter_horizontally)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
45 int (*filter_vertically)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
68 static int filter_horizontally_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)\
74 const int slice_start = (height * jobnr ) / nb_jobs; \
75 const int slice_end = (height * (jobnr+1)) / nb_jobs; \
121 static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
127 const int slice_start = (width * jobnr ) / nb_jobs; \
128 const int slice_end = (width * (jobnr+1)) / nb_jobs; \
H A Dvf_waveform.c119 int jobnr, int nb_jobs);
928 int nb_jobs) \
940 jobnr, nb_jobs); \
1067 int nb_jobs) \
1079 jobnr, nb_jobs); \
1204 int nb_jobs) \
1216 jobnr, nb_jobs); \
1602 int nb_jobs) \
1614 jobnr, nb_jobs); \
1971 int nb_jobs) \
[all …]
H A Dvf_colormatrix.c205 static int process_slice_uyvy422(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in process_slice_uyvy422() argument
214 const int slice_start = (height * jobnr ) / nb_jobs; in process_slice_uyvy422()
215 const int slice_end = (height * (jobnr+1)) / nb_jobs; in process_slice_uyvy422()
243 static int process_slice_yuv444p(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in process_slice_yuv444p() argument
250 const int slice_start = (height * jobnr ) / nb_jobs; in process_slice_yuv444p()
251 const int slice_end = (height * (jobnr+1)) / nb_jobs; in process_slice_yuv444p()
290 static int process_slice_yuv422p(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in process_slice_yuv422p() argument
297 const int slice_start = (height * jobnr ) / nb_jobs; in process_slice_yuv422p()
298 const int slice_end = (height * (jobnr+1)) / nb_jobs; in process_slice_yuv422p()
345 const int slice_start = ((height * jobnr ) / nb_jobs) << 1; in process_slice_yuv420p()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_chromakey.c43 int jobnr, int nb_jobs);
79 static int do_chromakey_slice(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in do_chromakey_slice() argument
83 const int slice_start = (frame->height * jobnr) / nb_jobs; in do_chromakey_slice()
84 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_chromakey_slice()
109 static int do_chromahold_slice(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in do_chromahold_slice() argument
113 const int slice_start = ((frame->height >> ctx->vsub_log2) * jobnr) / nb_jobs; in do_chromahold_slice()
114 const int slice_end = ((frame->height >> ctx->vsub_log2) * (jobnr + 1)) / nb_jobs; in do_chromahold_slice()
H A Dvf_vibrance.c38 int jobnr, int nb_jobs);
46 static int vibrance_slice8(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in vibrance_slice8() argument
59 const int slice_start = (height * jobnr) / nb_jobs; in vibrance_slice8()
60 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice8()
98 static int vibrance_slice16(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in vibrance_slice16() argument
113 const int slice_start = (height * jobnr) / nb_jobs; in vibrance_slice16()
114 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice16()
H A Dvf_avgblur.c44 int (*filter_horizontally)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
45 int (*filter_vertically)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
68 static int filter_horizontally_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)\
74 const int slice_start = (height * jobnr ) / nb_jobs; \
75 const int slice_end = (height * (jobnr+1)) / nb_jobs; \
121 static int filter_vertically_##name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
127 const int slice_start = (width * jobnr ) / nb_jobs; \
128 const int slice_end = (width * (jobnr+1)) / nb_jobs; \

12345678910>>...24