Searched refs:aligned_w (Results 1 – 5 of 5) sorted by relevance
| /third_party/ffmpeg/libavfilter/ |
| D | vf_pp.c | 128 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()
|
| D | vf_pp7.c | 344 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()
|
| D | vf_uspp.c | 426 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()
|
| D | vf_spp.c | 415 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()
|
| D | vf_fspp.c | 607 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()
|