Home
last modified time | relevance | path

Searched refs:plane_height (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_tmidequalizer.c36 int plane_width[4], plane_height[4]; member
194 s->plane_width[p], s->plane_height[p], in filter_frame()
236 s->plane_width[p], s->plane_height[p], in filter_frame()
264 s->plane_width[p] * (1 + (s->depth > 8)), s->plane_height[p]); in filter_frame()
273 s->plane_width[p], s->plane_height[p], in filter_frame()
338 s->plane_height[0] = s->plane_height[3] = inlink->h; in config_input()
340 s->plane_height[1] = s->plane_height[2] = AV_CEIL_RSHIFT(inlink->h, vsub); in config_input()
/third_party/ffmpeg/libavformat/
H A Dyuv4mpegenc.c197 int plane_height = height, plane_width = width * desc->comp[k].step; in yuv4_write_packet() local
202 plane_height = AV_CEIL_RSHIFT(plane_height, desc->log2_chroma_h); in yuv4_write_packet()
205 for (int i = 0; i < plane_height; i++) { in yuv4_write_packet()
/third_party/ffmpeg/libavcodec/
H A Dlibaribb24.c65 unsigned int plane_height = 0; in libaribb24_generate_ass_header() local
71 plane_height = 540; in libaribb24_generate_ass_header()
76 plane_height = 180; in libaribb24_generate_ass_header()
119 plane_width, plane_height, in libaribb24_generate_ass_header()
H A Dvp56.c366 y<0 || y+12>=s->plane_height[plane]) { in vp56_mc()
372 s->plane_height[plane]); in vp56_mc()
531 s->plane_height[0] = s->plane_height[3] = avctx->coded_height; in vp56_size_changed()
532 s->plane_height[1] = s->plane_height[2] = avctx->coded_height/2; in vp56_size_changed()
H A Dvp56.h145 int plane_height[4]; member
H A Dvp3.c1988 int plane_height = s->height >> (plane && s->chroma_y_shift); in vp4_mc_loop_filter() local
2013 if (x2 < 0 || x2 >= plane_width || y2 < 0 || y2 >= plane_height) in vp4_mc_loop_filter()
2026 plane_height); in vp4_mc_loop_filter()
2046 plane_height); in vp4_mc_loop_filter()
2093 int plane_height = s->height >> (plane && s->chroma_y_shift); in render_slice() local
2187 src_y + 9 >= plane_height)) { in render_slice()
2196 plane_height); in render_slice()

Completed in 9 milliseconds