• Dmitry Matveev's avatar
    G-API: Introduce LPI (multiple Lines-Per-Iteration) support for Resize · 922d5796
    Dmitry Matveev authored
    Several Resize optimizations count on fetching multiple input lines at
    once to do interpolation more efficiently.
    
    At the moment, Fluid backend supports only LPI=1 for Resize kernels.
    
    This patch introduces scheduling support for Resizes with LPI>1 and
    covers these cases with new tests.
    
    The support is initially written by Ruslan Garnov.
    922d5796
Name
Last commit
Last update
..
gfluidbackend.cpp Loading commit data...
gfluidbackend.hpp Loading commit data...
gfluidbuffer.cpp Loading commit data...
gfluidbuffer_priv.hpp Loading commit data...
gfluidcore.cpp Loading commit data...
gfluidcore.hpp Loading commit data...
gfluidimgproc.cpp Loading commit data...
gfluidimgproc.hpp Loading commit data...
gfluidutils.hpp Loading commit data...