摘要: 1 void RotateRGBA( 2 const sd_uint8* src, 3 sd_uint8* result, 4 int width, 5 int height, 6 int mode 7 ){// mode 0 -> 0; 1 -> 90; 2->180; 3->270; 8 if(mode == 1){ ... 阅读全文
posted @ 2015-04-27 14:06 双目失明 阅读(806) 评论(0) 推荐(0)
摘要: From YUV LIB : https://code.google.com/p/libyuv/ http://files.cnblogs.com/files/wzswzd/libyuv-master.zip 阅读全文
posted @ 2015-04-27 14:04 双目失明 阅读(1686) 评论(0) 推荐(0)