English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
Windows编程
>
多媒体编程
> 查看源码
text_dct.h
资源名称:
Visual C++视频音频开发实用工程案例精选.rar [点击查看]
上传用户:
tuheem
上传日期:
2007-05-01
资源大小:
21889k
文件大小:
0k
源码类别:
多媒体编程
开发平台:
Visual C++
text_dct.h:源码内容
void fdct_enc(short *block);
void init_fdct_enc();
void idct_enc(short *block);
void init_idct_enc();
void fdct_mm32(short *blk);
void Fast_IDCT(short int *x);