Searched refs:plane_h (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_unsharp.c | 149 int i, plane_w[3], plane_h[3]; in apply_unsharp_c() local 155 plane_h[0] = inlink->h; in apply_unsharp_c() 156 plane_h[1] = plane_h[2] = AV_CEIL_RSHIFT(inlink->h, s->vsub); in apply_unsharp_c() 164 td.height = plane_h[i]; in apply_unsharp_c() 167 ctx->internal->execute(ctx, s->unsharp_slice, &td, NULL, FFMIN(plane_h[i], s->nb_threads)); in apply_unsharp_c()
|
D | vf_deshake.c | 323 int plane_w[3], plane_h[3]; in deshake_transform_c() local 328 plane_h[0] = height; in deshake_transform_c() 329 plane_h[1] = plane_h[2] = ch; in deshake_transform_c() 334 plane_w[i], plane_h[i], matrixs[i], interpolate, fill); in deshake_transform_c()
|
D | vf_fieldmatch.c | 614 const int plane_h = get_height(fm, src, plane); in copy_fields() local 615 const int nb_copy_fields = (plane_h >> 1) + (field ? 0 : (plane_h & 1)); in copy_fields()
|
/third_party/ffmpeg/libavformat/ |
D | vapoursynth.c | 416 ptrdiff_t plane_h = frame->height; in read_packet_vs() local 432 plane_h = AV_CEIL_RSHIFT(plane_h, desc->log2_chroma_h); in read_packet_vs() 434 frame->buf[i]->size = frame->linesize[i] * plane_h; in read_packet_vs()
|
/third_party/ffmpeg/libavutil/ |
D | imgutils.c | 687 int plane_h = ((height + ( 1 << chroma_div) - 1)) >> chroma_div; in av_image_fill_black() local 689 for (; plane_h > 0; plane_h--) { in av_image_fill_black()
|
/third_party/gstreamer/gstplugins_bad/ext/directfb/ |
D | dfbvideosink.c | 1901 guint plane_h; in gst_dfbvideosink_show_frame() local 1908 plane_h = GST_VIDEO_FRAME_COMP_HEIGHT (&src_frame, plane); in gst_dfbvideosink_show_frame() 1912 for (plane_line = 0; line < result.h || plane_line < plane_h; in gst_dfbvideosink_show_frame()
|