Home
last modified time | relevance | path

Searched refs:plane_w (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_unsharp.c149 int i, plane_w[4], plane_h[4]; in apply_unsharp_c() local
153 plane_w[0] = plane_w[3] = inlink->w; in apply_unsharp_c()
154 plane_w[1] = plane_w[2] = AV_CEIL_RSHIFT(inlink->w, s->hsub); in apply_unsharp_c()
164 td.width = plane_w[i]; in apply_unsharp_c()
H A Dvf_deshake.c323 int plane_w[3], plane_h[3]; in deshake_transform_c() local
326 plane_w[0] = width; in deshake_transform_c()
327 plane_w[1] = plane_w[2] = cw; in deshake_transform_c()
334 out->linesize[i], plane_w[i], plane_h[i], in deshake_transform_c()

Completed in 2 milliseconds