实现了h.264中的cabac模式更新的ti平台优化
上传时间: 2017-02-01
上传用户:凤临西北
#include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h>
标签: include graphics define stdlib
上传时间: 2013-12-29
上传用户:王者A
stdafx.h : 标准系统包含文件的包含文件。 Microsoft C 和 C++ 编译器提供了用于预编译任何 C 或 C++ 代码(包括内联代码)的选项。利用此性能特性,可以编译稳定的代码体,将已编译状态的代码存储在文件中,以及在随后的编译中,将预编译的代码与仍在开发的代码结合起来。由于不需要重新编译稳定代码,因此后面每次编译的速度都要快一些。
上传时间: 2013-11-28
上传用户:hakim
h-jtag(好东西).rar h-jtag(好东西).rar
标签: h-jtag
上传时间: 2017-02-04
上传用户:zhengjian
包含了H.264编码标准的两篇文章,是讲多描述编码的。An Effective Epipolar Geometry Assisted Motion Estimation Technique for Multi-View Image and Video Coding和An Epipolar Geometry-Based Fast Disparity Estimation Algorithm for Multiview Image and Video Coding
上传时间: 2014-12-21
上传用户:saharawalker
包括了H.264视频在无线环境下传输的一系列文章。如H_264在无线网络中的可靠传输,联合H_264和多码率Turbo码的无线视频传输等
上传时间: 2013-12-26
上传用户:xwd2010
移植网卡驱动时有用: uboot-1.1.4 中的rtl8019驱动: 分别是rtl8019.c和rtl8019.h linux-2.4 中的ne2000兼容网卡驱动程序:分别是ne.c 8390.c 和8390.h 将上述5个文件稍做修改即可移植到任何平台
上传时间: 2017-02-05
上传用户:小儒尼尼奥
FRFT时频变换代码(参考算法:H.M. Ozaktas, M.A. Kutay, and G. Bozdagi.Digital computation of the fractional Fourier transform.IEEE Trans. Sig. Proc., 44:2141--2150, 1996.)
标签: H.M. G. M.A. computation
上传时间: 2013-12-21
上传用户:希酱大魔王
用MATLAB计算正弦波的波形数据.并产生.H档案
上传时间: 2014-02-04
上传用户:cx111111
:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
标签: include InsertSort gt lt
上传时间: 2014-11-30
上传用户:362279997