Home
last modified time | relevance | path

Searched refs:nb_jobs (Results 251 – 275 of 580) sorted by relevance

1...<<11121314151617181920>>...24

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_lenscorrection.c66 static int filter_slice(AVFilterContext *ctx, void *arg, int job, int nb_jobs) in filter_slice() argument
75 const int start = (h * job ) / nb_jobs; in filter_slice()
76 const int end = (h * (job+1)) / nb_jobs; in filter_slice()
H A Dvf_hqx.c35 typedef int (*hqxfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
381 static av_always_inline void hqx_filter(const ThreadData *td, int jobnr, int nb_jobs, int n) in hqx_filter() argument
388 const int slice_start = (height * jobnr ) / nb_jobs; in hqx_filter()
389 const int slice_end = (height * (jobnr+1)) / nb_jobs; in hqx_filter()
452 static int hq##size##x(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
454 hqx_filter(arg, jobnr, nb_jobs, size); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_scroll.c80 int nb_jobs) in scroll_slice() argument
91 const int slice_start = (h * jobnr) / nb_jobs; in scroll_slice()
92 const int slice_end = (h * (jobnr+1)) / nb_jobs; in scroll_slice()
H A Dvf_hflip.c175 static int filter_slice(AVFilterContext *ctx, void *arg, int job, int nb_jobs) in filter_slice() argument
187 const int start = (height * job ) / nb_jobs; in filter_slice()
188 const int end = (height * (job+1)) / nb_jobs; in filter_slice()
H A Dvf_lenscorrection.c66 static int filter_slice(AVFilterContext *ctx, void *arg, int job, int nb_jobs) in filter_slice() argument
75 const int start = (h * job ) / nb_jobs; in filter_slice()
76 const int end = (h * (job+1)) / nb_jobs; in filter_slice()
H A Dvf_colorlevels.c128 const int slice_start = (process_h * jobnr ) / nb_jobs;\
129 const int slice_end = (process_h * (jobnr+1)) / nb_jobs;\
140 static int colorlevel_slice_8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in colorlevel_slice_8() argument
155 static int colorlevel_slice_16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in colorlevel_slice_16() argument
H A Dvf_limiter.c171 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
181 const int slice_start = (h * jobnr) / nb_jobs; in filter_slice()
182 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter_slice()
H A Daf_asoftclip.c233 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
241 const int start = (channels * jobnr) / nb_jobs; in filter_channels()
242 const int end = (channels * (jobnr+1)) / nb_jobs; in filter_channels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_colorlevels.c128 const int slice_start = (process_h * jobnr ) / nb_jobs;\
129 const int slice_end = (process_h * (jobnr+1)) / nb_jobs;\
140 static int colorlevel_slice_8(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in colorlevel_slice_8() argument
155 static int colorlevel_slice_16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in colorlevel_slice_16() argument
H A Dvf_limiter.c171 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
181 const int slice_start = (h * jobnr) / nb_jobs; in filter_slice()
182 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter_slice()
H A Daf_asoftclip.c233 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
241 const int start = (channels * jobnr) / nb_jobs; in filter_channels()
242 const int end = (channels * (jobnr+1)) / nb_jobs; in filter_channels()
H A Dvf_hqx.c35 typedef int (*hqxfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
383 static av_always_inline void hqx_filter(const ThreadData *td, int jobnr, int nb_jobs, int n) in hqx_filter() argument
390 const int slice_start = (height * jobnr ) / nb_jobs; in hqx_filter()
391 const int slice_end = (height * (jobnr+1)) / nb_jobs; in hqx_filter()
454 static int hq##size##x(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
456 hqx_filter(arg, jobnr, nb_jobs, size); \
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_asubboost.c119 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
134 const int start = (in->channels * jobnr) / nb_jobs; in filter_channels()
135 const int end = (in->channels * (jobnr+1)) / nb_jobs; in filter_channels()
H A Dvf_lensfun.c293 static int vignetting_filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in vignetting_filter_slice() argument
296 const int slice_start = thread_data->height * jobnr / nb_jobs; in vignetting_filter_slice()
297 const int slice_end = thread_data->height * (jobnr + 1) / nb_jobs; in vignetting_filter_slice()
316 …tic int distortion_correction_filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in distortion_correction_filter_slice() argument
319 const int slice_start = thread_data->height * jobnr / nb_jobs; in distortion_correction_filter_slice()
320 const int slice_end = thread_data->height * (jobnr + 1) / nb_jobs; in distortion_correction_filter_slice()
H A Dvf_limiter.c171 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
181 const int slice_start = (h * jobnr) / nb_jobs; in filter_slice()
182 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter_slice()
H A Daf_adenorm.c226 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
232 const int start = (in->channels * jobnr) / nb_jobs; in filter_channels()
233 const int end = (in->channels * (jobnr+1)) / nb_jobs; in filter_channels()
H A Dvf_hqx.c35 typedef int (*hqxfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
383 static av_always_inline void hqx_filter(const ThreadData *td, int jobnr, int nb_jobs, int n) in hqx_filter() argument
390 const int slice_start = (height * jobnr ) / nb_jobs; in hqx_filter()
391 const int slice_end = (height * (jobnr+1)) / nb_jobs; in hqx_filter()
454 static int hq##size##x(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
456 hqx_filter(arg, jobnr, nb_jobs, size); \
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_limiter.c169 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
179 const int slice_start = (h * jobnr) / nb_jobs; in filter_slice()
180 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter_slice()
H A Dvf_hqx.c35 typedef int (*hqxfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
383 static av_always_inline void hqx_filter(const ThreadData *td, int jobnr, int nb_jobs, int n) in hqx_filter() argument
390 const int slice_start = (height * jobnr ) / nb_jobs; in hqx_filter()
391 const int slice_end = (height * (jobnr+1)) / nb_jobs; in hqx_filter()
454 static int hq##size##x(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
456 hqx_filter(arg, jobnr, nb_jobs, size); \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_asubboost.c119 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
134 const int start = (in->channels * jobnr) / nb_jobs; in filter_channels()
135 const int end = (in->channels * (jobnr+1)) / nb_jobs; in filter_channels()
H A Dvf_lensfun.c312 static int vignetting_filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in vignetting_filter_slice() argument
315 const int slice_start = thread_data->height * jobnr / nb_jobs; in vignetting_filter_slice()
316 const int slice_end = thread_data->height * (jobnr + 1) / nb_jobs; in vignetting_filter_slice()
335 …tic int distortion_correction_filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in distortion_correction_filter_slice() argument
338 const int slice_start = thread_data->height * jobnr / nb_jobs; in distortion_correction_filter_slice()
339 const int slice_end = thread_data->height * (jobnr + 1) / nb_jobs; in distortion_correction_filter_slice()
H A Daf_adenorm.c226 static int filter_channels(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channels() argument
232 const int start = (in->channels * jobnr) / nb_jobs; in filter_channels()
233 const int end = (in->channels * (jobnr+1)) / nb_jobs; in filter_channels()
H A Dvf_limiter.c171 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
181 const int slice_start = (h * jobnr) / nb_jobs; in filter_slice()
182 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter_slice()
H A Dvf_hqx.c35 typedef int (*hqxfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
383 static av_always_inline void hqx_filter(const ThreadData *td, int jobnr, int nb_jobs, int n) in hqx_filter() argument
390 const int slice_start = (height * jobnr ) / nb_jobs; in hqx_filter()
391 const int slice_end = (height * (jobnr+1)) / nb_jobs; in hqx_filter()
454 static int hq##size##x(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
456 hqx_filter(arg, jobnr, nb_jobs, size); \
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_hqx.c35 typedef int (*hqxfunc_t)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
381 static av_always_inline void hqx_filter(const ThreadData *td, int jobnr, int nb_jobs, int n) in hqx_filter() argument
388 const int slice_start = (height * jobnr ) / nb_jobs; in hqx_filter()
389 const int slice_end = (height * (jobnr+1)) / nb_jobs; in hqx_filter()
452 static int hq##size##x(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
454 hqx_filter(arg, jobnr, nb_jobs, size); \

1...<<11121314151617181920>>...24