H.264完整的C语言代码和DCT的代码

源代码在线查看: test_kc.hpp

软件大小: 4747 K
上传用户: aoaoaoao
关键词: 264 DCT C语言代码 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#ifndef _TEST_KC
				#define _TEST_KC
				// header files must be in this order
				#include "idb_types.hpp"
				#include "idb_deftypes.hpp"
				// declare the kernel
				kernel addAndSum(istream a,
				istream b,
				ostream c,
				uc& uc_sum);
				// these are required for each kernel
				KERNELDECL(addAndSum);
				#define addAndSum KERNELCALL(addAndSum)
				// don’t forget this line at the end!
				#include "idb_undeftypes.hpp"
				#endif			

相关资源