Welcome![Sign In][Sign Up]
Location:
Search - mmx

Search list

[Compress-Decompress algrithmsjpeg-mmx-0.1.6.tar

Description: jpeg编解码器,请使用make编译。已经针对MMX指令进行过优化-jpeg codecs, please make use of compiler. Response has been MMX instructions Optimization
Platform: | Size: 597439 | Author: rambler | Hits:

[mpeg mp3jpegsrc-6b-simd-mmx-sse

Description: 这是非常好的使用MMX,SSE2等SIMD的JPEG的解压缩源码,速度是用C语言的1/4,非常的快。-It is a very good use of MMX, SSE2 SIMD, such as the JPEG compression solutions source, Speed is the C Language 1 / 4, very fast.
Platform: | Size: 1120305 | Author: 林方 | Hits:

[Graph programmmx

Description: 使用MMX的IDCT算法。Uses MMX the IDCT algorithm
Platform: | Size: 4922 | Author: antss | Hits:

[Other resourcejpeg-mmx-0.1.5.tar

Description: MMX JPEG Library
Platform: | Size: 578350 | Author: 张国原 | Hits:

[OS program经过优化的MMX

Description: 使用MMX实现MEMCPY
Platform: | Size: 40325 | Author: dspfirmware | Hits:

[source in ebook《MMX指令集在C++中的使用》配套代码

Description: 《MMX指令集在C++中的使用》这本书的配套代码
Platform: | Size: 12028 | Author: wmzh419 | Hits:

[Compress-Decompress algrithmsTryDCT

Description: 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 9-This is a group of DCT and IDCT code, are based on the x86 architecture or standard C compilation, with the use of MMX, 3Dnow or SSE, SSE2, is a variant of Chen s algorithm, can refer to Intel APP Notes 9
Platform: | Size: 155648 | Author: | Hits:

[Waveletadv6d-06

Description: ADV601小波视频压缩MMX优化解码器-ADV601 Wavelet MMX optimized video compression codec
Platform: | Size: 144384 | Author: | Hits:

[assembly languageintel_mmx

Description: x86 mmx 汇编指令大全-x86 mmx compilation instructions Daquan
Platform: | Size: 6144 | Author: 张鹏 | Hits:

[WaveletADV601waveltMMX optimized

Description: 小波压缩的优化MMX的解码器-wavelet compression optimization MMX decoders
Platform: | Size: 144384 | Author: 王城 | Hits:

[assembly languageFastIDCTmmx32

Description: idct mmx technology implement
Platform: | Size: 4096 | Author: 鲍金龙 | Hits:

[Multimedia Developmmxdct-1.0.tar

Description: MMX DCT
Platform: | Size: 13312 | Author: 张国原 | Hits:

[CSharpMMXDemo

Description: Intel MMX的演示程序-The Demonstration Program
Platform: | Size: 35840 | Author: 郑生 | Hits:

[GDI-BitmapCdb

Description: 此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MMX 和 SSE2 整数指令的更高级别的编译器支持,来优化位图操作而不必编写汇编程序代码。在项目中,Surface.* 文件包含 DIB 图面操作的 C++ 基类。-This example will explain the CImage support the achievement of applications, to a variety of image formats for data loading and preserve basic. In addition, this example to explain the direct DIB map surface operation, and how the use of MMX and SSE 2 integer instructions, higher level of compiler support to optimize bitmap prepared to operate without compilation code. In the project, Surface .* DIB map file contains the C-operating base class.
Platform: | Size: 6144 | Author: 久星 | Hits:

[Internet-Network(利用GIF_LZW算法实现的)网络图片传输

Description: (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX specialized optimization algorithm), is not conducive to VB; C : GIF- LZW compression algorithm compression ratio better, and I have come up with un
Platform: | Size: 62464 | Author: | Hits:

[Multimedia Develop所有dct

Description: 我所有的dct变换程序,包括mmx,sse,sse2等,对于大家应该有用。-all my A1501 transform procedures, including mmx, SSE, SSE3, should be useful for everyone.
Platform: | Size: 37888 | Author: 潘敏 | Hits:

[Graph programSIMDTest

Description: 演示奔腾4处理器的SIMD汇编指令编程(包括MMX,SSE,SSE2)进行图形图像处理-demonstration Pentium 4 processor SIMD instructions compilation programming (including MMX, SSE, SSE2), Graphics and Image Processing
Platform: | Size: 1359872 | Author: 袁非牛 | Hits:

[Multimedia Developmmx32

Description: MMX优化的一个实例,包括了具体的MMX指令的使用-MMX optimization of a case, including the specific use of the MMX instructions
Platform: | Size: 7168 | Author: 唐玉峰 | Hits:

[Special Effects2005525431579

Description: Gray图象灰度处理示例 一个基于DirectX的图象灰度处理示例可是MMX的新作了 转载请注明来源: 开源盛世-源代码下载网 httpwww.vscodes.com -Gray gray image processing based on DirectX example of a grayscale image processing examples But the new MMX reproduced indicate the source : Open source Spirit-source code download network httpwww.vscodes.com
Platform: | Size: 57344 | Author: 槛外人 | Hits:

[OS programMMX_src

Description: mmx汇编教学程序及源码,用于优化程序,提高效率-mmx compilation of teaching procedures and source for the optimization procedure to enhance efficiency
Platform: | Size: 305152 | Author: wx | Hits:
« 1 23 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net