WO2016054985A1 - 图像编码、解码方法及装置 - Google Patents
图像编码、解码方法及装置 Download PDFInfo
- Publication number
- WO2016054985A1 WO2016054985A1 PCT/CN2015/091124 CN2015091124W WO2016054985A1 WO 2016054985 A1 WO2016054985 A1 WO 2016054985A1 CN 2015091124 W CN2015091124 W CN 2015091124W WO 2016054985 A1 WO2016054985 A1 WO 2016054985A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- copy
- decoding
- coding
- pixel
- code stream
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
Definitions
- the present invention relates to a digital video compression coding and decoding system, and in particular to an image coding and decoding method and apparatus.
- the natural form of a digital video signal of a screen image is a sequence of images.
- Encoding a digital video signal encodes a frame by frame image. At any one time, the image of the frame being encoded is referred to as the current encoded image.
- decoding a code stream (a bit stream, also referred to as a bit stream) of a digital video signal is decoding a code stream of one frame by one frame of image. At any one time, the image of the frame being decoded is referred to as the current decoded image.
- the current encoded image or the currently decoded image is collectively referred to as the current image.
- coding unit In almost all international standards for video image coding, such as MPEG-1/2/4, H.264/AVC, and HEVC, when encoding one frame of image, one frame of image is divided into sub-images of several blocks of MxM pixels. It is a "Coding Unit (CU)", and the sub-pictures are coded one by one with CU as the basic coding unit.
- the size of the commonly used M is 4, 8, 16, 32, 64. Therefore, encoding a video image sequence is to encode one CU for each coding unit of each frame image, that is, CU. At any one time, the CU being coded is referred to as the current coded CU.
- decoding the code stream of a video image sequence is also decoding one CU for each CU of each frame image, and finally reconstructing the entire video image sequence.
- the CU being decoded is referred to as the currently decoded CU.
- the current coding CU or the current decoding CU is collectively referred to as the current CU.
- each CU in one frame of image can be different, some are 8x8, some are 64x64, and so on.
- LCUs Large Coding Units
- One of the LCUs consists of three 32x32 pixel CUs and four 16x16 pixel CUs.
- the other LCU consists of two 32x32 pixel CUs, three 16x16 pixel CUs, and 20 8x8 pixel CUs. Since each CU in an LCU has a tree structure, another name of the LCU is a Coding Tree Unit (CTU). In the HEVC international standard, the LCU is synonymous with the CTU.
- CTU Coding Tree Unit
- the CU can also be further divided into sub-areas.
- Sub-regions include, but are not limited to, prediction units (PUs), transform units (TUs), asymmetric partitions (AMPs).
- PUs prediction units
- TUs transform units
- AMPs asymmetric partitions
- a CU i.e., a coding unit
- HEVC HEVC
- the other meaning is an area in one frame of image.
- a coding block or a decoding block refers to an area in which a frame image is encoded or decoded.
- a color pixel usually consists of three components.
- the two most commonly used pixel color formats are the GBR color format consisting of a green component, a blue component, and a red component, and a YUV color consisting of a luma component and two chroma components. format.
- the color format commonly known as YUV actually includes multiple color formats, such as the YCbCr color format. Therefore, when encoding a CU, a CU can be divided into three component planes (G plane, B plane, R plane or Y plane, U plane, V plane), and the three component planes are respectively coded; The three component bundles of one pixel are combined into one 3-tuple, and the CUs composed of these 3-tuples are encoded as a whole.
- the arrangement of the former pixel and its components is called the planar format of the image (and its CU), and the arrangement of the latter pixel and its components is called the stacked format of the image (and its CU). Format).
- the GBR color format and the YUV color format of the pixel are both 3-component representation formats of the pixel.
- the value of a pixel can also be represented by the index of the palette.
- the palette space stores the value or approximate value of the three components of the pixel that needs to be represented.
- the address of the palette is called the index of the pixel stored in this address.
- An index can represent one component of a pixel, and an index can also represent three components of a pixel.
- the palette can be one or more. In the case of multiple palettes, a complete index is actually composed of the palette number and the index of the numbered palette.
- the index representation format of a pixel is to represent this pixel with an index.
- the index representation format of a pixel is also referred to as an indexed color or a pseudo color representation format of a pixel in the prior art, or is often referred to directly as an indexed pixel or a pseudo pixel (pseudo). Pixel) or pixel index or index. Indexes are sometimes referred to as indices.
- the representation of a pixel in its index representation format is also referred to as indexing or indexing.
- CMYK presentation formats Other commonly used prior art pixel representation formats include CMYK presentation formats and grayscale representation formats.
- the YUV color format can be subdivided into several seed formats according to whether the chroma component is downsampled: a YUV 4:4:4 pixel color format consisting of 1 Y component, 1 U component, and 1 V component.
- the left and right adjacent pixels are composed of two Y components, one U component, and one V component in a YUV 4:2:2 pixel color format; four pixels arranged in a left and right adjacent position by 2x2 spatial position are composed of four pixels.
- YUV4: 2:0 pixel color format consisting of Y component, 1 U component, and 1 V component.
- a component is generally represented by a number of 8 to 16 bits.
- the YUV4:2:2 pixel color format and the YUV4:2:0 pixel color format are all downsampled for the YUV4:4:4 pixel color format.
- a pixel component is also referred to as a pixel sample or simply as a sample.
- the most basic element when encoding or decoding can be one pixel, one pixel component, or one pixel index (ie, index pixel).
- a pixel or a pixel component or an index pixel, which is the most basic element of encoding or decoding, is collectively referred to as a pixel sample, sometimes referred to as a pixel value, or simply as a sample.
- a CU is an area composed of a plurality of pixel values.
- the shape of the CU may be a rectangle, a square, a parallelogram, a trapezoid, a polygon, a circle, an ellipse, and the like.
- a rectangle also includes a rectangle whose width or height is one pixel value that degenerates into a line (ie, a line segment or a line shape).
- each CU may have a different shape and size.
- some or all of the CUs may overlap each other, or all CUs may not overlap each other.
- a CU may be composed of "pixels", or may be composed of "components of pixels", or may be composed of "index pixels", or may be composed of a mixture of the three, or may be mixed by any two of the three. composition.
- a notable feature of computer screen images is that there are often many similar or even identical pixel patterns within the same frame of image.
- Chinese or foreign text that often appears in computer screen images is composed of a few basic strokes, and many similar or identical strokes can be found in the same frame image.
- Menus, icons, etc. which are common in computer screen images, also have many similar or identical patterns. Therefore, the coding methods commonly used in existing image and video compression technologies include:
- Intra block copying is intra-frame block matching or intra-frame motion compensation or block copy or block matching
- Intra-frame micro-block copying means intra-frame micro-block matching or micro-block copying or micro-block matching
- the intra-frame lines (referred to as strips) copy that is, intra-frame matching or strip copying or strip matching;
- Intraframe string replication means intraframe string matching or string copying or string matching.
- the string here refers to arranging pixel samples in a 2-dimensional region of an arbitrary shape into a string whose length is much larger than the width (for example, a width of 1 pixel sample and a length of 37)
- a string or string of pixel samples having a length of 2 pixel samples and a length of 111 pixel samples, usually but not limited to length is an independent encoding or decoding parameter and width is a parameter derived from other encoding or decoding parameters) ;
- index copy first a pixel in a CU with a palette and its index to represent, and then copy and encode the index.
- screen images usually have regions of various natures, some have relatively large or regular shapes that are similar or identical to each other, while others have small or irregularly shaped patterns that are similar or identical to each other.
- Each of the above coding methods is applicable only to an image region of a certain nature, and is not suitable for a screen image of a mixture of image regions of various natures, and it is also impossible to find matching of various sizes and shapes. Therefore, new coding tools must be sought to fully exploit and utilize the similar or identical patterns of various properties in computer screen images to greatly improve compression.
- the invention provides an image encoding and decoding method and device, so as to at least solve the problem that the screen image compression efficiency of the image region mixing in the related art is not good.
- an image encoding method comprising:
- a part of the pixels in the coded block are coded by using a first type of copy coding manner, and the first type of coded result and code stream data are generated, and the coded block is generated in the coded block.
- Another portion of the pixels are encoded using a second type and/or a third type of copy encoding to generate the second type and/or the third type of encoding result and code stream data;
- the first type of code stream data and the second type and/or the third type of code stream data are mixed to form part or all of the code stream data of the coded block.
- the first type of copy coding mode is a string copy coding mode
- the second type of copy coding mode is a rectangular copy coding mode
- the third type of copy coding mode is a point copy coding mode.
- the first reference buffer is always used as the reference pixel; when the second type of copy coding is used, the first reference is always used.
- the cached pixel is used as a reference pixel; when the third type of copy coding is used, the second reference buffer pixel is always used as the reference pixel, wherein the first reference buffer is composed of part or all of the reconstructed reference pixels.
- the samples are constructed; the second reference buffer is constructed from some or all of the reference pixel samples.
- the coding unit CU the prediction unit, the maximum coding unit LCU, and the coding tree unit CTU.
- an image encoding method including:
- a part of the pixels in the coded block adopts a pixel of the first reference buffer as a reference pixel, and another part of the pixels in the coded block adopts a pixel of the second reference buffer as a reference pixel;
- the first reference buffer is constructed from some or all of the reconstructed reference pixel samples;
- the second reference cache is partially or completely absent Constructed with reference to pixel samples.
- the coding block includes at least one of the following:
- a coding unit CU a prediction unit, a maximum coding unit LCU, and a coding tree unit CTU.
- an image decoding method including:
- Parsing the code stream data of a decoding block and obtaining parameters related to decoding; according to the parameter, decoding a part of the code stream data of the decoding block by using a first type of copy decoding mode, and performing another decoding of the decoding block
- a part of the code stream data is decoded by the second type and/or the third type of copy decoding.
- the first type of copy decoding mode is a string copy decoding mode
- the second type of copy decoding mode is a rectangular copy decoding mode
- the third type of copy decoding mode is a point copy decoding mode.
- the pixel of the first reference buffer is always used as the reference pixel; when the second type of copy decoding mode is adopted, the first reference is always used.
- the buffered pixels are used as reference pixels; when the third type of copy decoding is used, the pixels of the second reference buffer are always used as reference pixels, and the first reference buffer is composed of some or all of the reconstructed reference pixel samples. Constructed; the second reference cache is constructed from some or all of the reference pixel samples.
- the decoding block includes at least one of the following:
- a coding unit CU a prediction unit, a maximum coding unit LCU, and a coding tree unit CTU.
- an image decoding method including:
- Decoding a code stream data of a decoding block and acquiring parameters related to decoding; and decoding, according to the parameter, a part of the code stream data of the decoding block by using a pixel of the first reference buffer as a reference pixel, and decoding the block
- Another part of the code stream data is decoded by using the pixels of the second reference buffer as reference pixels; the first reference buffer is constructed by part or all of the reconstructed reference pixel samples; and the second reference buffer is partially or All are constructed without reference pixel samples.
- the decoding block includes at least one of the following:
- a coding unit CU a prediction unit, a maximum coding unit LCU, and a coding tree unit CTU.
- an image encoding apparatus comprising:
- Searching and copying the encoding module reconstructing the reference pixel sample set module, the second reference cache module, and the module for encoding, reconstructing, and generating the video stream data; wherein the mixing of the search and copy encoding modules comprises at least one of the following: String copy, rectangle copy, and point copy;
- Part or all of the reconstructed reference pixel sample set module constructs a first reference cache unit
- the first reference cache unit searches for an optimal reference string and/or an optimal reference rectangle in the first reference cache
- the second reference cache module searches for an optimal reference point in the second reference cache, and generates a copy parameter of the reference string, a copy parameter of the reference rectangle, a copy parameter of the reference point, and/or no reference pixel sample.
- an image encoding apparatus comprising:
- Parsing the code stream obtaining a copy parameter, and a module without reference pixel samples, a copy decoding module of string copy, rectangular copy, and point copy mixing, reconstructing a reference pixel sample set module, and a second reference cache module;
- Part or all of the reconstructed reference pixel sample set module constructs a first reference cache unit; the copy-decode module of the string copy decodes a pixel using a first reference cache as a reference pixel, and the rectangular copy copy decoding module
- the pixel using the first reference buffer is decoded as a reference pixel, and the copy decoding module of the point copy decodes the pixel using the second reference buffer as a reference pixel.
- an image encoding method including:
- Encoding a coded block Encoding the pixels in the coded block by using multiple types of coding modes, and generating multiple types of coding results and code stream data;
- the plurality of types of code stream data are mixed to form part or all of the code stream data of the coded block.
- the multiple types of coding modes include at least two of the following replication coding modes:
- Line copy coding mode Line copy coding mode, string copy coding mode, rectangular copy coding mode, point copy coding mode, index copy coding mode.
- multiple types of coding modes include:
- the plurality of types of encoding methods encode the encoded block using pixel samples in the specified one or more buffers as reference pixel samples.
- the pixel samples in the cache include: some or all of the reconstructed reference pixel samples, or some or all of the reference pixel samples;
- the reconstructed reference pixel sample is a reconstructed value of a pixel sample obtained by encoding a code stream before the encoding block; the non-reference pixel sample is according to the reconstructed reference pixel sample and / or the set of pixel samples constructed by the copy coding method.
- the coding block includes at least one of the following:
- a coding unit CU a prediction unit, a maximum coding unit LCU, and a coding tree unit CTU.
- an image decoding method including:
- a code stream of a different portion of the decoded block is decoded using a plurality of decoding methods in accordance with the decoding parameters.
- decoding the code stream of different parts of the decoding block by using multiple decoding modes includes:
- the partial code stream is decoded using the pixel samples in the specified one or more buffers as reference pixel samples.
- the pixel samples in the cache include: some or all of the reconstructed reference pixel samples, or some or all of the reference pixel samples.
- the reconstructed reference pixel sample is a reconstructed value of a pixel sample obtained by decoding a code stream before the decoded block code stream; the non-reference pixel sample is according to the reconstructed reference pixel sample A value and/or a set of pixel samples constructed by the decoding parameters.
- the multiple decoding modes include two or more of the following decoding modes: a line copy decoding mode, a string copy decoding mode, a rectangular copy decoding mode, a point copy decoding mode, and an index copy decoding mode.
- the decoding block includes at least one of the following:
- a coding unit CU a prediction unit, a maximum coding unit LCU, and a coding tree unit CTU.
- an image encoding apparatus comprising:
- the encoding module is configured to encode one coding block, and encode the pixels in the coding block by using multiple types of coding modes to generate multiple types of coding results and code stream data;
- a mixing module is arranged to mix the plurality of types of code stream data into part or all of the code stream data of the coded block.
- an image decoding apparatus including:
- Obtaining a module configured to parse the code stream, and obtain a decoding parameter of the decoded block
- the decoding module is configured to decode the code streams of different portions of the decoded block using a plurality of decoding methods according to the decoding parameters.
- one coding block is coded, and pixels in the coding block are encoded by using multiple types of copy coding methods to generate multiple types of coding results and code stream data; and the plurality of types of codes are used.
- the stream data is mixed to form part or all of the code stream data of the coded block; or, the code stream is parsed to obtain a decoding parameter of the decoded block of the code stream; and the decoding is performed by using multiple decoding modes according to the decoding parameter.
- the code stream of different parts of the block is decoded, which solves the problem that the image image compression efficiency of the image area is not good, and the compression effect is improved.
- FIG. 1 is a flowchart 1 of an image encoding method according to an embodiment of the present invention.
- FIG. 2 is a second flowchart of an image encoding method according to an embodiment of the present invention.
- FIG. 3 is a block diagram 1 of an image encoding apparatus according to an embodiment of the present invention.
- FIG. 4 is a block diagram 2 of an image encoding apparatus according to an embodiment of the present invention.
- FIG. 5 is a schematic diagram of mixing multiple types of copying modes in one coding block or decoding block using first and second reference buffers according to a preferred embodiment of the present invention
- FIG. 6 is a flow chart showing a first encoding method in accordance with a preferred embodiment of the present invention.
- FIG. 7 is a flow chart showing a second encoding method in accordance with a preferred embodiment of the present invention.
- FIG. 8 is a flow chart showing a first decoding method according to a preferred embodiment of the present invention.
- FIG. 9 is a flow chart showing a second decoding method according to a preferred embodiment of the present invention.
- Figure 10 is a first schematic diagram of an encoding apparatus in accordance with a preferred embodiment of the present invention.
- Figure 11 is a second schematic diagram of an encoding device in accordance with a preferred embodiment of the present invention.
- FIG. 1 is a flowchart 1 of an image coding method according to an embodiment of the present invention. As shown in FIG. 1, the process includes the following steps:
- Step S102 encoding a coding block, and encoding the pixels in the coding block by using multiple types of coding modes to generate multiple types of coding results and code stream data;
- Step S104 mixing the plurality of types of code stream data to form part or all of the code stream data of the coded block.
- a coding block is coded, and pixels in the coding block are encoded by using multiple types of coding modes to generate multiple types of coding results and code stream data; and the plurality of types of code stream data are mixed.
- Part or all of the code stream data constituting the code block solves the problem that the screen image compression efficiency of the image area is not good, and the compression effect is improved.
- the multiple types of coding modes include at least two of the following methods of copy coding:
- Line copy coding mode Line copy coding mode, string copy coding mode, rectangular copy coding mode, point copy coding mode, index copy coding mode.
- the multiple types of coding modes include:
- the plurality of types of encoding methods use the pixel samples in the specified one or more buffers as reference pixel samples.
- the coding block is encoded.
- the pixel samples in the buffer include: some or all of the reconstructed reference pixel samples, or some or all of the reference pixel samples;
- the reconstructed reference pixel sample is a reconstructed value of a pixel sample obtained by encoding a code stream before the encoding block; the non-reference pixel sample is based on the reconstructed reference pixel sample and/or the copy A set of pixel samples constructed by encoding.
- the coding block includes at least one of the following:
- a coding unit CU a prediction unit, a maximum coding unit LCU, and a coding tree unit CTU.
- FIG. 2 is a second flowchart of an image encoding method according to an embodiment of the present invention. As shown in FIG. 2, the flow includes the following steps:
- Step S202 parsing the code stream, and obtaining decoding parameters of the decoded block
- Step S204 decoding the code stream of different parts of the decoding block by using multiple decoding modes.
- the code stream is decoded, and the code stream of different parts of the decoding block is decoded by using multiple types of decoding modes, which solves the problem that the image image compression efficiency of the image area is not good, and the compression effect is improved. .
- decoding the code stream of different parts of the decoding block by using multiple decoding modes includes:
- the partial code stream is decoded using the pixel samples in the specified one or more buffers as reference pixel samples.
- the pixel samples in the cache include: some or all of the reconstructed reference pixel samples, or some or all of the reference pixel samples.
- the reconstructed reference pixel sample is a reconstructed value of a pixel sample obtained by decoding a code stream before the decoded block code stream; the non-reference pixel sample is based on the reconstructed reference pixel sample and/or The set of pixel samples constructed by the decoding parameters.
- the multiple decoding modes include two or more of the following decoding modes: a line copy decoding mode, a string copy decoding mode, a rectangular copy decoding mode, a point copy decoding mode, and an index copy decoding mode.
- the decoding block includes at least one of the following:
- a coding unit CU a prediction unit, a maximum coding unit LCU, and a coding tree unit CTU.
- module may implement a combination of software and/or hardware of a predetermined function.
- apparatus described in the following embodiments is preferably implemented in software, hardware, or a combination of software and hardware, is also possible and contemplated.
- FIG. 3 is a block diagram showing the structure of an image encoding apparatus according to an embodiment of the present invention. As shown in FIG. 3, the apparatus includes:
- the encoding module 32 is configured to encode one coding block, and encode the pixels in the coding block by using multiple types of coding modes to generate multiple types of coding results and code stream data;
- the mixing module 34 is coupled to the encoding module 32 and is arranged to mix the plurality of types of code stream data into part or all of the code stream data of the coded block.
- the encoding module 32 encodes one coding block, and encodes pixels in the coding block by using multiple types of coding modes to generate multiple types of coding results and code stream data
- the mixing module 34 is configured to A plurality of types of code stream data are mixed to form part or all of the code stream data of the code block, which solves the problem that the screen image compression efficiency of the image area is not good, and the compression effect is improved.
- decoding the code stream of different parts of the decoding block by using multiple decoding modes includes:
- the partial code stream is decoded using the pixel samples in the specified one or more buffers as reference pixel samples.
- the pixel samples in the cache include: some or all of the reconstructed reference pixel samples, or some or all of the reference pixel samples.
- the reconstructed reference pixel sample is a reconstructed value of a pixel sample obtained by decoding a code stream before the decoded block code stream; the non-reference pixel sample is based on the reconstructed reference pixel sample and/or The set of pixel samples constructed by the decoding parameters.
- the multiple decoding modes include two or more of the following decoding modes: a line copy decoding mode, a string copy decoding mode, a rectangular copy decoding mode, a point copy decoding mode, and an index copy decoding mode.
- the decoding block includes at least one of the following:
- a coding unit CU a prediction unit, a maximum coding unit LCU, and a coding tree unit CTU.
- FIG. 4 is a second structural block diagram of an image decoding apparatus according to an embodiment of the present invention. As shown in FIG. 4, the apparatus includes:
- the obtaining module 42 is configured to parse the code stream to obtain decoding parameters of the decoded block.
- the decoding module 44 is coupled to the acquisition module 42 and is configured to decode the code streams of different portions of the decoded block using a plurality of decoding methods according to the decoding parameters.
- the obtaining module 42 parses the code stream to obtain decoding parameters of the decoding block, and the decoding module 44 is configured to use the decoding parameters obtained by the obtaining module 42 to use different decoding methods to code streams of different parts of the decoding block.
- the decoding is performed to solve the problem that the screen image compression efficiency of the image area is not good, and the compression effect is improved.
- a preferred embodiment of the present invention provides a method of mixing multiple copy encoding or decoding modes (including but in one CU (ie, one encoding block or decoding block).
- a method and apparatus for image encoding and decoding that are not limited to any one or more of point copying, string copying, and rectangular copying.
- FIG. 5 is a schematic diagram of mixing multiple types of copying modes in one coding block or decoding block using first and second reference buffers, as shown in FIG. 5, a main embodiment of a preferred embodiment of the present invention, in accordance with a preferred embodiment of the present invention.
- a technical feature is that a plurality of copy coding (or corresponding decoding) modes can be mixed in one CU (ie, a coding block or a decoding block).
- These replication methods include, but are not limited to, point copying, string copying, and rectangular copying.
- Another main technical feature of the present invention is that there are at least two references Save: use the first reference buffer constructed with some or all of the reconstructed reference pixel samples and use some or all of the reference pixel samples (the reference pixel values are not found, ie the reconstructed reference pixel samples have been generated)
- a second reference buffer constructed from a pixel sample of pixel samples whose error is within a predetermined range is not found in the set.
- the first reference cache and the second reference cache are collectively referred to as a reference cache.
- the most basic feature of the encoding method and apparatus of the present invention is that when encoding the current encoding block, the first reference buffer is searched for one or more optimal copy reference strings (referred to as reference strings) or copied.
- Reference rectangle (referred to as reference rectangle), or only to search for one or more optimal reference strings or to search for one or more optimal reference rectangles.
- the search results in one or more The optimal copy reference point (referred to as the reference point).
- a reference point contains only one pixel sample or only one pixel sample pair consisting of 2 pixel samples or only one pixel sample group consisting of 4 pixel samples.
- a reference string contains one or more pixel samples.
- a reference rectangle contains one or more pixel samples.
- the reference point, the reference string, and the reference rectangle are all represented by one or more copy parameters (or matching parameters) related to point copy decoding, string copy decoding, and rectangular copy decoding. Parameters required for decoding, including but not limited to copy parameters, are placed into the code stream.
- a most basic feature of the decoding method and apparatus of an embodiment of the present invention is that when decoding the current decoded block, the acquisition of the point copy decoding and/or the string copy decoding and/or the rectangular copy decoding is performed from the code stream.
- Copying parameters, obtaining reference strings and/or reference rectangles from the first reference cache according to part or all of the copy parameters, and directly or indirectly assigning them to the current decoded string (referred to as the current string) and/or the current decoding rectangle (referred to as short The current rectangle), and/or the reference point is obtained from the second reference buffer and assigned directly or indirectly to the current decoding point (referred to as the current point).
- a reference string contains one or more pixel samples.
- a reference rectangle contains one or more pixel samples.
- a reference point contains a pixel sample.
- Another preferred way of referring to a point is to have a pair of pixel samples consisting of 2 pixel samples.
- a further preferred method of reference points is to include a set of pixel samples consisting of 4 pixel samples.
- Some or all of the reconstructed reference pixel samples are progressively constructed with a first reference buffer in the order in which they were generated during encoding or decoding. Some or all of the no reference pixel samples are selected based on the number of times they are referenced in subsequent encoding or decoding to construct a second reference buffer.
- replication parameters include, but are not limited to, copy locations and/or copy sizes.
- replication parameters include, but are not limited to, copy locations and/or copy sizes and/or preferred categories (ie, one pixel sample or one pixel sample pair or one pixel sample group).
- the copy size includes, but is not limited to, the copy length.
- the copy size includes, but is not limited to, two copy parameter components of copy width and copy length or two copy parameter components of copy height and copy length or two copy parameter components of copy width and copy height.
- the copy size includes, but is not limited to, the number of copies.
- the copy position is the first pixel sample of the reference string and/or reference rectangle in the first reference buffer and the first pixel of the current string and/or current rectangle in the current CU A linear (1D) distance or a plane (2D) distance between values, in units of samples or samples.
- the copy position is sometimes referred to as an intra motion vector.
- the copy size is the size of the reference string and/or reference rectangle, and the unit is also the sample or if Dry sample value. Obviously, the size of the reference string and/or reference rectangle is also the size of the current string and/or the current rectangle.
- the copy location is the location in the second reference cache, sometimes referred to as an address or metric or index, in units of sample or sample pairs or sample groups.
- the copy size includes, but is not limited to, the number of copies, that is, the number of repetitions of the current point of the same reference point at the current encoding or decoding position.
- reference points preferred categories are preferred ways of reference points, including but not limited to single samples, sample pairs, or groups of samples.
- the pixel values of the first reference buffer and/or the second reference buffer may be equivalent to reconstructed samples, or may be various variants of reconstructed samples, such as pixel clustering, color quantization, numerical quantization, vector quantization. Samples processed by denoising, filtering, feature extraction, or samples undergoing color format conversion, permutation conversion, frequency domain conversion, spatial domain mapping, DPCM, first-order or higher-order difference operations, indexing, etc. Multi-processing and transforming pixel value variants, when the reference sample value is not equal to the reconstructed sample value, the reference sample value can be generated once and then temporarily stored for later use when needed, or can be generated immediately when needed. It can also be a combination of the two production methods.
- reconstructed samples and “reference samples” are sometimes collectively referred to as “reconstructed reference pixel samples.”
- reconstructed reference pixel samples means either “reconstructed samples” or “reference samples” or both. If it is not clear from the context, then it means either of them.
- the "reconstructed reference sample set” and the “reconstructed reference pixel sample set” are synonymous, and are sometimes referred to simply as “sample set” without causing confusion.
- the first reference cache and/or the current CU there are at least four basic copy path shape patterns from the path shape of the reference string and/or the current string.
- the basic copy path shape mode 1 is a copy path shape pattern of the vertical path 1-dimensional string copy.
- the first reference buffer and/or the current CU are first arranged in the order of LCU number or CU number, and in an LCU or CU, the samples are arranged column by column, and the samples in each column are vertically scanned from Arranged from top to bottom.
- the first reference cache is also arranged into a one-dimensional sample string.
- the basic copy path shape mode 2 is a copy path shape pattern of the horizontal path one-dimensional string copy.
- the basic copy path shape mode 2 is the dual mode of the above-described basic copy path shape mode 1. Replace “vertical” in the basic copy path shape pattern 1 with “horizontal”, “column” with “row”, and “top-down” with “left to right”, which is the basic copy path shape pattern 2.
- the basic copy path shape pattern 3 is a copy path shape pattern of the two-dimensional conformal copy of the vertical path.
- the first reference buffer retains the 2-dimensional arrangement inherent to the original image plane, and in the current CU, the samples are arranged column by column in a vertical scan manner and are arranged from top to bottom in one column.
- searching or copying the reference string among the first reference buffers in the current CU, the current samples are moved from top to bottom in a vertical scanning manner, and after one column of scanning and copying is completed, the adjacent column on the right side is scanned and copied.
- the reference string found in the first reference buffer must be the current string in the current CU Maintain a consistent 2-dimensional shape and scan path.
- the basic copy path shape pattern 4 is a copy path shape pattern of the horizontal path 2-dimensional conformal copy.
- the basic copy path shape pattern 4 is the dual mode of the above-described basic copy path shape pattern 3.
- the first reference cache retains the 2-dimensional arrangement inherent to the original image plane, while in the current CU, the samples are arranged line by line in a horizontal scan manner and arranged from left to right within one line.
- searching or copying the reference string among the first reference buffers in the current CU, the current samples are moved from left to right in a horizontal scanning manner, and after one line of scanning and copying is completed, then the next line adjacent to the next side is scanned and copied.
- the reference string found in the first reference buffer must be completely consistent with the current string in the current CU in the 2-dimensional shape and the path of the scan mode.
- the basic copy path shape pattern 4 is basically the same but the scan path is alternately changed, that is, the scan mode is that the even lines move from left to right and the odd lines move from right to left.
- a further technical feature of the decoding method and apparatus of the present invention is that, when decoding the code stream data of the current decoding block, the sequence or the copy path shape pattern adopted by the image or the CU is first parsed from the code stream data (eg, And copying, by the code stream data, one copy of the reference string and/or the reference rectangle and/or the reference point, that is, the copy position of the reference string and/or the reference rectangle, and/or The copy size and/or copy point location and/or copy size and/or preferred category of the reference point. After obtaining a copy parameter, the decoding work calculates the first sample of the reference string and/or the reference rectangle in the first reference buffer from the position of the current decoded sample and the copy parameter according to the copy path shape pattern.
- the code stream data eg, And copying, by the code stream data, one copy of the reference string and/or the reference rectangle and/or the reference point, that is, the copy position of the reference string and/or the reference rectangle, and/or The copy size and/or copy
- part or all of the reference string and/or the reference rectangle and/or the reference point may be copied from the reference buffer, and the value of the sample value is assigned to the current string. And/or the current rectangle and/or the current point, restoring the current string and/or the current rectangle and/or the current point.
- all CUs can use the same copy path shape mode.
- the decoder only needs to parse out the copy path shape pattern of the image from the corresponding image parameter set or header information of one frame of image, without requiring each CU to parse which copy path the CU uses.
- Shape mode The encoder also only needs to write the copy path shape mode directly or indirectly in the corresponding image parameter set or header information of one frame of image. In a video sequence, the same copy path shape mode can be used for all images and all CUs.
- the decoder only needs to parse out the copy sequence shape pattern of the sequence from the corresponding sequence parameter set or header information of a sequence, without requiring each image and each CU to parse the image, the CU.
- the encoder also only needs to write the copy path shape pattern directly or indirectly in the corresponding sequence parameter set or header information of a sequence.
- Some CUs can also be subdivided into several sub-areas, each of which uses a different copy path shape pattern.
- a copy parameter of the reference string In the code stream data of a sub-area of a CU or a CU, there are three types of copy parameters: a copy parameter of the reference string, a copy parameter of the reference rectangle, a copy parameter of the reference point, and one or more of the code stream data.
- Each copy parameter has an identification code directly (including but not limited to being present in the code stream) or indirectly (including but not limited to other information obtained from the encoding or decoding process) for directly or indirectly indicating the back
- the copy parameter followed is the copy parameter of the reference string or the copy parameter of the reference rectangle or the copy parameter of the reference point.
- copy parameters In the code stream data of a sub-area of a CU or a CU, there are two types of copy parameters: a copy parameter of the reference string, a copy parameter of the reference rectangle, and one or more copy parameters in the code stream data.
- An identification code that is directly (including but not limited to being present in the code stream) or indirectly (including but not limited to other information obtained from the encoding or decoding process) is used to directly or indirectly indicate that the following replication parameters are references.
- the copy parameter of the string is also the copy parameter of the reference rectangle.
- copy parameters In the code stream data of a sub-area of a CU or a CU, there are two types of copy parameters: a copy parameter of the reference string, a copy parameter of the reference point, and one or more copy parameters in the code stream data.
- An identification code that is directly (including but not limited to being present in the code stream) or indirectly (including but not limited to other information obtained from the encoding or decoding process) is used to directly or indirectly indicate that the following replication parameters are references.
- the copy parameter of the string is also the copy parameter of the reference point.
- a copy parameter of the reference rectangle In the code stream data of a sub-area of a CU or a CU, there are two types of copy parameters: a copy parameter of the reference rectangle, a copy parameter of the reference point, and one or more copy parameters in the code stream data.
- An identification code that is directly (including but not limited to being present in the code stream) or indirectly (including but not limited to other information obtained from the encoding or decoding process) is used to directly or indirectly indicate that the following replication parameters are references.
- the copy parameter of the rectangle is also the copy parameter of the reference point.
- Class 1 mixed with three types of copy parameters: copy parameters of the reference string, copy parameters of the reference rectangle, reference point The sub-region of the CU or CU that replicates the parameters;
- Class 2 mixed with two types of copy parameters: the copy parameter of the reference string, the sub-region of the CU or CU of the copy parameter of the reference rectangle;
- Class 3 mixed with two types of replication parameters: the replication parameters of the reference string, the CU of the reference point, or the sub-region of the CU;
- Class 4 mixed with two types of copy parameters: the copy parameter of the reference rectangle, the sub-region of the CU or CU of the copy parameter of the reference point;
- a direct or indirect identification code is used to directly or indirectly indicate one of the following situations including but not limited to:
- Case 1 the sub-areas of the above four types of CUs or CUs exist in the current picture and its code stream data: sub-areas of the first class, the second class, the third class, the fourth class CU or the CU;
- Case 2 the current image and its code stream data have sub-regions of three types of CU or CU in the above four categories: Class 1, Class 2, Class 3 CU or sub-region of CU;
- Case 3 the current image and its code stream data have sub-regions of three types of CU or CU in the above four categories: Class 1, Class 2, Class 4 CU or sub-region of CU;
- Case 4 the current image and its code stream data have sub-regions of three types of CU or CU in the above four categories: Class 1, Class 3, Class 4 CU or sub-region of CU;
- Case 6 in the current image and its code stream data, there are sub-regions of two or more types of CUs or CUs in the above four categories, such as sub-areas of CUs or CUs of Class 1 and Class 3, such as Class 2 and Class 3 a sub-region of a CU or CU of the class;
- Case 7 in the current image and its code stream data, there are sub-regions of a certain type of CU or CU in the above four categories, such as a sub-region of a CU or CU of the first class, such as a sub-region of a CU or CU of the second class , for example, a sub-area of a CU or CU of class 3, such as a sub-area of a CU or CU of class 4;
- a direct or indirect identification code is used to directly or indirectly indicate one of the following situations including but not limited to:
- Case 8 the sub-areas of the above four types of CUs or CUs exist in the sequence and its code stream data: sub-areas of the first class, the second class, the third class, the fourth class CU or the CU;
- Case 9 the sequence and its code stream data exist in the sub-areas of the three types of CU or CU of the above four categories: Class 1, Class 2, Class 3 CU or sub-region of CU;
- Case 10 there are sub-areas of three types of CU or CU in the above four categories in the sequence and its code stream data: Class 1, 2 Class, sub-region of class 4 CU or CU;
- the sequence and its code stream data have sub-areas of three types of CUs or CUs in the above four categories: Class 1, Class 3, Class 4 CU or sub-region of CU;
- the sequence and its code stream data have sub-areas of two types of CUs or CUs in the above four categories, such as sub-areas of CUs or CUs of Class 1 and Class 3, such as Class 2 and Class 3 Sub-area of the CU or CU;
- Case 14 the sub-region of a certain type of CU or CU of the above four types exists in the sequence and its code stream data, for example, a sub-area of the CU or CU of the first type, for example, a sub-area of the CU or CU of the second type, For example, a sub-area of a CU or CU of class 3, such as a sub-area of a CU or CU of class 4;
- the terms used in the patent application of the present invention may also be represented by other terms derived from physics or mathematics.
- the copy position may also use one of the following aliases: matching position, position, distance, relative distance, displacement amount, displacement vector, movement Volume, motion vector, offset, offset vector, block vector, string vector, compensation amount, compensation, linear address, address, 2D coordinates, 1D coordinates, coordinates, index, index, and so on.
- the copy length can also be referred to as one of the following aliases: copy stroke, copy number, copy count, copy run, match stroke, match number, match count, match run, length, stroke, number, count, run, etc. Wait.
- String copying is also known as string matching
- rectangular copying is also called rectangular matching
- point copying is also called point matching.
- FIG. 6 is a schematic flow chart of a first encoding method according to a preferred embodiment of the present invention. As shown in FIG. 6, the first encoding method of the present invention includes all or part of the following steps:
- the remaining steps of encoding, reconstructing and generating video stream data performing the remaining encoding and reconstruction operations of the coding block, performing various common techniques on the input pixels, various parameters and variables, such as intra prediction, interframe Prediction, block copying, microblock copying, strip copying, palette indexing, transforming, quantization, inverse transform, inverse quantization, compensation corresponding to prediction residuals and replica residuals (ie, inverse operations of residual operations), prediction And the residual, DPCM, first and higher order difference, mapping, run, index, deblocking filtering, sample adaptive offset (Sample Adaptive Offset), encoding and reconstruction operations and entropy coding operations;
- the output is a reconstructed pixel (including fully reconstructed pixels and partially reconstructed pixels of varying degrees) and a video stream containing copy-encoded results of the cross-copy and/or rectangular copy and/or dot-copy mix and other encoded results;
- the video code stream is an output of the present coding method, and includes all syntax elements required for
- FIG. 7 is a schematic flow chart of a second encoding method according to a preferred embodiment of the present invention. As shown in FIG. 7, the second encoding method of the present invention includes all or part of the following steps:
- the reference sample value when the reference sample value is not equivalent to the reconstructed sample value, the reference sample value can be generated once and then temporarily stored for later need When used multiple times, it can be generated immediately when needed, or it can be a combination of the two production methods;
- FIG. 8 is a schematic flowchart diagram of a first decoding method according to a preferred embodiment of the present invention. As shown in FIG. 8, the first decoding method of the present invention includes all or part of the following steps:
- FIG. 9 is a schematic flow chart of a second decoding method according to a preferred embodiment of the present invention. As shown in FIG. 9, the second decoding method of the present invention includes all or part of the following steps:
- a sample value or a pixel value variant that undergoes multiple processing and transformation When the reference sample value is not equal to the reconstructed sample value, the reference sample value may be generated once and then temporarily stored for later use, or may be used each time. Instantly generated, or a combination of the two methods of production;
- FIG. 10 is a first schematic diagram of an encoding apparatus according to a preferred embodiment of the present invention. As shown in FIG. 10, the entire encoding apparatus is composed of all or part of the following modules:
- Search and copy coding module for serial copy and/or rectangular copy and/or dot copy mixing: performing copy copying of input pixel samples and/or rectangular copy and/or dot copy mixing, in the first reference cache Searching for an optimal reference string and/or an optimal reference rectangle, searching for an optimal reference point in the second reference buffer, and generating a copy parameter of the reference string and/or a copy parameter of the reference rectangle and/or a copy parameter of the reference point And/or no reference pixel samples;
- Reconstructing the reference pixel sample set module for temporarily storing the reconstructed pixel samples, and constructing the first reference cache unit by using part or all of the reconstructed reference pixel sample set module, as a subsequent various coding modes , including but not limited to block copy coding, microblock copy coding, strip copy coding, string copy coding, rectangular copy coding, multiple types of copy mode hybrid copy coding, palette copy coding, palette coding, pixel index coding a reference pixel sample for predictive coding, search, encoding, and reconstruction; the input of the reconstructed reference pixel sample set is a reconstructed sample and the output of the first reference cache unit is a reference sample, reference Sample values can be equivalent to reconstructed samples, or can be various variants of reconstructed samples, such as samples processed by pixel clustering, color quantization, numerical quantization, vector quantization, denoising, filtering, feature extraction, etc.
- the reference sample value when the reference sample value is not equal to the reconstructed sample value, the reference sample value may be generated once and then temporarily stored for later use when needed, or may be generated immediately when needed, or both. a combination of production methods;
- the second reference cache module constructed by some or all of the reference pixel samples; mainly used for point copy coding reference pixels, but can also be used for other copy coded reference pixels;
- the remaining modules for encoding, reconstructing, and generating video stream data performing the remaining encoding and reconstruction operations, performing various common techniques on input pixels, various parameters, and variables, such as intra prediction, inter prediction, and block. Copy, microblock copy, strip copy, palette index, transform, quantization, inverse transform, inverse quantization, compensation corresponding to prediction residual and replica residual (ie, inverse operation of residual operation), prediction and disability Difference, DPCM, first and higher order difference, mapping, run, index, deblocking filtering, sample adaptive offset (Sample Adaptive Offset), encoding and reconstruction operations, and entropy encoding operations; the output of this step is already Reconstructing pixels (including fully reconstructed pixels and partially reconstructed pixels of varying degrees) and with string copying And/or rectangular copy and/or dot copy mixed copy coding result, various other copy coding mode coding results and other coded video code streams; the video code stream is an output of the coding method, and includes corresponding The decoding method performs all the syntax elements required for decoding
- FIG. 11 is a second schematic diagram of an encoding apparatus according to a preferred embodiment of the present invention. As shown in FIG. 11, the entire decoding apparatus is composed of all or part of the following modules:
- string copy / rectangular copy / point copy mixed copy decoding module the function of this module is the copy parameters of the reference string obtained from the code stream and / or copy parameters of the reference rectangle and / or copy parameters of the reference point, And/or without reference pixel samples, performing a copy and decode operation of a string copy and/or a rectangular copy and/or a point copy, that is, in accordance with a known copy path shape pattern, in the case of a reference string and/or a reference rectangle, a reference string and/or a reference rectangle in a position specified by a copy parameter of a reference string and/or a copy parameter of a reference rectangle (including but not limited to a copy position) in the first reference buffer unit, the size of which is also determined by the copy parameter of the reference string And/or the value of the pixel sample specified by the copy parameters of the reference rectangle (including but not limited to the copy size) is directly or indirectly assigned to the current string and/or the current rectangle, and in the case of the reference point, the second reference is used.
- the value of the pixel value of the reference point at the position specified by the copy parameter of the reference point (including but not limited to the copy position) in the cache module is directly or indirectly assigned to one or several current solutions.
- the code point, the number of repetitions is specified by the copy parameters of the reference point (including but not limited to the copy size);
- Reconstructing the reference pixel sample set module for temporarily storing the reconstructed pixel samples, and constructing the first reference cache unit by using part or all of the reconstructed reference pixel sample set module, as a subsequent various decoding modes , including but not limited to block copy decoding, microblock copy decoding, strip copy decoding, string copy decoding, rectangular copy decoding, multiple types of copy mode hybrid copy decoding, palette copy decoding, palette decoding, pixel index decoding a reference pixel sample at the time of decoding and reconstruction of the prediction decoding; the input of the reconstructed reference pixel sample set is a reconstructed sample and the output of the first reference buffer unit is a reference sample, a reference sample It can be equivalent to reconstructing samples, or it can be various variants of reconstructed samples, such as samples or processes after pixel clustering, color quantization, numerical quantization, vector quantization, denoising, filtering, feature extraction, etc.
- sample values of color format conversion, permutation conversion, frequency domain conversion, spatial domain mapping, DPCM, first-order or higher-order difference operations, indexing, etc., or multi-processed and transformed pixel values Body when the reference sample value is not equal to the reconstructed sample value, the reference sample value can be generated once and then temporarily stored for later use when needed, or can be generated immediately when needed, or both of them can be generated.
- the second reference cache module is constructed by using some or all of the reference pixel samples; it is mainly used for point copy coding reference pixels, but can also be used for other copy coded reference pixels.
- the invention is applicable to the encoding and decoding of images in a stacked format.
- the pixels of the current CU and the pixels of the first and second reference buffers and the reconstructed reference pixel sample set are all arranged in a stack format.
- Reference block, reference microblock, reference strip, reference string, reference rectangle, reference point and current block, current microblock, current strip, current string, current rectangle, current point are arranged in a stack format. That is, in a single pixel formed by a single cross-stacking of three component samples, a sample set of three component samples and a single cross-arrangement is formed. Searching or copying reference blocks, reference microblocks, reference strips, reference strings, reference rectangles, reference points, etc. among such first and second reference buffers and reconstructed reference pixel sample sets.
- the invention is equally applicable to the encoding and decoding of component plane format images.
- the pixels of the current CU and the pixels of the first and second reference buffers and the reconstructed reference pixel sample set are all decomposed into three component planes, and one component of all pixels forms a plane.
- Reference block, reference microblock, reference strip, reference string, reference rectangle, reference point and current block, current microblock, current strip, current string, current rectangle, current point are all decomposed into 3 component planes, one component of all pixels Form a plane.
- a reference block, reference microblock, reference strip, reference string, reference rectangle, reference point and current block, current microblock, current strip, current string, current rectangle, current point contain only samples of one component.
- Block copying, microblock copying, strip copying, string copying, rectangular copying, and point copying are all performed in three planes. However, in order to reduce the copy parameters, and because the three planes have great correlation, the same copy parameters can be shared by the three planes.
- the invention is equally applicable to the encoding or decoding of coded blocks or decoded blocks of indexed pixels.
- the pixels of the two reference buffers of the first and second reference buffers may have different component arrangement formats, color formats, and pixel sample arrangement patterns.
- the pixels of the two reference buffers of the first and second reference buffers may also be completely reconstructed pixels or phased reconstructed pixels of respective unique reconstruction stages of mutually different degrees.
- the second reference buffer is a non-reference pixel with a high reference frequency or a high probability of being copied.
- the update of the second reference cache includes, but is not limited to, one of the following situations:
- the content (reference sample value) in the second reference buffer is updated according to a predetermined policy (such as the frequency of occurrence of the sample in the historical reconstructed image),
- a predetermined policy such as the frequency of occurrence of the sample in the historical reconstructed image
- the number of reference samples in the second reference buffer also varies according to a predetermined strategy; the coded block or decoded block of the code stream or the PU or CU or CTU or LCU part of the code stream segment directly or indirectly contains but is not limited to loading All or part of the syntax elements of the following parameters or their variants:
- srb_update_flag When srb_update_flag takes a value, it indicates that the second reference cache needs to be updated. When srb_update_flag takes another value, it indicates that the second reference cache does not need to be updated; when it is not necessary to update the second reference cache, srb_update_num does not exist in the code stream segment when needed. When updating the second reference cache, srb_update_num specifies the number of samples of the second reference cache that need to be updated.
- a copy parameter of a reference string a copy parameter of a reference rectangle
- a copy parameter of a reference point a copy parameter of a reference point
- a copy parameter of a reference string In a coded block or a decoded block or a code stream data of a PU or CU or a CTU or an LCU, there are two types of copy parameters: a copy parameter of a reference string, a copy parameter of a reference point, and a hybrid type of copying. Encoding or decoding: string copy, point copy.
- Copy parameter 1 Copy parameter 2, copy parameter 3, ..., copy parameter i, copy parameter i+1, ...
- the replication parameters consist of a number of domains that replicate sub-parameters, including but not limited to:
- Copy sub-parameter field 1 copy type, indicating whether the copy mode is a string copy or a rectangle copy or a point copy; if it is a string copy or a rectangle copy, the reference pixel is taken from the first reference cache; otherwise, the reference pixel is taken from the second reference cache;
- Copy sub-parameter field 2 copy location, indicating the location of the reference pixel in the first reference cache or the second reference cache;
- Copy sub-parameter field 3 copy size, indicating the number of pixels of the current string or current rectangle or current point;
- the number of pixels of the reference string is equal to the number of pixels of the current string
- the number of pixels of the reference rectangle is equal to the number of pixels of the current rectangle
- the number of pixels of the reference point is always equal to 1, and thus the number of pixels of the current point is the number of repetitions of the reference point and its value at the current encoding or decoding position;
- Copy sub-parameter field 4 no reference pixels, indicating the value of no reference pixels
- some of the replicated sub-parameter fields can be null.
- Code stream data includes, but is not limited to, direct representation or indirect representation (example of indirect representation: after first or higher order differential coding and/or predictive coding and/or matched coding and/or mapping coding and/or transform coding and/or quantization
- example of indirect representation after first or higher order differential coding and/or predictive coding and/or matched coding and/or mapping coding and/or transform coding and/or quantization
- the following copying sub-parameter domain syntax elements are encoded and/or index encoded and/or run-length encoded and/or binarized encoded and/or entropy encoded:
- Ti, Pi, Si, Ni are respectively the copy type of the copy parameter i, the copy position, the copy size, and no reference pixels; the order of the syntax elements of the copy sub-parameter field in the code stream is not unique. Any predetermined reasonable order may be employed; a syntax element may also be split into several parts, which may be placed in the same place in the code stream, or may be placed in different places in the code stream; Syntax elements can also be combined into one syntax element; some syntax elements may not exist in the code stream data of a copy parameter; a syntax element may also not exist directly in the code stream data but from other encoding or decoding. Exported in a parameter or variable; multiple syntax elements that represent the same type of copy sub-parameter can be placed in the same place in the code stream, such as:
- T1, T2 Ti..., P1, P2, ..., ..., S1, S2, ..., Si..., N1, N2, ... Ni...
- the replica sub-parameter domain is a single-component sub-parameter domain or a two-component sub-parameter domain or a three-component sub-parameter domain
- the copy position Pi or its variant is a single-component sub-parameter domain or a two-component sub-parameter domain or a three-component sub-parameter domain;
- the syntax elements in the code stream corresponding to the copy location Pi or its variant have, but are not limited to, the following forms One:
- the syntax element of the copy position Pi of a reference string or its variant: d (a component such as a positional linear address or index)
- the copy position Pi or its variant is a single-component sub-parameter domain or a two-component sub-parameter domain or a three-component sub-parameter domain;
- the syntax elements in the code stream corresponding to the copy location Pi or its variant have, but are not limited to, the following forms One:
- the copy size Si or its variant is a single-component sub-parameter domain or a two-component sub-parameter domain or a three-component sub-parameter domain;
- the syntax elements in the code stream corresponding to the replica size Si or its variant have, but are not limited to, the following forms One:
- the copy size of a reference string Si or its variant corresponds to the syntax element: r (one component)
- the copy size of a reference string Si or its variant corresponds to the syntax element: r[0], r[1] (two components)
- the copy size of a reference string or its variant corresponds to the syntax elements: r[0], r[1], r[2] (three components)
- the copy size Si or its variant is a single-component sub-parameter domain or a two-component sub-parameter domain or a three-component sub-parameter domain;
- the syntax elements in the code stream corresponding to the replica size Si or its variant have, but are not limited to, the following forms One:
- the copy size of a reference rectangle or its variant corresponds to the syntax element: r (one component)
- the copy size of a reference rectangle or its variant corresponds to the syntax element: r[0], r[1] (two components)
- the copy size of a reference rectangle or its variant corresponds to the syntax elements: r[0], r[1], r[2] (three components)
- the non-reference pixel Ni or its variant is a single-component sub-parameter domain or a two-component sub-parameter domain or a three-component sub-parameter domain; the syntax elements in the code stream corresponding to the non-reference pixel Ni or its variant have, but are not limited to, the following One of the forms:
- the coded block or decoded block of the codestream or the PU or CU or CTU or LCU partial codestream segment contains, but is not limited to, all or part of the syntax elements loaded with the following parameters or variants thereof:
- the first type of mode (such as codec mode)
- the second type of mode (such as copy path shape mode)
- the third type of mode (such as pixel sample arrangement),
- the fourth type of mode (such as 2-4 different parameter coding modes, different parameter binarization and/or entropy coding modes),
- Copy flag bit 1 sample set number 1 or empty, (copy position 1, copy size 1) or no reference value 1 or empty,
- Copy mark 2 sample set number 2 or empty, (copy position 2, copy size 2) or no reference value 2 or empty,
- More copy mark bits sample set number or empty, (copy position, copy size) or no reference value or empty,
- any one of the syntax elements may also be split into several parts, and the parts may be placed in a centralized manner.
- the same place in the code stream can also be placed in different places in the code stream; any number of syntax elements can also be combined into one syntax element; any syntax element may not exist in a coding block or decoding block or PU or CU or In the code stream segment of the CTU or LCU;
- the copy position, copy size, no reference pixel sample and other parameters in the code stream segment may be these parameters themselves, or they may be predictive coding, matched coding, transform coding, quantization coding, DPCM, first order and high order. Variants of various common techniques such as differential coding, mapping coding, run length coding, and index coding;
- the copy position, the copy size, and the no reference pixels may have only one component, or two components, or may be further divided into three components or even more components.
- the sample set number can be part of the copy location, or there is only one set of samples, in which case the sample set number is empty.
- the reconstructed reference pixel sample set has, but is not limited to, the following component arrangement format, color format, and pixel sample arrangement:
- Stack format YUV or GBR color format, vertical scanning 1D string arrangement in LCU or CU, or
- Stack format YUV or GBR color format, LCU or CU horizontal scanning 1D string arrangement, or
- Stacking format YUV or GBR color format, 2D arrangement inherent to the image, or
- Reference string and its copy position and copy length example (copy left, copy upper side)
- the reference string and the current string may have mutually overlapping sample positions, that is, the copy position D and the copy length L of the reference string satisfy the following relationship: D ⁇ L; at this time, the L samples of the current string are the first of the reference strings.
- the repetition of the D samples between the sample and the first sample of the current string that is, the D samples before the first sample of the current string, that is:
- the sample P before the current string is the first sample of the current string (ie, the current sample) is repeated L times: PPP...PP, that is, the L samples of the current string are all P; this case is equivalent to repeating L+1 times with the sample P before the current sample; if P is in the second reference buffer, its copy position in the second reference buffer is D2, then this P can be
- the current string is the two samples P1P2 before the current sample repeat L/2 times: P1P2P1P2...P1P2, that is, the L samples of the current string are all repetitions of P1P2;
- the current string is the two samples before the current sample.
- P1P2 is repeated (L-1)/2 times and then P1: P1P2P1P2...P1P2P1, that is, the L of the current string.
- Each sample value is a repetition of P1P2, and finally P1;
- the current string is the repetition of the three samples P1P2P3 before the current sample until the length reaches L;
- the current string is the repetition of the four samples P1P2P3P4 before the current sample until the length reaches L;
- the matching current string is the D samples P1P2...PD-1PD before the current sample until the length reaches L;
- the reference pixel sample is an example of a variant of the reconstructed pixel sample.
- the reference pixel sample is a sample of the reconstructed pixel sample subjected to numerical quantization and inverse quantization; or
- the reference pixel sample is a sample of the reconstructed pixel sample subjected to numerical quantization and inverse quantization operation, and is not changed after being calculated once; or
- the reference pixel sample is a sample of the reconstructed pixel sample subjected to numerical quantization and inverse quantization operations, which are calculated using encoded or decoded quantization parameters; or
- the reference pixel samples are samples of the reconstructed pixel samples subjected to numerical quantization and inverse quantization operations, which are calculated using the encoded or decoded quantization parameters of the CU in which the reference pixel samples are located; or
- the reference pixel sample is a sample of the reconstructed pixel sample subjected to numerical quantization and inverse quantization operations, and the numerical quantization and inverse quantization operations are calculated using the encoding or decoding quantization parameter of the CU in which the reference pixel sample is located, and after calculation once, Change again; or
- the reference pixel samples are samples of the reconstructed pixel samples subjected to numerical quantization and inverse quantization operations, which are calculated using the encoding or decoding quantization parameters of the current CU; or
- the reference pixel sample is a sample of the reconstructed pixel sample subjected to numerical quantization and inverse quantization operations, which are calculated using the encoding or decoding quantization parameter of the current CU, and each encoding or decoding of a CU is to be re Calculated once; or
- the reference pixel sample is a color quantized sample of the reconstructed pixel sample
- the reference pixel sample is a color quantized sample of the reconstructed pixel sample, the color quantization being calculated using a palette obtained by color-based pixel clustering; or
- the reference pixel sample is a color quantized sample of the reconstructed pixel sample, the color quantization using a color-based pixel cluster associated with the coded block or decoded block or PU or CU or CTU or LCU of the reference pixel sample. Get the palette to calculate; or
- the reference pixel sample is a color quantized sample of the reconstructed pixel sample, the color quantization using a reference pixel
- the sample is calculated by the color block obtained by the coding block or the decoded block or the PU or CU or the color-based pixel cluster associated with the CTU or the LCU, and is not changed after the calculation once; or
- the reference pixel sample is a color quantized sample of the reconstructed pixel sample, the color quantization using a color-based pixel cluster associated with the coded block or decoded block or PU or CU or CTU or LCU of the reference pixel sample.
- the obtained dynamic update part of the content of the palette is calculated, after calculation once, no longer changes; or
- the reference pixel samples are color-quantized samples of reconstructed pixel samples that are color-coded using a color-based pixel cluster associated with the current coded block or decoded block or PU or CU or CTU or LCU. Board to calculate; or
- the reference pixel samples are color-quantized samples of reconstructed pixel samples that are color-coded using a color-based pixel cluster associated with the current coded block or decoded block or PU or CU or CTU or LCU.
- the board calculates, each encoding or decoding a code block or decoding block or PU or CU or CTU or LCU, to be recalculated; or
- the reference pixel samples are color quantized samples of reconstructed pixel samples that are computed using a palette of global color-based pixel clustering.
- Copy position variants (differential, etc.) and format (1D or 2D, etc.)
- the reconstructed reference pixel sample set and/or the first reference buffer sample and the current CU sample are arranged into a one-dimensional array in a predetermined manner, and each sample in the array has a linear address, the current string a copy position is a linear address of a first sample of the corresponding reference string minus a linear address of the first sample of the current string; the corresponding syntax element of the copy position in the compressed data bitstream is Copying the entropy-encoded syntax element; the copy location is usually a univariate parameter, ie only 1 component; or
- the reconstructed reference pixel sample set and/or the first reference buffer sample and the current CU sample are arranged into a one-dimensional array in a predetermined manner, and each sample in the array has a linear address, the current string a copy position is a linear address of a first sample of the corresponding reference string minus a linear address of the first sample of the current string; the corresponding syntax element of the copy position in the compressed data bitstream is A syntax element that is entropy encoded after the copy position and other copy positions are subjected to permutation conversion and/or mapping operations and/or string matching encoding and/or first or higher order prediction and difference operations; the copy position is usually a single The variable parameter has only 1 component; or
- Reconstructing the reference pixel sample set and/or the sample of the first reference buffer and the sample of the current CU are arranged into a 2-dimensional array in a predetermined manner, and each sample in the array has a plane coordinate, the current string
- the copy position is the plane coordinate of the first sample of the corresponding reference string minus the plane coordinate of the first sample of the current string;
- the corresponding syntax element of the copy position in the compressed data bit stream is Copying the entropy-encoded syntax element;
- the copy location is usually a bivariate parameter with 2 components; or
- Reconstructing the reference pixel sample set and/or the sample of the first reference buffer and the sample of the current CU are arranged into a 2-dimensional array in a predetermined manner, and each sample in the array has a plane coordinate, the current string
- the copy position is the plane coordinate of the first sample of the corresponding reference string minus the plane coordinate of the first sample of the current string
- the corresponding syntax element of the copy position in the compressed data bit stream is Copy location and other copy locations are arranged and/or mapped Encoding and/or string matching encoding and/or first or higher order prediction and difference operations followed by entropy encoding syntax elements
- the copy position is usually a bivariate parameter having 2 components; or
- Reconstructing the reference pixel sample set and/or the sample of the first reference buffer and the sample of the current CU are first divided into several regions according to a predetermined manner, and the samples in each region are further arranged into a 2-dimensional array.
- Each sample in the region and the array has an area number and a plane coordinate.
- the copy position of the current string is the area number of the first sample of the corresponding reference string and the plane coordinate minus the first of the current string.
- An area number and a plane coordinate of the sample; the corresponding syntax element in the compressed data bit stream is an entropy-encoded syntax element of the copy position; the copy position is usually a three-variable parameter having 3 components ;or
- Reconstructing the reference pixel sample set and/or the sample of the first reference buffer and the sample of the current CU are first divided into several regions according to a predetermined manner, and the samples in each region are further arranged into a 2-dimensional array. Each sample in the region and the array has an area number and a plane coordinate.
- the copy position of the current string is the area number of the first sample of the corresponding reference string and the plane coordinate minus the first of the current string.
- the corresponding syntax element of the copy position in the compressed data bit stream is that the copy position and other copy positions are subjected to an arrangement conversion and/or a mapping operation and/or a string matching code and/or a first-order or higher-order prediction and difference operation followed by entropy-encoded syntax elements;
- the copy position is usually a three-variable parameter that has three components;
- Reconstructing the reference pixel sample set and/or the sample of the first reference buffer and the sample of the current CU are first divided into several regions according to a predetermined manner, and the samples in each region are further arranged into a one-dimensional array.
- Each sample in the region and array has an area number and a linear address.
- the copy position of the current string is the area number and linear address of the first sample of the corresponding reference string minus the first of the current string.
- An area number and a linear address of the sample; the corresponding syntax element in the compressed data bitstream is an entropy encoded syntax element of the copy position; the copy position is usually a bivariate parameter having 2 components ;or
- Reconstructing the reference pixel sample set and/or the sample of the first reference buffer and the sample of the current CU are first divided into several regions according to a predetermined manner, and the samples in each region are further arranged into a one-dimensional array. Each sample in the region and array has an area number and a linear address.
- the copy position of the current string is the area number and linear address of the first sample of the corresponding reference string minus the first of the current string.
- An area number and a linear address of the sample; the corresponding syntax element of the copy position in the compressed data bit stream is that the copy position and other copy positions are subjected to an arrangement conversion and/or a mapping operation and/or a string matching code and/or First-order or higher-order prediction and difference operations followed by entropy-encoded syntax elements; the copy position is usually a bivariate parameter with 2 components.
- Copy length variants (differential, etc.) and format (univariate or bivariate, etc.)
- the copy length L of the current string is a univariate parameter; the corresponding syntax element in the compressed data bitstream is a syntax element of the copy length univariate parameter entropy encoded; or
- the copy length L of the current string is a univariate parameter; the corresponding syntax element in the compressed data bit stream is a univariate parameter of the copy length and a univariate parameter of other copy lengths are arranged and/or converted Entropy encoded syntax elements after mapping operations and/or string matching encoding and/or first or higher order prediction and difference operations; or
- the variable parameters are entropy encoded syntax elements after permutation and/or mapping operations and/or string matching encoding and/or first or higher order prediction and difference operations; or
- the corresponding syntax element in the compressed data bitstream is the syntax element of the non-reference pixel entropy encoded
- the corresponding syntax elements in the compressed data bitstream are the non-reference pixels and the other non-reference pixels are subjected to permutation and/or mapping operations and/or string matching encoding and/or first or higher order prediction and difference.
- the corresponding syntax element in the compressed data bitstream is a syntax element that is entropy encoded after the non-reference pixel is quantized;
- the corresponding syntax elements in the compressed data bitstream are the non-reference pixels and the other non-reference pixels are subjected to permutation and/or mapping operations and/or string matching encoding and/or first or higher order prediction and difference.
- the quantized operation is followed by the entropy-encoded syntax element.
- the method according to the above embodiment can be implemented by means of software plus a necessary general hardware platform, and of course, by hardware, but in many cases, the former is A better implementation.
- 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 storage medium (such as ROM/RAM, disk, CD-ROM, including a number of instructions to make a terminal device (can be a mobile phone, a computer, The server, or network device, etc.) performs the methods described in various embodiments of the present invention.
- each of the above modules may be implemented by software or hardware.
- the foregoing may be implemented by, but not limited to, the foregoing modules are all located in the same processor; or, the modules are located in multiple In the processor.
- Embodiments of the present invention also provide a storage medium.
- the foregoing storage medium may be configured to store program code for performing the steps of the above method:
- the storage medium is further arranged to store program code for performing the method steps described above:
- the foregoing storage medium may include, but not limited to, a USB flash drive, a Read-Only Memory (ROM), a Random Access Memory (RAM), a mobile hard disk, and a magnetic memory.
- ROM Read-Only Memory
- RAM Random Access Memory
- a mobile hard disk e.g., a hard disk
- magnetic memory e.g., a hard disk
- the processor performs the above method steps according to the stored program code in the storage medium.
- modules or steps of the present invention described above can be implemented by a general-purpose computing device that can be centralized on a single computing device or distributed across a network of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein.
- the steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps thereof are fabricated as a single integrated circuit module.
- the invention is not limited to any specific combination of hardware and software.
- a coding block is coded, and pixels in the coding block are coded by using multiple types of copy coding modes to generate multiple types of coding results and code stream data;
- the plurality of types of code stream data are mixed to form part or all of the code stream data of the coded block; or, the code stream is parsed to obtain a decoding parameter of the decoded block of the code stream; and the use of the decoding parameter is used according to the decoding parameter.
- the decoding method decodes the code stream of different parts of the decoding block, solves the problem that the screen image compression efficiency of the image area is not good, and improves the compression effect.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
Claims (26)
- 一种图像编码方法,包括:对一个编码块进行编码时,对所述编码块内的一部分像素采用第一种类型的复制编码方式进行编码,产生所述第一种类型的编码结果和码流数据,对所述编码块内的另一部分像素则采用第二种类型和/或第三种类型的复制编码方式进行编码,产生所述第二种类型和/或所述第三种类型的编码结果和码流数据;所述第一种类型的码流数据以及所述第二种类型和/或所述第三种类型的码流数据混合组成所述编码块的码流数据的部分或全部。
- 根据权利要求1所述的方法,其中,所述第一种类型的复制编码方式是串复制编码方式,所述第二种类型的复制编码方式是矩形复制编码方式,所述第三种类型的复制编码方式是点复制编码方式。
- 根据权利要求1所述的方法,其中,采用所述第一种类型的复制编码方式时,总是采用第一参考缓存的像素作为参考像素;采用所述第二种类型的复制编码方式时,总是采用所述第一参考缓存的像素作为参考像素;采用所述第三种类型的复制编码方式时,总是采用第二参考缓存的像素作为参考像素,其中,所述第一参考缓存由部分或全部已重构参考像素样值构造而成;所述第二参考缓存则由部分或全部无参考像素样值构造而成。
- 根据权利要求1至3任一项所述的方法,其中,所述编码块包括以下至少之一:编码单元CU,预测单元,最大编码单元LCU,以及编码树单元CTU。
- 一种图像编码方法,包括:对一个编码块进行编码时,所述编码块内的一部分像素采用第一参考缓存的像素作为参考像素,所述编码块内的另一部分像素则采用第二参考缓存的像素作为参考像素;所述第一参考缓存由部分或全部已重构参考像素样值构造而成;所述第二参考缓存则由部分或全部无参考像素样值构造而成。
- 根据权利要求5所述的方法,其中,所述编码块包括以下至少之一:编码单元CU,预测单元,最大编码单元LCU,以及编码树单元CTU。
- 一种图像解码方法,括:解析一个解码块的码流数据,获取与解码有关的参数;根据所述参数,对所述解码块的一部分码流数据采用第一种类型的复制解码方式进行解码,对所述解码块的另一部分码流数据则采用第二种类型和/或第三种类型的复制解码方式进行解码。
- 根据权利要求7所述的方法,其中,所述第一种类型的复制解码方式是串复制解码方式,所述第二种类型的复制解码方 式是矩形复制解码方式,所述第三种类型的复制解码方式是点复制解码方式。
- 根据权利要求8所述的方法,其中,采用所述第一种类型的复制解码方式时,总是采用第一参考缓存的像素作为参考像素;采用所述第二种类型的复制解码方式时,总是采用所述第一参考缓存的像素作为参考像素;采用所述第三种类型的复制解码方式时,总是采用第二参考缓存的像素作为参考像素,所述第一参考缓存由部分或全部已重构参考像素样值构造而成;所述第二参考缓存则由部分或全部无参考像素样值构造而成。
- 根据权利要求7至9任一项所述的方法,其中,所述解码块包括以下至少之一:编码单元CU,预测单元,最大编码单元LCU,以及编码树单元CTU。
- 一种图像解码方法,包括:解析一个解码块的码流数据,获取与解码有关的参数;根据所述参数,对所述解码块的一部分码流数据采用第一参考缓存的像素作为参考像素进行解码,对所述解码块的另一部分码流数据则采用第二参考缓存的像素作为参考像素进行解码;所述第一参考缓存由部分或全部已重构参考像素样值构造而成;所述第二参考缓存则由部分或全部无参考像素样值构造而成。
- 根据权利要求11所述的方法,其中,所述解码块包括以下至少之一:编码单元CU,预测单元,最大编码单元LCU,以及编码树单元CTU。
- 一种图像编码装置,包括:搜索和复制编码模块,重构参考像素样值集模块,第二参考缓存模块,以及编码、重构及产生视频码流数据的模块;其中,搜索和复制编码模块的混合包括以下至少之一:串复制,矩形复制以及点复制;所述重构参考像素样值集模块的部分或全部构造出第一参考缓存单元;所述第一参考缓存单元在第一参考缓存中搜索最优参考串和/或最优参考矩形;所述第二参考缓存模块在第二参考缓存中搜索最优参考点,并产生出参考串的复制参数,参考矩形的复制参数,参考点的复制参数和/或无参考像素样值。
- 一种图像编码装置,包括:解析码流,获取复制参数、以及无参考像素样值的模块,串复制、矩形复制、以及点复制混合的复制解码模块,重构参考像素样值集模块,以及第二参考缓存模块;所述重构参考像素样值集模块的部分或全部构造出第一参考缓存单元;所述串复制的复制解码模块解码采用第一参考缓存的像素作为参考像素,所述矩形复制的复制解码模块解码采用第一参考缓存的像素作为参考像素,所述点复制的复制解码模块解码采用 第二参考缓存的像素作为参考像素。
- 一种图像编码方法,包括:对一个编码块进行编码,对所述编码块内的像素采用多种类型的编码方式进行编码,产生多种类型的编码结果和码流数据;将所述多种类型的码流数据混合组成所述编码块的码流数据的部分或全部。
- 根据权利要求15所述的方法,其中,所述多种类型的编码方式包括以下复制编码方式的至少两种:行复制编码方式,串复制编码方式,矩形复制编码方式,点复制编码方式,索引复制编码方式。
- 根据权利要求15所述的方法,其中,所述多种类型的编码方式包括:所述多种类型的编码方式使用指定的一个或多个缓存中的像素样值作为参考像素样值对所述编码块进行编码。
- 根据权利要求17所述的方法,其中,所述缓存中的像素样值包括:部分或全部已重构参考像素样值,或者,部分或全部无参考像素样值;其中,所述已重构参考像素样值是编码所述编码块之前的码流获得的像素样值的重构值;所述无参考像素样值是根据所述已重构参考像素样值和/或所述复制编码方式构造的像素样值集。
- 根据权利要求15至18任一项所述的方法,其中,所述编码块包括以下至少之一:编码单元CU,预测单元,最大编码单元LCU,以及编码树单元CTU。
- 一种图像解码方法,包括:解析码流,获得解码块的解码参数;根据所述解码参数,使用多种解码方式对所述解码块的不同部分的码流进行解码。
- 根据权利要求20所述的方法,其中,使用多种解码方式对所述解码块的不同部分的码流进行解码包括:使用指定的一个或多个缓存中的像素样值作为参考像素样值对所述部分码流进行解码。
- 根据权利要求21所述的方法,其中,所述缓存中的像素样值包括:部分或全部已重构参考像素样值,或者,部分或全部 无参考像素样值。其中,所述已重构参考像素样值是解码所述解码块码流之前的码流获得的像素样值的重构值;所述无参考像素样值是根据所述已重构参考像素样值和/或所述解码参数构造的像素样值集。
- 根据权利要求20所述的方法,其中,所述多种解码方式包括如下所述解码方式中的两种或多种:行复制解码方式,串复制解码方式,矩形复制解码方式,点复制解码方式,索引复制解码方式。
- 根据权利要求20至23任一项所述的方法,其中,所述解码块包括以下至少之一:编码单元CU,预测单元,最大编码单元LCU,以及编码树单元CTU。
- 一种图像编码装置,包括:编码模块,设置为对一个编码块进行编码,对所述编码块内的像素采用多种类型的编码方式进行编码,产生多种类型的编码结果和码流数据;混合模块,设置为将所述多种类型的码流数据混合组成所述编码块的码流数据的部分或全部。
- 一种图像解码装置,包括:获取模块,设置为解析码流,获得解码块的解码参数;解码模块,设置为根据所述解码参数,使用多种解码方式对所述解码块的不同部分的码流进行解码。
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410519008.9 | 2014-10-06 | ||
CN201410519008 | 2014-10-06 | ||
CN201510623173.3A CN105491376B (zh) | 2014-10-06 | 2015-09-25 | 图像编码、解码方法及装置 |
CN201510623173.3 | 2015-09-25 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2016054985A1 true WO2016054985A1 (zh) | 2016-04-14 |
Family
ID=55652581
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2015/091124 WO2016054985A1 (zh) | 2014-10-06 | 2015-09-29 | 图像编码、解码方法及装置 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN105491376B (zh) |
WO (1) | WO2016054985A1 (zh) |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107770553A (zh) * | 2016-08-21 | 2018-03-06 | 上海天荷电子信息有限公司 | 采用多类匹配参数及参数存储地址的数据压缩方法和装置 |
CN107770544A (zh) * | 2016-08-21 | 2018-03-06 | 上海天荷电子信息有限公司 | 采用多类匹配参数及前参数缓冲区的数据压缩方法和装置 |
WO2020156547A1 (en) * | 2019-02-02 | 2020-08-06 | Beijing Bytedance Network Technology Co., Ltd. | Buffer resetting for intra block copy in video coding |
US11228775B2 (en) | 2019-02-02 | 2022-01-18 | Beijing Bytedance Network Technology Co., Ltd. | Data storage in buffers for intra block copy in video coding |
US11523107B2 (en) | 2019-07-11 | 2022-12-06 | Beijing Bytedance Network Technology Co., Ltd. | Bitstream conformance constraints for intra block copy in video coding |
US11528476B2 (en) | 2019-07-10 | 2022-12-13 | Beijing Bytedance Network Technology Co., Ltd. | Sample identification for intra block copy in video coding |
US11546581B2 (en) | 2019-03-04 | 2023-01-03 | Beijing Bytedance Network Technology Co., Ltd. | Implementation aspects in intra block copy in video coding |
US11575888B2 (en) | 2019-07-06 | 2023-02-07 | Beijing Bytedance Network Technology Co., Ltd. | Virtual prediction buffer for intra block copy in video coding |
US11882287B2 (en) | 2019-03-01 | 2024-01-23 | Beijing Bytedance Network Technology Co., Ltd | Direction-based prediction for intra block copy in video coding |
US12069282B2 (en) | 2019-03-01 | 2024-08-20 | Beijing Bytedance Network Technology Co., Ltd | Order-based updating for intra block copy in video coding |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107770542A (zh) * | 2016-08-21 | 2018-03-06 | 上海天荷电子信息有限公司 | 采用编码参数基值的数据压缩方法和装置 |
CN108668130A (zh) * | 2017-03-31 | 2018-10-16 | 晨星半导体股份有限公司 | 重组影像文件的方法 |
CN110087090B (zh) * | 2019-05-20 | 2021-04-06 | 绍兴文理学院 | 采用混合串匹配和帧内预测的数据编码、解码方法 |
CN113853790A (zh) * | 2019-09-04 | 2021-12-28 | 深圳市大疆创新科技有限公司 | 编码方法、解码方法以及编码装置和解码装置 |
CN112543332B (zh) * | 2020-05-26 | 2021-08-17 | 腾讯科技(深圳)有限公司 | 视频解码方法、视频编码方法及相关设备 |
CN116489369B (zh) * | 2023-06-26 | 2023-09-08 | 深圳市美力高集团有限公司 | 一种行车数字录像压缩处理方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07240922A (ja) * | 1994-02-28 | 1995-09-12 | Kyocera Corp | 画像符号化・復号化装置 |
CN101002477A (zh) * | 2004-08-13 | 2007-07-18 | 皇家飞利浦电子股份有限公司 | 用于压缩混合的图形和视频源的系统和方法 |
CN101217668A (zh) * | 2008-01-14 | 2008-07-09 | 浙江大学 | 基于块分类的混合图像压缩方法 |
CN102611885A (zh) * | 2011-01-20 | 2012-07-25 | 华为技术有限公司 | 一种编解码方法和装置 |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101540912B (zh) * | 2004-06-27 | 2011-05-18 | 苹果公司 | 对编码视频数据选择编码类型和预测模式 |
US8265136B2 (en) * | 2007-02-20 | 2012-09-11 | Vixs Systems, Inc. | Motion refinement engine for use in video encoding in accordance with a plurality of sub-pixel resolutions and methods for use therewith |
-
2015
- 2015-09-25 CN CN201510623173.3A patent/CN105491376B/zh active Active
- 2015-09-29 WO PCT/CN2015/091124 patent/WO2016054985A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07240922A (ja) * | 1994-02-28 | 1995-09-12 | Kyocera Corp | 画像符号化・復号化装置 |
CN101002477A (zh) * | 2004-08-13 | 2007-07-18 | 皇家飞利浦电子股份有限公司 | 用于压缩混合的图形和视频源的系统和方法 |
CN101217668A (zh) * | 2008-01-14 | 2008-07-09 | 浙江大学 | 基于块分类的混合图像压缩方法 |
CN102611885A (zh) * | 2011-01-20 | 2012-07-25 | 华为技术有限公司 | 一种编解码方法和装置 |
Cited By (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107770553A (zh) * | 2016-08-21 | 2018-03-06 | 上海天荷电子信息有限公司 | 采用多类匹配参数及参数存储地址的数据压缩方法和装置 |
CN107770544A (zh) * | 2016-08-21 | 2018-03-06 | 上海天荷电子信息有限公司 | 采用多类匹配参数及前参数缓冲区的数据压缩方法和装置 |
CN107770544B (zh) * | 2016-08-21 | 2023-12-08 | 上海天荷电子信息有限公司 | 采用多类匹配参数及前参数缓冲区的数据压缩方法和装置 |
CN107770553B (zh) * | 2016-08-21 | 2023-06-27 | 上海天荷电子信息有限公司 | 采用多类匹配参数及参数存储地址的数据压缩方法和装置 |
US11438613B2 (en) | 2019-02-02 | 2022-09-06 | Beijing Bytedance Network Technology Co., Ltd. | Buffer initialization for intra block copy in video coding |
WO2020156547A1 (en) * | 2019-02-02 | 2020-08-06 | Beijing Bytedance Network Technology Co., Ltd. | Buffer resetting for intra block copy in video coding |
US12101494B2 (en) | 2019-02-02 | 2024-09-24 | Beijing Bytedance Network Technology Co., Ltd | Prediction using intra-buffer samples for intra block copy in video coding |
US12088834B2 (en) | 2019-02-02 | 2024-09-10 | Beijing Bytedance Network Technology Co., Ltd | Selective use of virtual pipeline data units for intra block copy video coding |
US12003745B2 (en) | 2019-02-02 | 2024-06-04 | Beijing Bytedance Network Technology Co., Ltd | Buffer updating for intra block copy in video coding |
US11375217B2 (en) | 2019-02-02 | 2022-06-28 | Beijing Bytedance Network Technology Co., Ltd. | Buffer management for intra block copy in video coding |
US11228775B2 (en) | 2019-02-02 | 2022-01-18 | Beijing Bytedance Network Technology Co., Ltd. | Data storage in buffers for intra block copy in video coding |
US11956438B2 (en) | 2019-03-01 | 2024-04-09 | Beijing Bytedance Network Technology Co., Ltd. | Direction-based prediction for intra block copy in video coding |
US11882287B2 (en) | 2019-03-01 | 2024-01-23 | Beijing Bytedance Network Technology Co., Ltd | Direction-based prediction for intra block copy in video coding |
US12069282B2 (en) | 2019-03-01 | 2024-08-20 | Beijing Bytedance Network Technology Co., Ltd | Order-based updating for intra block copy in video coding |
US11985308B2 (en) | 2019-03-04 | 2024-05-14 | Beijing Bytedance Network Technology Co., Ltd | Implementation aspects in intra block copy in video coding |
US11546581B2 (en) | 2019-03-04 | 2023-01-03 | Beijing Bytedance Network Technology Co., Ltd. | Implementation aspects in intra block copy in video coding |
US11575888B2 (en) | 2019-07-06 | 2023-02-07 | Beijing Bytedance Network Technology Co., Ltd. | Virtual prediction buffer for intra block copy in video coding |
US11936852B2 (en) | 2019-07-10 | 2024-03-19 | Beijing Bytedance Network Technology Co., Ltd. | Sample identification for intra block copy in video coding |
US11528476B2 (en) | 2019-07-10 | 2022-12-13 | Beijing Bytedance Network Technology Co., Ltd. | Sample identification for intra block copy in video coding |
US11523107B2 (en) | 2019-07-11 | 2022-12-06 | Beijing Bytedance Network Technology Co., Ltd. | Bitstream conformance constraints for intra block copy in video coding |
Also Published As
Publication number | Publication date |
---|---|
CN105491376A (zh) | 2016-04-13 |
CN105491376B (zh) | 2020-01-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2016054985A1 (zh) | 图像编码、解码方法及装置 | |
US10341651B2 (en) | Image coding method, decoding method, coding device and decoding device | |
CN112383780B (zh) | 点匹配参考集和索引来回扫描串匹配的编解码方法和装置 | |
US11394970B2 (en) | Image encoding and decoding method and device | |
CN111800641B (zh) | 同模式采用不同种类重构像素的图像编码解码方法和装置 | |
CN107071450B (zh) | 数据压缩的编码、解码方法及装置 | |
WO2015120823A1 (zh) | 使用多种形式的参考像素存储空间的图像压缩方法和装置 | |
WO2015120818A1 (zh) | 图像编码、解码方法及装置 | |
US10575022B2 (en) | Image encoding and decoding method, image processing device and computer storage medium | |
CN104754362B (zh) | 使用精细划分块匹配的图像压缩方法 | |
KR101946598B1 (ko) | 이미지 코딩, 디코딩 방법 및 장치 | |
CN105847842B (zh) | 图像编码方法及装置、图像解码方法及装置 | |
US11653019B2 (en) | Image coding and decoding methods, image processing device and computer storage medium | |
EP3306931A1 (en) | Image encoding and decoding method, image processing device, and computer storage medium | |
CN112088531B (zh) | 视频编码和解码中改进的片地址信令 | |
WO2016202189A1 (zh) | 图像编码及解码方法、图像处理设备、计算机存储介质 | |
JP2022546898A (ja) | ビデオ画像処理方法、装置、および記憶媒体 | |
WO2016119746A1 (zh) | 图像编码方法及装置、图像解码方法及装置 | |
WO2016197893A1 (zh) | 图像编码及解码方法、图像处理设备、计算机存储介质 | |
CN110944174B (zh) | 小尺寸块的变换选择方法和装置 | |
WO2016119666A1 (zh) | 图像编解码方法及装置 |
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: 15848675 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 15848675 Country of ref document: EP Kind code of ref document: A1 |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 15848675 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 11/10/2017) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 15848675 Country of ref document: EP Kind code of ref document: A1 |