Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_pp.c128 const int aligned_w = FFALIGN(outlink->w, 8); in pp_filter_frame() local
135 outbuf = ff_get_video_buffer(outlink, aligned_w, aligned_h); in pp_filter_frame()
153 aligned_w, outlink->h, in pp_filter_frame()
Dvf_pp7.c344 const int aligned_w = FFALIGN(inlink->w, 8); in filter_frame() local
347 out = ff_get_video_buffer(outlink, aligned_w, aligned_h); in filter_frame()
Dvf_uspp.c426 const int aligned_w = FFALIGN(inlink->w, 8); in filter_frame() local
429 out = ff_get_video_buffer(outlink, aligned_w, aligned_h); in filter_frame()
Dvf_spp.c415 const int aligned_w = FFALIGN(inlink->w, 8); in filter_frame() local
418 out = ff_get_video_buffer(outlink, aligned_w, aligned_h); in filter_frame()
Dvf_fspp.c607 const int aligned_w = FFALIGN(inlink->w, 8); in filter_frame() local
610 out = ff_get_video_buffer(outlink, aligned_w, aligned_h); in filter_frame()