template class xf::codec::details::BicubicInterpolator

#include "bicubicinterpolator.hpp"
template <
    int _W,
    int _I,
    int _WBIT,
    int _NPPC
    >
class BicubicInterpolator

// typedefs

typedef ap_fixed <_W, _I> fixed_t
typedef ap_uint <_WBIT*_NPPC> pixel_t
typedef ap_uint <72> pixel_8x_t