WO2014056315A1 - 预测块的视差矢量预测值获取的方法和装置 - Google Patents

预测块的视差矢量预测值获取的方法和装置 Download PDF

Info

Publication number
WO2014056315A1
WO2014056315A1 PCT/CN2013/073820 CN2013073820W WO2014056315A1 WO 2014056315 A1 WO2014056315 A1 WO 2014056315A1 CN 2013073820 W CN2013073820 W CN 2013073820W WO 2014056315 A1 WO2014056315 A1 WO 2014056315A1
Authority
WO
WIPO (PCT)
Prior art keywords
block
current
coding unit
prediction block
prediction
Prior art date
Application number
PCT/CN2013/073820
Other languages
English (en)
French (fr)
Inventor
林永兵
Original Assignee
华为技术有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Priority to EP13845136.4A priority Critical patent/EP2897363A4/en
Publication of WO2014056315A1 publication Critical patent/WO2014056315A1/zh
Priority to US14/681,581 priority patent/US20150215643A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/597Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding specially adapted for multi-view video sequence encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/17Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
    • H04N19/176Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a block, e.g. a macroblock
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/436Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation using parallelised computational arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/46Embedding additional information in the video signal during the compression process
    • H04N19/463Embedding additional information in the video signal during the compression process by compressing encoding parameters before transmission
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/513Processing of motion vectors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/513Processing of motion vectors
    • H04N19/517Processing of motion vectors by encoding
    • H04N19/52Processing of motion vectors by encoding by predictive encoding

Definitions

  • the present invention relates to the field of video coding, and more particularly to a method and apparatus for predicting a disparity vector predictor of a block.
  • JCT3V Joint Collaboration Group
  • Multi-view refers to a video sequence that is collected from different perspectives in the same scene, where there is a strong correlation between the views.
  • inter-view prediction is used to remove inter-view redundancy and improve coding compression performance.
  • the inter-view predict ion technology can include:
  • the reference view MV (Motion Vector) is used as a reference to predictively encode the current view, that is, the inter-view MV prediction inter-view MV prediction technique.
  • the implementation steps may include:
  • the adjacent block on the airspace may include: a neighboring block AO (the lower left adjacent block corresponding to the lower left corner position of the current PU), a neighboring block A1 (the left adjacent block corresponding to the lower left corner position of the current PU), and a phase Neighbor block B0
  • TDVP the upper right adjacent block corresponding to the position of the upper right corner of the PU
  • the adjacent block B1 the upper adjacent block corresponding to the position of the upper right corner of the current PU
  • the adjacent block B2 the upper left adjacent block corresponding to the position of the upper left corner of the current PU
  • the steps of specifically obtaining the DV predicted value may include:
  • the DV information in each neighboring block is detected in turn, and if not, the next neighboring block is continuously checked; if it exists, the DV predicted value of the current PU is obtained from the neighboring block.
  • the specific detection order may be: but not limited to: prediction block A1 -> prediction block B1 -> prediction block B0 -> prediction block A0 -> prediction block B2 -> TDVP; first check whether the prediction block A1 has DV information, if any, Then, the DV prediction value of the current PU is obtained from the prediction block A1; if not, the prediction block B1 is detected, and the detection is sequentially performed according to the above sequence until the DV prediction value is obtained, and the subsequent steps are not described again.
  • the current CU (Coding Uni t, coding unit) may include at least two PUs, and the DV prediction values of at least two PUs are obtained in a serial manner, that is, the DV prediction value of the current PU is obtained, and then the acquisition is started.
  • a DV predicted value for a PU may include at least two PUs, and the DV prediction values of at least two PUs are obtained in a serial manner, that is, the DV prediction value of the current PU is obtained, and then the acquisition is started.
  • a DV predicted value for a PU may include at least two PUs, and the DV prediction values of at least two PUs are obtained in a serial manner, that is, the DV prediction value of the current PU is obtained, and then the acquisition is started.
  • a DV predicted value for a PU may include at least two PUs, and the DV prediction values of at least two PUs are obtained in a serial manner, that is, the DV prediction value of the current PU
  • the inventors have found that at least the following problems exist in the prior art: If the current CU includes at least two PUs, there is a dependency between the at least two PUs, The DV prediction values of at least two PUs are obtained in a serial manner, which reduces the capability of parallel processing. Summary of the invention
  • Embodiments of the present invention provide a method and apparatus for predicting a disparity vector predictor of a prediction block, which solves the problem that only DV prediction values of at least two PUs of the same coding unit can be obtained in a serial manner, and parallel processing is improved. ability.
  • a method for predicting a disparity vector predictor acquisition of a block includes: obtaining a neighbor block on a current prediction block airspace; Determining, according to a division manner of the current coding unit, a location of the current prediction block in the current coding unit, and a location of the neighboring block, whether the neighboring block is located in the current coding unit;
  • the disparity vector predictor is obtained from the neighboring blocks not located in the current coding unit in a preset order until the acquisition of one disparity vector predictor is stopped.
  • an apparatus for providing a disparity vector predictor acquisition of a prediction block including: a processor, configured to: according to a division manner of a current coding unit, a location of the current prediction block in the current coding unit, and the Position of the neighboring block, determining whether the neighboring block is located in the current coding unit;
  • a receiver configured to acquire a neighboring block on a current prediction block airspace; acquire a disparity vector predictor from a neighboring block not located in the current coding unit in a preset order, and stop after acquiring a disparity vector predictor Obtain.
  • the method and apparatus for acquiring a disparity vector predictor of a prediction block after using the foregoing solution, acquiring a neighboring block on a current prediction block spatial domain; according to a current coding unit division manner, the current prediction block is Determining, in the current coding unit, a location of the neighboring block, whether the neighboring block is located in the current coding unit, and never in a neighboring block in the current coding unit according to a preset order
  • the disparity vector predictor is obtained until the acquisition of a disparity vector predictor is stopped.
  • the disparity vector predictors of at least two prediction blocks in the same coding unit can be obtained in parallel, and the speed of acquiring the disparity vector predictors of at least two prediction blocks in the same coding unit is increased, thereby improving the parallel processing capability.
  • 1 is a schematic diagram of a structure of a neighboring block and a TDVP on a current PU and its airspace provided in the background art
  • 2a-2G are schematic structural diagrams of a partitioning manner in a current coding unit CU according to an embodiment of the present invention
  • FIG. 3 is a flowchart of a method for acquiring a disparity vector predictor of a prediction block according to the embodiment
  • FIG. 4a-4c shows that when the current coding unit CU is divided into PU1, PU2, PU3, and PU4, PU2, PU3, and PU4 are A schematic diagram of adjacent blocks of respective airspaces and a structure of TDVP;
  • FIG. 5 is a schematic structural diagram of an apparatus for obtaining a disparity vector predictor of a prediction block according to the embodiment.
  • the current CU may include at least two PUs, and the DV prediction values of the at least two PUs are obtained in a serial manner, that is, after obtaining the DV prediction value of the current PU, the DV prediction value of the next PU is started to be acquired. .
  • one CU (implementation frame in the figure) can be further divided into multiple PUs.
  • CU In HEVC (High Efficiency Video Coding), CU can have 7 kinds of partitions. the way.
  • the partition mode in FIG. 2a to FIG. 2c divides the current CU into two left and right PUs (PU1 and PU2), and the partition mode in FIG. 2d divides the current CU into four PUs (PU1, PU2, PU3, PU4). ), other types are no longer mentioned.
  • the spatial neighboring block A1 of PU2 since the spatial neighboring block A1 of PU2 is located in PU1, it is only after the PU1 encoding ends that the DV prediction value of PU2 can be obtained, and the PU1 is acquired in a serial manner.
  • the predicted value of D2 for PU2. Specifically, first, the DV predicted value of PU1 is obtained according to the above method, and then the DV predicted value of PU2 is obtained according to the above method.
  • the embodiment provides a method for obtaining the prediction value of the disparity vector of the prediction block, as shown in FIG. 3 . As shown, it can include:
  • 302. Determine, according to a division manner of the current coding unit, a location of the current prediction block in the current coding unit, and a location of the neighboring block, whether the neighboring block is located in the current coding unit.
  • the disparity vector predictor is obtained from the neighboring block not located in the current coding unit in a preset order, and the acquisition is stopped until a disparity vector predictor is obtained. In this way, the disparity vector predictors of at least two prediction blocks in the same coding unit can be obtained in parallel, and the speed of acquiring the disparity vector predictors of at least two prediction blocks in the same coding unit is increased, thereby improving the parallel processing capability.
  • This embodiment provides another method for obtaining a disparity vector predictor of a prediction block, which is a further extension of the method shown in FIG. 3, as shown in FIG.
  • the obtained neighboring block on the current prediction block airspace may include: a neighboring block AO located at the lower left side of the current prediction block, and a neighboring block A1 located to the left of the current prediction block, located in the current prediction The adjacent block B0 on the upper right side of the block, the adjacent block B1 located on the upper side of the current prediction block, and the adjacent block B2 located on the upper left side of the current prediction block.
  • 302. Determine, according to a division manner of the current coding unit, a location of the current prediction block in the current coding unit, and a location of the neighboring block, whether the neighboring block is located in the current coding unit.
  • the current coding unit is divided into: the current coding unit is divided into a first prediction block and a second prediction block, and the current prediction block is a second prediction block, determining The neighboring block A1 of the current prediction block is located in the current coding unit; Further, as shown in FIG. 2e to FIG. 2g, if the current coding unit is divided into: the current coding unit is divided into the first prediction block and the second prediction block, and the current prediction block is the second prediction block, determining The neighboring block B1 of the current prediction block is located in the current coding unit.
  • the current coding unit is divided into: the current coding unit is divided into a first prediction block PU1 located on the upper left side of the current coding unit, and a second prediction block located on the upper right side of the current coding unit.
  • PU2 a third prediction block PU3 located at the lower left side of the current coding unit, and a fourth prediction block PU4 located at the lower right side of the current coding unit:
  • the current prediction block is PU2, it is determined that the neighboring block A1 and the adjacent block AO of the current prediction block are located in the current coding unit;
  • the current prediction block is PU3, it is determined that the neighboring block B1 and the neighboring block B0 of the current prediction block are located in the current coding unit;
  • the current prediction block is PU4
  • the disparity vector predictor of PU1 is set as the preset disparity vector predictor.
  • the preset sequence and the preset disparity vector prediction value are not limited, and may be set according to actual needs.
  • the setting may be performed according to the manner in the inter prediction mode of the HEVC, and details are not described herein again.
  • the method for detecting the predicted value of the disparity vector is not limited in this embodiment, and is a technique well known to those skilled in the art, and details are not described herein again.
  • the preset sequence may be: adjacent block A1, adjacent block B1, adjacent block B0, adjacent block A0, and adjacent block B2.
  • obtaining the disparity vector predictor from the neighboring block that is not located in the current coding unit according to the preset sequence, and stopping acquiring after obtaining the disparity vector predictor may include:
  • Determining whether the current neighboring block includes a disparity vector predictor if yes, obtaining a disparity vector predictor from the current neighboring block; if not, sequentially obtaining from the other neighboring blocks in the preset order
  • the disparity vector predictor is obtained in the neighboring block of the disparity vector predictor until the acquisition of one disparity vector predictor is stopped.
  • the obtaining of the disparity vector predictor of the PU2 may include: since the adjacent block A1 is not tested, the detection may be performed in the following preset order: Bl->Neighboring block B0->Neighboring block A0->Neighboring block B2->TDVP.
  • the disparity vector predictor of the neighboring block PU1 and the neighboring block PU2 can be acquired in parallel.
  • the neighboring block B1 of the PU2 is not considered.
  • the disparity vector predictors of PU1 and PU2 may be obtained in parallel; since all neighboring blocks of PU1 are not located in the current coding unit CU, when acquiring the disparity vector predictor of PU1 according to the neighboring block, PU1 may be considered. All the adjacent blocks, the specific method is the same as the prior art, and has been described in the background art, and details are not described herein again.
  • obtaining the disparity vector predictor of the PU2 may include: because the neighboring block B1 is not tested, the detection may be performed in the following preset order: A> Adjacent block B0->Neighboring block AO->Neighboring block B2->TDVP.
  • the disparity vector predictor of the neighboring block PU1 and the neighboring block PU2 can be acquired in parallel.
  • the adjacent block A1 of PU2 and the adjacent block AO are located in the current coding unit.
  • the neighboring block A1 and the neighboring block AO of the PU2 are not considered, so that the disparity vector predictors of PU1 and PU2 can be acquired in parallel; All neighboring blocks are not located in the current coding unit CU. Therefore, when acquiring the disparity vector predictor of PU1 according to the neighboring block, all neighboring blocks of PU1 may be considered, the specific method is the same as the prior art, and in the background The description has been made in the technology and will not be described here.
  • obtaining the disparity vector prediction value of the PU2 may include:
  • the adjacent block AO therefore, may be, but not limited to, the disparity vector predictor values in the neighboring blocks and the TDVP in the order of the neighboring block B1 -> the neighboring block B0 -> the neighboring block B2 -> TDVP;
  • obtaining the disparity vector predictor of the PU3 may include: Since the neighboring block B1 and the neighboring block B0 of the PU3 are located in the current coding unit CU, the adjacent block is not tested.
  • B1 and the neighboring block B0 may be, but are not limited to, disparity vector predictors in neighboring blocks and TDVPs in the order of neighboring blocks A1 -> neighboring blocks A0 -> neighboring blocks B2 -> TDVP.
  • obtaining the disparity vector predictor of the PU4 may include: because the neighboring block B1, the neighboring block BO, and the neighboring block B2 of the PU4 are located in the current coding unit CU, therefore,
  • the neighboring block Bl, the neighboring block BO, and the neighboring block B2 may be omitted, and may be, but not limited to, the disparity vector predictors in the neighboring blocks and the TDVP in the order of the neighboring blocks B0-> neighboring blocks A0->TDVP.
  • the method for performing Inter-v iew MV pred ionization according to the disparity vector predictor and the method for obtaining the disparity vector from the neighboring block are not limited, and are not known to those skilled in the art, and are no longer used herein. Narration.
  • the disparity vector predictor is obtained from the neighboring block not located in the current coding unit in a preset order, and the acquisition is stopped until a disparity vector predictor is obtained. In this way, the disparity vector predictors of at least two prediction blocks in the same coding unit can be obtained in parallel, and the speed of acquiring disparity vector predictors of at least two prediction blocks in the same coding unit is increased, thereby improving parallel processing capability.
  • the following provides a simulation result based on the 3DV reference software platform.
  • the simulation result can also show that the embodiment does not cause loss of coding performance, and the simulation data.
  • the following table (where average-row represents average coding bi t savings, negative numbers represent gain)
  • G hosiTow nF3 ⁇ 4 0.0% 0.0% 0.2% 0.0% 0.0% 0.0% 0.0% 100.0% 99.0% 78.1%
  • the device for acquiring the predicted value of the vector may include:
  • the processor 51 is configured to determine, according to a division manner of the current coding unit, a location of the current prediction block in the current coding unit, and a location of the neighboring block, whether the neighboring block is located in the current coding unit, and the receiver 52 is configured to acquire the current Predicting the neighboring blocks on the block airspace; acquiring the disparity vector predictor from the neighboring blocks not located in the current coding unit in a preset order, and stopping the acquisition until a disparity vector predictor is obtained.
  • the preset order is from front to back: adjacent block Al, adjacent block Bl, adjacent block B0, adjacent block AO, adjacent block B2.
  • the neighboring block on the current prediction block spatial domain acquired by the receiver 52 includes: a neighboring block AO located at the lower left side of the current prediction block, and a neighboring block A1 located to the left of the current prediction block, located at the upper right side of the current prediction block
  • the adjacent block B0, the adjacent block B1 located on the upper side of the current prediction block is located in the adjacent block B2 on the upper left side of the current prediction block.
  • the processor 51 is further configured to: if the current coding unit is divided into: the current coding unit is divided into the first prediction block and the second prediction block, and the current prediction block is the second prediction block, determining the current prediction The adjacent block A1 of the block is located in the current coding unit; If the current coding unit is divided into: the current coding unit is divided into the first prediction block and the second prediction block, and the current prediction block is the second prediction block, determining the neighboring block of the current prediction block
  • the processor 51 is further configured to: if the current coding unit is divided into: the current coding unit is divided into a first prediction block located on the upper left side of the current coding unit, and a second prediction block located on the upper right side of the current coding unit.
  • the third prediction block located at the lower left side of the current coding unit and the fourth prediction block located at the lower right side of the current coding unit :
  • the current prediction block is the second prediction block, determining that the neighboring block A1 and the neighboring block AO of the current prediction block are located in the current coding unit;
  • the current prediction block is the third prediction block, determining that the neighboring block B1 and the neighboring block B0 of the current prediction block are located in the current coding unit;
  • the current prediction block is the fourth prediction block, it is determined that the neighboring block Al, the neighboring block B1, and the neighboring block B2 of the current prediction block are located in the current coding unit.
  • processor 51 is further configured to determine whether a disparity vector predictor is included in the current neighboring block
  • the disparity vector predictor is obtained in sequence from the neighboring blocks of the current neighboring block that have not acquired the disparity vector predictor in a preset order, until the disparity vector predictor is obtained, and the acquisition is stopped.
  • the receiver acquires the neighboring block on the current prediction block airspace; the processor determines the neighboring block according to the division manner of the current coding unit, the position of the current prediction block in the current coding unit, and the position of the adjacent block. Whether it is located in the current coding unit; the disparity vector predictor is obtained from the neighboring block not located in the current coding unit in a preset order, and the acquisition is stopped until a disparity vector predictor is obtained. In this way, the disparity vector predictors of at least two prediction blocks in the same coding unit can be obtained in parallel, and the speed of acquiring the disparity vector prediction values of at least two prediction blocks in the same coding unit is increased, thereby improving the parallel processing capability.
  • the technical solution of the present invention which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a readable storage medium, such as a floppy disk of a computer.
  • a hard disk or optical disk or the like includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform the methods described in various embodiments of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

本发明提供一种预测块的视差矢量预测值获取的方法和装置。涉及视频编码领域。解决了只能釆用串行方式获取同一编码单元CU中的至少两个PU的DV预测值的问题,提高并行处理能力。具体可以包括:获取当前预测块空域上的相邻块;根据当前编码单元的划分方式、当前预测块在当前编码单元中的位置以及相邻块的位置,确定相邻块是否位于当前编码单元中;按照预设顺序从不位于当前编码单元中的相邻块中获取视差矢量预测值,直到获取到一个视差矢量预测值后停止获取。可应用于视差矢量预测值获取中。

Description

预测块的视差矢量预测值获取的方法和装置 本申请要求了 2012年 10月 09日提交的, 申请号为 201210379683.7, 发 明名称为 "预测块的视差矢量预测值获取的方法和装置" 的中国申请的优先 权, 其全部内容通过引用结合在本申请中。
技术领域
本发明涉及视频编码领域, 尤其涉及预测块的视差矢量预测值获取的方 法和装置。
背景技术
JCT3V (Joint Collaborative Team on 3D Video Coding , 3DV视频编码 联合工作组)支持腿 11 i -V i ews (多视, 即 2个或以上) 的编码。 多视是指对 同一场景从不同视角进行釆集的视频序列, 其中, 各个视之间存在较强的相 关性。 利用各个视 ( view)之间的相关性, 通过 inter-view prediction (视 间预测)技术去除视间冗余, 提高编码压缩性能。
inter-view predict ion技术可以包括:
利用参考视的 MV (Motion Vector, 运动矢量)作为参考, 对当前 view 进行预测编码, 即 inter-view MV prediction视间 MV预测技术。
在 Inter-view MV predict ion技术中, 其实现步骤可以包括:
1.基于空域、 时域相邻块获取当前预测块的 DV (Disparity vector, 视差 矢量)预测值。 这个过程可以称为 DV derivation process (视差矢量导出过 程), 即获取 DV预测值的过程;
2.利用获取到的 DV预测值从参考视中获取当前预测块的一个 MV/DV预测 值, 该 MV/DV预测值是基于参考视获取的, 可以称为视间 MV/DV预测值;
3.利用获得的 MV/DV预测值, 与其他 MV/DV预测值(视内的 )进行多运 动矢量竟争。
下面对获取 DV预测值的过程进行举例说明。
如图 1所示, 与当前 PU (Prediction Unit, 预测单元〈以下可称为预测 块〉)在空域上的相邻块可以包括: 相邻块 AO (当前 PU左下角位置对应的左 下相邻块)、 相邻块 A1 (当前 PU左下角位置对应的左边相邻块)、 相邻块 B0
(当前 PU右上角位置对应的右上相邻块)、相邻块 B1 (当前 PU右上角位置对 应的上边相邻块)、 相邻块 B2 (当前 PU左上角位置对应的左上相邻块); TDVP
( Tempora l Di spar i ty vector pred ictor , 视差矢量时域予贞测值)为当前 PU 在时域上相应的视差矢量预测值。
具体获取 DV预测值的步骤可以包括:
依次检测各相邻块中的 DV信息是否存在, 如果不存在, 则继续检查下一 相邻块; 如果存在, 则从该相邻块中获取当前 PU的 DV预测值。
具体的检测顺序可以为但不限于: 预测块 Al->预测块 Bl->预测块 B0-> 预测块 A0->预测块 B2->TDVP;先检查预测块 A1是否存在 DV信息,如果存在, 则从预测块 A1中获取当前 PU的 DV预测值; 如果不存在, 则检测预测块 B1 , 依照上述顺序依次进行检测, 直到获取到 DV预测值, 后续步骤不再赘述。
进一步的, 当前 CU ( Coding Uni t , 编码单元)可以包含至少两个 PU, 釆用串行方式获取至少两个 PU的 DV预测值, 即获取到当前 PU的 DV预测值 后, 才开始获取下一个 PU的 DV预测值。
在实现上述预测块的视差矢量预测值获取的过程中, 发明人发现现有技 术中至少存在如下问题: 若当前 CU包含至少两个 PU, 这至少两个 PU之间存 在依赖性, 只能釆用串行方式获取至少两个 PU的 DV预测值, 降低了并行处 理的能力。 发明内容
本发明的实施例提供一种预测块的视差矢量预测值获取的方法和装置, 解决了只能釆用串行方式获取同一编码单元的至少两个 PU的 DV预测值的问 题, 提高了并行处理能力。
为达到上述目的, 本发明的实施例釆用如下技术方案:
一方面, 提供一种预测块的视差矢量预测值获取的方法, 包括: 获取当前预测块空域上的相邻块; 根据当前编码单元的划分方式、 所述当前预测块在所述当前编码单元中 的位置以及所述相邻块的位置, 确定所述相邻块是否位于所述当前编码单元 中;
按照预设顺序从不位于所述当前编码单元中的相邻块中获取视差矢量预 测值, 直到获取到一个视差矢量预测值后停止获取。
另一方面, 提供一种预测块的视差矢量预测值获取的装置, 包括: 处理器, 用于根据当前编码单元的划分方式、 所述当前预测块在所述当 前编码单元中的位置以及所述相邻块的位置, 确定所述相邻块是否位于所述 当前编码单元中;
接收器, 用于获取当前预测块空域上的相邻块; 按照预设顺序从不位于 所述当前编码单元中的相邻块中获取视差矢量预测值, 直到获取到一个视差 矢量预测值后停止获取。
本发明实施例提供的预测块的视差矢量预测值获取的方法和装置, 釆用 上述方案后, 获取当前预测块空域上的相邻块; 根据当前编码单元的划分方 式、 所述当前预测块在所述当前编码单元中的位置以及所述相邻块的位置, 确定所述相邻块是否位于所述当前编码单元中; 按照预设顺序从不位于所述 当前编码单元中的相邻块中获取视差矢量预测值, 直到获取到一个视差矢量 预测值后停止获取。 这样, 可以并行获取同一编码单元中的至少两个预测块 的视差矢量预测值, 增加了获取同一编码单元中的至少两个预测块的视差矢 量预测值的速度, 进而提高了并行处理能力。
附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对实 施例或现有技术描述中所需要使用的附图作简单地介绍, 显而易见地, 下面 描述中的附图仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根据这些附图获得其他的附图。
图 1为背景技术中提供的当前 PU及其空域上的相邻块和 TDVP结构示意 图; 图 2a-图 2g为本实施例提供的当前编码单元 CU的 7中划分方式结构示意 图;
图 3为本实施例提供的一种预测块的视差矢量预测值获取的方法流程图; 图 4a_4c为当前编码单元 CU被上下左右划分为 PU1、 PU2、 PU3、 PU4时, PU2、 PU3、 PU4与各自空域的相邻块以及 TDVP的结构示意图;
图 5 为本实施例提供的一种预测块的视差矢量预测值获取的装置结构示 意图。
具体实施方式
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行 清楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而 不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作 出创造性劳动前提下所获得的所有其他实施例 , 都属于本发明保护的范围。
现有技术中, 当前 CU可以包含至少两个 PU, 釆用串行方式获取至少两个 PU的 DV预测值, 即获取到当前 PU的 DV预测值后, 才开始获取下一个 PU的 DV预测值。
具体的可以包括:
如图 2a至图 2g所示, 一个 CU (图中的实现框)可以进一步划分成多个 PU, 在 HEVC (High Efficiency Video Coding, 高效视频编码标准) 中, CU 可以有 7种 partition (划分)方式。 如图 2a至图 2c中的 partition方式是 把当前 CU划分成左右 2个 PU (PU1和 PU2), 又如图 2d的 partition方式是 把当前 CU划分成 4个 PU (PU1、 PU2、 PU3、 PU4 ), 其他类型不再赞述。
以图 2a所示的 partition为例,由于,PU2的空域相邻块 A1位于 PU1内, 因此, 只有当 PU1编码结束后, 才可以开始获取 PU2的 DV预测值, 釆用串行 方式获取 PU1与 PU2的 DV预测值。 具体的可以为, 首先, 按照上述方法获取 PU1的 DV预测值, 然后, 按照上述方法获取 PU2的 DV预测值。
这样, 使得获取至少两个 PU的 DV预测值的速度较慢, 降低压缩编码的 性能。 为了解决上述获取同一编码单元中的至少两个 PU的 DV预测值的速度较 慢, 降低压缩编码的性能的问题, 本实施例提供一种预测块的视差矢量预测 值获取的方法, 如图 3所示, 可以包括:
301、 获取当前预测块空域上的相邻块;
302、 根据当前编码单元的划分方式、 当前预测块在当前编码单元中的位 置以及相邻块的位置, 确定相邻块是否位于当前编码单元中;
303、 按照预设顺序从不位于当前编码单元中的相邻块中获取视差矢量预 测值, 直到获取到一个视差矢量预测值后停止获取。
釆用上述方案后, 获取当前预测块空域上的相邻块; 根据当前编码单元 的划分方式、 当前预测块在当前编码单元中的位置以及相邻块的位置, 确定 相邻块是否位于当前编码单元中; 按照预设顺序从不位于当前编码单元中的 相邻块中获取视差矢量预测值, 直到获取到一个视差矢量预测值后停止获取。 这样, 可以并行获取同一编码单元中的至少两个预测块的视差矢量预测值, 增加了获取同一编码单元中的至少两个预测块的视差矢量预测值的速度, 进 而提高了并行处理能力。
本实施例提供另一种预测块的视差矢量预测值获取的方法, 该方法是对 图 3所示的方法的进一步扩展, 如图 3所示, 具体的可以包括:
301、 获取当前预测块空域上的相邻块。
进一步的, 如图 1 所示, 获取的当前预测块空域上的相邻块可以包括: 位于当前预测块左下侧的相邻块 AO , 位于当前预测块左侧的相邻块 A1 , 位于 当前预测块右上侧的相邻块 B0 , 位于当前预测块上侧的相邻块 B1 , 位于当前 预测块左上侧的相邻块 B2。
302、 根据当前编码单元的划分方式、 当前预测块在当前编码单元中的位 置以及相邻块的位置, 确定相邻块是否位于当前编码单元中。
进一步的, 如图 2a至图 2c所示, 若当前编码单元的划分方式为: 当前 编码单元被左右划分为第一预测块和第二预测块, 并且当前预测块为第二预 测块, 则确定当前预测块的相邻块 A1位于当前编码单元中; 进一步的, 如图 2e至图 2g所示, 若当前编码单元的划分方式为: 当前 编码单元被上下划分为第一预测块和第二预测块, 并且当前预测块为第二预 测块, 则确定当前预测块的相邻块 B1位于当前编码单元中。
进一步的, 如图 2d所示, 若当前编码单元的划分方式为: 当前编码单元 被上下左右划分为位于当前编码单元左上侧的第一预测块 PU1、位于当前编码 单元右上侧的第二预测块 PU2、位于当前编码单元左下侧的第三预测块 PU3以 及位于当前编码单元右下侧的第四预测块 PU4时:
如图 4a所示, 若当前预测块为 PU2 , 则确定当前预测块的相邻块 A1和相 邻块 AO位于当前编码单元中;
如图 4b所示, 若当前预测块为 PU3 , 则确定当前预测块的相邻块 B1和相 邻块 B0位于当前编码单元中;
如图 4c所示, 若当前预测块为 PU4 , 则确定当前预测块的相邻块 Al、 相 邻块 B1和相邻块 B2位于当前编码单元中。
这样, 当 CU被上下左右划分为 PU1、 PU2、 PU3、 PU4 , 在获取视差矢量预 测值时, 只考虑不位于 CU中的预测块, 使得 PU1、 PU2、 PU3、 PU4可以并行 获取各自的视差矢量预测值。
若所有相邻块以及 TDVP中均不包含视差矢量预测值, 则将 PU1的视差矢 量预测值设置为预设视差矢量预测值。
本实施例对预设顺序、 和预设视差矢量预测值不作限定, 可以根据实际 需要进行设定, 例如, 可以按照 HEVC的帧间预测模式中的方式进行设定, 在 此不再赘述。
本实施例对检测视差矢量预测值的方法不作限定, 为本领域技术人员熟 知的技术, 在此不再赘述。
403、 按照预设顺序从不位于当前编码单元中的相邻块中获取视差矢量预 测值, 直到获取到一个视差矢量预测值后停止获取。
进一步的, 预设顺序由前至后依次可以为: 相邻块 Al、 相邻块 Bl、 相邻 块 B0、 相邻块 A0、 相邻块 B2。 进一步的, 按照预设顺序从不位于当前编码单元中的相邻块中获取视差 矢量预测值, 直到获取到一个视差矢量预测值后停止获取可以包括:
判断当前相邻块中是否包含视差矢量预测值; 若包含, 则从当前相邻块 中获取视差矢量预测值; 若不包含, 则按照预设顺序依次从除当前相邻块的 其他未获取过视差矢量预测值的相邻块中获取视差矢量预测值, 直到获取到 一个视差矢量预测值后停止获取。
如图 2a至图 2c所示可以看出, PU2的相邻块中只有 A1位于 PU1内, 因 此, 在根据相邻块获取 PU2的视差矢量预测值时, 不考虑 PU2的相邻块 A1 , 这样, 可以并行获取 PU1与 PU2的视差矢量预测值; 由于, PU1的所有相邻块 均不位于当前编码单元 CU中, 因此, 在根据相邻块获取 PU1的视差矢量预测 值时, 可以考虑 PU1 的所有相邻块, 具体方法与现有技术相同, 且在背景技 术中已进行了描述, 在此不再赘述。
具体的, 当 CU被左右划分为 PU1和 PU2时, 获取 PU2的视差矢量预测值 可以包括: 由于, 不考相邻块 A1 , 因此, 可以但不限于按照如下预设顺序进 行检测: 相邻块 Bl->相邻块 B0->相邻块 A0->相邻块 B2->TDVP。 这样, 可以 釆用并行方式获取相邻块 PU1与相邻块 PU2的视差矢量预测值。
如图 2e至图 2g所示可以看出, PU2的相邻块中只有 B1位于 PU1内, 因 此, 在根据相邻块获取 PU2的视差矢量预测值时, 不考虑 PU2的相邻块 B1 , 这样, 可以并行获取 PU1与 PU2的视差矢量预测值; 由于, PU1的所有相邻块 均不位于当前编码单元 CU中, 因此, 在根据相邻块获取 PU1的视差矢量预测 值时, 可以考虑 PU1 的所有相邻块, 具体方法与现有技术相同, 且在背景技 术中已进行了描述, 在此不再赘述。
具体的, 当 CU被上下划分为 PU1和 PU2时, 获取 PU2的视差矢量预测值 可以包括: 由于, 不考相邻块 B1 , 因此, 可以但不限于按照如下预设顺序进 行检测: 相邻块 A 〉相邻块 B0- >相邻块 AO- >相邻块 B2- >TDVP。 这样, 可以 釆用并行方式获取相邻块 PU1与相邻块 PU2的视差矢量预测值。
如图 4a所示可以看出, PU2的相邻块 A1和相邻块 AO位于当前编码单元 CU内, 因此, 在根据相邻块获取 PU2的视差矢量预测值时, 不考虑 PU2的相 邻块 A1和相邻块 AO , 这样, 可以并行获取 PU1与 PU2的视差矢量预测值; 由 于, PU1的所有相邻块均不位于当前编码单元 CU中, 因此, 在根据相邻块获 取 PU1 的视差矢量预测值时, 可以考虑 PU1 的所有相邻块, 具体方法与现有 技术相同, 且在背景技术中已进行了描述, 在此不再赘述。
具体的, 当 CU被上下左右划分为 PU1、 PU2、 PU3、 PU4时, 如图 4a所示, 若当前预测块为 PU2 , 获取 PU2的视差矢量预测值可以包括: 由于, 不考相邻 块 A1和相邻块 AO , 因此, 可以但不限于按照相邻块 Bl->相邻块 B0->相邻块 B2->TDVP的顺序各相邻块和 TDVP中的视差矢量预测值;
如图 4b所示, 若当前预测块为 PU3 , 获取 PU3的视差矢量预测值可以包 括: 由于, PU3的相邻块 B1和相邻块 B0位于当前编码单元 CU内, 因此, 不 考相邻块 B1和相邻块 B0 , 可以但不限于按照相邻块 Al->相邻块 A0->相邻块 B2->TDVP的顺序各相邻块和 TDVP中的视差矢量预测值。
如图 4c所示, 若当前预测块为 PU4 , 获取 PU4的视差矢量预测值可以包 括: 由于, PU4的相邻块 Bl、相邻块 BO和相邻块 B2位于当前编码单元 CU中, 因此,不考相邻块 Bl、相邻块 BO和相邻块 B2 , 可以但不限于按照相邻块 B0-> 相邻块 A0->TDVP的顺序各相邻块和 TDVP中的视差矢量预测值。
本实施例对才艮据视差矢量预测值进行 Inter-v iew MV pred i c t ion的方法、 和从相邻块中获取视差矢量的方法不作限定, 为本领域技术人员熟知的技术, 在此不再赘述。
釆用上述方案后, 获取当前预测块空域上的相邻块; 根据当前编码单元 的划分方式、 当前预测块在当前编码单元中的位置以及相邻块的位置, 确定 相邻块是否位于当前编码单元中; 按照预设顺序从不位于当前编码单元中的 相邻块中获取视差矢量预测值, 直到获取到一个视差矢量预测值后停止获取。 这样, 可以并行获取同一编码单元中的至少两个预测块的视差矢量预测值, 增加了获取同一编码单元中的至少两个预测块的视差矢量预测值的速度, 进 而提高了并行处理能力。 为了更好的说明本实施例可以达到的有益效果, 下面提供一种基于 3DV 参考软件平台上的仿真结果, 同时, 该仿真结果还可以说明本实施例不会造 成编码性能上的损失, 仿真数据如下表所示: (其中, average—行代表平均 编码 bi t节省, 负数表示有增益)
v ideo syn ihesied code d &
v ideo 0 v ideo 1 v ideo 2 only on ly syn ihesied enc tin e de c tin e ren tin e
B albons 0.0% 0.0% -0.1% 0.0% 0.0% 0.0% 100.0% 97.5% 89.1%
K endo 0.0% -0.2% 0.0% 0.0% 0.0% 0.0% 100.2% 92.8% 103.9%
N ew spapeicc 0.0% -0.1% 0.0% 0.0% -0.1% 0.0% 100.9% 96.8% 98.5%
G hosiTow nF¾ 0.0% 0.0% 0.2% 0.0% 0.0% 0.0% 100.0% 99.0% 78.1%
P oznanH a IE 0.0% 0.0% -0.2% 0.0% 0.0% 0.0% 99.5% 93.6% 92.1%
P oznanS tree t 0.0% -0.1% 0.1% 0.0% 0.1% 0.1% 100.8% 117.8% 84.5%
U ndoD ancer 0.0% -0.1% -0.2% 0.0% 0.0% 0.0% 99.6% 97.0% 72.1%
1024x768 0.0% -0.1% 0.0% 0.0% 0.0% 0.0% 100.3% 95.6% 97.0%
0.0% -0.1% 0.0% 0.0% 0.0% 0.0% 100.0% 101.5% 81.3% aveiage 0.0% -0.1% 0.0% 0.0% 0.0% 0.0% 1 00.1% 98.9% 87.7% 本实施例提供一种预测块的视差矢量预测值获取的装置, 如图 5 所示, 可以包括:
处理器 51 , 用于根据当前编码单元的划分方式、 当前预测块在当前编码 单元中的位置以及相邻块的位置, 确定相邻块是否位于当前编码单元中; 接收器 52 , 用于获取当前预测块空域上的相邻块; 按照预设顺序从不位 于当前编码单元中的相邻块中获取视差矢量预测值, 直到获取到一个视差矢 量预测值后停止获取。
进一步的,预设顺序由前至后依次为: 相邻块 Al、相邻块 Bl、相邻块 B0、 相邻块 AO、 相邻块 B2。
进一步的, 接收器 52获取到的当前预测块空域上的相邻块包括: 位于当前预测块左下侧的相邻块 AO , 位于当前预测块左侧的相邻块 A1 , 位于当前预测块右上侧的相邻块 B0 , 位于当前预测块上侧的相邻块 B1 , 位于 当前预测块左上侧的相邻块 B2。
进一步的, 处理器 51 , 还用于若当前编码单元的划分方式为: 当前编码 单元被左右划分为第一预测块和第二预测块, 并且当前预测块为第二预测块, 则确定当前预测块的相邻块 A1位于当前编码单元中; 若当前编码单元的划分方式为: 当前编码单元被上下划分为第一预测块 和第二预测块, 并且当前预测块为第二预测块, 则确定当前预测块的相邻块
B1位于当前编码单元中。
进一步的, 处理器 51 , 还用于若当前编码单元的划分方式为: 当前编码 单元被上下左右划分为位于当前编码单元左上侧的第一预测块、 位于当前编 码单元右上侧的第二预测块、 位于当前编码单元左下侧的第三预测块以及位 于当前编码单元右下侧的第四预测块时:
若当前预测块为第二预测块,则确定当前预测块的相邻块 A1和相邻块 AO 位于当前编码单元中;
若当前预测块为第三预测块,则确定当前预测块的相邻块 B1和相邻块 B0 位于当前编码单元中;
若当前预测块为第四预测块, 则确定当前预测块的相邻块 Al、 相邻块 B1 和相邻块 B2位于当前编码单元中。
进一步的, 处理器 51 , 还用于判断当前相邻块中是否包含视差矢量预测 值;
若包含, 则从当前相邻块中获取视差矢量预测值;
若不包含, 则按照预设顺序依次从除当前相邻块的其他未获取过视差矢 量预测值的相邻块中获取视差矢量预测值, 直到获取到一个视差矢量预测值 后停止获取。
釆用上述方案后, 接收器获取当前预测块空域上的相邻块; 处理器根据 当前编码单元的划分方式、 当前预测块在当前编码单元中的位置以及相邻块 的位置, 确定相邻块是否位于当前编码单元中; 按照预设顺序从不位于当前 编码单元中的相邻块中获取视差矢量预测值, 直到获取到一个视差矢量预测 值后停止获取。 这样, 可以并行获取同一编码单元中的至少两个预测块的视 差矢量预测值, 增加了获取同一编码单元中的至少两个预测块的视差矢量预 测值的速度, 进而提高了并行处理能力。
通过以上的实施方式的描述, 所属领域的技术人员可以清楚地了解到本 发明可借助软件加必需的通用硬件的方式来实现, 当然也可以通过硬件, 但 很多情况下前者是更佳的实施方式。 基于这样的理解, 本发明的技术方案本 质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来, 该 计算机软件产品存储在可读取的存储介质中, 如计算机的软盘, 硬盘或光盘 等, 包括若干指令用以使得一台计算机设备(可以是个人计算机, 服务器, 或者网络设备等)执行本发明各个实施例所述的方法。
以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围并不局限 于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易 想到变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护 范围应所述以权利要求的保护范围为准。

Claims

权 利 要求 书
1、 一种预测块的视差矢量预测值获取的方法, 其特征在于, 包括: 获取当前预测块空域上的相邻块;
根据当前编码单元的划分方式、 所述当前预测块在所述当前编码单元中的 位置以及所述相邻块的位置, 确定所述相邻块是否位于所述当前编码单元中; 按照预设顺序从不位于所述当前编码单元中的相邻块中获取视差矢量预测 值, 直到获取到一个视差矢量预测值后停止获取。
2、 根据权利要求 1所述的方法, 其特征在于, 所述当前预测块空域上的相 邻块包括:
位于所述当前预测块左下侧的相邻块 AO , 位于所述当前预测块左侧的相邻 块 A1 , 位于所述当前预测块右上侧的相邻块 B0 , 位于所述当前预测块上侧的相 邻块 B1 , 位于所述当前预测块左上侧的相邻块 B2。
3、 根据权利要求 2所述的方法, 其特征在于, 所述根据当前编码单元的划 分方式、 所述当前预测块在所述当前编码单元中的位置以及所述相邻块的位置, 确定所述相邻块是否位于所述当前编码单元中包括:
若所述当前编码单元的划分方式为: 所述当前编码单元被左右划分为第一 预测块和第二预测块, 并且所述当前预测块为第二预测块, 则确定所述当前预 测块的相邻块 A1位于所述当前编码单元中;
若所述当前编码单元的划分方式为: 所述当前编码单元被上下划分为第一 预测块和第二预测块, 并且所述当前预测块为第二预测块, 则确定所述当前预 测块的相邻块 B1位于所述当前编码单元中。
4、 根据权利要求 2所述的方法, 其特征在于, 所述根据当前编码单元的划 分方式、 所述当前预测块在所述当前编码单元中的位置以及所述相邻块的位置, 确定所述相邻块是否位于所述当前编码单元中包括:
若所述当前编码单元的划分方式为: 所述当前编码单元被上下左右划分为 位于所述当前编码单元左上侧的第一预测块、 位于所述当前编码单元右上侧的 第二预测块、 位于所述当前编码单元左下侧的第三预测块以及位于所述当前编 码单元右下侧的第四预测块时:
若所述当前预测块为第二预测块, 则确定所述当前预测块的相邻块 A1和相 邻块 AO位于所述当前编码单元中;
若所述当前预测块为第三预测块, 则确定所述当前预测块的相邻块 B1和相 邻块 B0位于所述当前编码单元中;
若所述当前预测块为第四预测块, 则确定所述当前预测块的相邻块 Al、 相 邻块 B1和相邻块 B2位于所述当前编码单元中。
5、 根据权利要求 1至 4中任意一项所述的方法, 其特征在于, 所述按照预 设顺序从不位于所述当前编码单元中的相邻块中获取视差矢量预测值, 直到获 取到一个视差矢量预测值后停止获取包括:
判断当前相邻块中是否包含视差矢量预测值;
若包含, 则从所述当前相邻块中获取视差矢量预测值;
若不包含, 则按照所述预设顺序依次从除所述当前相邻块的其他未获取过 视差矢量预测值的相邻块中获取视差矢量预测值, 直到获取到一个视差矢量预 测值后停止获取。
6、 根据权利要求 1至 4中任意一项所述的方法, 其特征在于, 所述预设顺 序由前至后依次为: 相邻块 Al、 相邻块 Bl、 相邻块 B0、 相邻块 A0、 相邻块 B2。
7、 一种预测块的视差矢量预测值获取的装置, 其特征在于, 包括: 处理器, 用于根据当前编码单元的划分方式、 所述当前预测块在所述当前 编码单元中的位置以及所述相邻块的位置, 确定所述相邻块是否位于所述当前 编码单元中;
接收器, 用于获取当前预测块空域上的相邻块; 按照预设顺序从不位于所 述当前编码单元中的相邻块中获取视差矢量预测值, 直到获取到一个视差矢量 预测值后停止获取。
8、 根据权利要求 7所述的装置, 其特征在于, 所述接收器获取到的所述当 前预测块空域上的相邻块包括:
位于所述当前预测块左下侧的相邻块 AO , 位于所述当前预测块左侧的相邻 块 Al , 位于所述当前预测块右上侧的相邻块 BO, 位于所述当前预测块上侧的相 邻块 B1 , 位于所述当前预测块左上侧的相邻块 B2。
9、 根据权利要求 8所述的装置, 其特征在于, 所述处理器, 还用于若所述 当前编码单元的划分方式为: 所述当前编码单元被左右划分为第一预测块和第 二预测块, 并且所述当前预测块为第二预测块, 则确定所述当前预测块的相邻 块 A1位于所述当前编码单元中;
若所述当前编码单元的划分方式为: 所述当前编码单元被上下划分为第一 预测块和第二预测块, 并且所述当前预测块为第二预测块, 则确定所述当前预 测块的相邻块 B1位于所述当前编码单元中。
10、 根据权利要求 8 所述的装置, 其特征在于, 所述处理器, 还用于若所 述当前编码单元的划分方式为: 所述当前编码单元被上下左右划分为位于所述 当前编码单元左上侧的第一预测块、 位于所述当前编码单元右上侧的第二预测 块、 位于所述当前编码单元左下侧的第三预测块以及位于所述当前编码单元右 下侧的第四预测块时:
若所述当前预测块为第二预测块, 则确定所述当前预测块的相邻块 A1和相 邻块 AO位于所述当前编码单元中;
若所述当前预测块为第三预测块, 则确定所述当前预测块的相邻块 B1和相 邻块 B0位于所述当前编码单元中;
若所述当前预测块为第四预测块, 则确定所述当前预测块的相邻块 Al、 相 邻块 B1和相邻块 B2位于所述当前编码单元中。
11、 根据权利要求 7至 10中任意一项所述的装置, 其特征在于, 所述处理 器, 还用于判断当前相邻块中是否包含视差矢量预测值;
若包含, 则从所述当前相邻块中获取视差矢量预测值;
若不包含, 则按照所述预设顺序依次从除所述当前相邻块的其他未获取过 视差矢量预测值的相邻块中获取视差矢量预测值, 直到获取到一个视差矢量预 测值后停止获取。
12、 根据权利要求 7至 10中任意一项所述的装置, 其特征在于, 所述预设 顺序由前至后依次为: 相邻块 Al、 相邻块 Bl、 相邻块 B0、 相邻块 A0、 相邻块 B2。
PCT/CN2013/073820 2012-10-09 2013-04-07 预测块的视差矢量预测值获取的方法和装置 WO2014056315A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP13845136.4A EP2897363A4 (en) 2012-10-09 2013-04-07 METHOD AND DEVICE FOR DETECTING A DISPARITY VECTOR PREDICTOR OF A PREDICTION BLOCK
US14/681,581 US20150215643A1 (en) 2012-10-09 2015-04-08 Method and apparatus for acquiring disparity vector predictor of prediction block

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210379683.7A CN102946535B (zh) 2012-10-09 2012-10-09 预测块的视差矢量预测值获取的方法和装置
CN201210379683.7 2012-10-09

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/681,581 Continuation US20150215643A1 (en) 2012-10-09 2015-04-08 Method and apparatus for acquiring disparity vector predictor of prediction block

Publications (1)

Publication Number Publication Date
WO2014056315A1 true WO2014056315A1 (zh) 2014-04-17

Family

ID=47729436

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/073820 WO2014056315A1 (zh) 2012-10-09 2013-04-07 预测块的视差矢量预测值获取的方法和装置

Country Status (4)

Country Link
US (1) US20150215643A1 (zh)
EP (1) EP2897363A4 (zh)
CN (1) CN102946535B (zh)
WO (1) WO2014056315A1 (zh)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9924168B2 (en) 2012-10-05 2018-03-20 Hfi Innovation Inc. Method and apparatus of motion vector derivation 3D video coding
CN102946535B (zh) * 2012-10-09 2015-05-13 华为技术有限公司 预测块的视差矢量预测值获取的方法和装置
US9900576B2 (en) * 2013-03-18 2018-02-20 Qualcomm Incorporated Simplifications on disparity vector derivation and motion vector prediction in 3D video coding
US9609347B2 (en) * 2013-04-04 2017-03-28 Qualcomm Incorporated Advanced merge mode for three-dimensional (3D) video coding
WO2015005749A1 (ko) * 2013-07-12 2015-01-15 삼성전자 주식회사 인터 레이어 비디오 복호화 및 부호화 장치 및 방법을 위한 블록 기반 디스패리티 벡터 예측 방법
CN104768001B (zh) * 2014-01-02 2018-12-07 浙江大学 一种视差矢量导出方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101600108A (zh) * 2009-06-26 2009-12-09 北京工业大学 一种多视点视频编码中的运动和视差联合估计方法
CN102595122A (zh) * 2011-01-14 2012-07-18 华为技术有限公司 预测模式的编解码方法、编解码设备及网络系统
CN102595118A (zh) * 2011-01-14 2012-07-18 华为技术有限公司 一种编解码中的预测方法和预测器
CN102595124A (zh) * 2011-01-14 2012-07-18 华为技术有限公司 图像编码解码方法、处理图像数据方法及其设备
CN102946535A (zh) * 2012-10-09 2013-02-27 华为技术有限公司 预测块的视差矢量预测值获取的方法和装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4114859B2 (ja) * 2002-01-09 2008-07-09 松下電器産業株式会社 動きベクトル符号化方法および動きベクトル復号化方法
WO2008007917A1 (en) * 2006-07-12 2008-01-17 Lg Electronics, Inc. A method and apparatus for processing a signal
CN103597837B (zh) * 2011-06-15 2018-05-04 寰发股份有限公司 推导运动和视差矢量的方法及装置
US9525861B2 (en) * 2012-03-14 2016-12-20 Qualcomm Incorporated Disparity vector prediction in video coding
US9549180B2 (en) * 2012-04-20 2017-01-17 Qualcomm Incorporated Disparity vector generation for inter-view prediction for video coding
US20150201215A1 (en) * 2012-07-27 2015-07-16 Mediatek Inc. Method of constrain disparity vector derivation in 3d video coding

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101600108A (zh) * 2009-06-26 2009-12-09 北京工业大学 一种多视点视频编码中的运动和视差联合估计方法
CN102595122A (zh) * 2011-01-14 2012-07-18 华为技术有限公司 预测模式的编解码方法、编解码设备及网络系统
CN102595118A (zh) * 2011-01-14 2012-07-18 华为技术有限公司 一种编解码中的预测方法和预测器
CN102595124A (zh) * 2011-01-14 2012-07-18 华为技术有限公司 图像编码解码方法、处理图像数据方法及其设备
CN102946535A (zh) * 2012-10-09 2013-02-27 华为技术有限公司 预测块的视差矢量预测值获取的方法和装置

Also Published As

Publication number Publication date
EP2897363A4 (en) 2015-09-02
CN102946535B (zh) 2015-05-13
EP2897363A1 (en) 2015-07-22
CN102946535A (zh) 2013-02-27
US20150215643A1 (en) 2015-07-30

Similar Documents

Publication Publication Date Title
CA2845442C (en) Method and apparatus for building motion vector list for motion vector prediction
WO2014056315A1 (zh) 预测块的视差矢量预测值获取的方法和装置
EP2938069B1 (en) Depth-image decoding method and apparatus
KR101753171B1 (ko) 3d 비디오 코딩에서의 간략화된 뷰 합성 예측 방법
KR101636539B1 (ko) 입체영상 압축 처리 방법 및 장치
JP2015525997A (ja) 3dビデオ符号化におけるビュー間候補導出の方法と装置
US20130335526A1 (en) Multi-view video encoding/decoding apparatus and method
JP2016501469A (ja) 3dビデオ符号化における制約される視差ベクトル導出の方法と装置
WO2014166403A1 (en) Method and apparatus of disparity vector derivation for three-dimensional video coding
US10477230B2 (en) Method and apparatus of disparity vector derivation for three-dimensional and multi-view video coding
US20140132713A1 (en) Image encoding device, image encoding method, image decoding device, image decoding method, and computer program product
JP2013198059A5 (zh)
WO2016123774A1 (zh) 编解码方法和编解码器
JP2013183345A (ja) 映像符号化装置及び映像符号化方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13845136

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2013845136

Country of ref document: EP