CN101198064A - 一种分辨率分层技术中的运动矢量预测方法 - Google Patents
一种分辨率分层技术中的运动矢量预测方法 Download PDFInfo
- Publication number
- CN101198064A CN101198064A CN 200710168687 CN200710168687A CN101198064A CN 101198064 A CN101198064 A CN 101198064A CN 200710168687 CN200710168687 CN 200710168687 CN 200710168687 A CN200710168687 A CN 200710168687A CN 101198064 A CN101198064 A CN 101198064A
- Authority
- CN
- China
- Prior art keywords
- motion vector
- domain
- layer
- candidate
- enhancement layer
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 239000013598 vector Substances 0.000 title claims abstract description 197
- 238000000034 method Methods 0.000 title claims abstract description 55
- 239000010410 layer Substances 0.000 claims abstract description 123
- 239000011229 interlayer Substances 0.000 claims abstract description 48
- 230000002123 temporal effect Effects 0.000 claims abstract description 4
- 230000010365 information processing Effects 0.000 claims description 6
- 238000003672 processing method Methods 0.000 claims description 6
- 230000008520 organization Effects 0.000 claims description 3
- 230000009466 transformation Effects 0.000 claims description 3
- 230000005540 biological transmission Effects 0.000 description 6
- 238000010586 diagram Methods 0.000 description 4
- 238000005192 partition Methods 0.000 description 4
- 230000006835 compression Effects 0.000 description 3
- 238000007906 compression Methods 0.000 description 3
- 238000012360 testing method Methods 0.000 description 3
- 238000010845 search algorithm Methods 0.000 description 2
- 108091026890 Coding region Proteins 0.000 description 1
- 230000003044 adaptive effect Effects 0.000 description 1
- 230000002457 bidirectional effect Effects 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000013139 quantization Methods 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
- 239000002356 single layer Substances 0.000 description 1
- 230000005236 sound signal Effects 0.000 description 1
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
本发明公开了一种在分辨率分层结构中的运动矢量预测方法,利用时域、空域和层间域运动矢量的相关性,获取增强层中宏块的预测运动矢量,实现过程为,时域上由前一帧相同位置宏块的运动矢量获取时域候选运动矢量,空域上由相邻块的运动矢量获取空域候选运动矢量,层间域上由较低空域分辨率层次的相应运动矢量获取层间域候选运动矢量,对时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量进行选择,将其中运动估计代价最小的选为预测运动矢量。本发明可以获得更准确的预测运动矢量,而且能压缩运动矢量码率,获得性能增益。
Description
技术领域
本发明属于可伸缩视频编码领域,特别是涉及空域分辨率分层中的运动矢量预测方法。
背景技术
随着网络基础设施,存储容量和计算能力的快速发展,视频压缩编码技术也进行着迅速蓬勃地发展。当前,视频编码技术覆盖了多媒体消息,视频电话,视频会议,无线和Internet视频流,标清或高清电视广播和DVD存储等多个应用领域。在这些应用中,各种各样的视频传输和存储系统可能被部署。由于现代视频传输系统的异构性和复杂性,以及视频终端需求的多样性,传统的编解码技术已经表现地捉襟见肘,可伸缩编码技术是满足现代视频传输需求的最佳方案之一。传统的编解码技术仅仅只注重视频压缩效率和编码效率的平衡,缺乏了针对应用环境的灵活适应性。而可伸缩编码技术在尽力保证率失真最优的同时,从帧率、分辨率、图像质量的灵活可调整来满足不同应用需求,增强了对异构多变的网络传输系统和多样化的终端需求的适用性。因此,可伸缩编码技术一般被分为时域可伸缩、空域可伸缩和质量可伸缩以及三项伸缩的结合。
空域可伸缩的概念分别出现在了MPEG-2、H.263和MPEG4等标准中,它的基本思想是将码流分成一个基本层和多个增强层,增强层依赖基本层或较低增强层的数据来解码。低分辨率的视频信号被编码在基本层中,较高分辨率的视频信号被编码在第一增强层中,更高分辨率的视频信号被编码在第二增强层中,依此类推,形成一个分辨率倒金字塔,而这些视频频信号都被包含在一个空域可伸缩的码流中。最新的H.264扩展标准可伸缩视频编码(SVC)中也沿用了传统的空域可伸缩方法,并且为了提高编码性能,使用了三种层间预测算法:层间帧内预测,层间运动信息预测和层间残差预测。
设计层间预测算法的目的是尽可能利用基本层的信息来提高增强层的压缩效率和编码效率。SVC将层间预测方法分为两类,一类称为多循环解码方法,这种方法利用基本层的重构帧上采样来预测增强层的帧信息,例如:层间帧内预测。在高运动场景中,同层时域相关性减弱,该算法可获得较大增益。另外一类称为单循环解码方法,该方法直接利用基本层的编码信息对增强层进行预测,避免了重构和上采样步骤,减少了解码复杂度和时延。层间运动信息预测和层间残差预测就是使用单循环解码的概念。
简单介绍三种层间预测算法以便理解当前技术:(1)层间运动信息预测。SVC在空域增强层增加了一种宏块编码模式BlSkip。当选用这个模式时,宏块数据只传残差而不传运动信息。如果基本层对应块使用帧内编码模式,则增强层使用层间帧内编码。如果基本层对应块使用帧间编码模式,则增强层使用层间运动信息预测算法。层间运动信息预测直接利用基本层的运动矢量、预测方向、块划分模式以及参考索引预测增强层的运动信息,从而节省了传输运动信息的码率;(2)层间帧内预测。如上所述,当增强层宏块使用BlSkip模式而且基本层对应块为帧内编码,则SVC通过层间帧内预测方法获得增强层宏块预测信号。该算法上采样基本层对应块的重构信号,并作为增强层原信号的预测。该算法增益主要来自基本层上采样信号的纹理信息的准确性,减少了残差数据。(3)层间残差预测。SVC的层间残差预测应用于任何分割模式的宏块,而不管是否使用BlSkip模式。当层间残差预测标志位开启后,基本层相应8*8块的残差信号通过一个双向滤波器上采样,作为增强层宏块残差信号的预测,从而减小残差的码率。显然,基本层残差的上采样信号与增强层残差信号越接近,该方法的增益就越大。
由于相邻两层间的运动信息的相关性,增强层运动信息可以通过基本层运动信息来预测。在层间运动信息预测算法中,编码增强层宏块时,如果该宏块选用BLSkip模式,则使用基本层对应位置块的运动矢量乘以2作为增强层的运动矢量,同时沿用基本层参考索引和预测方向等运动信息。但是,我们在仿真实验中发现,基本层获得的运动矢量精确性对编码效率至关重要。如果预测的运动矢量与全搜索的最优运动矢量比较接近,再经过局部小范围运动搜索,就有可能得到一个比较好的增益;相反,如果预测的运动矢量与最优运动矢量相去甚远,则局部小范围运动搜索的结果也可能只是局部最优,得不到好的增益。此外,如果基本层的运动矢量本身误差较大,则利用它来预测增强层的运动矢量误差也较大,造成层间运动矢量误差的“漂移”。
发明内容
本发明目的在于解决上述层间运动矢量预测的准确性和误差的“漂移”问题,提供一种分辨率分层技术中的运动矢量预测方法。
本发明的技术方案为利用时域、空域和层间域运动矢量的相关性,获取增强层中宏块的预测运动矢量,实现过程为,
时域上由前一帧相同位置宏块的运动矢量获取时域候选运动矢量,空域上由相邻块的运动矢量获取空域候选运动矢量,层间域上由较低空域分辨率层次的相应运动矢量获取层间域候选运动矢量,对时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量进行选择,将其中运动估计代价最小的选为预测运动矢量。
而且,所述空域候选运动矢量的获取方式为三个相邻块的运动矢量取中值,三个相邻块分别处于该宏块的上、左、上右或上左。
而且,所述层间域候选运动矢量的获取方式为较低空域分辨率层次对应位置块的运动矢量进行伸缩得到,伸缩比例为两层之间的空域分辨率比率。
本发明还提供了应用这种运动矢量预测方法的视频编码方法,采集获取高分辨率的视频信号,将高分辨率视频信号下采样成低分辨率视频信号,将两种分辨率的视频信号时域分解对齐,形成增强层和基本层,对增强层和基本层的信息处理后复合成一路码流输出;
其中增强层和基本层的纹理信息处理方法为,经过帧内纹理预测后,进行变换和熵编码,增强层的帧内纹理预测通过基本层的重构上采样实现;
其中增强层和基本层的运动信息处理方法为,基本层使用全搜索运动估计获取运动矢量并编码,增强层对时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量进行选择,获取增强层的预测运动矢量并编码。
而且,宏块的数据编码组织过程包括如下步骤,
首先,在宏块数据头加一个模式标志位,写宏块码流操作开始后,如果选中了多域运动矢量预测模式,该模式标志位被写为1,后面跟着写多域选择索引和精细运动矢量差信息,所述精细运动矢量差信息是对运动矢量修正得到的压缩信息;如果没有选中多域运动矢量预测模式,则模式标志位被写为0;
接着,写宏块模式和全搜索运动矢量;
最后,写预测残差数据。
而且,精细运动矢量差信息的获取方法为,以时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量为起点,在窗口内计算SAD值,将最小SAD值的候选向量的精细运动矢量差作为精细运动矢量差信息。
而且,所述窗口为候选运动矢量的x分量和y分量分别在一定范围内调整构成。
而且,x分量和y分量分别在(-1,+1)之间调整。
本发明还提供了相应解码方法,收到空域可伸缩码流后,首先解码基本层图像,接着解码同一时刻的增强层图像;在解码增强层图像时,根据模式标志位判断模式,如果当前宏块选中多域运动矢量预测模式,则根据多域选择索引选取预测运动矢量,根据精细运动矢量信息修正得到运动矢量。
本发明提出多域运动矢量预测的方法,就是利用时域前一帧相应位置的运动矢量、空域相邻块的运动矢量结合较低空域分辨率层次获取的运动矢量进行选择,进而能够综合利用时域、空域和层间域运动矢量的相关性,获取更准确的预测运动矢量。本发明还提供了运用多域运动矢量预测方法的编解码方案,将运动矢量信息传输改为传递精细运动矢量差信息,在提高预测运动矢量的准确性上压缩了运动矢量码率,可以获得较大的性能增益。
附图说明
图1为本发明的分层结构中多域运动矢量预测方法示意图;
图2为本发明实施例的空域分辨率分层的视频编码原理框图;
图3为本发明实施例的增强层宏块的分割模式选择流程图;
图4为本发明实施例的增强层宏块码流数据写入流程图;
图5为本发明实施例的编码效率测试结果图。
具体实施方式
本发明的技术方案提供一种分辨率分层技术中的运动矢量预测方法,时域上由前一帧相同位置宏块的运动矢量获取时域候选运动矢量,空域上由相邻块的运动矢量获取空域候选运动矢量,层间域上由较低空域分辨率层次的相应运动矢量获取层间域候选运动矢量,对时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量进行选择,将其中运动估计代价(cost)最小的选为预测运动矢量。具体实施时,对于候选矢量的选择策略有多种不同方法,例如计算空域相关性作为阈值的方法、根据图像内容运动复杂度自适应选择的方法等,而本发明选择采用SAD(绝对差之和)值为匹配量度的运动矢量搜索算法,选取最小SAD作为cost值,并实现运动向量精化。注意,其它选择策略的cost值取得方法不一定是通过SAD值。运动矢量搜索具体方案是,以时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量为起点,在一个小窗口内计算SAD值,将具有最小SAD值的选为预测候选向量。运动矢量搜索算法是一种本领域常见方法,其中窗口为候选运动矢量的x分量和y分量分别在一定范围内调整构成,本发明实施例提供的优选方案是x分量和y分量分别在(-1,+1)之间调整。并且这种算法的优点是,得到的运动矢量准确性高,可在编码时传输精细运动矢量差代替预测候选向量,以压缩码率。本发明所说的精细运动矢量是相对其它普通编码方法而言,具有分量取值在一定范围内的特点,实质上是对运动矢量修正得到的压缩信息,可以减少码率。本发明实施例的精细运动矢量分量取值只可能在小窗口范围(例如-1到+1)内的运动矢量。
参见附图1,本发明以最普通的分两层为例,获取增强层的预测运动矢量时,参考基本层对应位置块的相应运动矢量,获取层间域候选运动矢量,具体方式为基本层对应位置块的运动矢量进行伸缩得到,伸缩比例为两层之间的空域分辨率比率;空域候选运动矢量的获取方式为三个相邻块1、2、3的运动矢量取中值,三个相邻块分别处于该宏块的上、左、上左,考虑到编码顺序一般为从上到下、从左到右,具体实施时一般先选择该宏块的上、左位置相邻块,第三块可以选择上左或上右位置。
本发明将这种从三个域中选择预测运动向量的方法称为多域运动向量预测,提供了应用这种多域运动矢量预测方法的视频编码方法,参见图2:对视频采集输入获取的高分辨率的视频信号,空域下采样成低分辨率视频信号,将两种分辨率的视频信号时域分解对齐,形成增强层和基本层,对增强层和基本层的信息处理后复合成一路码流输出;其中增强层和基本层的纹理信息处理方法为,经过帧内纹理预测后,进行变换和熵编码,增强层的帧内纹理预测通过基本层的重构上采样实现;其中增强层和基本层的运动信息处理方法为,基本层使用全搜索运动估计获取运动矢量并编码,增强层对时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量进行选择,获取增强层的预测运动矢量并编码。本发明提供的方法只分一个基本层和一个增强层编码,但一个基本层和多个增强层编码也应在本发明的保护范围内,增强层依赖基本层或较低增强层的数据获取预测运动矢量都可以采用多域运动向量预测方案。
图3提供了本发明实施例的增强层宏块的分割模式选择流程图,当开始编码增强层宏块后,首先计算各种块分割模式的cost值,这些模式包括16×16,16×8,8×16,8×8,SKIP等等。然后,如果开启了多域运动矢量预测这个选项,则根据增强层宏块与基本层块之间的映射关系,获取对应块的运动矢量并将x分量和y分量都乘上分辨率比率作为层间域候选向量,例如基本层使用QCIF分辨率,增强层使用CIF分辨率,则分辨率比率就为2;接着获取时域前一帧中相同位置宏块的运动矢量作为时域候选向量;根据空域相邻块运动矢量预测的方法,获取空域候选向量;最后将这三个域获取的运动矢量分别在(-1,+1)范围内计算SAD值,选取最小SAD值作为层间多域运动矢量预测模式的cost值,如果该cost值小于其他模式cost值,则该模式被选中作为该宏块的运动模式。
为了便于实施,本发明实施例还提供了宏块的数据编码组织过程,参见图4,包括如下步骤:首先,在宏块数据头加一个模式标志位(motion mode flag),写宏块码流操作开始后,如果选中了多域运动矢量预测模式,该模式标志位被写为1,后面跟着写多域选择索引(用于表明选中三个域中的哪个)和精细运动矢量差信息,实施例中精细运动矢量差是分量取值只可能在小窗口范围(例如-1到+1)内的运动矢量。如果没有选中多域运动矢量预测模式,则模式标志位被写为0;接着,写宏块模式和全搜索运动矢量。最后,写预测残差数据,预测残差数据是本领域的常见术语,指原始块与预测块之间的差值数据。
设置模式标志位可以便于解码,对应解码方法为:收到空域可伸缩码流后,首先解码基本层图像,接着解码同一时刻的增强层图像;在解码增强层图像时,根据模式标志位判断模式,如果当前宏块选中多域运动矢量预测模式,则根据多域选择索引选取预测运动矢量,根据精细运动矢量信息修正得到运动矢量。
在本发明的实施例中,采用了我国具有自主知识产权的音视频编码标准AVS,扩展AVS为空域分辨率双层结构,并采用了本发明的方法,对foreman.qcif和foreman.cif序列(foreman为标准测试序列)进行编码测试,图5为分辨率分层中多域运动矢量预测的性能图,在编码过程中,基本层采用的单层AVS1-P2编码标准进行编码,增强层使用了本发明的多域运动向量预测方法,由于有效利用了多域的运动信息,提高了编码效率,从图5中可以看出,在相同Bit rate(码率)的情况下,本发明的方法能提高YPSNR(亮度信噪比)达到0.5dB以上。图5表达了在BLQP(基本层量化参数)=29,帧率为30HZ时的各种编码方式的性能曲线,其中编码方式术语解释如下:SVC为可伸缩视频编码,BLSkip为层间运动预测算法;base layer为基本层;Anchor为双码流;Proposedmotion prediction为多域预测方法。
Claims (9)
1.一种分辨率分层技术中的运动矢量预测方法,其特征在于:利用时域、空域和层间域运动矢量的相关性,获取增强层中宏块的预测运动矢量,实现过程为,时域上由前一帧相同位置宏块的运动矢量获取时域候选运动矢量,空域上由相邻块的运动矢量获取空域候选运动矢量,层间域上由较低空域分辨率层次的相应运动矢量获取层间域候选运动矢量,对时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量进行选择,将其中运动估计代价最小的选为预测运动矢量。
2.根据权利要求1所述的运动矢量预测方法,其特征在于:所述空域候选运动矢量的获取方式为三个相邻块的运动矢量取中值,三个相邻块分别处于该宏块的上、左、上右或上左。
3.根据权利要求1所述的运动矢量预测方法,其特征在于:所述层间域候选运动矢量的获取方式为较低空域分辨率层次对应位置块的运动矢量进行伸缩得到,伸缩比例为两层之间的空域分辨率比率。
4.采用权利要求1或2或3所述运动矢量预测方法的视频编码方法,其特征在于:采集获取高分辨率的视频信号,将高分辨率视频信号下采样成低分辨率视频信号,将两种分辨率的视频信号时域分解对齐,形成增强层和基本层,对增强层和基本层的信息处理后复合成一路码流输出;
其中增强层和基本层的纹理信息处理方法为,经过帧内纹理预测后,进行变换和熵编码,增强层的帧内纹理预测通过基本层的重构上采样实现;
其中增强层和基本层的运动信息处理方法为,基本层使用全搜索运动估计获取运动矢量并编码,增强层对时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量进行选择,获取增强层的预测运动矢量并编码。
5.根据权利要求4所述的视频编码方法,其特征在于:宏块的数据编码组织过程包括如下步骤,
首先,在宏块数据头加一个模式标志位,写宏块码流操作开始后,如果选中了多域运动矢量预测模式,该模式标志位被写为1,后面跟着写多域选择索引和精细运动矢量差信息,所述精细运动矢量差信息是对运动矢量修正得到的压缩信息;如果没有选中多域运动矢量预测模式,则模式标志位被写为0;
接着,写宏块模式和全搜索运动矢量;
最后,写预测残差数据。
6.根据权利要求5所述的视频编码方法,其特征在于:精细运动矢量差信息的获取方法为,以时域候选运动矢量、空域候选运动矢量和层间域候选运动矢量为起点,在窗口内计算SAD值,将最小SAD值的候选向量的精细运动矢量差作为精细运动矢量差信息。
7.根据权利要求6所述的视频编码方法,其特征在于:所述窗口为候选运动矢量的x分量和y分量分别在一定范围内调整构成。
8.根据权利要求7所述的视频编码方法,其特征在于:x分量和y分量分别在(-1,+1)之间调整。
9.按权利要求5或6或7或8所述视频编码方法形成的空域可伸缩码流的解码方法,其特征在于:收到空域可伸缩码流后,首先解码基本层图像,接着解码同一时刻的增强层图像;
在解码增强层图像时,根据模式标志位判断模式,如果当前宏块选中多域运动矢量预测模式,则根据多域选择索引选取预测运动矢量,根据精细运动矢量信息修正得到运动矢量。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200710168687 CN101198064A (zh) | 2007-12-10 | 2007-12-10 | 一种分辨率分层技术中的运动矢量预测方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200710168687 CN101198064A (zh) | 2007-12-10 | 2007-12-10 | 一种分辨率分层技术中的运动矢量预测方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN101198064A true CN101198064A (zh) | 2008-06-11 |
Family
ID=39548155
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN 200710168687 Pending CN101198064A (zh) | 2007-12-10 | 2007-12-10 | 一种分辨率分层技术中的运动矢量预测方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101198064A (zh) |
Cited By (58)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2010034242A1 (zh) * | 2008-09-28 | 2010-04-01 | 华为技术有限公司 | 应用于模板匹配的快速运动搜索方法、装置及系统 |
CN101860754A (zh) * | 2009-12-16 | 2010-10-13 | 香港应用科技研究院有限公司 | 运动矢量编码和解码的方法和装置 |
CN101917615A (zh) * | 2010-06-03 | 2010-12-15 | 北京邮电大学 | 一种混合视频编码框架中的增强型双向运动矢量预测方法 |
CN101977316A (zh) * | 2010-10-27 | 2011-02-16 | 无锡中星微电子有限公司 | 一种可伸缩编码方法 |
CN102227132A (zh) * | 2011-05-25 | 2011-10-26 | 深圳市融创天下科技股份有限公司 | 一种运动矢量预测编解码方法、装置及编解码系统 |
WO2011131091A1 (en) * | 2010-04-22 | 2011-10-27 | Mediatek Inc. | Motion prediction method and video encoding method |
CN102300088A (zh) * | 2010-06-25 | 2011-12-28 | 财团法人工业技术研究院 | 画面内预测模式最佳化方法与图像压缩方法以及装置 |
CN101873484B (zh) * | 2009-08-13 | 2012-05-30 | 杭州海康威视软件有限公司 | 分层视频编码中编码模式选择方法及装置 |
CN102823242A (zh) * | 2010-01-22 | 2012-12-12 | 汤姆森特许公司 | 基于取样超分辨率视频编码和解码的方法和装置 |
CN102843554A (zh) * | 2011-06-21 | 2012-12-26 | 乐金电子(中国)研究开发中心有限公司 | 帧间图像预测编解码方法及视频编解码器 |
CN102868889A (zh) * | 2011-07-06 | 2013-01-09 | 乐金电子(中国)研究开发中心有限公司 | 帧间图像视频编解码的运动矢量预测方法及视频编解码器 |
CN102948149A (zh) * | 2010-04-16 | 2013-02-27 | Sk电信有限公司 | 视频编码/解码设备和方法 |
CN103002289A (zh) * | 2013-01-08 | 2013-03-27 | 中国电子科技集团公司第三十八研究所 | 面向监控应用的视频恒定质量编码装置及其编码方法 |
CN103096050A (zh) * | 2011-11-04 | 2013-05-08 | 华为技术有限公司 | 视频图像编解码的方法及装置 |
CN103190151A (zh) * | 2010-08-17 | 2013-07-03 | 吴秀美 | 帧间预测编码方法 |
CN103237212A (zh) * | 2013-04-08 | 2013-08-07 | 浙江大学 | 一种生成增强层块单元编码信息参考队列的方法及装置 |
CN103281535A (zh) * | 2013-05-17 | 2013-09-04 | 中国科学技术大学 | 一种实现可伸缩视频码流高并行度重写的编码方法 |
CN103281533A (zh) * | 2013-05-14 | 2013-09-04 | 芯原微电子(北京)有限公司 | 用于可伸缩视频编码中增强层运动估计的设备和方法 |
CN103444181A (zh) * | 2011-04-12 | 2013-12-11 | 松下电器产业株式会社 | 运动图像编码方法、运动图像编码装置、运动图像解码方法、运动图像解码装置及运动图像编码解码装置 |
CN103477637A (zh) * | 2011-02-10 | 2013-12-25 | 松下电器产业株式会社 | 动态图像编码方法、动态图像编码装置、动态图像解码方法、动态图像解码装置、及动态图像编解码装置 |
WO2013189257A1 (en) * | 2012-06-20 | 2013-12-27 | Mediatek Inc. | Method and apparatus of bi-directional prediction for scalable video coding |
WO2014048378A1 (zh) * | 2012-09-29 | 2014-04-03 | 华为技术有限公司 | 用于图像处理的方法、装置、编码器和解码器 |
CN103716629A (zh) * | 2012-09-29 | 2014-04-09 | 华为技术有限公司 | 用于图像处理的方法、装置编码器和解码器 |
CN103765899A (zh) * | 2011-06-15 | 2014-04-30 | 韩国电子通信研究院 | 用于编码和解码可伸缩视频的方法以及使用其的设备 |
CN103931191A (zh) * | 2011-11-07 | 2014-07-16 | 佳能株式会社 | 运动矢量编码设备、运动矢量编码方法和程序、运动矢量解码设备以及运动矢量解码方法和程序 |
CN103931173A (zh) * | 2011-06-30 | 2014-07-16 | 维德约股份有限公司 | 可伸缩视频编码中的运动预测 |
CN103929648A (zh) * | 2014-03-27 | 2014-07-16 | 华为技术有限公司 | 一种帧率上采样中的运动估计方法和装置 |
CN103999464A (zh) * | 2011-12-28 | 2014-08-20 | Jvc建伍株式会社 | 动图像编码装置、动图像编码方法及动图像编码程序,以及动图像解码装置、动图像解码方法及动图像解码程序 |
WO2014139431A1 (en) * | 2013-03-12 | 2014-09-18 | Mediatek Inc. | Inter-layer motion vector scaling for scalable video coding |
CN104756498A (zh) * | 2012-09-21 | 2015-07-01 | 英特尔公司 | 跨层运动向量预测 |
CN104869422A (zh) * | 2010-01-14 | 2015-08-26 | 三星电子株式会社 | 用于对运动矢量进行编码和解码的方法和设备 |
CN105009577A (zh) * | 2012-10-01 | 2015-10-28 | Ge视频压缩有限责任公司 | 将基础层提示用于增强层运动参数的可伸缩视频编码 |
CN105025297A (zh) * | 2014-04-16 | 2015-11-04 | 智原科技股份有限公司 | 运动检测电路与方法 |
CN105264894A (zh) * | 2013-04-05 | 2016-01-20 | 三星电子株式会社 | 针对层间解码和编码方法以及设备的确定帧间预测候选的方法 |
CN105284117A (zh) * | 2013-04-05 | 2016-01-27 | 佳能株式会社 | 根据运动信息压缩方案通过层间运动信息预测对图像进行编码或解码的方法和设备 |
WO2016050051A1 (zh) * | 2014-09-30 | 2016-04-07 | 华为技术有限公司 | 图像预测方法及相关装置 |
CN105519116A (zh) * | 2013-01-08 | 2016-04-20 | 高通股份有限公司 | 产生用于增强层中的运动预测的经调适运动向量候选者列表的可缩放hevc装置和方法 |
US9338477B2 (en) | 2010-09-10 | 2016-05-10 | Thomson Licensing | Recovering a pruned version of a picture in a video sequence for example-based data pruning using intra-frame patch similarity |
US9456217B2 (en) | 2011-05-24 | 2016-09-27 | Sun Patent Trust | Coding method and apparatus with candidate motion vectors |
US9456214B2 (en) | 2011-08-03 | 2016-09-27 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus, and moving picture coding and decoding apparatus |
US9544598B2 (en) | 2010-09-10 | 2017-01-10 | Thomson Licensing | Methods and apparatus for pruning decision optimization in example-based data pruning compression |
US9560373B2 (en) | 2011-05-31 | 2017-01-31 | Sun Patent Trust | Image coding method and apparatus with candidate motion vectors |
US9609356B2 (en) | 2011-05-31 | 2017-03-28 | Sun Patent Trust | Moving picture coding method and apparatus with candidate motion vectors |
US9615107B2 (en) | 2011-05-27 | 2017-04-04 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
CN106713932A (zh) * | 2010-01-19 | 2017-05-24 | 三星电子株式会社 | 图像解码方法 |
CN106851267A (zh) * | 2011-06-30 | 2017-06-13 | Jvc建伍株式会社 | 图像编码装置、图像编码方法、图像解码装置及图像解码方法 |
US9723322B2 (en) | 2011-05-27 | 2017-08-01 | Sun Patent Trust | Decoding method and apparatus with candidate motion vectors |
CN107071459A (zh) * | 2010-12-14 | 2017-08-18 | M&K控股株式会社 | 用于编码运动画面的设备 |
US9813707B2 (en) | 2010-01-22 | 2017-11-07 | Thomson Licensing Dtv | Data pruning for video compression using example-based super-resolution |
CN107979759A (zh) * | 2011-03-21 | 2018-05-01 | Lg 电子株式会社 | 选择运动矢量预测值的方法和使用其的设备 |
CN107995494A (zh) * | 2017-12-12 | 2018-05-04 | 珠海全志科技股份有限公司 | 视频图像数据的压缩方法与解压方法、计算机装置、计算机可读存储介质 |
CN108111846A (zh) * | 2012-11-15 | 2018-06-01 | 联发科技股份有限公司 | 用于可伸缩视频编码的帧间层预测方法及装置 |
TWI645712B (zh) * | 2011-11-07 | 2018-12-21 | 吳秀美 | 利用運動資訊對視頻資料進行解碼的設備 |
WO2020182140A1 (en) * | 2019-03-11 | 2020-09-17 | Beijing Bytedance Network Technology Co., Ltd. | Motion vector refinement in video coding |
US10887585B2 (en) | 2011-06-30 | 2021-01-05 | Sun Patent Trust | Image decoding method, image coding method, image decoding apparatus, image coding apparatus, and image coding and decoding apparatus |
US11218708B2 (en) | 2011-10-19 | 2022-01-04 | Sun Patent Trust | Picture decoding method for decoding using a merging candidate selected from a first merging candidate derived using a first derivation process and a second merging candidate derived using a second derivation process |
CN113949869A (zh) * | 2020-07-16 | 2022-01-18 | 晶晨半导体(上海)股份有限公司 | 估计像素块运动矢量的方法和视频处理装置及设备和介质 |
US12262034B2 (en) | 2011-06-15 | 2025-03-25 | Electronics And Telecommunications Research Institute | Method for coding and decoding scalable video and apparatus using same |
-
2007
- 2007-12-10 CN CN 200710168687 patent/CN101198064A/zh active Pending
Cited By (190)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101686393B (zh) * | 2008-09-28 | 2012-10-17 | 华为技术有限公司 | 应用于模板匹配的快速运动搜索方法及装置 |
US9014270B2 (en) | 2008-09-28 | 2015-04-21 | Huawei Technologies Co., Ltd. | Method, apparatus and system for rapid motion search applied in template switching |
WO2010034242A1 (zh) * | 2008-09-28 | 2010-04-01 | 华为技术有限公司 | 应用于模板匹配的快速运动搜索方法、装置及系统 |
US9392297B2 (en) | 2008-09-28 | 2016-07-12 | Huawei Technologies Co., Ltd. | Method, apparatus and system for rapid motion search applied in template matching |
US9743107B2 (en) | 2008-09-28 | 2017-08-22 | Huawei Technologies Co., Ltd | Method, apparatus and system for rapid motion search applied in template matching |
CN101873484B (zh) * | 2009-08-13 | 2012-05-30 | 杭州海康威视软件有限公司 | 分层视频编码中编码模式选择方法及装置 |
CN101860754B (zh) * | 2009-12-16 | 2013-11-13 | 香港应用科技研究院有限公司 | 运动矢量编码和解码的方法和装置 |
CN101860754A (zh) * | 2009-12-16 | 2010-10-13 | 香港应用科技研究院有限公司 | 运动矢量编码和解码的方法和装置 |
CN104869422A (zh) * | 2010-01-14 | 2015-08-26 | 三星电子株式会社 | 用于对运动矢量进行编码和解码的方法和设备 |
US10708616B2 (en) | 2010-01-19 | 2020-07-07 | Samsung Electronics Co., Ltd. | Method and apparatus for encoding and decoding motion vector based on reduced motion vector predictor candidates |
CN106713933A (zh) * | 2010-01-19 | 2017-05-24 | 三星电子株式会社 | 图像解码方法 |
CN106713932A (zh) * | 2010-01-19 | 2017-05-24 | 三星电子株式会社 | 图像解码方法 |
CN106713932B (zh) * | 2010-01-19 | 2020-02-28 | 三星电子株式会社 | 图像解码方法 |
CN106713933B (zh) * | 2010-01-19 | 2020-02-28 | 三星电子株式会社 | 图像解码方法 |
US10484709B2 (en) | 2010-01-19 | 2019-11-19 | Samsung Electronics Co., Ltd. | Method and apparatus for encoding and decoding motion vector based on reduced motion vector predictor candidates |
US9813707B2 (en) | 2010-01-22 | 2017-11-07 | Thomson Licensing Dtv | Data pruning for video compression using example-based super-resolution |
CN102823242A (zh) * | 2010-01-22 | 2012-12-12 | 汤姆森特许公司 | 基于取样超分辨率视频编码和解码的方法和装置 |
US9912955B2 (en) | 2010-04-16 | 2018-03-06 | Sk Telecom Co., Ltd. | Video encoding/decoding method using motion information candidate group for batch mode |
US9686555B2 (en) | 2010-04-16 | 2017-06-20 | Sk Telecom Co., Ltd. | Video encoding/decoding apparatus and method using motion information candidate group for batch mode |
US9955167B1 (en) | 2010-04-16 | 2018-04-24 | Sk Telecom Co., Ltd. | Video encoding/decoding method using motion information candidate group for batch mode |
CN102948149A (zh) * | 2010-04-16 | 2013-02-27 | Sk电信有限公司 | 视频编码/解码设备和方法 |
CN104853217A (zh) * | 2010-04-16 | 2015-08-19 | Sk电信有限公司 | 视频编码/解码设备和方法 |
WO2011131091A1 (en) * | 2010-04-22 | 2011-10-27 | Mediatek Inc. | Motion prediction method and video encoding method |
CN101917615A (zh) * | 2010-06-03 | 2010-12-15 | 北京邮电大学 | 一种混合视频编码框架中的增强型双向运动矢量预测方法 |
CN102300088A (zh) * | 2010-06-25 | 2011-12-28 | 财团法人工业技术研究院 | 画面内预测模式最佳化方法与图像压缩方法以及装置 |
CN102300088B (zh) * | 2010-06-25 | 2013-11-06 | 财团法人工业技术研究院 | 画面内预测模式最佳化方法与图像压缩方法以及装置 |
CN103190151A (zh) * | 2010-08-17 | 2013-07-03 | 吴秀美 | 帧间预测编码方法 |
CN106878746B (zh) * | 2010-08-17 | 2020-03-27 | M&K控股株式会社 | 用于解码运动图片的设备 |
CN104602023A (zh) * | 2010-08-17 | 2015-05-06 | M&K控股株式会社 | 帧间预测编码方法 |
CN106878746A (zh) * | 2010-08-17 | 2017-06-20 | M&K控股株式会社 | 用于解码运动图片的设备 |
CN103190151B (zh) * | 2010-08-17 | 2017-02-15 | M&K控股株式会社 | 帧间预测编码方法 |
US9544598B2 (en) | 2010-09-10 | 2017-01-10 | Thomson Licensing | Methods and apparatus for pruning decision optimization in example-based data pruning compression |
US9338477B2 (en) | 2010-09-10 | 2016-05-10 | Thomson Licensing | Recovering a pruned version of a picture in a video sequence for example-based data pruning using intra-frame patch similarity |
CN101977316B (zh) * | 2010-10-27 | 2012-07-25 | 无锡中星微电子有限公司 | 一种可伸缩编码方法 |
CN101977316A (zh) * | 2010-10-27 | 2011-02-16 | 无锡中星微电子有限公司 | 一种可伸缩编码方法 |
CN107071459A (zh) * | 2010-12-14 | 2017-08-18 | M&K控股株式会社 | 用于编码运动画面的设备 |
CN107105280A (zh) * | 2010-12-14 | 2017-08-29 | M&K控股株式会社 | 用于编码运动画面的设备 |
CN107071461A (zh) * | 2010-12-14 | 2017-08-18 | M&K控股株式会社 | 用于解码运动画面的设备 |
CN107071459B (zh) * | 2010-12-14 | 2020-01-03 | M&K控股株式会社 | 用于编码运动画面的设备 |
CN107105281A (zh) * | 2010-12-14 | 2017-08-29 | M&K控股株式会社 | 用于解码运动画面的设备 |
CN107105281B (zh) * | 2010-12-14 | 2019-11-12 | M&K控股株式会社 | 用于解码运动画面的设备 |
CN107105280B (zh) * | 2010-12-14 | 2020-01-03 | M&K控股株式会社 | 用于编码运动画面的设备 |
CN107105282A (zh) * | 2010-12-14 | 2017-08-29 | M&K控股株式会社 | 用于解码运动画面的设备 |
CN103477637A (zh) * | 2011-02-10 | 2013-12-25 | 松下电器产业株式会社 | 动态图像编码方法、动态图像编码装置、动态图像解码方法、动态图像解码装置、及动态图像编解码装置 |
US10999598B2 (en) | 2011-03-21 | 2021-05-04 | Lg Electronics Inc. | Method for selecting motion vector predictor and device using same |
CN107979759B (zh) * | 2011-03-21 | 2021-04-30 | Lg 电子株式会社 | 选择运动矢量预测值的方法和使用其的设备 |
CN107979759A (zh) * | 2011-03-21 | 2018-05-01 | Lg 电子株式会社 | 选择运动矢量预测值的方法和使用其的设备 |
US10382774B2 (en) | 2011-04-12 | 2019-08-13 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
US10178404B2 (en) | 2011-04-12 | 2019-01-08 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
US11917186B2 (en) | 2011-04-12 | 2024-02-27 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
US10536712B2 (en) | 2011-04-12 | 2020-01-14 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
US11012705B2 (en) | 2011-04-12 | 2021-05-18 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
CN103444181A (zh) * | 2011-04-12 | 2013-12-11 | 松下电器产业株式会社 | 运动图像编码方法、运动图像编码装置、运动图像解码方法、运动图像解码装置及运动图像编码解码装置 |
US9872036B2 (en) | 2011-04-12 | 2018-01-16 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
US10609406B2 (en) | 2011-04-12 | 2020-03-31 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
CN103444181B (zh) * | 2011-04-12 | 2018-04-20 | 太阳专利托管公司 | 运动图像编码方法、运动图像编码装置、运动图像解码方法、运动图像解码装置及运动图像编码解码装置 |
US9445120B2 (en) | 2011-04-12 | 2016-09-13 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
US12238326B2 (en) | 2011-04-12 | 2025-02-25 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
US11356694B2 (en) | 2011-04-12 | 2022-06-07 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus and moving picture coding and decoding apparatus |
US9456217B2 (en) | 2011-05-24 | 2016-09-27 | Sun Patent Trust | Coding method and apparatus with candidate motion vectors |
US9826249B2 (en) | 2011-05-24 | 2017-11-21 | Velos Media, Llc | Decoding method and apparatuses with candidate motion vectors |
US10129564B2 (en) | 2011-05-24 | 2018-11-13 | Velos Media, LCC | Decoding method and apparatuses with candidate motion vectors |
US10484708B2 (en) | 2011-05-24 | 2019-11-19 | Velos Media, Llc | Decoding method and apparatuses with candidate motion vectors |
US11228784B2 (en) | 2011-05-24 | 2022-01-18 | Velos Media, Llc | Decoding method and apparatuses with candidate motion vectors |
CN102227132A (zh) * | 2011-05-25 | 2011-10-26 | 深圳市融创天下科技股份有限公司 | 一种运动矢量预测编解码方法、装置及编解码系统 |
WO2012159288A1 (zh) * | 2011-05-25 | 2012-11-29 | 深圳市融创天下科技股份有限公司 | 一种运动矢量预测编解码方法、装置及编解码系统 |
US11895324B2 (en) | 2011-05-27 | 2024-02-06 | Sun Patent Trust | Coding method and apparatus with candidate motion vectors |
US9723322B2 (en) | 2011-05-27 | 2017-08-01 | Sun Patent Trust | Decoding method and apparatus with candidate motion vectors |
US10200714B2 (en) | 2011-05-27 | 2019-02-05 | Sun Patent Trust | Decoding method and apparatus with candidate motion vectors |
US10212450B2 (en) | 2011-05-27 | 2019-02-19 | Sun Patent Trust | Coding method and apparatus with candidate motion vectors |
US9615107B2 (en) | 2011-05-27 | 2017-04-04 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US10721474B2 (en) | 2011-05-27 | 2020-07-21 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US11115664B2 (en) | 2011-05-27 | 2021-09-07 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US9883199B2 (en) | 2011-05-27 | 2018-01-30 | Sun Patent Trust | Coding method and apparatus with candidate motion vectors |
US11979582B2 (en) | 2011-05-27 | 2024-05-07 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US10595023B2 (en) | 2011-05-27 | 2020-03-17 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US10034001B2 (en) | 2011-05-27 | 2018-07-24 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US11570444B2 (en) | 2011-05-27 | 2023-01-31 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US11575930B2 (en) | 2011-05-27 | 2023-02-07 | Sun Patent Trust | Coding method and apparatus with candidate motion vectors |
US11076170B2 (en) | 2011-05-27 | 2021-07-27 | Sun Patent Trust | Coding method and apparatus with candidate motion vectors |
US9838695B2 (en) | 2011-05-27 | 2017-12-05 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US10708598B2 (en) | 2011-05-27 | 2020-07-07 | Sun Patent Trust | Image coding method, image coding apparatus, image decoding method, image decoding apparatus, and image coding and decoding apparatus |
US9560373B2 (en) | 2011-05-31 | 2017-01-31 | Sun Patent Trust | Image coding method and apparatus with candidate motion vectors |
US11949903B2 (en) | 2011-05-31 | 2024-04-02 | Sun Patent Trust | Image decoding method and image decoding apparatus using candidate motion vectors |
US9819961B2 (en) | 2011-05-31 | 2017-11-14 | Sun Patent Trust | Decoding method and apparatuses with candidate motion vectors |
US11917192B2 (en) | 2011-05-31 | 2024-02-27 | Sun Patent Trust | Derivation method and apparatuses with candidate motion vectors |
US11509928B2 (en) | 2011-05-31 | 2022-11-22 | Sun Patent Trust | Derivation method and apparatuses with candidate motion vectors |
US9900613B2 (en) | 2011-05-31 | 2018-02-20 | Sun Patent Trust | Image coding and decoding system using candidate motion vectors |
US10951911B2 (en) | 2011-05-31 | 2021-03-16 | Velos Media, Llc | Image decoding method and image decoding apparatus using candidate motion vectors |
US10645413B2 (en) | 2011-05-31 | 2020-05-05 | Sun Patent Trust | Derivation method and apparatuses with candidate motion vectors |
US9609356B2 (en) | 2011-05-31 | 2017-03-28 | Sun Patent Trust | Moving picture coding method and apparatus with candidate motion vectors |
US10412404B2 (en) | 2011-05-31 | 2019-09-10 | Velos Media, Llc | Image decoding method and image decoding apparatus using candidate motion vectors |
US11368710B2 (en) | 2011-05-31 | 2022-06-21 | Velos Media, Llc | Image decoding method and image decoding apparatus using candidate motion vectors |
US10652573B2 (en) | 2011-05-31 | 2020-05-12 | Sun Patent Trust | Video encoding method, video encoding device, video decoding method, video decoding device, and video encoding/decoding device |
US11057639B2 (en) | 2011-05-31 | 2021-07-06 | Sun Patent Trust | Derivation method and apparatuses with candidate motion vectors |
US11838524B2 (en) | 2011-06-15 | 2023-12-05 | Electronics And Telecommunications Research Institute | Method for coding and decoding scalable video and apparatus using same |
US12262034B2 (en) | 2011-06-15 | 2025-03-25 | Electronics And Telecommunications Research Institute | Method for coding and decoding scalable video and apparatus using same |
US10819991B2 (en) | 2011-06-15 | 2020-10-27 | Electronics And Telecommunications Research Institute | Method for coding and decoding scalable video and apparatus using same |
CN103765899B (zh) * | 2011-06-15 | 2018-03-06 | 韩国电子通信研究院 | 用于编码和解码可伸缩视频的方法以及使用其的设备 |
US11412240B2 (en) | 2011-06-15 | 2022-08-09 | Electronics And Telecommunications Research Institute | Method for coding and decoding scalable video and apparatus using same |
CN103765899A (zh) * | 2011-06-15 | 2014-04-30 | 韩国电子通信研究院 | 用于编码和解码可伸缩视频的方法以及使用其的设备 |
US10142648B2 (en) | 2011-06-15 | 2018-11-27 | Electronics And Telecommunications Research Institute | Method for coding and decoding scalable video and apparatus using same |
CN102843554A (zh) * | 2011-06-21 | 2012-12-26 | 乐金电子(中国)研究开发中心有限公司 | 帧间图像预测编解码方法及视频编解码器 |
US10887585B2 (en) | 2011-06-30 | 2021-01-05 | Sun Patent Trust | Image decoding method, image coding method, image decoding apparatus, image coding apparatus, and image coding and decoding apparatus |
CN103931173A (zh) * | 2011-06-30 | 2014-07-16 | 维德约股份有限公司 | 可伸缩视频编码中的运动预测 |
CN106851267A (zh) * | 2011-06-30 | 2017-06-13 | Jvc建伍株式会社 | 图像编码装置、图像编码方法、图像解码装置及图像解码方法 |
CN103931173B (zh) * | 2011-06-30 | 2016-12-21 | 维德约股份有限公司 | 可伸缩视频编码中的运动预测 |
CN106851267B (zh) * | 2011-06-30 | 2019-10-22 | Jvc建伍株式会社 | 图像编码装置、图像编码方法、图像解码装置及图像解码方法 |
CN102868889A (zh) * | 2011-07-06 | 2013-01-09 | 乐金电子(中国)研究开发中心有限公司 | 帧间图像视频编解码的运动矢量预测方法及视频编解码器 |
US9456214B2 (en) | 2011-08-03 | 2016-09-27 | Sun Patent Trust | Moving picture coding method, moving picture coding apparatus, moving picture decoding method, moving picture decoding apparatus, and moving picture coding and decoding apparatus |
US10129561B2 (en) | 2011-08-03 | 2018-11-13 | Sun Patent Trust | Video encoding method, video encoding apparatus, video decoding method, video decoding apparatus, and video encoding/decoding apparatus |
US11553202B2 (en) | 2011-08-03 | 2023-01-10 | Sun Patent Trust | Video encoding method, video encoding apparatus, video decoding method, video decoding apparatus, and video encoding/decoding apparatus |
US10284872B2 (en) | 2011-08-03 | 2019-05-07 | Sun Patent Trust | Video encoding method, video encoding apparatus, video decoding method, video decoding apparatus, and video encoding/decoding apparatus |
US11979598B2 (en) | 2011-08-03 | 2024-05-07 | Sun Patent Trust | Video encoding method, video encoding apparatus, video decoding method, video decoding apparatus, and video encoding/decoding apparatus |
US10440387B2 (en) | 2011-08-03 | 2019-10-08 | Sun Patent Trust | Video encoding method, video encoding apparatus, video decoding method, video decoding apparatus, and video encoding/decoding apparatus |
US12120324B2 (en) | 2011-10-19 | 2024-10-15 | Sun Patent Trust | Picture coding method, picture coding apparatus, picture decoding method, and picture decoding apparatus |
US11647208B2 (en) | 2011-10-19 | 2023-05-09 | Sun Patent Trust | Picture coding method, picture coding apparatus, picture decoding method, and picture decoding apparatus |
US11218708B2 (en) | 2011-10-19 | 2022-01-04 | Sun Patent Trust | Picture decoding method for decoding using a merging candidate selected from a first merging candidate derived using a first derivation process and a second merging candidate derived using a second derivation process |
CN103096050A (zh) * | 2011-11-04 | 2013-05-08 | 华为技术有限公司 | 视频图像编解码的方法及装置 |
WO2013064092A1 (zh) * | 2011-11-04 | 2013-05-10 | 华为技术有限公司 | 视频图像编解码的方法及装置 |
CN103096050B (zh) * | 2011-11-04 | 2016-08-03 | 华为技术有限公司 | 视频图像编解码的方法及装置 |
CN103931191B (zh) * | 2011-11-07 | 2018-05-25 | 佳能株式会社 | 运动矢量编码设备、运动矢量编码方法和程序、运动矢量解码设备以及运动矢量解码方法和程序 |
CN108600763B (zh) * | 2011-11-07 | 2021-10-22 | 佳能株式会社 | 编码设备 |
US10986333B2 (en) | 2011-11-07 | 2021-04-20 | Canon Kabushiki Kaisha | Motion vector coding apparatus, method and program for coding motion vector, motion vector decoding apparatus, and method and program for decoding motion vector |
CN108366267B (zh) * | 2011-11-07 | 2021-10-08 | 佳能株式会社 | 编码设备 |
CN108366268B (zh) * | 2011-11-07 | 2021-10-08 | 佳能株式会社 | 编码设备 |
CN103931191A (zh) * | 2011-11-07 | 2014-07-16 | 佳能株式会社 | 运动矢量编码设备、运动矢量编码方法和程序、运动矢量解码设备以及运动矢量解码方法和程序 |
CN108347617A (zh) * | 2011-11-07 | 2018-07-31 | 佳能株式会社 | 编码设备 |
CN108366267A (zh) * | 2011-11-07 | 2018-08-03 | 佳能株式会社 | 编码设备 |
US10397567B2 (en) | 2011-11-07 | 2019-08-27 | Canon Kabushiki Kaisha | Motion vector coding apparatus, method and program for coding motion vector, motion vector decoding apparatus, and method and program for decoding motion vector |
CN108366268A (zh) * | 2011-11-07 | 2018-08-03 | 佳能株式会社 | 编码设备 |
CN108600763A (zh) * | 2011-11-07 | 2018-09-28 | 佳能株式会社 | 编码设备 |
CN108347617B (zh) * | 2011-11-07 | 2022-05-03 | 佳能株式会社 | 编码设备 |
TWI645712B (zh) * | 2011-11-07 | 2018-12-21 | 吳秀美 | 利用運動資訊對視頻資料進行解碼的設備 |
CN108600764B (zh) * | 2011-11-07 | 2021-10-22 | 佳能株式会社 | 编码设备 |
CN108600764A (zh) * | 2011-11-07 | 2018-09-28 | 佳能株式会社 | 编码设备 |
CN103999464A (zh) * | 2011-12-28 | 2014-08-20 | Jvc建伍株式会社 | 动图像编码装置、动图像编码方法及动图像编码程序,以及动图像解码装置、动图像解码方法及动图像解码程序 |
EP2813079A4 (en) * | 2012-06-20 | 2015-04-08 | Mediatek Inc | METHOD AND DEVICE FOR BIDIRECTIONAL PREDICTION FOR SCALABLE VIDEO CODING |
EP2813079A1 (en) * | 2012-06-20 | 2014-12-17 | MediaTek Inc. | Method and apparatus of bi-directional prediction for scalable video coding |
US9924181B2 (en) | 2012-06-20 | 2018-03-20 | Hfi Innovation Inc. | Method and apparatus of bi-directional prediction for scalable video coding |
WO2013189257A1 (en) * | 2012-06-20 | 2013-12-27 | Mediatek Inc. | Method and apparatus of bi-directional prediction for scalable video coding |
CN104756498A (zh) * | 2012-09-21 | 2015-07-01 | 英特尔公司 | 跨层运动向量预测 |
CN103716631B (zh) * | 2012-09-29 | 2017-04-05 | 华为技术有限公司 | 用于图像处理的方法、装置、编码器和解码器 |
CN103716629A (zh) * | 2012-09-29 | 2014-04-09 | 华为技术有限公司 | 用于图像处理的方法、装置编码器和解码器 |
WO2014048378A1 (zh) * | 2012-09-29 | 2014-04-03 | 华为技术有限公司 | 用于图像处理的方法、装置、编码器和解码器 |
CN103716629B (zh) * | 2012-09-29 | 2017-02-22 | 华为技术有限公司 | 用于图像处理的方法、装置、编码器和解码器 |
US11575921B2 (en) | 2012-10-01 | 2023-02-07 | Ge Video Compression, Llc | Scalable video coding using inter-layer prediction of spatial intra prediction parameters |
US10212419B2 (en) | 2012-10-01 | 2019-02-19 | Ge Video Compression, Llc | Scalable video coding using derivation of subblock subdivision for prediction from base layer |
US12155867B2 (en) | 2012-10-01 | 2024-11-26 | Ge Video Compression, Llc | Scalable video coding using inter-layer prediction contribution to enhancement layer prediction |
US12010334B2 (en) | 2012-10-01 | 2024-06-11 | Ge Video Compression, Llc | Scalable video coding using base-layer hints for enhancement layer motion parameters |
CN110267035A (zh) * | 2012-10-01 | 2019-09-20 | Ge视频压缩有限责任公司 | 可伸缩视频编码器、解码器、编码方法及解码方法 |
CN105009577B (zh) * | 2012-10-01 | 2019-05-03 | Ge视频压缩有限责任公司 | 一种可伸缩视频编解码方法、设备和计算机可读存储介质 |
US10218973B2 (en) | 2012-10-01 | 2019-02-26 | Ge Video Compression, Llc | Scalable video coding using subblock-based coding of transform coefficient blocks in the enhancement layer |
US10477210B2 (en) | 2012-10-01 | 2019-11-12 | Ge Video Compression, Llc | Scalable video coding using inter-layer prediction contribution to enhancement layer prediction |
US11589062B2 (en) | 2012-10-01 | 2023-02-21 | Ge Video Compression, Llc | Scalable video coding using subblock-based coding of transform coefficient blocks in the enhancement layer |
US10212420B2 (en) | 2012-10-01 | 2019-02-19 | Ge Video Compression, Llc | Scalable video coding using inter-layer prediction of spatial intra prediction parameters |
US11477467B2 (en) | 2012-10-01 | 2022-10-18 | Ge Video Compression, Llc | Scalable video coding using derivation of subblock subdivision for prediction from base layer |
CN105009577A (zh) * | 2012-10-01 | 2015-10-28 | Ge视频压缩有限责任公司 | 将基础层提示用于增强层运动参数的可伸缩视频编码 |
US10694182B2 (en) | 2012-10-01 | 2020-06-23 | Ge Video Compression, Llc | Scalable video coding using base-layer hints for enhancement layer motion parameters |
CN108111846A (zh) * | 2012-11-15 | 2018-06-01 | 联发科技股份有限公司 | 用于可伸缩视频编码的帧间层预测方法及装置 |
CN103002289A (zh) * | 2013-01-08 | 2013-03-27 | 中国电子科技集团公司第三十八研究所 | 面向监控应用的视频恒定质量编码装置及其编码方法 |
CN105519116A (zh) * | 2013-01-08 | 2016-04-20 | 高通股份有限公司 | 产生用于增强层中的运动预测的经调适运动向量候选者列表的可缩放hevc装置和方法 |
CN103002289B (zh) * | 2013-01-08 | 2015-06-17 | 中国电子科技集团公司第三十八研究所 | 面向监控应用的视频恒定质量编码装置及其编码方法 |
US9756350B2 (en) | 2013-03-12 | 2017-09-05 | Hfi Innovation Inc. | Inter-layer motion vector scaling for scalable video coding |
CN105052144A (zh) * | 2013-03-12 | 2015-11-11 | 联发科技股份有限公司 | 用于可伸缩视频编码的层间运动向量缩放 |
WO2014139431A1 (en) * | 2013-03-12 | 2014-09-18 | Mediatek Inc. | Inter-layer motion vector scaling for scalable video coding |
CN105052144B (zh) * | 2013-03-12 | 2019-01-01 | 寰发股份有限公司 | 用于可伸缩视频编码的层间预测方法 |
CN109348231A (zh) * | 2013-04-05 | 2019-02-15 | 佳能株式会社 | 根据运动信息压缩方案通过层间运动信息预测对图像进行编码或解码的方法和设备 |
CN105284117A (zh) * | 2013-04-05 | 2016-01-27 | 佳能株式会社 | 根据运动信息压缩方案通过层间运动信息预测对图像进行编码或解码的方法和设备 |
CN105284117B (zh) * | 2013-04-05 | 2018-11-06 | 佳能株式会社 | 根据运动信息压缩方案通过层间运动信息预测对图像进行编码或解码的方法和设备 |
US10027975B2 (en) | 2013-04-05 | 2018-07-17 | Canon Kabushiki Kaisha | Method and apparatus for encoding or decoding an image with inter layer motion information prediction according to motion information compression scheme |
CN109246436B (zh) * | 2013-04-05 | 2022-04-05 | 佳能株式会社 | 对图像进行编码或解码的方法和装置以及存储介质 |
CN105264894A (zh) * | 2013-04-05 | 2016-01-20 | 三星电子株式会社 | 针对层间解码和编码方法以及设备的确定帧间预测候选的方法 |
CN109246436A (zh) * | 2013-04-05 | 2019-01-18 | 佳能株式会社 | 对图像进行编码或解码的方法和装置以及存储介质 |
CN103237212A (zh) * | 2013-04-08 | 2013-08-07 | 浙江大学 | 一种生成增强层块单元编码信息参考队列的方法及装置 |
CN103237212B (zh) * | 2013-04-08 | 2016-04-13 | 浙江大学 | 一种生成增强层块单元编码信息参考队列的方法及装置 |
CN103281533A (zh) * | 2013-05-14 | 2013-09-04 | 芯原微电子(北京)有限公司 | 用于可伸缩视频编码中增强层运动估计的设备和方法 |
CN103281533B (zh) * | 2013-05-14 | 2016-02-24 | 芯原微电子(北京)有限公司 | 用于可伸缩视频编码中增强层运动估计的设备和方法 |
CN103281535B (zh) * | 2013-05-17 | 2015-01-07 | 中国科学技术大学 | 一种实现可伸缩视频码流高并行度重写的编码方法 |
CN103281535A (zh) * | 2013-05-17 | 2013-09-04 | 中国科学技术大学 | 一种实现可伸缩视频码流高并行度重写的编码方法 |
CN103929648A (zh) * | 2014-03-27 | 2014-07-16 | 华为技术有限公司 | 一种帧率上采样中的运动估计方法和装置 |
CN103929648B (zh) * | 2014-03-27 | 2017-04-19 | 华为技术有限公司 | 一种帧率上采样中的运动估计方法和装置 |
CN105025297A (zh) * | 2014-04-16 | 2015-11-04 | 智原科技股份有限公司 | 运动检测电路与方法 |
US10827194B2 (en) | 2014-09-30 | 2020-11-03 | Huawei Technologies Co., Ltd. | Picture prediction method and related apparatus |
WO2016050051A1 (zh) * | 2014-09-30 | 2016-04-07 | 华为技术有限公司 | 图像预测方法及相关装置 |
CN107995494A (zh) * | 2017-12-12 | 2018-05-04 | 珠海全志科技股份有限公司 | 视频图像数据的压缩方法与解压方法、计算机装置、计算机可读存储介质 |
CN107995494B (zh) * | 2017-12-12 | 2019-11-22 | 珠海全志科技股份有限公司 | 视频图像数据的压缩方法与解压方法、计算机装置、计算机可读存储介质 |
WO2020182140A1 (en) * | 2019-03-11 | 2020-09-17 | Beijing Bytedance Network Technology Co., Ltd. | Motion vector refinement in video coding |
CN113949869B (zh) * | 2020-07-16 | 2024-04-26 | 晶晨半导体(上海)股份有限公司 | 估计像素块运动矢量的方法和视频处理装置及设备和介质 |
CN113949869A (zh) * | 2020-07-16 | 2022-01-18 | 晶晨半导体(上海)股份有限公司 | 估计像素块运动矢量的方法和视频处理装置及设备和介质 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101198064A (zh) | 一种分辨率分层技术中的运动矢量预测方法 | |
JP5497101B2 (ja) | 精細粒度空間スケーラビリティによるビデオ符号化 | |
KR100888963B1 (ko) | 영상 신호의 스케일러블 인코딩 및 디코딩 방법 | |
CN108769682B (zh) | 视频编码、解码方法、装置、计算机设备和存储介质 | |
CN108848380B (zh) | 视频编码和解码方法、装置、计算机设备及存储介质 | |
RU2409005C2 (ru) | Способ масштабируемого кодирования и декодирования видеосигнала | |
KR100679031B1 (ko) | 다 계층 기반의 비디오 인코딩 방법, 디코딩 방법 및 상기방법을 이용한 장치 | |
CN101335894B (zh) | 图像逆色调映射的方法和系统以及编解码器 | |
KR100888962B1 (ko) | 영상 신호의 인코딩 및 디코딩 방법 | |
WO2019242491A1 (zh) | 视频编码、解码方法、装置、计算机设备和存储介质 | |
CN108769681B (zh) | 视频编码、解码方法、装置、计算机设备和存储介质 | |
US8649438B2 (en) | Selective motion vector prediction method, motion estimation method and device thereof applicable to scalable video coding system | |
JP7114153B2 (ja) | ビデオエンコーディング、デコーディング方法、装置、コンピュータ機器及びコンピュータプログラム | |
US8369408B2 (en) | Method of fast mode decision of enhancement layer using rate-distortion cost in scalable video coding (SVC) encoder and apparatus thereof | |
CN108924553B (zh) | 视频编码、解码方法、装置、计算机设备和存储介质 | |
US20060104354A1 (en) | Multi-layered intra-prediction method and video coding method and apparatus using the same | |
JP2012114928A5 (zh) | ||
JP2009523395A5 (zh) | ||
KR20060105409A (ko) | 영상 신호의 스케일러블 인코딩 및 디코딩 방법 | |
KR20070100081A (ko) | 가중 평균합을 이용하여 fgs 계층을 인코딩 및디코딩하는 방법 및 장치 | |
CN101601300A (zh) | 用自适应增强层预测对位深度可分级视频数据进行编码和/或解码的方法和设备 | |
JP2008533850A (ja) | 二層符号化及び単層復号化による階層的ビデオ符号化 | |
JP2003515987A (ja) | ハイブリッドな時間的/snr的微細粒状スケーラビリティビデオ符号化 | |
JP2009525637A (ja) | ビデオ符号化器及びビデオ復号化器における削減分解能更新モード及び計算量スケーラビリティのための条件付き予測の方法及び装置 | |
KR20060101131A (ko) | 시간적 레벨간 모션 벡터 예측을 이용한 비디오인코딩/디코딩 방법 및 장치 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C12 | Rejection of a patent application after its publication | ||
RJ01 | Rejection of invention patent application after publication |
Open date: 20080611 |