CN1658674A - Method and device for encoding and decoding intra-frame prediction mode for video or image compression - Google Patents
Method and device for encoding and decoding intra-frame prediction mode for video or image compression Download PDFInfo
- Publication number
- CN1658674A CN1658674A CN 200510049312 CN200510049312A CN1658674A CN 1658674 A CN1658674 A CN 1658674A CN 200510049312 CN200510049312 CN 200510049312 CN 200510049312 A CN200510049312 A CN 200510049312A CN 1658674 A CN1658674 A CN 1658674A
- Authority
- CN
- China
- Prior art keywords
- mode
- prediction mode
- decoding
- intra prediction
- piece
- 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.)
- Granted
Links
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
本发明公开了一种用于视频或图像压缩的帧内预测模式编解码的方法和装置。本发明允许用一个类型信号来表示是否逐一传送块的集合里各个块的帧内预测模式。当类型信号指示为直接帧内模式时,块的集合内所有块的预测模式是编解码端默认的,无需逐一传送块的集合里各个块的帧内预测模式。这一方法增加了帧内预测的灵活性,并且提高了编码效率。本发明并不限于视频或图像编解码领域,还可以推广至其他信号处理的应用中。
The invention discloses a method and device for encoding and decoding an intra-frame prediction mode for video or image compression. The present invention allows to use a type signal to indicate whether to transmit the intra prediction mode of each block in the set of blocks one by one. When the type signal indicates the direct intra-frame mode, the prediction mode of all blocks in the block set is the codec end's default, and there is no need to transmit the intra-frame prediction modes of each block in the block set one by one. This approach increases the flexibility of intra prediction and improves coding efficiency. The present invention is not limited to the field of video or image codec, and can also be extended to other signal processing applications.
Description
技术领域technical field
本发明涉及一种电数字数据处理技术,特别地,涉及一种运用于视频或图像压缩的帧内预测模式编解码的方法和装置。The present invention relates to an electric digital data processing technology, in particular, to a method and device for encoding and decoding an intra-frame prediction mode applied to video or image compression.
背景技术Background technique
传统的视频编码标准如国际电信联盟ITU制定的H.261,H.263,H.26L,H.264标准以及国际标准化组织ISO的运动图像专家组织MPEG制定的MEPG-1,MPEG-2,MPEG-4等都是基于混合编码Hybrid Coding框架之上的。所谓混合编码框架是综合考虑预测,变换以及熵编码的方法的编码框架,有以下主要特点:1、利用预测去除时间域的冗余度;2、利用变换去除空间域的冗余度;3、利用熵编码去除统计上的冗余度。Traditional video coding standards such as H.261, H.263, H.26L, and H.264 standards formulated by the International Telecommunication Union ITU and MEPG-1, MPEG-2, and MPEG formulated by the International Organization for Standardization ISO's Motion Picture Experts Organization MPEG -4, etc. are all based on the Hybrid Coding framework. The so-called hybrid coding framework is a coding framework that comprehensively considers prediction, transformation and entropy coding methods, and has the following main features: 1. Use prediction to remove redundancy in the time domain; 2. Use transformation to remove redundancy in the space domain; 3. Statistical redundancy is removed by entropy coding.
上述视频编码标准都具有帧内编码帧,即I帧,和帧间编码帧,即P帧,I帧和P帧采用不同的编码方法。I帧的编码过程如下:对原始图像数据或帧内预测得到的残差块进行二维变换;然后在变换域中对变换系数进行量化;对量化所得的二维变换系数块作扫描,使之成为一维的变换系数序列;最后进行熵编码,即Huffman编码或者算术编码等。P帧的编码过程如下:采用运动估计得到运动矢量,然后采用基于运动补偿的帧间预测,接着对帧间预测得到的残差块进行二维变换,再对变换域系数进行量化,对量化所得的二维残差块系数作扫描,使之成为一维的残差系数序列,最后进行熵编码。The above-mentioned video coding standards all have intra-coded frames, namely I frames, and inter-frame coded frames, namely P frames, and I frames and P frames adopt different coding methods. The encoding process of the I frame is as follows: perform two-dimensional transformation on the original image data or the residual block obtained by intra-frame prediction; then quantize the transformation coefficient in the transformation domain; scan the two-dimensional transformation coefficient block obtained by quantization to make it Become a one-dimensional transformation coefficient sequence; finally entropy coding, that is, Huffman coding or arithmetic coding, etc. The encoding process of the P frame is as follows: use motion estimation to obtain the motion vector, then use inter-frame prediction based on motion compensation, and then perform two-dimensional transformation on the residual block obtained by inter-frame prediction, and then quantize the transform domain coefficients, and quantize the obtained Scan the two-dimensional residual block coefficients to make it into a one-dimensional residual coefficient sequence, and finally carry out entropy coding.
在帧内预测的时候,根据不同的帧内预测方向会有不同的模式。如在H.264中,帧内预测总共有9种模式。这些模式的信息是需要在码流里传输的,只有这样解码器才能正确解码。为了提高帧内模式编码的效率,帧内预测模式的编码需要做预测。根据相邻块的信息可以得出当前块最大可能预测模式(mostporbablymode)。如果当前块的模式等于这个最大可能预测模式,那么一个bit的预测模式标志(pre_mode_flag)等于1。否则,如果不相同,这个预测模式标志等于0,再传一个代表帧内预测模式的值。解码器通过这个预测模式标志和当预测模式标志为0时候的帧内预测模式的值,就可以得到当前块实际的帧内预测模式。During intra-frame prediction, there are different modes according to different intra-frame prediction directions. As in H.264, there are a total of 9 modes for intra prediction. The information of these modes needs to be transmitted in the code stream, only in this way can the decoder decode correctly. In order to improve the efficiency of encoding in the intra-frame mode, the encoding in the intra-frame prediction mode needs to be predicted. According to the information of the adjacent blocks, the maximum possible prediction mode (mostporbably mode) of the current block can be obtained. A one-bit prediction mode flag (pre_mode_flag) is equal to 1 if the mode of the current block is equal to the maximum possible prediction mode. Otherwise, if not the same, the prediction mode flag is equal to 0, and then a value representing the intra prediction mode is passed. The decoder can obtain the actual intra prediction mode of the current block through the prediction mode flag and the value of the intra prediction mode when the prediction mode flag is 0.
现有的方法中,当一个包括大于等于一个块的块的集合里,所有的预测模式标志都是1的时候,每个集合需要N个bit来表示这个块组里所有的帧内预测模式都是预测出来的最大可能预测模式。这是比较浪费的。In the existing method, when all prediction mode flags are 1 in a set of blocks including one block or more, each set needs N bits to indicate that all intra prediction modes in this block group are is the predicted maximum possible prediction mode. This is relatively wasteful.
发明内容Contents of the invention
本发明的目的在于针对现有技术的不足,提供一种视频或图像压缩的帧内预测模式编解码的方法。The purpose of the present invention is to provide a video or image compression intra-frame prediction mode encoding and decoding method for the deficiencies of the prior art.
该发明目的是通过以下技术方案来实现的:一种用于视频或图像压缩的帧内预测模式编解码的方法,该方法中,至少存在一个块的集合,其包含的块的个数大于1,并且其使用一个类型信号指示各个块的帧内预测模式信息在码流中的存在方式;如果这个信号指示该块的集合采用直接帧内模式,那么码流里不再传输各个块的帧内预测模式信息,如果这个信号指示该块的集合采用非直接帧内模式,则码流里需要传输该块的集合中各个块的帧内预测模式信息。The object of the invention is achieved through the following technical solutions: a method for encoding and decoding intra-frame prediction mode for video or image compression, in which there is at least one set of blocks, the number of blocks contained in it is greater than 1 , and it uses a type signal to indicate how the intra-frame prediction mode information of each block exists in the code stream; if this signal indicates that the set of blocks adopts the direct intra-frame mode, then the intra-frame prediction mode information of each block is no longer transmitted in the code stream Prediction mode information. If this signal indicates that the set of blocks adopts the non-direct intra-frame mode, the intra-frame prediction mode information of each block in the set of blocks needs to be transmitted in the code stream.
进一步地,编码过程包括:Further, the encoding process includes:
1)编码器根据优化策略决定块的集合是否采用直接帧内模式,并在码流里用一个类型信号表示。1) The encoder determines whether the set of blocks adopts the direct intra mode according to the optimization strategy, and expresses it with a type signal in the code stream.
2)如果这个信号指示该块的集合采用直接帧内模式,那么码流里不再传输各个块的模式信息。这些块的模式为编解码默认的模式。2) If this signal indicates that the set of blocks adopts the direct intra-frame mode, then the mode information of each block is not transmitted in the code stream. The mode of these blocks is the codec default mode.
3)如果这个信号指示该块的集合采用非直接帧内模式,那么在这个类型信号后码流里还有表示各个块的帧内预测模式信息的信号。3) If this signal indicates that the set of blocks adopts the non-direct intra-frame mode, then there is also a signal representing the intra-frame prediction mode information of each block in the code stream after this type of signal.
解码过程包括:The decoding process includes:
1)根据码流中的类型信号,判断块的集合是否采用直接帧内模式。1) According to the type signal in the code stream, it is judged whether the set of blocks adopts the direct intra-frame mode.
2)如果采用直接帧内模式,该块的集合中各个块的帧内预测模式均为编解码默认的模式。2) If the direct intra-frame mode is adopted, the intra-frame prediction mode of each block in the set of blocks is the codec default mode.
3)如果采用非直接帧内模式,那么该块的集合中各个块的帧内预测模式需要从后续的码流中解码得到。3) If the non-direct intra-frame mode is adopted, then the intra-frame prediction mode of each block in the set of blocks needs to be decoded from the subsequent code stream.
本发明的目的还在于提供一种用于视频或图像压缩的帧内预测模式编解码的编码装置。Another object of the present invention is to provide an encoding device for encoding and decoding intra-frame prediction mode for video or image compression.
该发明目的是通过以下技术方案来实现的,编码装置包括:一开关K1。一判断装置,根据一定规则选择出使用哪种帧内预测模式,从而控制开关K1。一第一预测编码装置,采用直接帧内预测模式进行帧内预测模式的编码。一第二预测编码装置,采用非直接帧内预测模式进行帧内预测模式的编码。判断装置和开关K1相连。开关K1和第一预测编码装置、第二预测编码装置相连。The object of the invention is achieved through the following technical solutions, the encoding device includes: a switch K1. A judging device, which selects which intra-frame prediction mode to use according to a certain rule, thereby controlling the switch K1. A first predictive coding device, which adopts the direct intra-frame prediction mode to perform coding in the intra-frame prediction mode. A second predictive coding device, which adopts the non-direct intra-frame prediction mode to perform coding in the intra-frame prediction mode. The judging device is connected to the switch K1. The switch K1 is connected to the first predictive encoding device and the second predictive encoding device.
进一步地,所述判断装置是先算出用直接帧内预测模式需要的代价和用非直接模式需要的代价,然后判断直接帧内模式需要的代价是不是小于非直接模式需要的代价。如果是则控制开关K1选择到第一预测编码装置,如果不是则控制开关K1选择到第二预测编码装置。所述第一预测编码装置是直接帧内模式的预测装置,在编码端用来在直接帧内模式情况下进行预测。Further, the judging means first calculates the cost required by the direct intra prediction mode and the cost required by the indirect mode, and then judges whether the cost required by the direct intra mode is less than the cost required by the indirect mode. If yes, control the switch K1 to select the first predictive encoding device, and if not, control the switch K1 to select the second predictive encoding device. The first predictive encoding device is a direct intra-mode predictive device, and is used at the encoding end to perform prediction in the direct intra-mode.
本发明的目的还在于提供一种用于视频或图像压缩的帧内预测模式编解码的解码装置。The purpose of the present invention is also to provide a decoding device for intra-frame prediction mode coding and decoding of video or image compression.
该发明目的是通过以下技术方案来实现的,解码装置包括:一开关K2,用于根据码流中的类型信号,判断是否采用第一预测解码装置或采用第二预测解码装置。一第一预测解码装置,采用直接帧内预测模式进行帧内预测模式的解码。一第二预测解码装置,采用非直接帧内预测模式进行帧内预测模式的解码。开关K2和第一预测解码装置、第二预测解码装置相连。The object of the invention is achieved through the following technical solutions. The decoding device includes: a switch K2 for judging whether to use the first predictive decoding device or the second predictive decoding device according to the type signal in the code stream. A first predictive decoding device, which uses the direct intra-frame prediction mode to decode the intra-frame prediction mode. A second predictive decoding device, which uses the indirect intra-frame prediction mode to decode the intra-frame prediction mode. The switch K2 is connected with the first predictive decoding device and the second predictive decoding device.
进一步地,所述第一预测解码装置是直接帧内模式的预测装置,在解码端用来在直接帧内模式情况下进行预测。Further, the first predictive decoding device is a prediction device for direct intra-frame mode, and is used at the decoding end to perform prediction in the case of direct intra-frame mode.
本发明具有以下技术效果:本发明能够极大地提高编解码的性能,同时又不增加编解码的复杂度。The present invention has the following technical effects: the present invention can greatly improve the performance of encoding and decoding without increasing the complexity of encoding and decoding.
附图说明Description of drawings
图1是目前现有方法的编码装置框图;Fig. 1 is the coding device block diagram of present existing method;
图2是目前现有方法的解码装置框图;Fig. 2 is the block diagram of the decoding device of existing method at present;
图3是本发明实施例1的编码装置框图;Fig. 3 is a block diagram of an encoding device according to Embodiment 1 of the present invention;
图4是本发明实施例1的解码装置框图;FIG. 4 is a block diagram of a decoding device according to Embodiment 1 of the present invention;
图5是本发明实施例1的编码流程图;Fig. 5 is the coding flowchart of embodiment 1 of the present invention;
图6是本发明实施例1的解码流程图。Fig. 6 is a decoding flow chart of Embodiment 1 of the present invention.
具体实施方式Detailed ways
下面根据附图详细说明本发明。The present invention will be described in detail below according to the accompanying drawings.
附图1示出了现有的帧内预测的编码装置,包括第一预测装置。Figure 1 shows an existing encoding device for intra-frame prediction, including a first prediction device.
用预测装置1使用普通帧内预测的方法对当前宏块进行帧内预测。The prediction device 1 uses a common intra-frame prediction method to perform intra-frame prediction on the current macroblock.
附图2示出了现有的帧内预测的解码装置,包括第一预测装置。Fig. 2 shows an existing decoding device for intra prediction, including a first prediction device.
用预测装置2使用普通帧内预测的方法对当前宏块进行帧内预测。The prediction device 2 uses a common intra-frame prediction method to perform intra-frame prediction on the current macroblock.
现有方法的不足之处是对于模式预测较准的块仍然要传很多帧内模式的信息,开销比较大。对于平坦的区域,以及量化比较厉害的情况,编码效率不高。下面针对现有方法的不足,并参照附图详细说明本发明。The disadvantage of the existing method is that a lot of intra-frame mode information still needs to be transmitted for blocks with accurate mode prediction, and the overhead is relatively large. For flat areas and severe quantization, the coding efficiency is not high. In view of the deficiencies of the existing methods, the present invention will be described in detail below with reference to the accompanying drawings.
实施例1Example 1
附图3示出了一种运用于视频或图像压缩的帧内预测的编码装置,包括:用于尝试直接帧内预测模式的第二模式选择装置,用于尝试普通帧内预测模式的第一模式选择装置,用于直接帧内模式帧内预测的第二预测装置、用于普通帧内模式帧内预测的第一预测装置、根据控制信号选择预测装置的开关K1、判断用那种帧内编码方式的判断装置。Accompanying drawing 3 shows a coding device for intra-frame prediction applied to video or image compression, including: a second mode selection device for trying direct intra-frame prediction mode, a first mode selection device for trying normal intra-frame prediction mode A mode selection device, a second prediction device for direct intra-mode intra-frame prediction, a first prediction device for normal intra-frame intra-mode intra-frame prediction, a switch K1 for selecting the prediction device according to a control signal, and which intra-frame prediction is used for judging A device for judging the encoding method.
先通过第一模式选择装置和第二模式选择装置,求出这两种模式下最佳模式的代价。把这两个代价在判断装置里面进行比较,选出一个好的作为使用的模式。根据这个模式来选择用第一预测装置或者第二预测装置来进行帧内预测。First, through the first mode selection device and the second mode selection device, the cost of the best mode under these two modes is obtained. Compare these two costs in the judging device, and choose a good one as the mode to use. According to this mode, it is selected to use the first prediction device or the second prediction device for intra prediction.
附图4示出了一种运用于视频或图像压缩的帧内预测的解码装置,包括:用于直接帧内预测模式的第二预测装置、用于普通帧内预测模式的第一预测装置,用于选择预测方式的开关K2。Accompanying drawing 4 shows a decoding device for intra-frame prediction applied to video or image compression, including: a second prediction device for direct intra-frame prediction mode, a first prediction device for common intra-frame prediction mode, Switch K2 for selecting the prediction mode.
码流中的类型信息控制开关K2选择用哪种预测方式。如果选择的是直接帧内预测方式,则用第二预测装置来进行帧内预测,如果选择的是普通帧内预测方式,则选择用第一预测装置来进行帧内预测。The type information in the code stream controls which prediction method is selected by the switch K2. If the direct intra-frame prediction mode is selected, the second prediction device is used for intra-frame prediction, and if the common intra-frame prediction mode is selected, the first prediction device is selected for intra-frame prediction.
实施例2Example 2
附图5示出了一种运用于视频或图像压缩的帧内预测的编码流程。先计算直接帧内模式和普通帧内模式的代价,然后判断哪中模式代价小,如果直接帧内模式代价小则用直接帧内模式进行编码,如果普通帧内模式代价下则用普通帧内模式进行编码。Fig. 5 shows a coding process for intra-frame prediction applied to video or image compression. First calculate the cost of direct intra mode and normal intra mode, and then determine which mode has the lowest cost. If the cost of direct intra mode is small, use direct intra mode for encoding, and if the cost of normal intra mode is low, use normal intra mode to encode.
附图6示出了一种运用于视频或图像压缩的帧内预测的解码流程。先判断类型信号表示什么模式,如果是直接帧内模式则用直接帧内模式进行解码,如果是普通帧内模式则用普通帧内模式进行解码。Figure 6 shows a decoding process for intra-frame prediction applied to video or image compression. First determine what mode the type signal represents. If it is a direct intra-frame mode, use the direct intra-frame mode for decoding, and if it is a normal intra-frame mode, use the normal intra-frame mode for decoding.
实施例3Example 3
一种运用于视频或图像压缩的帧内预测的编码装置,码流中有lbit表示宏块是否是直接帧内模式。当16个4×4块的预测模式全部是最大可能预测模式时,宏块类型设为0,即直接帧内模式,此时16个4×4块的预测模式的信息就不用分别写入码流。否则,宏块类型设为1,各个块的模式信息在码流里传输。An encoding device for intra-frame prediction applied to video or image compression, there is lbit in the code stream to indicate whether the macroblock is in the direct intra-frame mode. When the prediction modes of the 16 4×4 blocks are all the maximum possible prediction modes, the macroblock type is set to 0, that is, the direct intra-frame mode. At this time, the information of the prediction modes of the 16 4×4 blocks does not need to be written into the code separately. flow. Otherwise, the macroblock type is set to 1, and the mode information of each block is transmitted in the code stream.
一种运用于视频或图像压缩的帧内预测的解码装置,如果接收到的帧内预测块的宏块类型为0,即直接帧内模式,则当前宏块中所有4×4块的预测模式全部是最大可能预测模式,不需再从码流中继续读取各个块的模式信息。否则,继续从码流中读出各个块的模式信息。A decoding device for intra-frame prediction applied to video or image compression, if the macroblock type of the received intra-frame prediction block is 0, that is, direct intra-frame mode, the prediction mode of all 4×4 blocks in the current macroblock All are maximum possible prediction modes, and there is no need to continue to read the mode information of each block from the code stream. Otherwise, continue to read the mode information of each block from the code stream.
实施例4Example 4
一种运用于视频或图像压缩的帧内预测的编码装置,码流中有lbit表示宏块是否是直接帧内模式。当16个4×4块的预测模式全部是用一样的预测模式(如都用dc)时,宏块类型设为0,即直接帧内模式,此时16个4×4块的预测模式的信息就不用分别写入码流,只需要把这些块共用的模式在码流中传输。否则,宏块类型设为1,各个块的模式信息在码流里传输。An encoding device for intra-frame prediction applied to video or image compression, there is lbit in the code stream to indicate whether the macroblock is in the direct intra-frame mode. When the prediction modes of the 16 4×4 blocks all use the same prediction mode (for example, dc is used), the macroblock type is set to 0, that is, the direct intra-frame mode. At this time, the prediction modes of the 16 4×4 blocks The information does not need to be written into the code stream separately, only the patterns shared by these blocks are transmitted in the code stream. Otherwise, the macroblock type is set to 1, and the mode information of each block is transmitted in the code stream.
一种运用于视频或图像压缩的帧内预测的解码装置,如果接收到的帧内预测块的宏块类型为0,即直接类型,则当前宏块中所有4×4块的预测模式全部是共用的模式(如都用dc),不需再从码流中读取预测模式的各个块的模式信息,只需要读出码流中传输的这些块共用的模式。否则,继续从码流中读出各个块的模式信息。A decoding device for intra-frame prediction applied to video or image compression. If the macroblock type of the received intra-frame prediction block is 0, that is, the direct type, the prediction modes of all 4×4 blocks in the current macroblock are all For the common mode (for example, dc is used for both), it is no longer necessary to read the mode information of each block of the prediction mode from the code stream, but only need to read the common mode of these blocks transmitted in the code stream. Otherwise, continue to read the mode information of each block from the code stream.
Claims (10)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB2005100493122A CN100413342C (en) | 2005-03-09 | 2005-03-09 | Method and device for encoding and decoding intra-frame prediction mode for video or image compression |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB2005100493122A CN100413342C (en) | 2005-03-09 | 2005-03-09 | Method and device for encoding and decoding intra-frame prediction mode for video or image compression |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1658674A true CN1658674A (en) | 2005-08-24 |
CN100413342C CN100413342C (en) | 2008-08-20 |
Family
ID=35007891
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB2005100493122A Expired - Lifetime CN100413342C (en) | 2005-03-09 | 2005-03-09 | Method and device for encoding and decoding intra-frame prediction mode for video or image compression |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN100413342C (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101552924B (en) * | 2008-03-31 | 2011-08-03 | 深圳市融创天下科技发展有限公司 | Spatial prediction method for video coding |
CN110225346A (en) * | 2018-12-28 | 2019-09-10 | 杭州海康威视数字技术股份有限公司 | A kind of decoding method and its equipment |
WO2020211765A1 (en) * | 2019-04-17 | 2020-10-22 | Huawei Technologies Co., Ltd. | An encoder, a decoder and corresponding methods harmonzting matrix-based intra prediction and secoundary transform core selection |
RU2821337C2 (en) * | 2019-04-17 | 2024-06-21 | Хуавэй Текнолоджиз Ко., Лтд. | Encoder, decoder and corresponding methods harmonizing matrix-based intra prediction and secondary transformation kernel selection |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1204753C (en) * | 2003-05-19 | 2005-06-01 | 北京工业大学 | Interframe predicting method based on adjacent pixel prediction |
CN100401789C (en) * | 2004-06-11 | 2008-07-09 | 上海大学 | A Fast Selection Method of H.264/AVC Intra Prediction Mode |
-
2005
- 2005-03-09 CN CNB2005100493122A patent/CN100413342C/en not_active Expired - Lifetime
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101552924B (en) * | 2008-03-31 | 2011-08-03 | 深圳市融创天下科技发展有限公司 | Spatial prediction method for video coding |
CN110225346A (en) * | 2018-12-28 | 2019-09-10 | 杭州海康威视数字技术股份有限公司 | A kind of decoding method and its equipment |
WO2020211765A1 (en) * | 2019-04-17 | 2020-10-22 | Huawei Technologies Co., Ltd. | An encoder, a decoder and corresponding methods harmonzting matrix-based intra prediction and secoundary transform core selection |
RU2821337C2 (en) * | 2019-04-17 | 2024-06-21 | Хуавэй Текнолоджиз Ко., Лтд. | Encoder, decoder and corresponding methods harmonizing matrix-based intra prediction and secondary transformation kernel selection |
US12177434B2 (en) | 2019-04-17 | 2024-12-24 | Huawei Technologies Co., Ltd. | Encoder, a decoder and corresponding methods harmonizing matrix-based intra prediction and secondary transform core selection |
Also Published As
Publication number | Publication date |
---|---|
CN100413342C (en) | 2008-08-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN1220391C (en) | Image encoder, image decoder, image encoding method, and image decoding method | |
JP4769605B2 (en) | Video coding apparatus and method | |
CN1314272C (en) | Prediction method, apparatus, and medium for video encoder | |
KR100643819B1 (en) | Parameterization for Fading Correction | |
CN1784015A (en) | Inage predicting encoding method in frame | |
CN1669323A (en) | Adaptive Weighting of Reference Picture in Video Coding | |
CN1751521A (en) | Image decoding device, image decoding method, and image decoding program | |
CN110351552B (en) | A Fast Coding Method in Video Coding | |
CN1589576A (en) | Reduced-complexity video decoding using larger pixel-grid motion compensation | |
CN1431828A (en) | Optimum scanning method for change coefficient in coding/decoding image and video | |
CN1777283A (en) | Microblock based video signal coding/decoding method | |
CN1525762A (en) | A Encoder/Decoder Bidirectional Prediction Method for Video Coding | |
CN112188196A (en) | Method for rapid intra-frame prediction of general video coding based on texture | |
JP3805734B2 (en) | Method for predicting discrete cosine transform coefficients | |
KR20030086903A (en) | Fading estimation/compensation | |
KR20030086904A (en) | Signaling for fading compensation | |
CN119629366A (en) | Image prediction method, encoder, decoder and storage medium | |
CN1209928C (en) | Inframe coding frame coding method using inframe prediction based on prediction blockgroup | |
CN1235411C (en) | Flow-line-based frame predictive mode coding acceleration method | |
CN1941914A (en) | Method and apparatus for predicting DC coefficient in transform domain | |
CN1770867A (en) | Selective predictive encoding and decoding method and selective predictive encoding and decoding device | |
CN101072355B (en) | A Weighted Predictive Motion Compensation Method | |
CN1708134A (en) | Method and device for estimating motion | |
CN1969556A (en) | Method for chroma deblocking | |
KR20170114598A (en) | Video coding and decoding methods using adaptive cross component prediction and apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
ASS | Succession or assignment of patent right |
Owner name: HUAWEI TECHNOLOGY CO., LTD. Free format text: FORMER OWNER: ZHEJIANG UNIVERSITY Effective date: 20090424 |
|
C41 | Transfer of patent application or patent right or utility model | ||
TR01 | Transfer of patent right |
Effective date of registration: 20090424 Address after: Bantian HUAWEI headquarters office building, Longgang District, Shenzhen Patentee after: HUAWEI TECHNOLOGIES Co.,Ltd. Address before: No. 38, Zhejiang Road, Hangzhou, Zhejiang, Xihu District Patentee before: Zhejiang University |
|
TR01 | Transfer of patent right |
Effective date of registration: 20211220 Address after: 450046 Floor 9, building 1, Zhengshang Boya Plaza, Longzihu wisdom Island, Zhengdong New Area, Zhengzhou City, Henan Province Patentee after: xFusion Digital Technologies Co., Ltd. Address before: Bantian HUAWEI headquarters office building, Longgang District, Shenzhen Patentee before: HUAWEI TECHNOLOGIES Co.,Ltd. |
|
TR01 | Transfer of patent right | ||
CX01 | Expiry of patent term |
Granted publication date: 20080820 |
|
CX01 | Expiry of patent term |