Home
last modified time | relevance | path

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

123

/third_party/ffmpeg/libavfilter/
Dvf_fade.c186 int slice_start, int slice_end, in filter_rgb()
211 int slice_start, int slice_end, in filter_rgb_planar()
239 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_rgb() local
259 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_luma() local
284 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_luma16() local
312 int slice_end = FFMIN(((height * (jobnr+1)) / nb_jobs), frame->height); in filter_slice_chroma() local
341 int slice_end = FFMIN(((height * (jobnr+1)) / nb_jobs), frame->height); in filter_slice_chroma16() local
363 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_alpha() local
388 int slice_end = (frame->height * (jobnr+1)) / nb_jobs; in filter_slice_alpha16() 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_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_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_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_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_gblur.c84 const int slice_end = (height * (jobnr+1)) / nb_jobs; in filter_horizontally() local
137 const int slice_end = (width * (jobnr+1)) / nb_jobs; in filter_vertically() local
165 const unsigned slice_end = (numpixels * (jobnr+1)) / nb_jobs; in filter_postscale() local
Dvf_colorchannelmixer.c112 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in filter_slice_rgba_planar() local
171 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in filter_slice_rgba16_planar() local
280 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in filter_slice_rgba_packed() local
335 const int slice_end = (out->height * (jobnr+1)) / nb_jobs; in filter_slice_rgba16_packed() local
Dvf_mix.c146 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in mix_frames() local
168 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in mix_frames() local
Dvf_lagfun.c91 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in lagfun_frame8() local
127 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in lagfun_frame16() local
Dvf_vibrance.c66 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice8() local
125 const int slice_end = (height * (jobnr + 1)) / nb_jobs; in vibrance_slice16() local
Dvf_lensfun.c295 const int slice_end = thread_data->height * (jobnr + 1) / nb_jobs; in vignetting_filter_slice() local
318 const int slice_end = thread_data->height * (jobnr + 1) / nb_jobs; in distortion_correction_filter_slice() 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_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
Dvf_xmedian.c157 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in median_frames16() local
202 const int slice_end = (s->height[p] * (jobnr+1)) / nb_jobs; in median_frames8() local
Dvf_unsharp.c82 const int slice_end = (height * (jobnr+1)) / nb_jobs; in unsharp_slice() local
Dvf_tonemap.c208 const int slice_end = (in->height * (jobnr+1)) / nb_jobs; in tonemap_slice() local
Dvf_overlay.c379 int slice_start, slice_end; in blend_slice_packed_rgb() local
468 int slice_start, slice_end; in blend_plane() local
562 int slice_start, slice_end; in alpha_composite() local
/third_party/grpc/src/core/lib/slice/
Dpercent_encoding.cc48 const uint8_t* slice_end = GRPC_SLICE_END_PTR(slice); in grpc_percent_encode_slice() 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