随笔分类 - h264
摘要:/ test_11.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <vector>#include <iostream>#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <Windows.h>using
阅读全文
摘要:在编解码中,变换是最重要的一步,从开始的模拟离散变换,到现在国际和中国标准中的整数变换,变换取的压缩是最重要的,在 DV等其他编解码中,只使用变换进行压缩,下面对H264 和AVS使用的变换矩阵进行比较,看看谁好。A8x8 = 0.707107 0.707107 0.707107 0.707107 0.707107 0.707107 0.707107 0.707107 0.980785 0.831470 0.555570 0.195090 -0.195090 -0.555570 -0.831470 -0.980785 0.923880 0.382683 -0.382683 -0.923880
阅读全文
浙公网安备 33010602011771号