Home
last modified time | relevance | path

Searched refs:plane_width (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_tmidequalizer.c36 int plane_width[4], plane_height[4]; member
197 s->plane_width[p], s->plane_height[p], in filter_frame()
239 s->plane_width[p], s->plane_height[p], in filter_frame()
267 s->plane_width[p] * (1 + (s->depth > 8)), s->plane_height[p]); in filter_frame()
276 s->plane_width[p], s->plane_height[p], in filter_frame()
342 s->plane_width[0] = s->plane_width[3] = inlink->w; in config_input()
344 s->plane_width[1] = s->plane_width[2] = AV_CEIL_RSHIFT(inlink->w, hsub); in config_input()
/third_party/ffmpeg/libavcodec/
Dlibaribb24.c63 unsigned int plane_width = 0; in libaribb24_generate_ass_header() local
69 plane_width = 960; in libaribb24_generate_ass_header()
74 plane_width = 320; in libaribb24_generate_ass_header()
118 plane_width, plane_height, in libaribb24_generate_ass_header()
Dvp56.c365 if (x<0 || x+12>=s->plane_width[plane] || in vp56_mc()
371 s->plane_width[plane], in vp56_mc()
529 s->plane_width[0] = s->plane_width[3] = avctx->coded_width; in vp56_size_changed()
530 s->plane_width[1] = s->plane_width[2] = avctx->coded_width/2; in vp56_size_changed()
Dvp56.h144 int plane_width[4]; member
Dvp3.c1983 int plane_width = s->width >> (plane && s->chroma_x_shift); in vp4_mc_loop_filter() local
2009 if (x2 < 0 || x2 >= plane_width || y2 < 0 || y2 >= plane_height) in vp4_mc_loop_filter()
2021 plane_width, in vp4_mc_loop_filter()
2041 plane_width, in vp4_mc_loop_filter()
2088 int plane_width = s->width >> (plane && s->chroma_x_shift); in render_slice() local
2182 src_x + 9 >= plane_width || in render_slice()
2191 plane_width, in render_slice()