Home
last modified time | relevance | path

Searched defs:slice_end (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
H A Dv410dec.c59 int slice_end = (avctx->height * (jobnr+1)) / thread_count; in v410_decode_slice() local
H A Dv210dec.c113 int slice_end = (avctx->height * (jobnr+1)) / s->thread_count; in v210_decode_slice() local
/third_party/ffmpeg/libavfilter/
H A Dvf_exposure.c48 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in exposure_slice() local
H A Dvf_gblur_init.h99 verti_slice_c(float *buffer, int width, int height, int slice_start, int slice_end, int steps, float nu, float boundaryscale) verti_slice_c() argument
H A Dvf_maskedmerge.c81 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter_slice() local
H A Dvf_threshold.c90 const int slice_end = (h * (jobnr+1)) / nb_jobs; in filter_slice() local
H A 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
H A Dvf_despill.c49 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_despill_slice() local
H A Dvf_colorbalance.c158 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance8_p() local
211 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance16_p() local
266 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance8() local
317 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in color_balance16() local
H A Dvf_epx.c50 const int slice_end = (in->height * (jobnr+1)) / nb_jobs; in epx2_slice() local
117 const int slice_end = (in->height * (jobnr+1)) / nb_jobs; in epx3_slice() local
H A Dvf_bilateral.c405 const int slice_end = (height * (jobnr+1)) / nb_jobs; bilateralo_planes() local
[all...]
H A Dcolorchannelmixer_template.c58 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in filter_slice_rgba_planar() local
176 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in filter_slice_rgba_packed() local
H A 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
H A 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
H A Dvf_hsvkey.c94 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_hsvkey_slice() local
119 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_hsvkey16_slice() local
149 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in do_hsvhold_slice() local
185 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in do_hsvhold16_slice() local
H A Dvf_yadif.c200 int slice_end = (td->h * (jobnr+1)) / nb_jobs; in filter_slice() local
H A Dvf_gblur.c65 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_horizontally() local
88 const int slice_end = (width * (jobnr+1)) / nb_jobs; in filter_vertically() local
110 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_postscale() local
H A Dvf_grayworld.c141 const int slice_end = (out->height * (jobnr + 1)) / nb_jobs; in convert_frame() local
208 const int slice_end = (out->height * (jobnr + 1)) / nb_jobs; in correct_frame() local
H A Dvf_neighbor.c273 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_slice() local
H A 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
H A Dvf_multiply.c103 const int slice_end = (h * (jobnr+1)) / nb_jobs; in multiply_slice() local
H A Dvf_scroll.c84 const int slice_end = (h * (jobnr+1)) / nb_jobs; in scroll_slice() local
H A Dvf_tonemap.c189 const int slice_end = (in->height * (jobnr+1)) / nb_jobs; in tonemap_slice() local
H A Dvf_limitdiff.c175 const int slice_end = (h * (jobnr+1)) / nb_jobs; in limitdiff_slice() local
H A Dvf_maskedclamp.c99 const int slice_end = (h * (jobnr+1)) / nb_jobs; in maskedclamp_slice() local

Completed in 16 milliseconds

1234