4
0
1
36
168
247
104
//对数据进行一个滤波的过程 #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...