240 私信
这个人很懒,暂无签名信息
0

看懂第一个VEC-C 程序

//对数据进行一个滤波的过程 #include extern uchar* p_in_u8;//调用其他模块的变量->输入数据 extern uchar* p_out_u8;//调用其他模块的变量->输出数据 void vecc_example(int s32SrcStep, int s32DstStep, uint u32N) { uchar32 v0,v1,v2; //类型为 32个u...

个人介绍
暂无介绍