-
A Hardware based Predictive Motion Estimation.
这是一篇有关H.264的算法优化的文章。...
A Hardware based Predictive Motion Estimation.
这是一篇有关H.264的算法优化的文章。-based Predictive Motion Estima tion. This is one of the H.264 algorithm optimization articles.
- 2022-02-12 01:58:32下载
- 积分:1
-
一个采用visual c++开发的视频/音频服务器,完全调试通过。
一个采用visual c++开发的视频/音频服务器,完全调试通过。-a development using visual c video/audio servers, debugging through completely.
- 2022-12-22 08:50:03下载
- 积分:1
-
语音处理的范畴,多通道音频混频器,和各种渠道的VO…
语音处理类,支持多个通道混音,及各个通道音量可视化显示-voice processing category, multiple channel audio mixers, and various channel volume visualization display
- 2023-06-09 02:45:03下载
- 积分:1
-
faad2是一个开源的MPEG
FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder, it is licensed under the GPLv2 license.
Features:
Portable
Reasonably fast
LC, Main, LTP, SBR, PS support
DRM support through DreaM
DAB+ support
Source packages are available in the downloads section. No binary distributions are available here, because they require a patent license. You might find binaries at RareWares.
- 2022-08-11 20:14:52下载
- 积分:1
-
MPEG2 system level code, very good to you for reference
MPEG2系统层代码,非常不错,发给大家供参考-MPEG2 system level code, very good to you for reference
- 2022-10-17 11:20:03下载
- 积分:1
-
steganograghy tool,hidetext files in an image
steganograghy tool,hidetext files in an image
- 2022-09-15 22:20:03下载
- 积分:1
-
VC实现的MPEG
VC实现的MPEG-4播放器,内含对音视频的解码模块-VC wife of mother
- 2022-08-11 12:39:04下载
- 积分:1
-
binary bitmap file to a text file integrity code
二进制位图文件转换为文本文件的完整代码-binary bitmap file to a text file integrity code
- 2022-05-28 16:03:35下载
- 积分:1
-
哈夫曼编码和解码
这个项目是一个简单的 c + + 实现的哈夫曼编码。目前,它可以只对文件进行编码 ;解码功能是暂停工作时,我对我的大学课程。
编译
编译由 Make 实用程序处理。若要编译,只是导航到存储库中的根文件夹和运行"使"。若要在调试模式下进行编译,运行"使调试 = 1"。
运行
的可执行文件"哈夫曼"应该传递一个参数: 要进行编码 (或解码,解码功能完成时) 的文件的名称。编码的文件放置在同一目录中用".huf"追加到的文件的名称。
解剖的编码的文件
的文件的第一次 3 位指示过剩在结束了最后一个字节的位的数目 ; 这些尾随位将被忽略,解码器。接下来的 128 字节描述了码本。因为典型的哈夫曼编码 (http://en.wikipedia.org/wiki/Canonical_Huffman_code) 用来对文件进行编码,描述码书很简单,按字母顺序排列,在每个码字中给予的位数给 0 为符号不存在的文件中。后码书,进行编码的输入的文件。
- 2022-08-25 18:29:48下载
- 积分:1
-
With the development in the image processing field a wide variety of filters hav...
With the development in the image processing field a wide variety of filters have been developed. The quality of filters mainly depends on to which extent it is able to recover the degraded image so that it is as close as to the original image that is in other words, a filter that minimizes the mean square error is an appropriate filter for a particular application. Median Filter is such a kind of non linear filter which minimizes the mean square error to a large extent. A variant of a median filter “switching median filter” is simulated using C in this project.
- 2022-01-22 08:06:36下载
- 积分:1