Template Function xFPyrUpApplykernel

Function Documentation

Warning

doxygenfunction: Unable to resolve function “xFPyrUpApplykernel” with arguments “(XF_PTUNAME(DEPTH), XF_PTUNAME(DEPTH), ap_uint<8>)”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 72] template<int NPC, int DEPTH, int WIN_SZ, int WIN_SZ_SQ, int PLANES> void xFPyrUpApplykernel (XF_PTUNAME(DEPTH) OutputValues[XF_NPIXPERCYCLE(NPC)], XF_PTUNAME(DEPTH) src_buf[WIN_SZ][XF_NPIXPERCYCLE(NPC)+(WIN_SZ - 1)], ap_uint< 8 > win_size) ————————————————————————^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected ‘::’ in pointer to member (function). [error at 92] template<int NPC, int DEPTH, int WIN_SZ, int WIN_SZ_SQ, int PLANES> void xFPyrUpApplykernel (XF_PTUNAME(DEPTH) OutputValues[XF_NPIXPERCYCLE(NPC)], XF_PTUNAME(DEPTH) src_buf[WIN_SZ][XF_NPIXPERCYCLE(NPC)+(WIN_SZ - 1)], ap_uint< 8 > win_size) ——————————————————————————————–^ If declarator-id: Invalid C++ declaration: Expecting “,” or “)” in parameters-and-qualifiers, got “O”. [error at 111] template<int NPC, int DEPTH, int WIN_SZ, int WIN_SZ_SQ, int PLANES> void xFPyrUpApplykernel (XF_PTUNAME(DEPTH) OutputValues[XF_NPIXPERCYCLE(NPC)], XF_PTUNAME(DEPTH) src_buf[WIN_SZ][XF_NPIXPERCYCLE(NPC)+(WIN_SZ - 1)], ap_uint< 8 > win_size) —————————————————————————————————————^