摘要:
//pYUV为422,yuv为420/*ok!* brief:pyuv is yuv422sp srcIn, and yuv is yuv420p desOut*/intYUV422To420(unsignedchar*pYUV,unsignedchar*yuv,intlWidth,intlHeig... 阅读全文
posted @ 2014-11-16 22:54
midu
阅读(1146)
评论(0)
推荐(0)
摘要:
http://www.tup.tsinghua.edu.cn/sub_press/2/book/List_cs.asp?csbh=10http://oa.ee.tsinghua.edu.cn/~zhangyujin/Download-Book/ 张玉金http://oa.ee.tsinghua.ed... 阅读全文
posted @ 2014-11-16 17:16
midu
阅读(421)
评论(0)
推荐(0)
摘要:
C99中新增加了restrict修饰的指针:由restrict修饰的指针是最初唯一对指针所指向的对象进行存取的方法,仅当第二个指针基于第一个时,才能对对象进行存取。对对象的存取都限定于基于由restrict修饰的指针表达式中。由restrict修饰的指针主要用于函数形参,或指向由malloc()分配... 阅读全文
posted @ 2014-11-16 17:01
midu
阅读(254)
评论(0)
推荐(0)
摘要:
c674:是c67(浮点)+c64(定点) 兼容的http://processors.wiki.ti.com/index.php/-mv_option_to_use_with_the_C674xhttp://www.deyisupport.com/question_answer/dsp_arm/om... 阅读全文
posted @ 2014-11-16 17:00
midu
阅读(308)
评论(0)
推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-11-16 16:50
midu
阅读(3)
评论(0)
推荐(0)