struct InferenceEngine::gapi::kernels::areaUpscale::Mapper

struct Mapper
{
    // typedefs

    typedef short alpha_type;
    typedef short index_type;
    typedef MapperUnit<short, short> Unit;

    // fields

    static constexpr static const int unity = ONE;

    // methods

    static Unit map(double ratio, int start, int max, int outCoord);
};