template class xf::codec::details::BicubicInterpolator - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
#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