Home
last modified time | relevance | path

Searched defs:slice_start (Results 126 – 150 of 456) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_lagfun.c90 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in lagfun_frame8() local
126 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in lagfun_frame16() local
H A Dvf_lensfun.c294 const int slice_start = thread_data->height * jobnr / nb_jobs; in vignetting_filter_slice() local
317 const int slice_start = thread_data->height * jobnr / nb_jobs; in distortion_correction_filter_slice() local
H A Dvf_photosensitivity.c103 const int slice_start = (NUM_CELLS * jobnr) / nb_jobs; in convert_frame_partial() local
167 const int slice_start = (td->target->height * jobnr) / nb_jobs; in blend_frame_partial() local
H A Dvf_amplify.c122 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in amplify_frame() local
164 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in amplify_frame() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_lagfun.c90 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in lagfun_frame8() local
126 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in lagfun_frame16() local
H A Dvf_vibrance.c65 const int slice_start = (height * jobnr) / nb_jobs; in vibrance_slice8() local
124 const int slice_start = (height * jobnr) / nb_jobs; in vibrance_slice16() local
H A Dvf_photosensitivity.c103 const int slice_start = (NUM_CELLS * jobnr) / nb_jobs; in convert_frame_partial() local
167 const int slice_start = (td->target->height * jobnr) / nb_jobs; in blend_frame_partial() local
H A Dvf_lensfun.c294 const int slice_start = thread_data->height * jobnr / nb_jobs; in vignetting_filter_slice() local
317 const int slice_start = thread_data->height * jobnr / nb_jobs; in distortion_correction_filter_slice() local
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_amplify.c115 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in amplify_frame() local
157 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in amplify_frame() local
H A Dvf_lensfun.c292 const int slice_start = thread_data->height * jobnr / nb_jobs; in vignetting_filter_slice() local
315 const int slice_start = thread_data->height * jobnr / nb_jobs; in distortion_correction_filter_slice() local
H A Dvf_colorkey.c58 const int slice_start = (frame->height * jobnr) / nb_jobs; in do_colorkey_slice() local
H A Dvf_maskedclamp.c139 const int slice_start = (h * jobnr) / nb_jobs; in maskedclamp8() local
188 const int slice_start = (h * jobnr) / nb_jobs; in maskedclamp16() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_photosensitivity.c103 const int slice_start = (NUM_CELLS * jobnr) / nb_jobs; in convert_frame_partial() local
167 const int slice_start = (td->target->height * jobnr) / nb_jobs; in blend_frame_partial() local
H A Dvf_lensfun.c315 const int slice_start = thread_data->height * jobnr / nb_jobs; in vignetting_filter_slice() local
338 const int slice_start = thread_data->height * jobnr / nb_jobs; in distortion_correction_filter_slice() local
H A Dvf_amplify.c122 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in amplify_frame() local
164 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in amplify_frame() local
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_photosensitivity.c103 const int slice_start = (NUM_CELLS * jobnr) / nb_jobs; in convert_frame_partial() local
167 const int slice_start = (td->target->height * jobnr) / nb_jobs; in blend_frame_partial() local
H A Dvf_lensfun.c296 const int slice_start = thread_data->height * jobnr / nb_jobs; in vignetting_filter_slice() local
319 const int slice_start = thread_data->height * jobnr / nb_jobs; in distortion_correction_filter_slice() local
H A Dvf_amplify.c122 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in amplify_frame() local
164 const int slice_start = (s->height[p] * jobnr) / nb_jobs; in amplify_frame() local
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/align/
H A Dpileup_estimator.cpp62uint64_t slice_start, uint32_t slice_len, uint64_t * result ) in calc_coverage_sum_using_ref_iter()
149uint64_t slice_start, uint32_t slice_len, uint32_t * coverage ) in calc_coverage_using_ref_iter()
242 uint64_t slice_start, uint32_t slice_len, uint32_t * coverage ) in calc_coverage_using_ngs()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/align/
H A Dpileup_estimator.cpp62uint64_t slice_start, uint32_t slice_len, uint64_t * result ) in calc_coverage_sum_using_ref_iter()
149uint64_t slice_start, uint32_t slice_len, uint32_t * coverage ) in calc_coverage_using_ref_iter()
242 uint64_t slice_start, uint32_t slice_len, uint32_t * coverage ) in calc_coverage_using_ngs()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dv210dec.c88 int slice_start = (avctx->height * jobnr) / s->thread_count; in v210_decode_slice() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dv210dec.c88 int slice_start = (avctx->height * jobnr) / s->thread_count; in v210_decode_slice() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dv210dec.c88 int slice_start = (avctx->height * jobnr) / s->thread_count; in v210_decode_slice() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dv210dec.c88 int slice_start = (avctx->height * jobnr) / s->thread_count; in v210_decode_slice() local
/dports/science/bagel/bagel-1.2.2/src/df/
H A Dreldfhalf.cc116 shared_ptr<RelDFHalf> RelDFHalf::slice_b1(const int slice_start, const int slice_size) const { in slice_b1() argument

12345678910>>...19