Template Function xFPyrDownApplykernel

Function Documentation

Warning

doxygenfunction: Unable to resolve function “xFPyrDownApplykernel” 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 xFPyrDownApplykernel (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 94] template<int NPC, int DEPTH, int WIN_SZ, int WIN_SZ_SQ, int PLANES> void xFPyrDownApplykernel (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 113] template<int NPC, int DEPTH, int WIN_SZ, int WIN_SZ_SQ, int PLANES> void xFPyrDownApplykernel (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) —————————————————————————————————————–^