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

Search list

[Multimedia programmmx32

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

[Other resourcemmx

Description: 经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少-as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
Platform: | Size: 1853 | Author: sunshine | Hits:

[DirextXmmx

Description: MMX 优化-MMX Optimization
Platform: | Size: 21689 | Author: cash | Hits:

[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:

[DirextXMMX_Display

Description: 带MMX优化算法的图形硬件放大缩小显示的模块化代码,可以商用的哦!-MMX optimization algorithm with the graphics hardware Zooming shows the modular code, a commercial Oh!
Platform: | Size: 242968 | Author: 潘少明 | Hits:

[WaveletADV601waveltMMX optimized

Description: 小波压缩的优化MMX的解码器-wavelet compression optimization MMX decoders
Platform: | Size: 144384 | 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 Developmmx32

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

[Data structsmmx

Description: 经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少-as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
Platform: | Size: 2048 | Author: sunshine | 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:

[Picture ViewerPicture_MMX32

Description: 图像显示程序,但程序中分别使用了各种指令进行不同级别的优化,主要展示了MMX在VC开发环境下的使用,以及速度比。-images procedure, but the proceedings were using a variety of different levels of instruction for the optimization of the main display in the MMX VC environment, and to use speed.
Platform: | Size: 159744 | Author: 神仙哥哥 | Hits:

[mpeg mp3dgmpgdec145

Description: 一個完整的 MPEG2 source code, 內含mpeg2 lib code 及 mpeg2 player, 源碼使用 MMX, SSE, SSE2 進行優化-a complete MPEG2 source code, code containing mpeg2 lib and mpeg2 player, the use of FOSS MMX, SSE, SSE2 optimization
Platform: | Size: 608256 | Author: 黃建華 | Hits:

[DirextXmmx

Description: MMX 优化-MMX Optimization
Platform: | Size: 21504 | Author: cash | Hits:

[Communicationffmpeg_sdk

Description: 提供了目前最全面的音频,视频的编码和解码库,包括G.711,G.726,AMR,MP3,H.261,H.263,MPEG-1,MPEG-2,MPEG-4,H.264,使用MMX汇编优化,效率非常高。可以直接加入到自己的工程中使用,非常方便。-provide the most comprehensive audio, video encoding and decoding library, including G.711, G.726, AMR, MP3, H.261, H.263, MPEG-1, MPEG-2, MPEG-4, H.264, the use of MMX compilation optimization, efficiency is very high. Can directly into their projects using very convenient.
Platform: | Size: 1045504 | Author: 黄云燕 | Hits:

[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: 596992 | Author: rambler | Hits:

[BooksINTEL_MMX-Use_Optimizing_Guide(chinese).

Description: 个人整理的有关MMX开发和优化的中文文档资料,对作视频和图像处理的应该有点价值。-personal MMX finishing in the development and optimization of the Chinese document, right for video and image processing should be a bit of value.
Platform: | Size: 470016 | Author: 周国华 | Hits:

[VC/MFCIntelMMx

Description: 想做高效的程序吗?mmx指令集,及常用c程序优化,等你来学-want efficient procedure? Mmx instruction set, and common procedures c optimization, you have to learn
Platform: | Size: 256000 | Author: 延宵 | Hits:

[DirextXMMX_Display

Description: 带MMX优化算法的图形硬件放大缩小显示的模块化代码,可以商用的哦!-MMX optimization algorithm with the graphics hardware Zooming shows the modular code, a commercial Oh!
Platform: | Size: 242688 | Author: 潘少明 | Hits:

[Delphi/CppBuilderBasmForBeginners-cn

Description: 《BASM for Beginners Lessons》本文档是SkyJacker翻译修订的BASM 初学者入门PDF版,内容中英文对照,原始英文版作者 Dennis Kjaer Christensen.这些文章通过函数实例来介绍 BASM。通常,这些函数首先使用 Pascal 编写,然后从 Delphi 编译器的 CPU 窗口中复制汇编代码,之后进行分析和优化。也包括使用 MMX, SSE 或 SSE2 指令的优化。-" BASM for Beginners Lessons" This document is a translation of the revised BASM beginners SkyJacker entry PDF version of the content in bilingual, the original English version by Dennis Kjaer Christensen. Examples of these articles through a function to introduce BASM. Typically, these functions to prepare the first to use Pascal and Delphi compiler from the CPU window, copy the assembly code, followed by analysis and optimization. Also includes the use of MMX, SSE or SSE2 instruction optimization.
Platform: | Size: 558080 | Author: | Hits:

[Streaming Mpeg4FfmpegH264DecoderLib

Description: 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC2005,VC2008. -The decoding library to ffmpeg as a reference model for different grades of H.264 streams was amended to decode the core parts of the corresponding MMX optimization. The whole decoding process comprises three steps, according to the order simply call the header file describing the initialization, handling, release of these three functions can be. Decoded image data obtained as YUV, the project would convert YUV to RGB, direct display, eliminating the need for decoding, but also with tools such as open YUV file YUVViewer steps, more of the convenient. Support the various grades of H.264 stream decoding, the H.264 yards in exile in H264Test directory can be. Compile Platform: VC6.0, VC2005, VC2008.
Platform: | Size: 6300672 | Author: 致胜织梦 | Hits:
« 12 »

CodeBus www.codebus.net