CN1777283A - Microblock based video signal coding/decoding method - Google Patents

Microblock based video signal coding/decoding method Download PDF

Info

Publication number
CN1777283A
CN1777283A CN 200510003856 CN200510003856A CN1777283A CN 1777283 A CN1777283 A CN 1777283A CN 200510003856 CN200510003856 CN 200510003856 CN 200510003856 A CN200510003856 A CN 200510003856A CN 1777283 A CN1777283 A CN 1777283A
Authority
CN
China
Prior art keywords
block
data
micro
prediction
decoding
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
Application number
CN 200510003856
Other languages
Chinese (zh)
Inventor
赵海武
张一钧
王国中
侯钢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SVA Group Co Ltd
Original Assignee
SVA Group Co Ltd
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 SVA Group Co Ltd filed Critical SVA Group Co Ltd
Priority to CN 200510003856 priority Critical patent/CN1777283A/en
Publication of CN1777283A publication Critical patent/CN1777283A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention relates to a video signal encoding/decoding method based on a mini-size 8X8 data block. The characteristic is that while encoding a frame it firstly encodes brightness data according to the order of upper-to-lower and left-to-right in turn, and then encodes the two colority data of Cb and Cr in turn in same means. When encodes colority data, if adopting in-frame prediction it will not consult the coding result of brightness data, if adopting frame-to-frame prediction it can use the moment vectors of several brightness mini-size block at same space position to predict the present colority mini-size block moment vector. It also can use other method to define a moment vector for the colority mini-size block. Advantages: simple encoding method and raised compression efficiency of video signal.

Description

Video signal coding/decoding method based on micro-block
Technical Field
The invention belongs to the technical field of video coding and decoding in signal processing, and particularly relates to a video signal coding/decoding method based on microblocks.
Background
The advent of video telephones, teleconferencing systems, video on demand systems, and other systems for transmitting moving images has led to international standardization of the methods for encoding such images. H.261, H.263 and H.264, as well as MPEG-1, MPEG-2 and MPEG-3, as defined by the motion Picture experts group, are compression standards for such images, some of which have been adopted by the world Standard organization. Among these standards, prediction is one of the most important techniques, and prediction methods are generally classified into intra prediction and inter prediction, and a macroblock (16 × 16 image pixel block) is a basic unit of prediction and encoding/decoding. Macroblocks, which are composed of a luminance component of a portion of the image and a color difference component spatially correlated with this portion, are in various formats, the most common format being expressed by the term 4:2:0, which means that each macroblock contains 4 luminance pixels 8 x 8, each luminance pixel being 8 bits, and 2 chrominance pixels 8 x 8, each chrominance pixel being 8 bits.
The inter-frame prediction method uses these rectangular block-sized original images (original input images), i.e., original image blocks, to perform motion estimation in a reference image (an image used as a reference in a previously encoded reconstructed frame), and obtains a best matching image block of the original image block as a prediction result. In the intra-frame prediction method, a rectangular block which is coded around a rectangular block to be coded is utilized in a current coding frame, and a predicted rectangular block obtained by predicting the rectangular block to be coded is used as a prediction result. In the h.264 video coding standard, inter-coding uses macroblock partitioning and sub-partitioning methods of different sizes, and supports 7 inter-coding modes of different macroblock sizes, i.e., each macroblock can be partitioned according to 16 pixels by 16 pixels, 16 pixels by 8 pixels, 8 pixels by 16 pixels, and 8 pixels by 8 pixels, and if the macroblock mode of 8 pixels by 8 pixels is selected, macroblock sub-partitioning can be performed according to 8 pixels by 4 pixels, 4 pixels by 8 pixels, or 4 pixels by 4 pixels. During encoding, the encoder performs motion search on each possible macroblock mode, calculates the cost of each possible macroblock mode, and then finds the macroblock mode with the smallest cost. For intra-frame coding, the macroblock modes are more, so that the block neighborhood relation and intra-frame prediction and coding and decoding become complicated.
Disclosure of Invention
The invention provides a video signal coding/decoding method based on micro-blocks, which aims to overcome the defect of complexity of the existing intra-frame coding/decoding. The invention utilizes the characteristics of the micro-block and combines coding methods such as 8 multiplied by 8 and 4 multiplied by 4 adaptive transformation, context-based arithmetic coding, multi-reference frame prediction, frame field adaptation, sub-pixel interpolation, adaptive interpolation filter and the like, thereby effectively improving the compression efficiency of video signals.
The technical scheme adopted by the invention is as follows: a video signal coding/decoding method based on micro-block is characterized in that the micro-block is an 8 x 8 data block, the 8 x 8 data block corresponds to a pixel square of 8 pixels x 8 pixels on an image;
the encoding/decoding method comprises the steps of encoding and decoding microblocks with brightness data in each frame; wherein,
when in coding: firstly, coding luminance data, and sequentially coding the luminance data from top to bottom and from left to right by taking a micro-block as a unit; if the micro-block has chroma data, sequentially coding the chroma data with two chroma Cb and Cr, and sequentially coding the chroma data from top to bottom and from left to right by taking the micro-block as a unit;
and (3) decoding: firstly, decoding luminance data, and sequentially decoding the luminance data from top to bottom and from left to right by taking a micro block as a unit; if the frame contains chroma data, sequentially decoding the data of two chroma Cb and Cr, and sequentially decoding the data from top to bottom and from left to right by taking a micro-block as a unit;
in the above method for encoding/decoding a video signal based on a micro-block, the 8 × 8 data block is chrominance data and/or luminance data.
The above-mentioned a video signal encoding/decoding method based on micro-blocks, wherein,
the brightness coding comprises the following steps:
(1) determining whether a prediction mode of a current micro block is intra prediction or inter prediction;
(2) determining a segmentation mode of the current micro-block, and segmenting the current micro-block into one, two or four sub-blocks according to the determined segmentation mode;
(3) if the intra prediction mode is determined, determining the intra prediction mode for each block; if the prediction is the inter prediction, determining a motion vector for each block;
(4) transforming the prediction residual;
(5) quantizing the transform coefficients;
(6) entropy coding the partition mode, the prediction mode or the motion vector and the quantized transform coefficient;
(7) and (4) repeating the steps (1) to (6) until all the luminance micro-blocks are coded.
The above-mentioned a video signal encoding/decoding method based on micro-blocks, wherein,
the chroma encoding includes encoding of two chroma components, including the steps of:
(1) determining whether a prediction mode of a current micro block is intra prediction or inter prediction;
(2) determining a segmentation mode of the current micro-block, and segmenting the current micro-block into one, two or four sub-blocks according to the determined segmentation mode;
(3) if the intra prediction mode is determined, determining the intra prediction mode for each block; if the prediction is the inter prediction, determining a motion vector for each block;
(4) transforming the prediction residual:
(5) quantizing the transform coefficients;
(6) entropy coding the partition mode, the prediction mode or the motion vector and the quantized transform coefficient;
(7) repeating the steps (1) to (6) until all the micro blocks complete the coding of the first chroma component;
(8) repeating the steps (1) to (7) once to finish the second chroma component coding.
In the method for encoding/decoding a video signal based on a macroblock, the partition mode of the current macroblock is determined as 8 × 8, 8 × 4, 4 × 8 or 4 × 4 in the luminance encoding step (2) and the chrominance encoding step (2).
The above-mentioned a video signal encoding/decoding method based on micro-blocks, wherein,
the luminance decoding comprises the following steps:
(1) carrying out variable length code decoding or arithmetic decoding on the micro-block to obtain data comprising a micro-block coding mode, a partition mode, a prediction mode or a motion vector and a quantized transformation coefficient;
(2) calculating a predicted value according to the prediction mode or the motion vector obtained in the step (1);
(3) performing inverse quantization and inverse transformation according to the predicted value in the step (2) and calculating a residual value;
(4) adding the predicted value and the residual value obtained in the steps (2) and (3) to obtain a value of a decoding micro-block;
(5) repeating the steps (1) to (4) until all luminance microblocks are decoded.
The above-mentioned a video signal encoding/decoding method based on micro-blocks, wherein,
the chroma decoding comprises decoding two chroma components, and comprises the following steps:
(1) performing variable length code decoding or arithmetic decoding to obtain data including a micro-block coding mode, a partition mode, a prediction mode or a motion vector and a quantized transform coefficient;
(2) calculating a predicted value according to the prediction mode or the motion vector obtained in the step (1);
(3) performing inverse quantization and inverse transformation according to the predicted value obtained in the step (2), and calculating a residual value;
(4) adding the predicted value and the residual value obtained in the steps (2) and (3) to obtain a value of the decoded micro block;
(5) repeating the steps (1) to (4) until the first chrominance components of all the chrominance microblocks are decoded;
(6) repeating the steps (1) to (4) until the second chrominance components of all the chrominance microblocks are decoded.
In the method for encoding/decoding a video signal based on a macroblock, when encoding a frame, the macroblock may be further divided into three modes, i.e., 8 × 4, 4 × 8, and 4 × 4, for encoding luminance data, whether intra prediction or inter prediction; when encoding chroma data, whether intra-prediction or inter-prediction, the microblocks are not further divided.
In the above method for encoding/decoding a video signal based on microblocks, if the chroma data is encoded by intra prediction, the encoding result of the luma data is not referred to; in case of inter prediction, the motion vector of the current chroma microblock is predicted using the motion vectors of several luma microblocks that are spatially identical, or a motion vector is transmitted separately for the chroma microblocks or a difference component is transmitted.
Drawings
The specific characteristic features of the present invention are further described by the following embodiments and the drawings thereof.
Fig. 1 is a schematic diagram of a frame data structure according to the present invention.
Fig. 2 is an enlarged schematic view of one of the microblocks of fig. 1.
FIG. 3 is a flow chart of one embodiment of an encoding process of the microblock-based encoding method of the present invention.
FIG. 4 is a flow diagram of one embodiment of a decoding process of the microblock-based encoding method of the present invention.
Detailed Description
Please refer to fig. 1 and fig. 2. Fig. 1 is a schematic diagram of a frame data structure, and fig. 2 is an enlarged schematic diagram of a micro block in the frame. The microblock 100 according to the present invention is obtained by dividing the data in the frame into blocks of 8 × 8 luma or chroma sampling data, where the 8 × 8 data blocks correspond to 8 × 8 pixel blocks on the image.
The invention relates to a coding/decoding method based on micro-blocks. When a frame is coded, firstly, coding luminance data, and sequentially coding the luminance data from top to bottom and from left to right by taking a micro-block as a unit; if the chroma data exists, the data of the two chroma Cb and Cr are coded in sequence, and the data are also coded in sequence from top to bottom and from left to right by taking the micro-block as a unit. When encoding luminance data, whether intra prediction or inter prediction, a macroblock can be further divided into three modes, i.e., 8 × 4, 4 × 8, and 4 × 4. When encoding chroma data, whether intra-prediction or inter-prediction, the microblocks are not further divided. When encoding chroma data, if the chroma data is intra-frame prediction, the encoding result of the brightness data is not referred to; if the prediction is inter-frame prediction, the motion vector of the current chroma microblock can be predicted by using the motion vectors of several luma microblocks with the same spatial position, and a motion vector can be transmitted for the chroma microblock separately or a difference component can be transmitted. The technical scheme of the invention is further explained by combining the figures 3 and 4 and specific embodiments.
FIG. 3 is a flow chart of one embodiment of an encoding process of the microblock-based encoding method of the present invention. As shown in fig. 3, this embodiment includes the steps of:
1) the macroblock is used as a prediction basic unit, and may be luminance data or chrominance data.
2) Performing luminance encoding, comprising the steps of:
(1) determining a prediction mode of the current micro block, namely intra prediction or inter prediction;
(2) determining a segmentation mode of the current micro-block, i.e. 8 × 8, 8 × 4, 4 × 8 or 4 × 4:
(3) if intra prediction, an intra prediction mode is determined for each partition. For example, one prediction mode with the best prediction effect can be selected from 5 intra-frame prediction modes such as direct current prediction, vertical prediction, horizontal prediction, and positive and negative 45-degree two-direction prediction as the prediction mode of the block; in the case of inter prediction, a motion vector is determined for each partition. For example, a full search method can be adopted to search in a 48 × 48 pixel range, the precision is one-fourth pixel, and the interpolation of a position which matches best and the position of the block is used as the motion vector of the block;
(4) the prediction residual is transformed. For example, 8 × 8DCT can be employed;
(5) the transform coefficients are quantized. The quantization can be divided into 64 quantization levels, and one quantization level or a designated quantization level is selected for quantization according to the requirement of a code rate;
(6) entropy coding is carried out on the partition mode, the prediction mode or the motion vector and the quantized transformation coefficient, wherein the entropy coding can adopt a variable length code table or arithmetic coding;
(7) repeating the steps (1) to (6) until all the luminance micro-blocks are encoded;
3) performing chroma encoding, comprising the steps of:
(1) determining a prediction mode of the current micro block, namely intra prediction or inter prediction;
(2) determining a segmentation mode of the current micro-block, i.e. 8 × 8, 8 × 4, 4 × 8 or 4 × 4:
(3) if the prediction mode is intra-frame prediction, determining an intra-frame prediction mode; if inter prediction, a motion vector is determined. For example, one prediction mode with the best prediction effect can be selected from 5 intra-frame prediction modes such as direct current prediction, vertical prediction, horizontal prediction, and positive and negative 45-degree two-direction prediction as the prediction mode of the block; in the case of inter prediction, a motion vector is determined for each partition. For example, a full search method can be adopted to search in a 48 × 48 pixel range, the precision is one-fourth pixel, and the interpolation of a position which matches best and the position of the block is used as the motion vector of the block;
(4) the prediction residual is transformed. For example, 8 × 8DCT can be employed;
(5) quantizing the transform coefficients;
(6) entropy coding is carried out on the partition mode, the prediction mode or the motion vector and the quantized transformation coefficient, wherein the entropy coding can adopt a variable length code table or arithmetic coding;
(7) repeating the steps (1) to (6) until all the micro blocks are coded;
(8) repeating the steps (1) to (7) once to finish the second chroma component coding;
fig. 3 is a flow chart of one embodiment of the decoding process of the microblock-based encoding method of the present invention. As shown in fig. 3, this embodiment includes the steps of:
1) luminance decoding
Performing variable length code decoding or arithmetic decoding to obtain a micro-block coding mode, a partition mode, a prediction mode or a motion vector, a quantized transform coefficient and the like;
calculating a prediction value according to the prediction mode or the motion vector;
(3) carrying out inverse quantization and inverse transformation, and calculating residual values;
(4) adding the predicted value and the residual value to obtain a value of the decoded micro block;
(5) repeating the steps (1) to (4) until all luminance tiles are decoded;
2) chroma decoding:
performing variable length code decoding or arithmetic decoding (a specific algorithm is determined by a coding end) to obtain a micro-block coding mode, a partition mode, a prediction mode or a motion vector, a quantized transform coefficient and the like;
calculating a predicted value according to the prediction mode or the motion vector, wherein a specific algorithm is determined by a coding end;
carrying out inverse quantization and inverse transformation, and calculating residual values, wherein a specific algorithm is determined by a coding end;
adding the predicted value and the residual value to obtain a value of the decoded micro block;
repeating the steps (1) to (4) until all the chroma microblocks are decoded.
The invention uses the characteristics of the micro-block to simplify the coding and decoding method and effectively improve the compression efficiency of the video signal.

Claims (9)

1. A video signal coding/decoding method based on micro-block is characterized in that the micro-block is an 8 x 8 data block, the 8 x 8 data block corresponds to a pixel square of 8 pixels x 8 pixels on an image;
the encoding/decoding method comprises the steps of encoding and decoding the micro-block of the brightness data in each frame, and if the frame contains chroma data, sequentially encoding and decoding the micro-blocks of two chroma Cb and Cr; wherein,
when in coding: firstly, encoding brightness data, and sequentially encoding the brightness data from top to bottom and from left to right by taking a micro-block as a unit; if the frame contains chroma data, sequentially coding the data of two chroma Cb and Cr, and sequentially coding the data from top to bottom and from left to right by taking a micro-block as a unit;
and (3) decoding: firstly, decoding luminance data, and sequentially decoding the luminance data from top to bottom and from left to right by taking a micro block as a unit; if the frame contains chroma data, sequentially decoding the data of two chroma Cb and Cr, and sequentially decoding the data from top to bottom and from left to right by taking a micro-block as a unit;
2. a macroblock as defined in claim 1, wherein the 8 x 8 data block is either luma data or chroma Cb or Cr data, but does not contain both luma data and chroma data, nor both chroma Cb and Cr data.
3. A method for coding/decoding a video signal based on micro-blocks according to claim 1,
the brightness coding comprises the following steps:
(1) determining whether a prediction mode of a current micro block is intra prediction or inter prediction;
(2) determining a segmentation mode of the current micro-block, and segmenting the current micro-block into one, two or four sub-blocks according to the determined segmentation mode;
(3) if the intra prediction mode is determined, determining the intra prediction mode for each block; if the prediction is the inter prediction, determining a motion vector for each block;
(4) transforming the prediction residual;
(5) quantizing the transform coefficients;
(6) entropy coding the partition mode, the prediction mode, the motion vector and the quantized transform coefficient;
(7) and (4) repeating the steps (1) to (6) until all the luminance micro-blocks are coded.
4. A method for coding/decoding a video signal based on micro-blocks according to claim 1,
the chroma encoding includes encoding of two chroma components, including the steps of:
(1) determining whether a prediction mode of a current micro block is intra prediction or inter prediction;
(2) determining a segmentation mode of the current micro-block, and segmenting the current micro-block into one, two or four sub-blocks according to the determined segmentation mode;
(3) if the intra prediction mode is determined, determining the intra prediction mode for each block; if the prediction is the inter prediction, determining a motion vector for each block;
(4) transforming the prediction residual:
(5) quantizing the transform coefficients;
(6) entropy coding the partition mode, the prediction mode, the motion vector and the quantized transform coefficient;
(7) repeating the steps (1) to (6) until all the micro blocks complete the coding of the first chroma component;
(8) repeating the steps (1) to (7) once to finish the second chroma component coding.
5. A method for encoding/decoding a macroblock-based video signal as claimed in claim 3 or 4, wherein the luminance encoding step (2) and the chrominance encoding step (2) determine the current macroblock partition mode to be 8 x 8, 8 x 4, 4 x 8 or 4 x 4 mode.
6. A method for coding/decoding a video signal based on micro-blocks according to claim 1,
the luminance decoding comprises the following steps:
(1) entropy decoding the micro-block to obtain data comprising a micro-block coding mode, a partition mode, a prediction mode or a motion vector and a quantized transform coefficient;
(2) calculating a predicted value according to the prediction mode and the motion vector obtained in the step (1);
(3) carrying out inverse quantization and inverse transformation according to the transformation coefficient obtained in the step (1), and calculating a residual value;
(4) adding the predicted value and the residual value obtained in the steps (2) and (3) to obtain a value of a decoding micro-block;
(5) repeating the steps (1) to (4) until all luminance microblocks are decoded.
7. A method for coding/decoding a video signal based on micro-blocks according to claim 1,
the chroma decoding comprises decoding two chroma components, and comprises the following steps:
(1) entropy decoding is carried out to obtain data comprising a micro-block coding mode, a partition mode, a prediction mode, a motion vector and a quantized transformation coefficient;
(2) calculating a predicted value according to the prediction mode or the motion vector obtained in the step (1);
(3) carrying out inverse quantization and inverse transformation according to the transformation coefficient obtained in the step (1), and calculating a residual value;
(4) adding the predicted value and the residual value obtained in the steps (2) and (3) to obtain a value of the decoded micro block;
(5) repeating the steps (1) to (4) until all the tiles of the first chroma of the decoded frame are decoded;
(6) repeating the steps (1) to (4) until all the tiles of the second chroma of the decoded frame are decoded.
8. The method of claim 1, wherein when encoding a frame, the microblock is further divided into three modes, i.e., 8 × 4, 4 × 8 and 4 × 4, for encoding luminance data, whether intra-frame prediction or inter-frame prediction; when encoding chroma data, whether intra-prediction or inter-prediction, the microblocks are not further divided.
9. The method of claim 1, wherein said chroma data is encoded without referring to the result of encoding the luma data if it is intra-prediction; in case of inter prediction, the motion vector of the current chroma microblock is predicted using the motion vectors of several luma microblocks that are spatially identical, or a motion vector is transmitted separately for the chroma microblocks or a difference component is transmitted.
CN 200510003856 2004-12-31 2004-12-31 Microblock based video signal coding/decoding method Pending CN1777283A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200510003856 CN1777283A (en) 2004-12-31 2004-12-31 Microblock based video signal coding/decoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200510003856 CN1777283A (en) 2004-12-31 2004-12-31 Microblock based video signal coding/decoding method

Publications (1)

Publication Number Publication Date
CN1777283A true CN1777283A (en) 2006-05-24

Family

ID=36766542

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200510003856 Pending CN1777283A (en) 2004-12-31 2004-12-31 Microblock based video signal coding/decoding method

Country Status (1)

Country Link
CN (1) CN1777283A (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102387358A (en) * 2010-08-27 2012-03-21 无锡中星微电子有限公司 Intra-frame macroblock coding method and decoding method and coder and decoder thereof
CN102413325A (en) * 2010-09-25 2012-04-11 富士通株式会社 Picture coding method and system
WO2013067667A1 (en) * 2011-11-07 2013-05-16 Intel Corporation Cross-channel residual prediction
CN103392341A (en) * 2010-12-23 2013-11-13 三星电子株式会社 Method and device for encoding intra prediction mode for image prediction unit, and method and device for decoding intra prediction mode for image prediction unit
CN104023238A (en) * 2011-11-07 2014-09-03 英特尔公司 Cross-channel residue prediction
CN104081777A (en) * 2012-01-30 2014-10-01 高通股份有限公司 Residual quad tree (rqt) coding for video coding
CN105791834A (en) * 2011-06-23 2016-07-20 Jvc建伍株式会社 Picture decoding device and picture decoding method
CN107197248A (en) * 2011-11-25 2017-09-22 英孚布瑞智有限私人贸易公司 For the method to colourity image decoding
CN107343204A (en) * 2011-10-17 2017-11-10 株式会社Kt Utilize the method for decoding apparatus decoding video signal
CN107509078A (en) * 2012-04-16 2017-12-22 韩国电子通信研究院 Method for decoding video signal
CN107770533A (en) * 2011-11-04 2018-03-06 英孚布瑞智有限私人贸易公司 The decoding device of video data
CN110087089A (en) * 2013-11-27 2019-08-02 寰发股份有限公司 Video coding-decoding method for color video data
CN110636297A (en) * 2018-06-21 2019-12-31 北京字节跳动网络技术有限公司 Component dependent sub-block partitioning
CN110691250A (en) * 2013-10-12 2020-01-14 洪学文 Image compression apparatus combining block matching and string matching
CN110730349A (en) * 2018-07-17 2020-01-24 北京字节跳动网络技术有限公司 Constraints for tiles
CN110868590A (en) * 2018-08-28 2020-03-06 华为技术有限公司 Image dividing method and device
CN111010572A (en) * 2018-12-04 2020-04-14 北京达佳互联信息技术有限公司 Video coding method, device and equipment
CN112655206A (en) * 2018-08-24 2021-04-13 三星电子株式会社 Video decoding method and apparatus, and video encoding method and apparatus
CN113301335A (en) * 2021-05-28 2021-08-24 上海国茂数字技术有限公司 Video signal encoding and decoding method
US11172196B2 (en) 2018-09-24 2021-11-09 Beijing Bytedance Network Technology Co., Ltd. Bi-prediction with weights in video coding and decoding
US11197003B2 (en) 2018-06-21 2021-12-07 Beijing Bytedance Network Technology Co., Ltd. Unified constrains for the merge affine mode and the non-merge affine mode
CN113784124A (en) * 2014-01-01 2021-12-10 上海天荷电子信息有限公司 Block matching encoding and decoding method using multi-shape subblocks for fine division
US11202081B2 (en) 2018-06-05 2021-12-14 Beijing Bytedance Network Technology Co., Ltd. Interaction between IBC and BIO
US11792421B2 (en) 2018-11-10 2023-10-17 Beijing Bytedance Network Technology Co., Ltd Rounding in pairwise average candidate calculations

Cited By (74)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102387358A (en) * 2010-08-27 2012-03-21 无锡中星微电子有限公司 Intra-frame macroblock coding method and decoding method and coder and decoder thereof
CN102413325A (en) * 2010-09-25 2012-04-11 富士通株式会社 Picture coding method and system
CN102413325B (en) * 2010-09-25 2014-09-10 富士通株式会社 Picture coding method and system
US10021384B2 (en) 2010-12-23 2018-07-10 Samsung Electronics Co., Ltd. Method and device for encoding intra prediction mode for image prediction unit, and method and device for decoding intra prediction mode for image prediction unit
US11509899B2 (en) 2010-12-23 2022-11-22 Samsung Electronics Co., Ltd. Method and device for encoding intra prediction mode for image prediction unit, and method and device for decoding intra prediction mode for image prediction unit
CN103392341A (en) * 2010-12-23 2013-11-13 三星电子株式会社 Method and device for encoding intra prediction mode for image prediction unit, and method and device for decoding intra prediction mode for image prediction unit
US11070811B2 (en) 2010-12-23 2021-07-20 Samsung Electronics Co., Ltd. Method and device for encoding intra prediction mode for image prediction unit, and method and device for decoding intra prediction mode for image prediction unit
US10630986B2 (en) 2010-12-23 2020-04-21 Samsung Electronics Co., Ltd. Method and device for encoding intra prediction mode for image prediction unit, and method and device for decoding intra prediction mode for image prediction unit
CN105812806A (en) * 2011-06-23 2016-07-27 Jvc建伍株式会社 Image decoding device and image decoding method
CN105812807B (en) * 2011-06-23 2018-01-16 Jvc 建伍株式会社 Picture coding device and method for encoding images
CN105791834A (en) * 2011-06-23 2016-07-20 Jvc建伍株式会社 Picture decoding device and picture decoding method
CN105812807A (en) * 2011-06-23 2016-07-27 Jvc建伍株式会社 Image encoding device and image encoding method
CN107071428A (en) * 2011-06-23 2017-08-18 Jvc 建伍株式会社 Picture coding device and method for encoding images
US10869033B2 (en) 2011-06-23 2020-12-15 JVC Kenwood Corporation Picture coding device, picture coding method, picture coding program
CN105812806B (en) * 2011-06-23 2019-04-26 Jvc 建伍株式会社 Picture decoding apparatus and picture decoding method
US10009607B2 (en) 2011-06-23 2018-06-26 JVS KENWOOD Corporation Picture coding device, picture coding method and picture coding program
US10412384B2 (en) 2011-06-23 2019-09-10 JVC Kenwood Corporation Picture coding device, picture coding method, picture coding program
CN105791834B (en) * 2011-06-23 2018-01-02 Jvc 建伍株式会社 Picture decoding apparatus and picture decoding method
CN105791835A (en) * 2011-06-23 2016-07-20 Jvc建伍株式会社 Picture coding device and picture coding method
CN107483930B (en) * 2011-10-17 2020-03-06 株式会社Kt Method for decoding video signal using decoding apparatus
CN107483930A (en) * 2011-10-17 2017-12-15 株式会社Kt Utilize the method for decoding apparatus decoding video signal
CN107343204A (en) * 2011-10-17 2017-11-10 株式会社Kt Utilize the method for decoding apparatus decoding video signal
CN107770533A (en) * 2011-11-04 2018-03-06 英孚布瑞智有限私人贸易公司 The decoding device of video data
US10659777B2 (en) 2011-11-07 2020-05-19 Intel Corporation Cross-channel residual prediction
US10075709B2 (en) 2011-11-07 2018-09-11 Intel Corporation Cross-channel residual prediction
CN104023238B (en) * 2011-11-07 2018-11-16 英特尔公司 Across channel residual prediction
US10015485B2 (en) 2011-11-07 2018-07-03 Intel Corporation Cross-channel residual prediction
CN103918265A (en) * 2011-11-07 2014-07-09 英特尔公司 Cross-channel residual prediction
WO2013067667A1 (en) * 2011-11-07 2013-05-16 Intel Corporation Cross-channel residual prediction
CN104023238A (en) * 2011-11-07 2014-09-03 英特尔公司 Cross-channel residue prediction
CN107197248A (en) * 2011-11-25 2017-09-22 英孚布瑞智有限私人贸易公司 For the method to colourity image decoding
CN107197248B (en) * 2011-11-25 2020-03-03 英孚布瑞智有限私人贸易公司 Method for decoding chrominance image
CN104081777A (en) * 2012-01-30 2014-10-01 高通股份有限公司 Residual quad tree (rqt) coding for video coding
CN104081777B (en) * 2012-01-30 2018-06-01 高通股份有限公司 Video data is encoded or decoded method, apparatus, equipment and nonvolatile computer-readable media
US11647184B2 (en) 2012-04-16 2023-05-09 Electronics And Telecommunications Research Institute Encoding method and decoding method, and device using same
CN107509078A (en) * 2012-04-16 2017-12-22 韩国电子通信研究院 Method for decoding video signal
US11616951B2 (en) 2012-04-16 2023-03-28 Electronics And Telecommunications Research Institute Encoding method and decoding method, and device using same
US11595643B2 (en) 2012-04-16 2023-02-28 Electronics And Telecommunications Research Institute Encoding method and decoding method, and device using same
US11652989B2 (en) 2012-04-16 2023-05-16 Electronics And Telecommunications Research Institute Encoding method and decoding method, and device using same
US11997263B2 (en) 2012-04-16 2024-05-28 Electronics And Telecommunications Research Institute Encoding method and decoding method, and device implementing the same
US12010300B2 (en) 2012-04-16 2024-06-11 Electronics And Telecommunications Research Institute Encoding method and decoding method, and device implementing the same
US11323699B2 (en) 2012-04-16 2022-05-03 Electronics And Telecommunications Research Institute Encoding method and decoding method, and device using same
CN110691250B (en) * 2013-10-12 2022-04-08 广州中广国科测控技术有限公司 Image compression apparatus combining block matching and string matching
CN110691250A (en) * 2013-10-12 2020-01-14 洪学文 Image compression apparatus combining block matching and string matching
CN110087089A (en) * 2013-11-27 2019-08-02 寰发股份有限公司 Video coding-decoding method for color video data
CN110087089B (en) * 2013-11-27 2023-03-10 寰发股份有限公司 Video coding and decoding method for color video data
CN113784124A (en) * 2014-01-01 2021-12-10 上海天荷电子信息有限公司 Block matching encoding and decoding method using multi-shape subblocks for fine division
CN113784124B (en) * 2014-01-01 2024-03-19 上海天荷电子信息有限公司 Block matching encoding and decoding method for fine division using multi-shape sub-blocks
US11523123B2 (en) 2018-06-05 2022-12-06 Beijing Bytedance Network Technology Co., Ltd. Interaction between IBC and ATMVP
US11202081B2 (en) 2018-06-05 2021-12-14 Beijing Bytedance Network Technology Co., Ltd. Interaction between IBC and BIO
US11831884B2 (en) 2018-06-05 2023-11-28 Beijing Bytedance Network Technology Co., Ltd Interaction between IBC and BIO
US11509915B2 (en) 2018-06-05 2022-11-22 Beijing Bytedance Network Technology Co., Ltd. Interaction between IBC and ATMVP
US11973962B2 (en) 2018-06-05 2024-04-30 Beijing Bytedance Network Technology Co., Ltd Interaction between IBC and affine
US11968377B2 (en) 2018-06-21 2024-04-23 Beijing Bytedance Network Technology Co., Ltd Unified constrains for the merge affine mode and the non-merge affine mode
US11197003B2 (en) 2018-06-21 2021-12-07 Beijing Bytedance Network Technology Co., Ltd. Unified constrains for the merge affine mode and the non-merge affine mode
US11197007B2 (en) 2018-06-21 2021-12-07 Beijing Bytedance Network Technology Co., Ltd. Sub-block MV inheritance between color components
US11659192B2 (en) 2018-06-21 2023-05-23 Beijing Bytedance Network Technology Co., Ltd Sub-block MV inheritance between color components
CN110636297A (en) * 2018-06-21 2019-12-31 北京字节跳动网络技术有限公司 Component dependent sub-block partitioning
US11477463B2 (en) 2018-06-21 2022-10-18 Beijing Bytedance Network Technology Co., Ltd. Component-dependent sub-block dividing
US11895306B2 (en) 2018-06-21 2024-02-06 Beijing Bytedance Network Technology Co., Ltd Component-dependent sub-block dividing
CN110730349A (en) * 2018-07-17 2020-01-24 北京字节跳动网络技术有限公司 Constraints for tiles
CN110730349B (en) * 2018-07-17 2023-12-29 北京字节跳动网络技术有限公司 Constraint for microblocks
US11979576B2 (en) 2018-08-24 2024-05-07 Samsung Electronics Co., Ltd. Video decoding method and apparatus, and video encoding method and apparatus
US12047580B2 (en) 2018-08-24 2024-07-23 Samsung Electronics Co., Ltd. Video decoding method and apparatus, and video encoding method and apparatus
CN112655206A (en) * 2018-08-24 2021-04-13 三星电子株式会社 Video decoding method and apparatus, and video encoding method and apparatus
US11962780B2 (en) 2018-08-24 2024-04-16 Samsung Electronics Co., Ltd. Video decoding method and apparatus, and video encoding method and apparatus
CN110868590A (en) * 2018-08-28 2020-03-06 华为技术有限公司 Image dividing method and device
CN110868590B (en) * 2018-08-28 2024-01-30 华为技术有限公司 Image dividing method and device
US11616945B2 (en) 2018-09-24 2023-03-28 Beijing Bytedance Network Technology Co., Ltd. Simplified history based motion vector prediction
US11172196B2 (en) 2018-09-24 2021-11-09 Beijing Bytedance Network Technology Co., Ltd. Bi-prediction with weights in video coding and decoding
US11202065B2 (en) 2018-09-24 2021-12-14 Beijing Bytedance Network Technology Co., Ltd. Extended merge prediction
US11792421B2 (en) 2018-11-10 2023-10-17 Beijing Bytedance Network Technology Co., Ltd Rounding in pairwise average candidate calculations
CN111010572A (en) * 2018-12-04 2020-04-14 北京达佳互联信息技术有限公司 Video coding method, device and equipment
CN113301335A (en) * 2021-05-28 2021-08-24 上海国茂数字技术有限公司 Video signal encoding and decoding method

Similar Documents

Publication Publication Date Title
CN1777283A (en) Microblock based video signal coding/decoding method
JP5905613B2 (en) Video decoding device
CN105959706B (en) Image encoding device and method, and image decoding device and method
CN1200568C (en) Optimum scanning method for change coefficient in coding/decoding image and video
KR101622450B1 (en) Video encoding and decoding using transforms
Cai et al. Lossy and lossless intra coding performance evaluation: HEVC, H. 264/AVC, JPEG 2000 and JPEG LS
US10820000B2 (en) Image coding device, image decoding device, image coding method, and image decoding method
CN108093261B (en) Image decoding device
CN1784015A (en) Inage predicting encoding method in frame
WO2013108684A1 (en) Video image decoding device, video image and coding device, video image decoding method and video image coding method
CN1728833A (en) The method and apparatus that is used for scalable coding and decoding color video
CN1809168A (en) Prediction intra-mode selection in an encoder
CN1719735A (en) Method or device for coding a sequence of source pictures
CN1949877A (en) Adaptive quantization controller and method thereof
JP2022176940A (en) Method and apparatus for color conversion in VVC
CN1589023A (en) Coding and decoding method and device for multiple coded list lengthening based on context
WO2014049981A1 (en) Video encoding device, video decoding device, video encoding method and video decoding method
CN114786019A (en) Image prediction method, encoder, decoder, and storage medium
CN101742301B (en) Block mode coding method and device
KR100677118B1 (en) Motion estimation method and apparatus thereof
CN1224270C (en) Frame coding method of inter-frame coding frame for two stage predicting coding of macro block group structure
KR20170114598A (en) Video coding and decoding methods using adaptive cross component prediction and apparatus
CN100337481C (en) A MPEG-2 to AVS video code stream conversion method and apparatus
CN113132734B (en) Encoding and decoding method, device and equipment
CN1859574A (en) Method for determining predicting mode in increased layer frame and coding and decoding device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication