Welcome![Sign In][Sign Up]
Location:
Search - h.264 quantization

Search list

[assembly languageIQ2_DC

Description: 这是我自己写的关于H.264解码反量化(IQ)部分的ARM汇编程序.请版主给以指教,多谢!-that I write on the H.264 codec - quantization (IQ) of ARM assembler. Please enlighten giving moderator, Thank you!
Platform: | Size: 39101 | Author: 毕松林 | Hits:

[Other resourceh264_transform

Description: The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. This document describes the transform and quantization processes defined, or implied, by the standard.
Platform: | Size: 62461 | Author: woyun | Hits:

[Streaming Mpeg4dct2

Description: 该程序用于实现h.264中的DCT变换、量化、反DCT变换、反量化 采用了h.264白皮书中介绍的算法-the procedures used to achieve h.264 of DCT, quantization, anti - DCT, quantization using the anti-h.264 White Paper introduced by the algorithm
Platform: | Size: 10590 | Author: 王全明 | Hits:

[Graph programDCT(sse2)

Description: 用SSE2汇报语言实现的H.264视频编码标准中的DCT变换。-using SSE2 reporting language of H.264 video coding standard of DCT.
Platform: | Size: 24576 | Author: 王宏志 | Hits:

[Streaming Mpeg4dct2

Description: 该程序用于实现h.264中的DCT变换、量化、反DCT变换、反量化 采用了h.264白皮书中介绍的算法-the procedures used to achieve h.264 of DCT, quantization, anti- DCT, quantization using the anti-h.264 White Paper introduced by the algorithm
Platform: | Size: 10240 | Author: 王全明 | Hits:

[assembly languageIQ2_DC

Description: 这是我自己写的关于H.264解码反量化(IQ)部分的ARM汇编程序.请版主给以指教,多谢!-that I write on the H.264 codec- quantization (IQ) of ARM assembler. Please enlighten giving moderator, Thank you!
Platform: | Size: 49152 | Author: 毕松林 | Hits:

[Otherh264_transform

Description: The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. This document describes the transform and quantization processes defined, or implied, by the standard.-The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard forthe coding (compression) of natural video images. The new standard [1] will be known as H.264 andalso MPEG-4 Part 10,
Platform: | Size: 62464 | Author: woyun | Hits:

[OtherEncoder264

Description: H.264图像编码程序对输入像素块X的整数DCT变换和量化-H.264 encoding process the input image pixel block X integer DCT transform and quantization
Platform: | Size: 2048 | Author: ydl | Hits:

[Special EffectsDecoder264

Description: H.264解码器源程序 包括对输入像素块的反量化和反变换-H.264 decoder on the input source, including anti-pixel block quantization and anti-transform
Platform: | Size: 1024 | Author: ydl | Hits:

[Special EffectsH264-DCT-Quanter

Description: H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源. -H264 in the integer DCT transform coding and quantization code, together with the original DCT coding, quantitative description of the document. The source from the X264 and JM Finishing extract obtained and used the original document in the test sample data with the results of exactly the same as the original document, is to study rare H.264 reference resources.
Platform: | Size: 64512 | Author: ren | Hits:

[Special EffectsDctQuant

Description: 工程名为DctQuant,编程实现了一帧CIF格式4:2:0的YUV图像的H.264的整数变换、量化以及逆量化、逆变换。具体的功能表述如下: 1、首先按“打开YUV”按钮,选择一帧格式为CIF的4:2:0的YUV图像(默认的YUV图像的格式为4:2:0的CIF格式)。选择完成后,可以看到显示的输入图像。 2、输入QP值,QP是0到51之间的整数值,超出范围,会弹出对话框提示。QP默认为28。注意:当改变QP值为0时,即没有量化,则点击转换按钮显示出的PSNR值即为输入图像的PSNR值。 3、点击转换按钮,可以看到经过变换量化和逆量化逆变换过程以后输出的图像以及显示输出图像的PSNR值(保留小数点后6位)和默认4x4块号为0的原始各像素值、整数变换后的值、量化后、逆量化后、逆变换后的值。 4、可以手动改变块号,块号的范围为0-6335,超出范围会弹出对话框提示。然后单击“输入块号”按钮即可显示此块号对应的原始各像素值、整数变换后的值、量化后、逆量化后、逆变换后的值。 -Works entitled DctQuant, programming of a CIF format, 4:2:0 YUV images H.264 integer transform, quantization, and inverse quantization, inverse transform. Expression of specific functions are as follows: 1, first press the "Open YUV" button, select a format for the CIF of the 4:2:0 YUV image (the default YUV image format 4:2:0 CIF format). Selection is complete, you can see displayed in the input image. 2, enter the QP value, QP is an integer between 0-51 values out of range, will pop-up dialog box prompt. QP default is 28. Note: When changing the QP value is 0, that is not quantified, then click the convert button to show the PSNR values of the PSNR values shall be the input image. 3, click the Convert button, you can see through the transformation inverse quantization and inverse quantization output of the image after the transformation process and display the output image PSNR values (retention decimal 6), and the default 4x4 block No. 0 of the original values of each pixel , int
Platform: | Size: 446464 | Author: 王婉君 | Hits:

[Streaming Mpeg4H264DCT_SSE2

Description: 完全利用SSE2汇编指令实现的H.264的色度信号的DCT变换和量化、反量化和反变换程序,包含Hardamard变换-Fully implemented using SSE2 assembler instructions H.264 DCT chrominance signal transform and quantization, inverse quantization and inverse transform process, including Hardamard transform
Platform: | Size: 56320 | Author: 舒念 | Hits:

[assembly languagesse_luma

Description: 利用vc++实现的 基于MMX汇编指令进行优化的H.264的量化和反量化程序,可以运行和输出结果,所需时间是优化前的十分之一,非常有效。-Using vc++ implementation based on optimized MMX assembler instructions H.264 quantization and inverse quantization process, can run and output the results, the time is one-tenth of pre-optimized, very effective.
Platform: | Size: 335872 | Author: 舒念 | Hits:

[Streaming Mpeg41

Description: AVS 和H.264 的通用反量化模块设计 论文-AVS and H.264 generic inverse quantization module design thesis
Platform: | Size: 164864 | Author: 詹成 | Hits:

[VOIP programUntitled3

Description: H.264视频编码标准中的DCT变化与量化步骤。-H.264 video coding standard changes in the DCT and quantization steps.
Platform: | Size: 1024 | Author: jason | Hits:

[VHDL-FPGA-Verilogh264quantise

Description: H.264 quantization block in VHDL.
Platform: | Size: 3072 | Author: daru | Hits:

[Editorh.264-quantiztion

Description: h.264 quantization - h.264 transform and quantization process.
Platform: | Size: 5120 | Author: Timea SZUCS | Hits:

[Streaming Mpeg4x264-snapshot-20110510-2245

Description: h.264 quantization - h.264 transform and quantization process.
Platform: | Size: 709632 | Author: Timea SZUCS | Hits:

[Streaming Mpeg4openhdot264

Description: h.264 - decoder, encoder, main project - quantization process.
Platform: | Size: 234496 | Author: Timea SZUCS | Hits:

[Speech/Voice recognition/combineiLBC1

Description: Sound, Image and Video Compression and Coding International Hellenic University - Virtual Labs Entropy Coding Quantization Transform Coding MP3 - Psycoacoustics MP3 Compression JPEG MPEG, Block Matching Motion Estimation - P-Frames encoding MPEG, I,P,B GOP Encoding Actual MPEG Compression
Platform: | Size: 7532544 | Author: far | Hits:
« 12 »

CodeBus www.codebus.net