Home
last modified time | relevance | path

Searched defs:slice_end (Results 1 – 25 of 65) sorted by relevance

123

/third_party/ffmpeg/libavfilter/
Dvf_fade.c187 int slice_start, int slice_end, in filter_rgb()
212 int slice_start, int slice_end, in filter_rgb_planar()
240 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_rgb() local
260 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_luma() local
285 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_luma16() local
313 int slice_end = FFMIN(((height * (jobnr+1)) / nb_jobs), frame->height); in filter_slice_chroma() local
342 int slice_end = FFMIN(((height * (jobnr+1)) / nb_jobs), frame->height); in filter_slice_chroma16() local
364 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_alpha() local
389 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_alpha16() local
Dvf_colorize.c55 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorizey_slice8() local
78 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorizey_slice16() local
101 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorize_slice8() local
129 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorize_slice16() local
Dvf_monochrome.c92 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in monochrome_slice8() local
131 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in monochrome_slice16() local
169 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in clear_slice8() local
195 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in clear_slice16() local
Dvf_colorkey.c62 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_colorkey_slice() local
88 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_colorhold_slice() local
Dvf_colortemperature.c114 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in temperature_slice8() local
156 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in temperature_slice16() local
201 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in temperature_slice8p() local
241 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in temperature_slice16p() local
Dvf_colorbalance.c165 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance8_p() local
218 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance16_p() local
273 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance8() local
324 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance16() local
Dvf_chromakey.c122 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_chromakey_slice() local
152 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_chromakey16_slice() local
186 const int slice_end = ((frame->height >> ctx->vsub_log2) * (jobnr + 1)) / nb_jobs; in do_chromahold_slice() local
223 const int slice_end = ((frame->height >> ctx->vsub_log2) * (jobnr + 1)) / nb_jobs; in do_chromahold16_slice() local
Dvf_signalstats.c229 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter8_brng() local
264 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter16_brng() local
303 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter8_tout() local
351 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter16_tout() local
394 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter8_vrep() local
428 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter16_vrep() local
475 const int slice_end = (s->chromah * (jobnr+1)) / nb_jobs; in compute_sat_hue_metrics8() local
514 const int slice_end = (s->chromah * (jobnr+1)) / nb_jobs; in compute_sat_hue_metrics16() local
Dvf_lumakey.c48 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_lumakey_slice8() local
80 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_lumakey_slice16() local
Dvf_vibrance.c73 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice8() local
132 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice16() local
193 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice8p() local
250 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice16p() local
Dvf_colorcorrect.c63 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorcorrect_slice8() local
103 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorcorrect_slice16() local
Dvf_colormatrix.c215 const int slice_end = (height * (jobnr+1)) / nb_jobs; in process_slice_uyvy422() local
251 const int slice_end = (height * (jobnr+1)) / nb_jobs; in process_slice_yuv444p() local
298 const int slice_end = (height * (jobnr+1)) / nb_jobs; in process_slice_yuv422p() local
346 const int slice_end = ((height * (jobnr+1)) / nb_jobs) << 1; in process_slice_yuv420p() local
Dvf_colorconstancy.c267 int slice_start, slice_end; in slice_get_derivative() local
329 const int slice_end = (numpixels * (jobnr+1)) / nb_jobs; in slice_normalize() local
451 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_slice_grey_edge() local
604 const int slice_end = (numpixels * (jobnr+1)) / nb_jobs; in diagonal_transformation() local
Dvf_epx.c51 const int slice_end = (in->height * (jobnr+1)) / nb_jobs; in epx2_slice() local
118 const int slice_end = (in->height * (jobnr+1)) / nb_jobs; in epx3_slice() local
Dvf_gblur.c95 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_horizontally() local
148 const int slice_end = (width * (jobnr+1)) / nb_jobs; in filter_vertically() local
176 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_postscale() local
Dvf_colorcontrast.c99 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorcontrast_slice8() local
153 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorcontrast_slice16() local
206 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorcontrast_slice8p() local
258 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in colorcontrast_slice16p() local
Dvf_exposure.c48 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in exposure_slice() local
Dvf_mix.c153 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in mix_frames() local
175 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in mix_frames() local
Dvf_photosensitivity.c104 const int slice_end = (NUM_CELLS * (jobnr+1)) / nb_jobs; in convert_frame_partial() local
168 const int slice_end = (td->target->height * (jobnr+1)) / nb_jobs; in blend_frame_partial() local
Dvf_lensfun.c297 const int slice_end = thread_data->height * (jobnr + 1) / nb_jobs; in vignetting_filter_slice() local
320 const int slice_end = thread_data->height * (jobnr + 1) / nb_jobs; in distortion_correction_filter_slice() local
Dvf_amplify.c123 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in amplify_frame() local
165 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in amplify_frame() local
Dvf_despill.c49 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_despill_slice() local
Dvf_cas.c57 const int slice_end = (s->planeheight[p] * (jobnr+1)) / nb_jobs; in cas_slice8() local
124 const int slice_end = (s->planeheight[p] * (jobnr+1)) / nb_jobs; in cas_slice16() local
/third_party/ffmpeg/libavcodec/
Dv410dec.c59 int slice_end = (avctx->height * (jobnr+1)) / thread_count; in v410_decode_slice() local
Dv210dec.c89 int slice_end = (avctx->height * (jobnr+1)) / s->thread_count; in v210_decode_slice() local

123