/third_party/ffmpeg/libavfilter/ |
D | vf_fade.c | 186 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
|
D | vf_colorkey.c | 62 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
|
D | vf_colorbalance.c | 165 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
|
D | vf_chromakey.c | 122 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
|
D | vf_lumakey.c | 48 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
|
D | vf_signalstats.c | 229 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
|
D | vf_colormatrix.c | 215 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
|
D | vf_colorconstancy.c | 267 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
|
D | vf_gblur.c | 84 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
|
D | vf_colorchannelmixer.c | 112 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
|
D | vf_mix.c | 146 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
|
D | vf_lagfun.c | 91 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
|
D | vf_vibrance.c | 66 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
|
D | vf_lensfun.c | 295 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
|
D | vf_photosensitivity.c | 104 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
|
D | vf_amplify.c | 123 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
|
D | vf_despill.c | 49 const int slice_end = (frame->height * (jobnr + 1)) / nb_jobs; in do_despill_slice() local
|
D | vf_cas.c | 57 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
|
D | vf_xmedian.c | 157 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
|
D | vf_unsharp.c | 82 const int slice_end = (height * (jobnr+1)) / nb_jobs; in unsharp_slice() local
|
D | vf_tonemap.c | 208 const int slice_end = (in->height * (jobnr+1)) / nb_jobs; in tonemap_slice() local
|
D | vf_overlay.c | 379 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/ |
D | percent_encoding.cc | 48 const uint8_t* slice_end = GRPC_SLICE_END_PTR(slice); in grpc_percent_encode_slice() local
|
/third_party/ffmpeg/libavcodec/ |
D | v410dec.c | 59 int slice_end = (avctx->height * (jobnr+1)) / thread_count; in v410_decode_slice() local
|
D | v210dec.c | 89 int slice_end = (avctx->height * (jobnr+1)) / s->thread_count; in v210_decode_slice() local
|