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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_pp.c117 const int aligned_h = FFALIGN(outlink->h, 8); local
122 outbuf = ff_get_video_buffer(outlink, aligned_w, aligned_h);
H A Dvf_spp.c332 const int aligned_h = FFALIGN(inlink->h, 8); local
334 out = ff_get_video_buffer(outlink, aligned_w, aligned_h);

Completed in 85 milliseconds