WO2021164014A1 - Video encoding method and device - Google Patents

Video encoding method and device Download PDF

Info

Publication number
WO2021164014A1
WO2021164014A1 PCT/CN2020/076243 CN2020076243W WO2021164014A1 WO 2021164014 A1 WO2021164014 A1 WO 2021164014A1 CN 2020076243 W CN2020076243 W CN 2020076243W WO 2021164014 A1 WO2021164014 A1 WO 2021164014A1
Authority
WO
WIPO (PCT)
Prior art keywords
image block
layer
sequence
code stream
parameter
Prior art date
Application number
PCT/CN2020/076243
Other languages
French (fr)
Chinese (zh)
Inventor
高林
韩云锋
郭湛
Original Assignee
华为技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Priority to PCT/CN2020/076243 priority Critical patent/WO2021164014A1/en
Publication of WO2021164014A1 publication Critical patent/WO2021164014A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/103Selection of coding mode or of prediction mode
    • H04N19/105Selection of the reference unit for prediction within a chosen coding or prediction mode, e.g. adaptive choice of position and number of pixels used for prediction
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/184Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being bits, e.g. of the compressed video stream

Definitions

  • the embodiments of the present application relate to the field of multimedia technology, and in particular, to a video coding method and device.
  • JPEG Joint Photographic Experts Group
  • MPEG Moving Picture Experts Group
  • the original RGB image is converted into YUV space after color space change, and then after segmentation, DCT change, quantization, and entropy coding, the compressed image is obtained.
  • the DCT change as a spectrum analysis tool can separate high frequency and low frequency components; quantify the use of the human eye's physiological characteristics that are sensitive to low frequencies and relatively insensitive to high frequencies, and filter DC and AC coefficients with different accuracy.
  • the basic unit is the macro block
  • the code stream is the quantized value of the AC coefficient in the macro block. Once lost, the entire macro block cannot be reconstructed, so the channel capacity is reduced to below the signal source rate , There will be different degrees of mosaic, stuck and other phenomena.
  • the present application provides a video encoding method and device to avoid mosaic, freeze and other phenomena caused by image blocks that cannot be reconstructed.
  • an embodiment of the present application provides a video encoding method.
  • the method may include: acquiring a coefficient sequence and a first parameter of at least one image block, where the coefficient sequence is a sequence after the at least one image block is quantized, and the The first parameter includes at least one of resolution, synchronization word, motion vector or DC component.
  • the coefficient sequence of the at least one image block is layered according to the bit position, and multiple layer sequences of each image block are obtained, and each layer sequence of the multiple layer sequences includes multiple exchanges in the coefficient sequence of the image block The same bit information of the coefficient.
  • Entropy coding is performed on the multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block.
  • a code stream corresponding to the at least one image block is obtained, and the code stream is used for the decoder to reconstruct the at least one image block.
  • this implementation method uses a bit-layered encoding method to enable the decoding end to restore the AC coefficients based on the received partial code stream when the bit stream is lost due to poor channel capacity.
  • the nearsightedness value is used to obtain a reconstructed image of relatively low quality, and to avoid the phenomenon of mosaics and freezes caused by the inability of the image block to be reconstructed.
  • each layer sequence in the plurality of layer sequences includes one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the image block.
  • the video bit rate can be dynamically adjusted through each layer sequence including one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the image block.
  • a layer sequence includes each The binary representation of the AC coefficient of multiple bits of information can reduce the video bit rate, thereby reducing the occupation of channel capacity during the bit stream transmission process.
  • the multiple layer sequences of each image block include the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block.
  • the symbol layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block
  • the first layer sequence of the image block includes the high n bits in the binary representation of all the AC coefficients of the image block
  • the high n bits include the Nth to N-n+1 bits in the binary representation of each AC coefficient.
  • the Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit.
  • the image The second layer sequence to the k+1th layer sequence of the block respectively include one of the low-k bits in the binary representation of all the AC coefficients of the image block, and the low-k bit includes the first bit in the binary representation of each AC coefficient. 1 bit to kth bit.
  • N is an integer greater than 2
  • n is any positive integer less than N
  • k is any positive integer less than N
  • N n+k.
  • the video bit rate can be reduced while ensuring the correct transmission of high bit information, thereby reducing bit stream transmission The occupation of channel capacity in the process.
  • performing entropy coding on multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block may include: performing the first layer sequence of each image block Sequence, and the second layer sequence to the k+1th layer sequence, run-length coding and Huffman coding are respectively performed to obtain the first layer codeword sequence and the second layer codeword sequence to the kth layer of each image block +1 layer codeword sequence.
  • obtaining the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block may include: The first parameter of the block is serially spliced to obtain the code stream of the first parameter of the at least one image block. Perform serial splicing on the symbol layer sequence of the at least one image block to obtain the code stream of the symbol layer of the at least one image block. The first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block. Layer 1 code stream.
  • the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, the code stream of the first layer to the k+1th layer of the at least one image block corresponds to multiple quality of service QoS levels.
  • different QoS levels correspond to different layer code streams to ensure the transmission of the more important layer code streams.
  • the method may further include: sequentially sending the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the first parameter of the at least one image block.
  • the code stream from layer to layer k+1.
  • performing entropy encoding on multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block may include: according to the symbol layer sequence of each image block, Run-length coding and Huffman coding are performed on the first layer sequence of each image block, and the second layer sequence to the k+1 layer sequence, respectively, to obtain the first layer codeword sequence and the first layer sequence of each image block.
  • the second-layer codeword sequence to the k+1-th layer codeword sequence, the first-layer codeword sequence, and the second-layer codeword sequence to the k+1-th layer codeword sequence carry sign bit information of non-zero AC coefficients .
  • the sign bit information of the non-zero AC coefficient is located in the i-th layer codeword sequence corresponding to the highest bit of the non-zero AC coefficient, and i is from 1 to k+1.
  • obtaining the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block may include: The first parameter of the block is serially spliced to obtain the code stream of the first parameter of the at least one image block.
  • the first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block.
  • Layer 1 code stream may include: The first parameter of the block is serially spliced to obtain the code stream of the first parameter of the at least one image block.
  • the first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block.
  • the code stream of the first parameter of the at least one image block and the code stream of the first layer to the k+1 layer of the at least one image block correspond to multiple QoS levels.
  • the method may further include: sending the code stream corresponding to the at least one image block within the sending time window of the slice to which the at least one image block belongs.
  • the method may further include: when the sending time window of the segment is exceeded, discarding the code stream corresponding to the unsent image block of the segment.
  • the method may further include: receiving link information sent by the decoding end, where the link information is used to feed back changes in channel capacity for transmitting the code stream. Adjust at least one of a sending parameter or an encoding parameter according to the link information, the sending parameter is used to send a code stream corresponding to the image block, and the encoding parameter includes an encoding type and a quantization processing parameter.
  • the method may further include: acquiring the transform coefficient of the at least one image block. Perform quantization processing on the transform coefficient of each image block, and obtain the quantized transform coefficient of each image block. The quantized transform coefficient of each image block is shifted and sequentially scanned according to the shift matrix to obtain the coefficient sequence of each image block.
  • an embodiment of the present application provides a video encoding device.
  • the device may include: an acquisition module configured to acquire a coefficient sequence and a first parameter of at least one image block, where the coefficient sequence is quantized for the at least one image block In the subsequent sequence, the first parameter includes at least one of resolution, synchronization word, motion vector, or DC component.
  • the bit layering module is used to layer the coefficient sequence of the at least one image block according to the bit position to obtain multiple layer sequences of each image block, and each layer sequence of the multiple layer sequences includes the image block The same bit information of multiple AC coefficients in the coefficient sequence.
  • the entropy coding module is used to perform entropy coding on multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block.
  • the code stream obtaining module is further configured to obtain the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, and the code stream is used for decoder reconstruction The at least one image block.
  • each layer sequence in the plurality of layer sequences includes one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the image block.
  • the multiple layer sequences of each image block include the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block.
  • the symbol layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block
  • the first layer sequence of the image block includes the high n bits in the binary representation of all the AC coefficients of the image block
  • the high n bits include the Nth to N-n+1 bits in the binary representation of each AC coefficient.
  • the Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit.
  • the image The second layer sequence to the k+1th layer sequence of the block respectively include one of the low-k bits in the binary representation of all the AC coefficients of the image block, and the low-k bit includes the first bit in the binary representation of each AC coefficient. 1 bit to kth bit.
  • N is an integer greater than 2
  • n is any positive integer less than N
  • k is any positive integer less than N
  • N n+k.
  • the entropy coding module is used to: perform run-length coding and Huffman respectively on the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block Encoding, obtaining the first layer codeword sequence and the second layer codeword sequence to the k+1th layer codeword sequence of each image block.
  • the code stream acquisition module is configured to: perform serial splicing on the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block. Perform serial splicing on the symbol layer sequence of the at least one image block to obtain the code stream of the symbol layer of the at least one image block.
  • the first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block.
  • Layer 1 code stream is configured to: perform serial splicing on the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block.
  • the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, the code stream of the first layer to the k+1th layer of the at least one image block corresponds to multiple quality of service QoS levels.
  • the device may further include: a transceiver module, configured to sequentially send the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the code stream of the at least one image block. The code stream from the first layer to the k+1th layer of the image block.
  • the entropy coding module is used to: according to the symbol layer sequence of each image block, the first layer sequence, and the second layer sequence to the k+1th layer sequence of each image block, respectively Perform run-length coding and Huffman coding to obtain the first layer codeword sequence and the second layer codeword sequence to the k+1th layer codeword sequence of each image block, the first layer codeword sequence, and the first layer codeword sequence
  • the second-layer codeword sequence to the k+1-th layer codeword sequence carry the sign bit information of the non-zero AC coefficient, and the sign bit information of the non-zero AC coefficient is located at the i-th corresponding to the highest bit of the non-zero AC coefficient.
  • i takes 1 to k+1.
  • the code stream acquisition module is configured to: perform serial splicing on the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block.
  • the first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block.
  • Layer 1 code stream is configured to: perform serial splicing on the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block.
  • the code stream of the first parameter of the at least one image block and the code stream of the first layer to the k+1 layer of the at least one image block correspond to multiple QoS levels.
  • the device further includes: a transceiver module, configured to send the code stream corresponding to the at least one image block within the sending time window of the slice to which the at least one image block belongs.
  • the transceiver module is further configured to: when the sending time window of the segment is exceeded, discard the code stream corresponding to the unsent image block of the segment.
  • the device further includes: a transceiver module.
  • the transceiver module is used to receive link information sent by the decoding end, and the link information is used to feed back changes in the channel capacity for transmitting the code stream.
  • the entropy encoding module is further configured to adjust at least one of a sending parameter or an encoding parameter according to the link information, the sending parameter is used to send a code stream corresponding to the image block, and the encoding parameter includes an encoding type and a quantization processing parameter.
  • the acquisition module is further configured to: acquire the transform coefficient of the at least one image block; perform quantization processing on the transform coefficient of each image block to obtain the quantized transform coefficient of each image block; The quantized transform coefficient of each image block is shifted and sequentially scanned according to the shift matrix to obtain the coefficient sequence of each image block.
  • an embodiment of the present application provides an encoding device.
  • the encoding device may be an encoder or an encoder chip or a system on a chip.
  • the encoding device may implement the function of the first aspect or any possible design method of the first aspect, and the function may be executed by hardware and/or software.
  • the encoding device may include: a non-volatile memory and a processor coupled with each other, the processor calls the program code stored in the memory to execute any one of the first aspect or the first aspect Possible design methods.
  • an embodiment of the present application provides a video encoding and decoding device, including an encoder, which is configured to execute any possible design method as in the first aspect or the first aspect.
  • the video encoding and decoding device may further include a decoder for decoding the received code stream.
  • the present application provides a computer-readable storage medium that stores program code, where the program code includes some or all of the steps used to execute any method of the first aspect Instructions.
  • this application provides a computer program product, which when the computer program product runs on a computer, causes the computer to execute part or all of the steps of any one of the methods in the first aspect.
  • the coefficient sequence of at least one image block and the first parameter are obtained, and the coefficient sequence of the at least one image block is layered according to the bits, and multiple layers of each image block are obtained.
  • Sequence entropy coding the multiple layer sequences of each image block, obtain multiple layer codeword sequences of each image block, according to the first parameter of at least one image block and multiple layer codewords of each image block Sequence, obtain the code stream corresponding to the at least one image block, and send the code stream corresponding to the at least one image block to the decoder, so that the decoder reconstructs the at least one image block based on the received code stream corresponding to the at least one image block .
  • each layer sequence in the multiple layer sequences of each image block includes the same bit information of multiple AC coefficients in the coefficient sequence of the image block
  • the encoder sends the code stream by layer, so the decoder can be based on layer Sequence decoding restores multiple AC coefficients or approximate values of AC coefficients in the coefficient sequence of the image block, thereby reconstructing the image block.
  • the decoding end can still reconstruct image blocks to avoid phenomena such as mosaics and freezes that affect the viewing experience.
  • FIG. 1A is a schematic diagram of an example of a video encoding and decoding system in an embodiment of the application
  • FIG. 1B is a schematic diagram of an example of a video decoding system in an embodiment of this application.
  • FIG. 2 is a schematic diagram of an example structure of an encoder in an embodiment of the application.
  • FIG. 3 is a schematic diagram of an example structure of a decoder in an embodiment of the application.
  • FIG. 4 is a schematic diagram of an example of a video decoding device in an embodiment of the application.
  • FIG. 5 is a schematic diagram of an example of an encoding device or a decoding device in an embodiment of the application
  • FIG. 6 is a flowchart of a video encoding method according to an embodiment of the application.
  • FIG. 7 is a schematic diagram of an encoding process of a video encoding method according to an embodiment of the application.
  • FIG. 8 is a schematic diagram of the results of various processing in the encoding process of an embodiment of the application.
  • FIG. 9 is a flowchart of a video encoding method according to an embodiment of the application.
  • FIG. 10 is a schematic diagram of a video encoding device according to an embodiment of the application.
  • the corresponding device may include one or more units such as functional units to perform the described one or more method steps (for example, one unit performs one or more steps). , Or multiple units, each of which performs one or more of multiple steps), even if such one or more units are not explicitly described or illustrated in the drawings.
  • the corresponding method may include one step to perform the functionality of one or more units (for example, one step performs one or more units). The functionality, or multiple steps, each of which performs the functionality of one or more of the multiple units), even if such one or more steps are not explicitly described or illustrated in the drawings.
  • Video coding generally refers to processing a sequence of pictures that form a video or video sequence.
  • the terms "picture”, "frame” or “image” can be used as synonyms.
  • Video encoding used in this article means video encoding or video decoding.
  • Video encoding is performed on the source side, and usually includes processing (for example, by compressing) the original video picture to reduce the amount of data required to represent the video picture, so as to store and/or transmit more efficiently.
  • Video decoding is performed on the destination side and usually involves inverse processing relative to the encoder to reconstruct the video picture.
  • the “encoding” of video pictures involved in the embodiments should be understood as involving the “encoding” or “decoding” of the video sequence.
  • the combination of the encoding part and the decoding part is also called codec (encoding and decoding).
  • a video sequence includes a series of pictures, the pictures are further divided into slices, and the slices are further divided into blocks.
  • Video coding is performed in units of blocks.
  • the concept of blocks is further expanded.
  • macroblocks MB
  • the macroblocks can be further divided into multiple prediction blocks (partitions) that can be used for predictive coding.
  • HEVC high-efficiency video coding
  • basic concepts such as coding unit (CU), prediction unit (PU), and transform unit (TU) are adopted, which are functionally Divide a variety of block units, and use a new tree-based description.
  • the CU can be divided into smaller CUs according to the quadtree, and the smaller CUs can be further divided to form a quadtree structure.
  • the CU is the basic unit for dividing and encoding the coded image.
  • the PU and TU also have a similar tree structure.
  • the PU can correspond to the prediction block and is the basic unit of prediction coding.
  • the CU is further divided into multiple PUs according to the division mode.
  • TU can correspond to the transform block and is the basic unit for transforming the prediction residual.
  • no matter CU, PU or TU they all belong to the concept of block (or image block) in nature.
  • a CTU is split into multiple CUs by using a quad-tree structure represented as a coding tree.
  • a decision is made at the CU level whether to use inter-picture (temporal) or intra-picture (spatial) prediction to encode picture regions.
  • Each CU can be further split into one, two, or four PUs according to the PU split type.
  • the same prediction process is applied in a PU, and relevant information is transmitted to the decoder on the basis of the PU.
  • the CU may be divided into transform units (TU) according to other quadtree structures similar to the coding tree used for the CU.
  • quad-tree and binary tree Quad-tree and binary tree (Quad-tree and Binary Tree, QTBT) are used to divide frames to divide coding blocks.
  • the CU can have a square or rectangular shape.
  • the image block to be encoded in the currently encoded image may be referred to as the current block.
  • a reference block is a block that provides a reference signal for the current block, where the reference signal represents the pixel value in the image block.
  • the block in the reference image that provides the prediction signal for the current block may be a prediction block, where the prediction signal represents a pixel value or a sample value or a sample signal in the prediction block. For example, after traversing multiple reference blocks, the best reference block is found. This best reference block will provide prediction for the current block, and this block is called a prediction block.
  • the original video picture can be reconstructed, that is, the reconstructed video picture has the same quality as the original video picture (assuming that there is no transmission loss or other data loss during storage or transmission).
  • quantization is performed to perform further compression to reduce the amount of data required to represent the video picture, and the decoder side cannot completely reconstruct the video picture, that is, the quality of the reconstructed video picture is compared with the original video picture. The quality is low or poor.
  • Video coding standards of H.261 belong to "lossy hybrid video coding and decoding” (that is, combining spatial and temporal prediction in the sample domain with 2D transform coding for applying quantization in the transform domain).
  • Each picture of a video sequence is usually divided into a set of non-overlapping blocks, and is usually coded at the block level.
  • the encoder side usually processes the video at the block (video block) level, that is, encodes the video.
  • the prediction block is generated through spatial (intra-picture) prediction and temporal (inter-picture) prediction.
  • the processed block subtracts the prediction block to obtain the residual block, transforms the residual block in the transform domain and quantizes the residual block to reduce the amount of data to be transmitted (compressed), and the decoder side will process the inverse of the encoder Partially applied to the coded or compressed block to reconstruct the current block for representation.
  • the encoder duplicates the decoder processing loop, so that the encoder and the decoder generate the same prediction (for example, intra prediction and inter prediction) and/or reconstruction for processing, that is, encoding subsequent blocks.
  • FIG. 1A exemplarily shows a schematic block diagram of a video encoding and decoding system 10 applied in an embodiment of the present application.
  • the video encoding and decoding system 10 may include a source device 12 and a destination device 14.
  • the source device 12 generates encoded video data. Therefore, the source device 12 may be referred to as a video encoding device.
  • the destination device 14 can decode the encoded video data generated by the source device 12, and therefore, the destination device 14 can be referred to as a video decoding device.
  • Various implementations of source device 12, destination device 14, or both may include one or more processors and memory coupled to the one or more processors.
  • the memory may include, but is not limited to, RAM, ROM, EEPROM, flash memory, or any other medium that can be used to store the desired program code in the form of instructions or data structures that can be accessed by a computer, as described herein.
  • the source device 12 and the destination device 14 may include various devices, including desktop computers, mobile computing devices, notebook (for example, laptop) computers, tablet computers, set-top boxes, telephone handsets such as so-called "smart" phones. Computers, televisions, cameras, display devices, digital media players, video game consoles, on-board computers, wireless communication equipment, or the like.
  • FIG. 1A shows the source device 12 and the destination device 14 as separate devices
  • the device embodiment may also include the source device 12 and the destination device 14 or the functionality of both, that is, the source device 12 or the corresponding The functionality of the destination device 14 or the corresponding functionality.
  • the same hardware and/or software may be used, or separate hardware and/or software, or any combination thereof may be used to implement the source device 12 or the corresponding functionality and the destination device 14 or the corresponding functionality .
  • the source device 12 and the destination device 14 may communicate with each other through a link 13, and the destination device 14 may receive encoded video data from the source device 12 via the link 13.
  • Link 13 may include one or more media or devices capable of moving encoded video data from source device 12 to destination device 14.
  • link 13 may include one or more communication media that enable source device 12 to transmit encoded video data directly to destination device 14 in real time.
  • the source device 12 may modulate the encoded video data according to a communication standard, such as a wireless communication protocol, and may transmit the modulated video data to the destination device 14.
  • the one or more communication media may include wireless and/or wired communication media, such as a radio frequency (RF) spectrum or one or more physical transmission lines.
  • RF radio frequency
  • the one or more communication media may form part of a packet-based network, such as a local area network, a wide area network, or a global network (e.g., the Internet).
  • the one or more communication media may include routers, switches, base stations, or other devices that facilitate communication from source device 12 to destination device 14.
  • the source device 12 includes an encoder 20, and optionally, the source device 12 may also include a picture source 16, a picture preprocessor 18, and a communication interface 22.
  • the encoder 20, the picture source 16, the picture preprocessor 18, and the communication interface 22 may be hardware components in the source device 12, or may be software programs in the source device 12. They are described as follows:
  • the picture source 16 which can include or can be any type of picture capture device, for example to capture real-world pictures, and/or any type of pictures or comments (for screen content encoding, some text on the screen is also considered to be encoded Picture or part of an image) generating equipment, for example, a computer graphics processor for generating computer animation pictures, or for acquiring and/or providing real world pictures, computer animation pictures (for example, screen content, virtual reality, VR) pictures), and/or any combination thereof (for example, augmented reality (AR) pictures).
  • the picture source 16 may be a camera for capturing pictures or a memory for storing pictures.
  • the picture source 16 may also include any type (internal or external) interface for storing previously captured or generated pictures and/or acquiring or receiving pictures.
  • the picture source 16 When the picture source 16 is a camera, the picture source 16 may be, for example, a local or an integrated camera integrated in the source device; when the picture source 16 is a memory, the picture source 16 may be local or, for example, an integrated camera integrated in the source device. Memory.
  • the interface When the picture source 16 includes an interface, the interface may be, for example, an external interface for receiving pictures from an external video source.
  • the external video source is, for example, an external picture capture device, such as a camera, an external memory, or an external picture generation device, such as It is an external computer graphics processor, computer or server.
  • the interface can be any type of interface according to any proprietary or standardized interface protocol, such as a wired or wireless interface, and an optical interface.
  • the picture can be regarded as a two-dimensional array or matrix of picture elements.
  • the pixel points in the array can also be called sampling points.
  • the number of sampling points of the array or picture in the horizontal and vertical directions (or axis) defines the size and/or resolution of the picture.
  • three color components are usually used, that is, pictures can be represented as or contain three sample arrays.
  • a picture includes corresponding red, green, and blue sample arrays.
  • each pixel is usually expressed in a luminance/chrominance format or color space.
  • a picture in the YUV format includes the luminance component indicated by Y (which may also be indicated by L) and the two indicated by U and V. Chrominance components.
  • the luma component Y represents brightness or gray level intensity (for example, the two are the same in a gray level picture), and the two chroma components U and V represent chroma or color information components.
  • a picture in the YUV format includes a luminance sample array of luminance sample values (Y), and two chrominance sample arrays of chrominance values (U and V).
  • Pictures in RGB format can be converted or converted to YUV format, and vice versa. This process is also called color conversion or conversion. If the picture is black and white, the picture may only include the luminance sample array.
  • the picture transmitted from the picture source 16 to the picture processor may also be referred to as original picture data 17.
  • the picture preprocessor 18 is configured to receive the original picture data 17 and perform preprocessing on the original picture data 17 to obtain the preprocessed picture 19 or the preprocessed picture data 19.
  • the pre-processing performed by the picture pre-processor 18 may include trimming, color format conversion (for example, conversion from RGB format to YUV format), toning, or denoising.
  • the encoder 20 (or video encoder 20) is configured to receive the pre-processed picture data 19, and process the pre-processed picture data 19 using a relevant prediction mode (such as the prediction mode in the various embodiments herein), thereby
  • the encoded picture data 21 is provided (the structure details of the encoder 20 will be further described below based on FIG. 2 or FIG. 4 or FIG. 5).
  • the encoder 20 may be used to implement the various embodiments described below to implement the application of the video coding method described in this application on the coding side.
  • the communication interface 22 can be used to receive the encoded picture data 21, and can transmit the encoded picture data 21 to the destination device 14 or any other device (such as a memory) through the link 13 for storage or direct reconstruction, so The other device can be any device used for decoding or storage.
  • the communication interface 22 may be used, for example, to encapsulate the encoded picture data 21 into a suitable format, such as a data packet, for transmission on the link 13.
  • the destination device 14 includes a decoder 30, and optionally, the destination device 14 may also include a communication interface 28, a picture post-processor 32, and a display device 34. They are described as follows:
  • the communication interface 28 may be used to receive the encoded picture data 21 from the source device 12 or any other source, for example, a storage device, and the storage device is, for example, an encoded picture data storage device.
  • the communication interface 28 can be used to transmit or receive the encoded picture data 21 via the link 13 between the source device 12 and the destination device 14 or via any type of network.
  • the link 13 is, for example, a direct wired or wireless connection.
  • the type of network is, for example, a wired or wireless network or any combination thereof, or any type of private network and public network, or any combination thereof.
  • the communication interface 28 may be used, for example, to decapsulate the data packet transmitted by the communication interface 22 to obtain the encoded picture data 21.
  • Both the communication interface 28 and the communication interface 22 can be configured as a one-way communication interface or a two-way communication interface, and can be used, for example, to send and receive messages to establish connections, confirm and exchange any other communication links and/or, for example, encoded picture data Information about the transmission of data transmission.
  • the decoder 30 (or called the decoder 30) is used to receive the encoded picture data 21 and provide the decoded picture data 31 or the decoded picture 31 (the following will further describe the decoder 30 based on FIG. 3 or FIG. 4 or FIG. 5 Structural details).
  • the decoder 30 may be used to implement the various embodiments described below to implement the application of the video encoding method described in this application on the decoding side.
  • the picture post processor 32 is configured to perform post-processing on the decoded picture data 31 (also referred to as reconstructed picture data) to obtain post-processed picture data 33.
  • the post-processing performed by the picture post-processor 32 may include: color format conversion (for example, conversion from YUV format to RGB format), toning, trimming or resampling, or any other processing, and can also be used to convert the post-processed picture data 33 is transmitted to the display device 34.
  • the display device 34 is used to receive the post-processed picture data 33 to display the picture to, for example, a user or a viewer.
  • the display device 34 may be or may include any type of display for presenting reconstructed pictures, for example, an integrated or external display or monitor.
  • the display may include a liquid crystal display (LCD), an organic light emitting diode (OLED) display, a plasma display, a projector, a micro LED display, a liquid crystal on silicon (LCoS), Digital light processor (digital light processor, DLP) or any other type of display.
  • FIG. 1A shows the source device 12 and the destination device 14 as separate devices
  • the device embodiment may also include the source device 12 and the destination device 14 or the functionality of both, that is, the source device 12 or Corresponding functionality and destination device 14 or corresponding functionality.
  • the same hardware and/or software may be used, or separate hardware and/or software, or any combination thereof may be used to implement the source device 12 or the corresponding functionality and the destination device 14 or the corresponding functionality .
  • the source device 12 and the destination device 14 may include any of a variety of devices, including any type of handheld or stationary device, for example, a notebook or laptop computer, mobile phone, smart phone, tablet or tablet computer, video camera, desktop Computers, set-top boxes, televisions, cameras, in-vehicle devices, display devices, digital media players, video game consoles, video streaming devices (such as content service servers or content distribution servers), broadcast receiver devices, broadcast transmitter devices And so on, and can not use or use any type of operating system.
  • a notebook or laptop computer mobile phone, smart phone, tablet or tablet computer
  • video camera desktop Computers
  • set-top boxes televisions, cameras, in-vehicle devices, display devices, digital media players, video game consoles, video streaming devices (such as content service servers or content distribution servers), broadcast receiver devices, broadcast transmitter devices And so on, and can not use or use any type of operating system.
  • Both the encoder 20 and the decoder 30 can be implemented as any of various suitable circuits, for example, one or more microprocessors, digital signal processors (digital signal processors, DSP), and application-specific integrated circuits (application-specific integrated circuits). circuit, ASIC), field-programmable gate array (FPGA), discrete logic, hardware, or any combination thereof.
  • the device can store the instructions of the software in a suitable non-transitory computer-readable storage medium, and can use one or more processors to execute the instructions in hardware to execute the technology of the present disclosure. . Any of the foregoing (including hardware, software, a combination of hardware and software, etc.) can be regarded as one or more processors.
  • the video encoding and decoding system 10 shown in FIG. 1A is only an example, and the technology of the present application can be applied to video encoding settings that do not necessarily include any data communication between encoding and decoding devices (for example, video encoding or video encoding). decoding).
  • the data can be retrieved from local storage, streamed on the network, etc.
  • the video encoding device can encode data and store the data to the memory, and/or the video decoding device can retrieve the data from the memory and decode the data.
  • encoding and decoding are performed by devices that do not communicate with each other but only encode data to and/or retrieve data from the memory and decode the data.
  • FIG. 1B is an explanatory diagram of an example of a video coding system 40 including the encoder 20 of FIG. 2 and/or the decoder 30 of FIG. 3 according to an exemplary embodiment.
  • the video decoding system 40 can implement a combination of various technologies in the embodiments of the present application.
  • the video coding system 40 may include an imaging device 41, an encoder 20, a decoder 30 (and/or a video encoder/decoder implemented by the logic circuit 47 of the processing unit 46), and an antenna 42 , One or more processors 43, one or more memories 44, and/or display devices 45.
  • the imaging device 41, the antenna 42, the processing unit 46, the logic circuit 47, the encoder 20, the decoder 30, the processor 43, the memory 44, and/or the display device 45 can communicate with each other.
  • the encoder 20 and the decoder 30 are used to illustrate the video coding system 40, in different examples, the video coding system 40 may include only the encoder 20 or only the decoder 30.
  • antenna 42 may be used to transmit or receive an encoded bitstream of video data.
  • the display device 45 may be used to present video data.
  • the logic circuit 47 may be implemented by the processing unit 46.
  • the processing unit 46 may include application-specific integrated circuit (ASIC) logic, a graphics processor, a general-purpose processor, and the like.
  • the video decoding system 40 may also include an optional processor 43, and the optional processor 43 may similarly include application-specific integrated circuit (ASIC) logic, a graphics processor, a general-purpose processor, and the like.
  • the logic circuit 47 may be implemented by hardware, such as dedicated hardware for video encoding, and the processor 43 may be implemented by general-purpose software, an operating system, and the like.
  • the memory 44 may be any type of memory, such as volatile memory (for example, static random access memory (Static Random Access Memory, SRAM), dynamic random access memory (Dynamic Random Access Memory, DRAM), etc.) or non-volatile memory. Memory (for example, flash memory, etc.), etc.
  • volatile memory for example, static random access memory (Static Random Access Memory, SRAM), dynamic random access memory (Dynamic Random Access Memory, DRAM), etc.
  • Memory for example, flash memory, etc.
  • the memory 44 may be implemented by cache memory.
  • the logic circuit 47 may access the memory 44 (e.g., to implement an image buffer).
  • the logic circuit 47 and/or the processing unit 46 may include a memory (for example, a cache, etc.) for implementing an image buffer and the like.
  • the encoder 20 implemented by logic circuits may include an image buffer (e.g., implemented by the processing unit 46 or the memory 44) and a graphics processing unit (e.g., implemented by the processing unit 46).
  • the graphics processing unit may be communicatively coupled to the image buffer.
  • the graphics processing unit may include an encoder 20 implemented by a logic circuit 47 to implement the various modules discussed with reference to FIG. 2 and/or any other encoder system or subsystem described herein.
  • Logic circuits can be used to perform the various operations discussed herein.
  • decoder 30 may be implemented by logic circuit 47 in a similar manner to implement the various modules discussed with reference to decoder 30 of FIG. 3 and/or any other decoder system or subsystem described herein.
  • the decoder 30 implemented by logic circuits may include an image buffer (implemented by the processing unit 2820 or the memory 44) and a graphics processing unit (implemented by the processing unit 46, for example).
  • the graphics processing unit may be communicatively coupled to the image buffer.
  • the graphics processing unit may include a decoder 30 implemented by a logic circuit 47 to implement the various modules discussed with reference to FIG. 3 and/or any other decoder system or subsystem described herein.
  • antenna 42 may be used to receive an encoded bitstream of video data.
  • the encoded bitstream may include data, indicators, index values, mode selection data, etc., related to encoded video frames discussed herein, such as data related to encoded partitions (e.g., transform coefficients or quantized transform coefficients). , (As discussed) optional indicators, and/or data defining coded partitions).
  • the video coding system 40 may also include a decoder 30 coupled to the antenna 42 and used to decode the encoded bitstream.
  • the display device 45 is used to present video frames.
  • the decoder 30 may be used to perform the reverse process.
  • the decoder 30 can be used to receive and parse such syntax elements, and decode related video data accordingly.
  • the encoder 20 may entropy encode the syntax elements into an encoded video bitstream. In such instances, the decoder 30 may parse such syntax elements and decode the related video data accordingly.
  • the video encoding method described in the embodiment of the present application is mainly used for the encoding and decoding process. This process exists in both the encoder 20 and the decoder 30.
  • the encoder 20 and the decoder 30 in the embodiment of the present application may be, for example, Codecs corresponding to video standard protocols such as H.263, H.264, HEVV, MPEG-2, MPEG-4, VP8, VP9, or next-generation video standard protocols (such as H.266, etc.).
  • FIG. 2 shows a schematic/conceptual block diagram of an example of an encoder 20 for implementing an embodiment of the present application.
  • the encoder 20 includes a residual calculation unit 204, a transformation processing unit 206, a quantization unit 208, an inverse quantization unit 210, an inverse transformation processing unit 212, a reconstruction unit 214, a buffer 216, and a loop filter.
  • Unit 220 a decoded picture buffer (DPB) 230, a prediction processing unit 260, and an entropy coding unit 270.
  • the prediction processing unit 260 may include an inter prediction unit 244, an intra prediction unit 254, and a mode selection unit 262.
  • the inter prediction unit 244 may include a motion estimation unit and a motion compensation unit (not shown).
  • the encoder 20 shown in FIG. 2 may also be referred to as a hybrid video encoder or a video encoder based on a hybrid video codec.
  • the residual calculation unit 204, the transform processing unit 206, the quantization unit 208, the prediction processing unit 260, and the entropy encoding unit 270 form the forward signal path of the encoder 20, and for example, the inverse quantization unit 210, the inverse transform processing unit 212, and the The structure unit 214, the buffer 216, the loop filter 220, the decoded picture buffer (DPB) 230, and the prediction processing unit 260 form the backward signal path of the encoder, wherein the backward signal path of the encoder corresponds to The signal path of the decoder (see decoder 30 in FIG. 3).
  • the encoder 20 receives the picture 201 or the image block 203 of the picture 201 through, for example, the input 202, for example, a picture in a picture sequence forming a video or a video sequence.
  • the image block 203 may also be called the current picture block or the picture block to be coded
  • the picture 201 may be called the current picture or the picture to be coded (especially when the current picture is distinguished from other pictures in video coding, the other pictures are for example the same video sequence). That is, the previous coded and/or decoded picture in the video sequence that also includes the current picture).
  • the embodiment of the encoder 20 may include a segmentation unit (not shown in FIG. 2) for segmenting the picture 201 into a plurality of blocks such as the image block 203, usually into a plurality of non-overlapping blocks.
  • the segmentation unit can be used to use the same block size and the corresponding grid that defines the block size for all pictures in the video sequence, or to change the block size between pictures or subsets or groups of pictures, and divide each picture into Corresponding block.
  • the prediction processing unit 260 of the encoder 20 may be used to perform any combination of the aforementioned segmentation techniques.
  • the image block 203 is also or can be regarded as a two-dimensional array or matrix of sampling points with sample values, although its size is smaller than that of the picture 201.
  • the image block 203 may include, for example, one sampling array (for example, a luminance array in the case of a black-and-white picture 201) or three sampling arrays (for example, one luminance array and two chrominance arrays in the case of a color picture) or Any other number and/or type of array depending on the color format applied.
  • the number of sampling points in the horizontal and vertical directions (or axes) of the image block 203 defines the size of the image block 203.
  • the encoder 20 shown in FIG. 2 is used to encode the picture 201 block by block, for example, to perform encoding and prediction on each image block 203.
  • the residual calculation unit 204 is used to calculate the residual block 205 based on the picture image block 203 and the prediction block 265 (other details of the prediction block 265 are provided below), for example, by subtracting the sample value of the picture image block 203 sample by sample (pixel by pixel). The sample values of the block 265 are de-predicted to obtain the residual block 205 in the sample domain.
  • the transform processing unit 206 is configured to apply a transform such as discrete cosine transform (DCT) or discrete sine transform (DST) to the sample values of the residual block 205 to obtain transform coefficients 207 in the transform domain.
  • a transform such as discrete cosine transform (DCT) or discrete sine transform (DST)
  • DCT discrete cosine transform
  • DST discrete sine transform
  • the transform coefficient 207 may also be referred to as a transform residual coefficient, and represents the residual block 205 in the transform domain.
  • the transform processing unit 206 may be used to apply an integer approximation of DCT/DST, such as the transform specified for HEVC/H.265. Compared with the orthogonal DCT transform, this integer approximation is usually scaled by a factor. In order to maintain the norm of the residual block processed by the forward and inverse transformation, an additional scaling factor is applied as part of the transformation process.
  • the scaling factor is usually selected based on certain constraints. For example, the scaling factor is a trade-off between the power of 2 used for the shift operation, the bit depth of the transform coefficient, accuracy, and implementation cost.
  • the inverse transform processing unit 212 for the inverse transform (and on the encoder 20 side, for example, the inverse transform processing unit 212 for the corresponding inverse transform) designate a specific scaling factor, and accordingly, the encoder The 20 side uses the transformation processing unit 206 to specify a corresponding scaling factor for the positive transformation.
  • the quantization unit 208 is used to quantize the transform coefficient 207 by applying scalar quantization or vector quantization, for example, to obtain a quantized transform coefficient 209 (also referred to as a quantized coefficient 209).
  • the quantized transform coefficient 209 may also be referred to as a quantized residual coefficient 209.
  • the quantization process can reduce the bit depth associated with some or all of the transform coefficients 207. For example, n-bit transform coefficients can be rounded down to m-bit transform coefficients during quantization, where n is greater than m.
  • the degree of quantization can be modified by adjusting the quantization parameter (QP). For example, for scalar quantization, different scales can be applied to achieve finer or coarser quantization.
  • QP quantization parameter
  • a smaller quantization step size corresponds to a finer quantization
  • a larger quantization step size corresponds to a coarser quantization.
  • the appropriate quantization step size can be indicated by a quantization parameter (QP).
  • the quantization parameter may be an index of a predefined set of suitable quantization steps.
  • a smaller quantization parameter can correspond to fine quantization (smaller quantization step size)
  • a larger quantization parameter can correspond to coarse quantization (larger quantization step size)
  • Quantization may include division by a quantization step size and corresponding quantization or inverse quantization performed by, for example, inverse quantization 210, or may include multiplication by a quantization step size.
  • Embodiments according to some standards such as HEVC may use quantization parameters to determine the quantization step size.
  • the quantization step size can be calculated based on the quantization parameter using a fixed-point approximation of an equation including division. Additional scaling factors can be introduced for quantization and inverse quantization to restore the norm of the residual block that may be modified due to the scale used in the fixed-point approximation of the equations for the quantization step size and the quantization parameter.
  • the scales of inverse transform and inverse quantization may be combined.
  • a custom quantization table can be used and signaled from the encoder to the decoder in, for example, a bitstream. Quantization is a lossy operation, where the larger the quantization step, the greater the loss.
  • the inverse quantization unit 210 is configured to apply the inverse quantization of the quantization unit 208 on the quantized coefficients to obtain the inverse quantized coefficients 211, for example, based on or use the same quantization step size as the quantization unit 208, and apply the quantization scheme applied by the quantization unit 208 The inverse quantification scheme.
  • the inversely quantized coefficient 211 may also be referred to as the inversely quantized residual coefficient 211, which corresponds to the transform coefficient 207, although the loss due to quantization is usually different from the transform coefficient.
  • the inverse transform processing unit 212 is configured to apply the inverse transform of the transform applied by the transform processing unit 206, for example, an inverse discrete cosine transform (DCT) or an inverse discrete sine transform (DST), so as to be in the sample domain. Obtain the inverse transform block 213.
  • the inverse transformation block 213 may also be referred to as an inverse transformation and inverse quantization block 213 or an inverse transformation residual block 213.
  • the reconstruction unit 214 (for example, the summer 214) is used to add the inverse transform block 213 (that is, the reconstructed residual block 213) to the prediction block 265 to obtain the reconstructed block 215 in the sample domain, for example, The sample value of the reconstructed residual block 213 and the sample value of the prediction block 265 are added.
  • the buffer unit 216 (or “buffer” 216 for short) such as the line buffer 216 is used to buffer or store the reconstructed block 215 and the corresponding sample value for, for example, intra prediction.
  • the encoder can be used to use the unfiltered reconstructed block and/or the corresponding sample value stored in the buffer unit 216 to perform any type of estimation and/or prediction, such as intra-frame predict.
  • an embodiment of the encoder 20 may be configured such that the buffer unit 216 is used not only for storing the reconstructed block 215 for intra prediction 254, but also for the loop filter unit 220 (not shown in FIG. 2 Out), and/or, for example, make the buffer unit 216 and the decoded picture buffer unit 230 form one buffer.
  • Other embodiments may be used to use the filtered block 221 and/or blocks or samples from the decoded picture buffer 230 (neither shown in Figure 2) as the input or basis for the intra prediction 254.
  • the loop filter unit 220 (or “loop filter” 220 for short) is used to filter the reconstructed block 215 to obtain the filtered block 221, thereby smoothly performing pixel conversion or improving video quality.
  • the loop filter unit 220 is intended to represent one or more loop filters, such as deblocking filters, sample-adaptive offset (SAO) filters, or other filters, such as bilateral filters, auto Adaptive loop filter (ALF), or sharpening or smoothing filter, or collaborative filter.
  • the loop filter unit 220 is shown as an in-loop filter in FIG. 2, in other configurations, the loop filter unit 220 may be implemented as a post-loop filter.
  • the filtered block 221 may also be referred to as a filtered reconstructed block 221.
  • the decoded picture buffer 230 may store the reconstructed coded block after the loop filter unit 220 performs a filtering operation on the reconstructed coded block.
  • the embodiment of the encoder 20 can be used to output loop filter parameters (e.g., sample adaptive offset information), for example, directly output or by the entropy encoding unit 270 or any other
  • the entropy coding unit is output after entropy coding, for example, so that the decoder 30 can receive and apply the same loop filter parameters for decoding.
  • the decoded picture buffer (DPB) 230 may be a reference picture memory that stores reference picture data for the encoder 20 to encode video data.
  • DPB 230 can be formed by any of a variety of memory devices, such as dynamic random access memory (DRAM) (including synchronous DRAM (SDRAM), magnetoresistive RAM (MRAM)), resistive RAM (resistive RAM, RRAM)) or other types of memory devices.
  • DRAM dynamic random access memory
  • SDRAM synchronous DRAM
  • MRAM magnetoresistive RAM
  • RRAM resistive RAM
  • the DPB 230 and the buffer 216 may be provided by the same memory device or a separate memory device.
  • a decoded picture buffer (DPB) 230 is used to store the filtered block 221.
  • the decoded picture buffer 230 may be further used to store other previous filtered blocks of the same current picture or different pictures such as the previously reconstructed picture, such as the previously reconstructed and filtered block 221, and may provide a complete previous Reconstruction is a decoded picture (and corresponding reference blocks and samples) and/or a partially reconstructed current picture (and corresponding reference blocks and samples), for example, for inter prediction.
  • a decoded picture buffer (DPB) 230 is used to store the reconstructed block 215.
  • the prediction processing unit 260 also referred to as the block prediction processing unit 260, is used to receive or obtain the image block 203 (the current image block 203 of the current picture 201) and reconstructed picture data, such as the same (current) picture from the buffer 216
  • the reference samples and/or the reference picture data 231 of one or more previously decoded pictures from the decoded picture buffer 230, and used to process such data for prediction, that is, the provision can be an inter-predicted block 245 or a The prediction block 265 of the intra prediction block 255.
  • the mode selection unit 262 may be used to select a prediction mode (for example, intra or inter prediction mode) and/or the corresponding prediction block 245 or 255 used as the prediction block 265 to calculate the residual block 205 and reconstruct the reconstructed block 215.
  • a prediction mode for example, intra or inter prediction mode
  • the corresponding prediction block 245 or 255 used as the prediction block 265 to calculate the residual block 205 and reconstruct the reconstructed block 215.
  • the embodiment of the mode selection unit 262 may be used to select a prediction mode (for example, from those supported by the prediction processing unit 260) that provides the best match or minimum residual (the minimum residual means Better compression in transmission or storage), or provide minimal signaling overhead (minimum signaling overhead means better compression in transmission or storage), or consider or balance the two at the same time.
  • the mode selection unit 262 may be configured to determine a prediction mode based on rate distortion optimization (RDO), that is, select a prediction mode that provides the smallest rate-distortion optimization, or select a prediction mode whose related rate-distortion at least meets the prediction mode selection criteria .
  • RDO rate distortion optimization
  • the encoder 20 is used to determine or select the best or optimal prediction mode from a set of (predetermined) prediction modes.
  • the prediction mode set may include, for example, an intra prediction mode and/or an inter prediction mode.
  • the set of intra prediction modes may include 35 different intra prediction modes, for example, non-directional modes such as DC (or mean) mode and planar mode, or directional modes as defined in H.265, or may include 67 Different intra-frame prediction modes, for example, non-directional modes such as DC (or mean) mode and planar mode, or directional modes as defined in H.266 under development.
  • the set of inter-frame prediction modes depends on the available reference pictures (ie, for example, the aforementioned at least part of the decoded pictures stored in the DBP230) and other inter-frame prediction parameters, such as whether the entire reference picture is used or only A part of the reference picture, such as the search window area surrounding the area of the current block, to search for the best matching reference block, and/or for example depending on whether pixel interpolation such as half-pixel and/or quarter-pixel interpolation is applied.
  • the set of inter prediction modes may include, for example, an advanced motion vector (Advanced Motion Vector Prediction, AMVP) mode and a merge mode.
  • AMVP Advanced Motion Vector Prediction
  • the set of inter prediction modes may include an improved AMVP mode based on control points, and an improved merge mode based on control points.
  • the intra prediction unit 254 may be used to perform any combination of inter prediction techniques.
  • the embodiments of the present application may also apply skip mode and/or direct mode.
  • the prediction processing unit 260 may be further used to divide the image block 203 into smaller block partitions or sub-blocks, for example, by iteratively using quad-tree (QT) segmentation and binary-tree (BT) segmentation. Or triple-tree (TT) segmentation, or any combination thereof, and used to perform prediction, for example, for each of the block partitions or sub-blocks, where the mode selection includes selecting the tree structure of the segmented image block 203 and selecting the application The prediction mode for each of the block partitions or sub-blocks.
  • QT quad-tree
  • BT binary-tree
  • TT triple-tree
  • the inter prediction unit 244 may include a motion estimation (ME) unit (not shown in FIG. 2) and a motion compensation (MC) unit (not shown in FIG. 2).
  • the motion estimation unit is used to receive or obtain the picture image block 203 (the current picture image block 203 of the current picture 201) and the decoded picture 231, or at least one or more previously reconstructed blocks, for example, one or more other/different
  • the reconstructed block of the previously decoded picture 231 is used for motion estimation.
  • the video sequence may include the current picture and the previously decoded picture 31, or in other words, the current picture and the previously decoded picture 31 may be part of the picture sequence forming the video sequence, or form the picture sequence.
  • the encoder 20 may be used to select a reference block from multiple reference blocks of the same or different pictures in multiple other pictures, and provide the reference picture and/or provide a reference to the motion estimation unit (not shown in FIG. 2)
  • the offset (spatial offset) between the position of the block (X, Y coordinates) and the position of the current block is used as an inter prediction parameter. This offset is also called a motion vector (MV).
  • the motion compensation unit is used to obtain inter-frame prediction parameters, and perform inter-frame prediction based on or using the inter-frame prediction parameters to obtain the inter-frame prediction block 245.
  • the motion compensation performed by the motion compensation unit may include fetching or generating a prediction block based on a motion/block vector determined by motion estimation (interpolation of sub-pixel accuracy may be performed). Interpolation filtering can generate additional pixel samples from known pixel samples, thereby potentially increasing the number of candidate prediction blocks that can be used to encode picture blocks.
  • the motion compensation unit 246 may locate the prediction block pointed to by the motion vector in a reference picture list.
  • the motion compensation unit 246 may also generate syntax elements associated with the block and the video slice for use by the decoder 30 when decoding the picture block of the video slice.
  • the aforementioned inter-prediction unit 244 may transmit syntax elements to the entropy encoding unit 270, and the syntax elements include inter-prediction parameters (for example, after traversing multiple inter-prediction modes and selecting the inter-prediction mode used for prediction of the current block) Instructions).
  • the inter-frame prediction parameter may not be carried in the syntax element.
  • the decoder 30 can directly use the default prediction mode for decoding. It can be understood that the inter prediction unit 244 may be used to perform any combination of inter prediction techniques.
  • the intra prediction unit 254 is used to obtain, for example, receive the picture block 203 (current picture block) of the same picture and one or more previously reconstructed blocks, for example reconstructed adjacent blocks, for intra estimation.
  • the encoder 20 may be used to select an intra prediction mode from a plurality of (predetermined) intra prediction modes.
  • the embodiment of the encoder 20 may be used to select an intra prediction mode based on optimization criteria, for example, based on a minimum residual (for example, an intra prediction mode that provides a prediction block 255 most similar to the current picture block 203) or a minimum rate distortion.
  • a minimum residual for example, an intra prediction mode that provides a prediction block 255 most similar to the current picture block 203
  • a minimum rate distortion for example, an intra prediction mode that provides a prediction block 255 most similar to the current picture block 203
  • the intra prediction unit 254 is further configured to determine the intra prediction block 255 based on the intra prediction parameters of the selected intra prediction mode. In any case, after selecting the intra prediction mode for the block, the intra prediction unit 254 is also used to provide intra prediction parameters to the entropy encoding unit 270, that is, to provide an indication of the selected intra prediction mode for the block Information. In one example, the intra prediction unit 254 may be used to perform any combination of intra prediction techniques.
  • the aforementioned intra prediction unit 254 may transmit syntax elements to the entropy encoding unit 270, where the syntax elements include intra prediction parameters (for example, the intra prediction mode selected for the current block prediction after traversing multiple intra prediction modes). Instructions).
  • the intra prediction parameter may not be carried in the syntax element.
  • the decoder 30 can directly use the default prediction mode for decoding.
  • the entropy coding unit 270 is configured to use entropy coding algorithms or schemes (for example, variable length coding (VLC) scheme, context adaptive VLC (context adaptive VLC, CAVLC) scheme, arithmetic coding scheme, context adaptive binary arithmetic) Coding (context adaptive binary arithmetic coding, CABAC), syntax-based context-adaptive binary arithmetic coding (SBAC), probability interval partitioning entropy (PIPE) coding or other entropy Coding method or technique) applied to quantized residual coefficients 209, inter-frame prediction parameters, intra-frame prediction parameters, and/or loop filter parameters, or all of them (or not applied), to obtain data that can be output by output 272
  • VLC variable length coding
  • CAVLC context adaptive VLC
  • CABAC context adaptive binary arithmetic
  • SBAC syntax-based context-adaptive binary arithmetic coding
  • PIPE probability interval partitioning entropy Coding method or technique
  • the encoded bitstream can be transmitted to the video decoder 30, or archived for later transmission or retrieval by the video decoder 30.
  • the entropy encoding unit 270 may also be used to entropy encode other syntax elements of the current video slice being encoded.
  • the non-transform-based encoder 20 can directly quantize the residual signal without the transform processing unit 206 for certain blocks or frames.
  • the encoder 20 may have a quantization unit 208 and an inverse quantization unit 210 combined into a single unit.
  • the encoder 20 may be used to implement the video encoding method described in the following embodiments.
  • the video encoder 20 can directly quantize the residual signal without being processed by the transform processing unit 206, and accordingly does not need to be processed by the inverse transform processing unit 212; or, for some For image blocks or image frames, the video encoder 20 does not generate residual data, and accordingly does not need to be processed by the transform processing unit 206, quantization unit 208, inverse quantization unit 210, and inverse transform processing unit 212; or, the video encoder 20 may The reconstructed image block is directly stored as a reference block without being processed by the filter 220; alternatively, the quantization unit 208 and the inverse quantization unit 210 in the video encoder 20 may be merged together.
  • the loop filter 220 is optional, and in the case of lossless compression coding, the transform processing unit 206, the quantization unit 208, the inverse quantization unit 210, and the inverse transform processing unit 212 are optional. It should be understood that, according to different application scenarios, the inter prediction unit 244 and the intra prediction unit 254 may be selectively activated.
  • FIG. 3 shows a schematic/conceptual block diagram of an example of a decoder 30 for implementing an embodiment of the present application.
  • the video decoder 30 is used to receive, for example, encoded picture data (for example, an encoded bit stream) 21 encoded by the encoder 20 to obtain a decoded picture 231.
  • video decoder 30 receives video data from video encoder 20, such as an encoded video bitstream and associated syntax elements that represent picture blocks of an encoded video slice.
  • the decoder 30 includes an entropy decoding unit 304, an inverse quantization unit 310, an inverse transform processing unit 312, a reconstruction unit 314 (such as a summer 314), a buffer 316, a loop filter 320, and The decoded picture buffer 330 and the prediction processing unit 360.
  • the prediction processing unit 360 may include an inter prediction unit 344, an intra prediction unit 354, and a mode selection unit 362.
  • video decoder 30 may perform decoding passes that are substantially reciprocal of the encoding passes described with video encoder 20 of FIG. 2.
  • the entropy decoding unit 304 is configured to perform entropy decoding on the encoded picture data 21 to obtain, for example, quantized coefficients 309 and/or decoded encoding parameters (not shown in FIG. 3), for example, inter prediction, intra prediction parameters , Loop filter parameters and/or any one or all of other syntax elements (decoded).
  • the entropy decoding unit 304 is further configured to forward the inter prediction parameters, intra prediction parameters, and/or other syntax elements to the prediction processing unit 360.
  • the video decoder 30 may receive syntax elements at the video slice level and/or the video block level.
  • the inverse quantization unit 310 can be functionally the same as the inverse quantization unit 110
  • the inverse transformation processing unit 312 can be functionally the same as the inverse transformation processing unit 212
  • the reconstruction unit 314 can be functionally the same as the reconstruction unit 214
  • the buffer 316 can be functionally identical.
  • the loop filter 320 may be functionally the same as the loop filter 220
  • the decoded picture buffer 330 may be functionally the same as the decoded picture buffer 230.
  • the prediction processing unit 360 may include an inter prediction unit 344 and an intra prediction unit 354.
  • the inter prediction unit 344 may be functionally similar to the inter prediction unit 244, and the intra prediction unit 354 may be functionally similar to the intra prediction unit 254.
  • the prediction processing unit 360 is generally used to perform block prediction and/or obtain a prediction block 365 from the encoded data 21, and to receive or obtain (explicitly or implicitly) prediction-related parameters and/or related parameters from, for example, the entropy decoding unit 304. Information about the selected prediction mode.
  • the intra-prediction unit 354 of the prediction processing unit 360 is used to predict the intra-prediction mode based on the signal and the information from the previous decoded block of the current frame or picture. Data to generate a prediction block 365 for the picture block of the current video slice.
  • the inter-prediction unit 344 e.g., motion compensation unit
  • the prediction processing unit 360 is used to based on the motion vector and received from the entropy decoding unit 304
  • the other syntax elements generate a prediction block 365 for the video block of the current video slice.
  • a prediction block can be generated from a reference picture in a reference picture list.
  • the video decoder 30 may use the default construction technique to construct a list of reference frames based on the reference pictures stored in the DPB 330: list 0 and list 1.
  • the prediction processing unit 360 is configured to determine prediction information for the video block of the current video slice by parsing the motion vector and other syntax elements, and use the prediction information to generate the prediction block for the current video block being decoded.
  • the prediction processing unit 360 uses some received syntax elements to determine the prediction mode (for example, intra or inter prediction) and the inter prediction slice type ( For example, B slice, P slice or GPB slice), construction information for one or more of the reference picture list for the slice, motion vector for each inter-coded video block of the slice, The inter prediction status and other information of each inter-coded video block of the slice to decode the video block of the current video slice.
  • the syntax elements received by the video decoder 30 from the bitstream include receiving adaptive parameter set (APS), sequence parameter set (sequence parameter set, SPS), and picture parameter set (picture parameter set). parameter set, PPS) or a syntax element in one or more of the slice headers.
  • APS adaptive parameter set
  • SPS sequence parameter set
  • PPS picture parameter set
  • the inverse quantization unit 310 may be used to inverse quantize (ie, inverse quantize) the quantized transform coefficients provided in the bitstream and decoded by the entropy decoding unit 304.
  • the inverse quantization process may include using the quantization parameter calculated by the video encoder 20 for each video block in the video slice to determine the degree of quantization that should be applied and also determine the degree of inverse quantization that should be applied.
  • the inverse transform processing unit 312 is used to apply an inverse transform (for example, an inverse DCT, an inverse integer transform, or a conceptually similar inverse transform process) to transform coefficients in order to generate a residual block in the pixel domain.
  • an inverse transform for example, an inverse DCT, an inverse integer transform, or a conceptually similar inverse transform process
  • the reconstruction unit 314 (for example, the summer 314) is used to add the inverse transform block 313 (that is, the reconstructed residual block 313) to the prediction block 365 to obtain the reconstructed block 315 in the sample domain, for example by adding The sample value of the reconstructed residual block 313 and the sample value of the prediction block 365 are added.
  • the loop filter unit 320 (during the encoding cycle or after the encoding cycle) is used to filter the reconstructed block 315 to obtain the filtered block 321, thereby smoothly performing pixel transformation or improving video quality.
  • the loop filter unit 320 may be used to perform any combination of the filtering techniques described below.
  • the loop filter unit 320 is intended to represent one or more loop filters, such as deblocking filters, sample-adaptive offset (SAO) filters or other filters, such as bilateral filters, auto Adaptive loop filter (ALF), or sharpening or smoothing filter, or collaborative filter.
  • the loop filter unit 320 is shown as an in-loop filter in FIG. 3, in other configurations, the loop filter unit 320 may be implemented as a post-loop filter.
  • the decoded video block 321 in a given frame or picture is then stored in a decoded picture buffer 330 that stores reference pictures for subsequent motion compensation.
  • the decoder 30 is used, for example, to output the decoded picture 31 through the output 332 for presentation to the user or for the user to view.
  • the decoder 30 may generate an output video stream without the loop filter unit 320.
  • the non-transform-based decoder 30 may directly inversely quantize the residual signal without the inverse transform processing unit 312 for certain blocks or frames.
  • the video decoder 30 may have an inverse quantization unit 310 and an inverse transform processing unit 312 combined into a single unit.
  • the decoder 30 is used to implement the video decoding method described in the following embodiments.
  • the video decoder 30 may generate an output video stream without processing by the filter 320; or, for some image blocks or image frames, the entropy decoding unit 304 of the video decoder 30 does not decode the quantized coefficients, and accordingly does not It needs to be processed by the inverse quantization unit 310 and the inverse transform processing unit 312.
  • the loop filter 320 is optional; and in the case of lossless compression, the inverse quantization unit 310 and the inverse transform processing unit 312 are optional.
  • the inter prediction unit and the intra prediction unit may be selectively activated.
  • the processing result for a certain link can be further processed and output to the next link, for example, in interpolation filtering, motion vector derivation or loop filtering, etc.
  • operations such as Clip or shift are further performed on the processing results of the corresponding link.
  • the motion vector of the control point of the current image block derived from the motion vector of the adjacent affine coding block, or the motion vector of the sub-block of the current image block derived from the motion vector may undergo further processing, and this application will not do this. limited. For example, restrict the value range of the motion vector so that it is within a certain bit width. Assuming that the bit width of the allowed motion vector is bitDepth, the range of the motion vector is -2 bitDepth-1 to 2 bitDepth-1 -1. If bitDepth is 16, the value range is -32768 ⁇ 32767. If bitDepth is 18, the value range is -131072 ⁇ 131071.
  • the value of the motion vector (for example, the motion vector MV of the four 4 ⁇ 4 sub-blocks in an 8 ⁇ 8 image block) is restricted so that the integer part of the four 4 ⁇ 4 sub-blocks MV is the largest
  • the difference does not exceed N pixels, for example, does not exceed one pixel.
  • ux (vx+2 bitDepth )%2 bitDepth
  • vx is the horizontal component of the motion vector of the image block or the sub-block of the image block
  • vy is the vertical component of the motion vector of the image block or the sub-block of the image block
  • ux and uy are intermediate values
  • bitDepth represents bit width
  • the value of vx is -32769, and the value obtained by the above formula is 32767. Because in the computer, the value is stored in the form of two's complement, the two's complement of -32769 is 1,0111,1111,1111,1111 (17 bits), and the computer handles the overflow by discarding the high bits, then the value of vx If it is 0111,1111,1111,1111, it is 32767, which is consistent with the result obtained by formula processing.
  • vx Clip3(-2 bitDepth-1 ,2 bitDepth-1 -1,vx)
  • vx is the horizontal component of the motion vector of the image block or the sub-block of the image block
  • vy is the vertical component of the motion vector of the image block or the sub-block of the image block
  • x, y, and z correspond to MV clamps, respectively
  • the definition of Clip3 is to clamp the value of z to the interval [x, y]:
  • FIG. 4 is a schematic structural diagram of a video decoding device 400 (for example, a video encoding device 400 or a video decoding device 400) provided by an embodiment of the present application.
  • the video coding device 400 is suitable for implementing the embodiments described herein.
  • the video coding device 400 may be a video decoder (for example, the decoder 30 of FIG. 1A) or a video encoder (for example, the encoder 20 of FIG. 1A).
  • the video coding device 400 may be one or more components of the decoder 30 of FIG. 1A or the encoder 20 of FIG. 1A described above.
  • the video decoding device 400 includes: an entrance port 410 for receiving data and a receiving unit (Rx) 420, a processor, logic unit or central processing unit (CPU) 430 for processing data, and a transmitter unit for transmitting data (Tx) 440 and outlet port 450, and a memory 460 for storing data.
  • the video decoding device 400 may further include photoelectric conversion components and electro-optical (EO) components coupled with the inlet port 410, the receiver unit 420, the transmitter unit 440, and the outlet port 450 for the outlet or inlet of optical or electrical signals.
  • EO electro-optical
  • the processor 430 is implemented by hardware and software.
  • the processor 430 may be implemented as one or more CPU chips, cores (for example, multi-core processors), FPGAs, ASICs, and DSPs.
  • the processor 430 communicates with the ingress port 410, the receiver unit 420, the transmitter unit 440, the egress port 450, and the memory 460.
  • the processor 430 includes a decoding module 470 (for example, an encoding module 470 or a decoding module 470).
  • the encoding/decoding module 470 implements the embodiments disclosed herein to implement the video encoding method provided in the embodiments of the present application. For example, the encoding/decoding module 470 implements, processes, or provides various encoding operations.
  • the encoding/decoding module 470 provides a substantial improvement to the function of the video decoding device 400, and affects the conversion of the video decoding device 400 to different states.
  • the encoding/decoding module 470 is implemented by instructions stored in the memory 460 and executed by the processor 430.
  • the memory 460 includes one or more magnetic disks, tape drives, and solid-state hard disks, and can be used as an overflow data storage device for storing programs when these programs are selectively executed, and storing instructions and data read during program execution.
  • the memory 460 may be volatile and/or non-volatile, and may be read-only memory (ROM), random access memory (RAM), random access memory (ternary content-addressable memory, TCAM) and/or static Random Access Memory (SRAM).
  • FIG. 5 is a simplified block diagram of an apparatus 500 that can be used as either or both of the source device 12 and the destination device 14 in FIG. 1A according to an exemplary embodiment.
  • the device 500 can implement the technology of the present application.
  • FIG. 5 is a schematic block diagram of an implementation manner of an encoding device or a decoding device (referred to as a decoding device 500 for short) according to an embodiment of the application.
  • the decoding device 500 may include a processor 510, a memory 530, and a bus system 550.
  • the processor and the memory are connected by a bus system, the memory is used to store instructions, and the processor is used to execute instructions stored in the memory.
  • the memory of the decoding device stores program codes, and the processor can call the program codes stored in the memory to execute various video encoding or decoding methods described in this application, especially various new video encoding or decoding methods. To avoid repetition, it will not be described in detail here.
  • the processor 510 may be a central processing unit (Central Processing Unit, referred to as "CPU” for short), and the processor 510 may also be other general-purpose processors, digital signal processors (DSP), and dedicated integration Circuit (ASIC), off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor may be a microprocessor or the processor may also be any conventional processor or the like.
  • the memory 530 may include a read only memory (ROM) device or a random access memory (RAM) device. Any other suitable type of storage device can also be used as the memory 530.
  • the memory 530 may include code and data 531 that are accessed by the processor 510 using the bus 550.
  • the memory 530 may further include an operating system 533 and an application program 535.
  • the application program 535 includes at least one program that allows the processor 510 to execute the video encoding or decoding method described in this application.
  • the application program 535 may include applications 1 to N, which further include a video encoding or decoding application (referred to as a video coding application) that executes the video encoding or decoding method described in this application.
  • the bus system 550 may also include a power bus, a control bus, and a status signal bus. However, for clear description, various buses are marked as the bus system 550 in the figure.
  • the decoding device 500 may further include one or more output devices, such as a display 570.
  • the display 570 may be a touch-sensitive display that merges the display with a touch-sensitive unit operable to sense touch input.
  • the display 570 may be connected to the processor 510 via the bus 550.
  • Image block The video sequence as described above includes a series of pictures, the images are further divided into slices, and the slices are further divided into blocks, which can also be called image blocks.
  • the image block may be a macroblock (MB) in the H.264 standard.
  • Quantization processing used to quantize transform coefficients by applying scalar quantization or vector quantization, for example, to obtain quantized coefficients.
  • the quantization process can reduce the bit depth related to some or all of the transform coefficients.
  • the coefficient sequence of the image block the sequence of the image block after the quantization process, for example, after the image block is transformed, quantized, and sequentially scanned (for example, zigzag scan), the coefficient sequence of the image block is obtained.
  • Multiple AC coefficients can be included.
  • the AC coefficient represents the amplitude of the AC component.
  • Bit layering According to the bit position, layer multiple AC coefficients in the coefficient sequence of the image block to obtain multiple layer sequences of the image block, where each layer sequence includes the same bit of the multiple AC coefficients. information. Take two AC coefficients 8 and -8 as an example.
  • the binary representation of 8 is 01000, and the binary representation of -8 is 11000.
  • the first bit from left to right in the binary representation is the sign bit, 0 Represents a positive number, 1 represents a negative number, the two AC coefficients are bit layered, and the multiple layer sequences obtained are 01, 11, 00, 00, 00.
  • 01 is a layer sequence
  • 11 is a layer sequence
  • three 00 is a layer sequence respectively.
  • the multiple layer sequences are only an example for illustration, and the embodiments of the present application are not limited thereto.
  • Bit p the bit numbered p, p can be any integer such as 0, 1, 2, 3.
  • the kth bit or the kth bit the kth bit in order from right to left, k can be any natural number such as 1, 2, 3, etc.
  • the video encoding method of the embodiment of the present application adopts an image layered encoding algorithm in the entropy encoding process, performs bit layering on the AC coefficients that need to be encoded, and obtains multiple layer sequences, and each layer sequence (that is, each layer) independently executes entropy Encoding to obtain the output code stream can realize that when the link capacity is reduced to below the code rate, the decoding end can still obtain the reconstructed image, avoiding mosaics, freezes and other phenomena that affect the viewing experience.
  • transformation processing for example, DCT or DST
  • FIG. 6 is a flowchart of a video encoding method according to an embodiment of the application.
  • This embodiment relates to a source device and a destination device.
  • the source device includes an encoder
  • the destination device includes a decoder.
  • the method of the embodiment may include:
  • Step 101 The encoder obtains a coefficient sequence and a first parameter of at least one image block.
  • the at least one image block may be a block that is divided into slices as described above, and the size of each image block may be 8*8, 16*16, etc., which can be flexibly set according to requirements.
  • the coefficient sequence is a sequence after the at least one image block is quantized.
  • the first parameter is the basic information required by the decoder to reconstruct the image block.
  • the first parameter may include at least one of resolution, synchronization word, motion vector (MV) or direct current (DC) coefficients .
  • the DC coefficient represents the amplitude of the DC component.
  • the encoder may perform transformation processing (for example, DCT or DST), quantization processing, and sequential scanning (for example, zigzag scanning) on at least one image block of the slice, and then obtain the coefficient sequence of the at least one image block.
  • the coefficient sequence may include multiple AC coefficients.
  • Step 102 The encoder layered the coefficient sequence of the at least one image block according to the bit position, and obtained multiple layer sequences of each image block.
  • Each layer sequence of the multiple layer sequences of each image block includes the same bit information of multiple AC coefficients in the coefficient sequence of the image block. That is, the multiple layer sequences respectively correspond to one or more bits. In other words, each layer sequence in the multiple layer sequences corresponds to one bit; or, some layer sequences in the multiple layer sequences correspond to one bit, and some layer sequences correspond to multiple bits; or, the multiple layers Each layer sequence in the sequence corresponds to multiple bits.
  • the coefficient sequence of the at least one image block is layered according to the bit position, which can also be understood as the bit layering of the coefficient sequence of the at least one image block, that is, the AC coefficients in the coefficient sequence are divided according to the bit position. Divided into multiple layers.
  • the binary representation of 8 is 01000, its sign bit is bit 4 (bit4), the value is 0, bit 3 (bit3) (except for the sign bit) The highest bit) has a value of 1, bit 2 (bit2) has a value of 0, bit 1 (bit1) has a value of 0, and bit 0 (bit0) has a value of 0.
  • the binary representation of -8 is 11000, its sign bit is bit 4 (bit4), the value is 1, bit 3 (bit3) (the most significant bit except the sign bit) is 1, and bit 2 (bit2) is The value is 0, the value of bit 1 (bit1) is 0, and the value of bit 0 (bit0) is 0.
  • the encoder of the embodiment of the present application performs bit layering on the two AC coefficients to obtain multiple layer sequences.
  • the 5 layer sequences correspond to bit 4 (bit 4), bit 3 (bit 3), bit 2 (bit 2), bit 1 (bit 1), and bit 0 (bit 0), respectively.
  • bit 4 bit 4
  • bit 3 bit 3
  • bit 2 bit 2
  • bit 1 bit 1
  • bit 0 bit 0
  • one of the 4 layer sequences corresponds to bit 4 (bit4)
  • the other layer sequence corresponds to bit 3 (bit3) and bit 2 (bit2)
  • another layer sequence Corresponding to bit 1 (bit1) another layer sequence corresponds to bit 0 (bit0).
  • each layer sequence of the plurality of layer sequences includes one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the at least one image block. That is, each layer sequence includes information on corresponding bits of multiple AC coefficients.
  • bit 4 bit 4
  • bit 3 bit 3
  • bit 2 bit 2
  • the layer sequence includes 10 (the corresponding binary is 2) 10 (the corresponding binary is 2)
  • another layer sequence corresponds to bit 1 (bit1)
  • the layer sequence includes 00
  • another layer sequence corresponds to bit 0 ( bit0)
  • the layer sequence includes 00.
  • Step 103 The encoder performs entropy encoding on the multiple layer sequences of each image block respectively, and obtains the multiple layer codeword sequences of each image block.
  • the encoder After the bit layering in step 102, the encoder performs entropy coding on each layer independently to obtain multiple layer code word sequences, for example, entropy coding each of the above 4 layer sequences to obtain 4 layers Codeword sequence, the four layer codeword sequences are respectively, the layer codeword sequence corresponding to bit 4 (bit4), the layer codeword sequence corresponding to bit 3 (bit3) and bit 2 (bit2), and bit 1 (bit1) corresponds to The layer code word sequence of bit 0 (bit0) corresponds to the layer code word sequence.
  • the entropy coding can be any entropy coding method, for example, run-length coding and Huffman coding.
  • Step 104 The encoder obtains a code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block.
  • the encoder may serially splice the first parameter of at least one image block of the slice and the multiple layer code word sequence of the at least one image block to obtain the code stream of the slice, and the code stream of the slice includes the A code stream of the first parameter of at least one image block and a code stream of multiple layer codeword sequences of the at least one image block.
  • the code stream of the multiple layer code word sequences of the at least one image block may be obtained by serially splicing the multiple layer code word sequences of the at least one image block. The same layer in the multiple layer code word sequence of each image block is serially spliced. Take two image blocks as an example. Each image block has 4 layer code word sequences.
  • the serial splicing method is to splice the layer code word sequences corresponding to bit 4 (bit4) of the two together, and The layer codeword sequence corresponding to bit 3 (bit3) and bit 2 (bit2) of the two are spliced together, and the layer code word sequence corresponding to bit 1 (bit1) of the two is spliced together, and the bit 0 ( bit0) the corresponding layer code word sequence is spliced together.
  • Step 105 The encoder sends a code stream corresponding to at least one image block to the decoder.
  • the decoder receives the code stream corresponding to at least one image block sent by the encoder.
  • the encoder may send the code stream corresponding to the at least one image block to the destination device through the communication interface of the source device.
  • the communication interface of the destination device receives the code stream corresponding to the at least one image block, and transmits it to the decoder of the destination device.
  • the encoder may output the code stream corresponding to the at least one image block to the communication interface of the source device, and the communication interface may correspond to the at least one image block.
  • RTP packaging is used to obtain multiple RTP packets, and then multiple RTP packets are encapsulated at the Media Access Control (MAC) layer and the physical (PHY) layer, and then sent to the decoder side.
  • MAC Media Access Control
  • PHY physical
  • the decoder After receiving the code stream corresponding to the at least one image block, the decoder can adopt a processing method corresponding to the encoder (that is, the reverse process) to decode and reconstruct the at least one image block.
  • the first parameter of at least one image block of the slice is carried at the front end of the code stream of the slice, that is, before the code stream corresponding to the multi-layer code word sequence of the at least one image block.
  • the code stream of the first parameter of the at least one image block is sent first, and then the code stream of the multiple layer code word sequences of the at least one image block is sent.
  • the first parameter of at least one image block of the slice it is mapped to a high-level quality of service (Quality of Service, QoS), and for the multiple layer codeword sequence corresponding to the at least one image block
  • QoS Quality of Service
  • the code stream is mapped to the low-level QoS. That is, the QoS levels of the RTP packet carrying the first parameter and the RTP packet carrying multiple layer codeword sequences are different. It should be noted that the QoS level of the RTP packet of each layer codeword sequence may also be different. For example, the QoS level of the layer codeword sequence corresponding to the high bit is higher than the layer codeword sequence corresponding to the low bit. In other words, different QoS guarantee mechanisms are used to send the first parameter and multiple layer codeword sequences to ensure that the decoder can accurately receive more important information, for example, the first parameter, high-bit information.
  • the coefficient sequence of the at least one image block is layered according to the bit position, and multiple layer sequences of each image block are obtained.
  • Entropy coding is performed on the multiple layer sequences of each image block to obtain multiple layer code word sequences of each image block, and the at least one image is obtained according to the first parameter of at least one image block and the multiple layer code word sequences of each image block.
  • the code stream corresponding to the block sends the code stream corresponding to at least one image block to the decoder, so that the decoder reconstructs the at least one image block based on the received code stream corresponding to the at least one image block.
  • each layer sequence in the multiple layer sequences of each image block includes the same bit information of multiple AC coefficients in the coefficient sequence of the image block
  • the encoder sends the code stream by layer, so the decoder can be based on layer Sequence decoding restores multiple AC coefficients or approximate values of AC coefficients in the coefficient sequence of the image block, thereby reconstructing the image block.
  • the decoding end can still reconstruct image blocks to avoid phenomena such as mosaics and freezes that affect the viewing experience.
  • the encoding method of the embodiment of the present application can restore the myopia value of the AC coefficient based on the received part of the code stream when the bit stream is lost due to the poor channel capacity, so as to obtain the relative quality. Lower the reconstructed image to avoid the phenomenon of mosaic and freeze caused by the inability to reconstruct the image block.
  • Each layer sequence in the above multiple layer sequences corresponds to one bit; or, some layer sequences in the multiple layer sequences correspond to one bit, and some layer sequences correspond to multiple bits, and specific explanations are given.
  • the embodiment of the present application may adopt the following achievable way for layering: taking the symbol bit in the binary representation of all the AC coefficients of each image block as the symbol layer sequence of the image block.
  • the high n bits in the binary representation of all the AC coefficients of the image block are taken as the first layer sequence of the image block, and the high n bits include the Nth to N-n+1 in the binary representation of each AC coefficient. Bit, the Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit.
  • Each of the low-k bits in the binary representation of all the AC coefficients of the image block is used as the second-layer sequence to the k+1-th layer sequence of the image block, and the low-k bits include the binary value of each AC coefficient.
  • N is an integer greater than 2
  • n is any positive integer less than N
  • k is any positive integer less than N
  • N n+k.
  • the multiple layer sequences of each image block in the embodiment of the present application may be divided into the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block.
  • the symbol layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block
  • the first layer sequence of the image block includes the high n bits in the binary representation of all the AC coefficients of the image block
  • the high n bits include the Nth bit to the N-n+1th bit in the binary representation of each AC coefficient, and the Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit.
  • the second layer sequence to the k+1 layer sequence of the image block respectively include one of the low-k bits in the binary representation of all the AC coefficients of the image block, and the low-k bit includes the binary representation of each AC coefficient. From the 1st bit to the kth bit in.
  • the above-mentioned AC coefficients -8 and 8 are layered according to bits to obtain 4 layer sequences, and the layer sequence corresponding to bit 4 (bit4) is the symbol layer sequence.
  • N is 4, n is 2, k is 2, and the layer sequence corresponding to bit 3 (bit3) (the 4th bit in 11000) and bit 2 (bit2) (the 3rd bit in 11000) is the first layer Sequence, the layer sequence corresponding to bit 1 (bit1) (the second bit in 11000) is the second layer sequence, and the layer sequence corresponding to bit 0 (bit0) (the first bit in 11000) is the third layer sequence.
  • the m-th bit involved in the embodiment of the present application refers to the m-th bit counted from right to left in the binary representation.
  • the above-mentioned step 103 can be implemented in the following two ways: way one, except for the symbol layer, other layers are independently coded; way two, the symbol layer and other layers are jointly coded.
  • the specific implementation of the first method can be as follows: run-length coding and Huffman coding are performed on the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block, respectively, to obtain the information of each image block.
  • the first layer codeword sequence, and the second layer codeword sequence to the k+1th layer codeword sequence.
  • the above-mentioned step 104 may be implemented in a manner of serially splicing the first parameter of at least one image block to obtain the code stream of the first parameter of the at least one image block.
  • the above-mentioned step 105 may be implemented in the following steps: sequentially sending the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the first layer of the at least one image block.
  • the code stream to the k+1th layer.
  • another achievable manner may be: the code stream of the first parameter of at least one image block, the code stream of the symbol layer of at least one image block, the code stream of the first layer to the k+1th layer of at least one image block
  • the flow corresponds to multiple QoS levels. That is, each layer of code stream is sent with different QoS levels.
  • the QoS levels corresponding to the code stream of the first parameter, the code stream of the symbol layer, and the code stream of the first layer to the k+1th layer are sequentially reduced to ensure the accuracy of the high-bit information of the first parameter and the exchange coefficient.
  • the decoding end can still reconstruct the at least one image block based on the first parameter and the high-bit information of the AC coefficient.
  • the specific implementation manner of the second method may be: according to the symbol layer sequence of each image block, the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block are respectively subjected to run-length coding and Huo Fuman coding to obtain the first layer code word sequence and the second layer code word sequence to the k+1 layer code word sequence of each image block, the first layer code word sequence and the second layer code word sequence to
  • the code word sequence of the k+1 layer carries the sign bit information of the non-zero AC coefficient, and the sign bit information of the non-zero AC coefficient is located in the i-th layer code word sequence corresponding to the highest bit of the non-zero AC coefficient, i takes 1 to k+1.
  • Fig. 8 For an example, please refer to the explanation of Fig. 8 below.
  • the above-mentioned step 104 may be implemented in a manner of serially splicing the first parameter of at least one image block to obtain the code stream of the first parameter of the at least one image block.
  • the above-mentioned step 105 may be implemented in a manner of sequentially sending the code stream of the first parameter of the at least one image block, and the code stream of the first layer to the k+1 th layer of the at least one image block.
  • another achievable manner may be: the code stream of the first parameter of at least one image block, and the code stream of the first layer to the k+1th layer of at least one image block correspond to multiple QoS levels. That is, each layer of code stream is sent with different QoS levels. For example, the QoS levels corresponding to the code stream of the first parameter and the code streams of the first layer to the k+1 layer are sequentially decreased. Accurate transmission of the high-bit information of the first parameter and the AC coefficient.
  • the QoS levels corresponding to different layers of code streams may also have other relationships.
  • the embodiment of the present application does not limit the order of lowering.
  • the code stream of the first parameter may correspond to the code stream of high-bit information.
  • the QoS level of is higher than the QoS level corresponding to the bit stream of low-bit information, and the embodiment of the present application does not give examples one by one.
  • FIG. 7 is a schematic diagram of the encoding process of a video encoding method according to an embodiment of the application.
  • this embodiment exemplarily explains the processing process of the encoding method of the embodiment of the application on the encoder side.
  • an image block is used as a macro block for illustration.
  • the method in this embodiment may include:
  • the input image (raw data as shown in FIG. 7) is segmented, and the segmentation can be based on brightness and color difference.
  • a segmentation method The size of each segment after segmentation is the width of the original data multiplied by a quarter of the original height.
  • the size of the segment determines the minimum delay D that can be achieved in image transmission (the value of D depends on the video Frame rate).
  • the following uses a pipeline method for the encoding and sending process of the fragments.
  • Each slice is divided (including brightness and color difference) to obtain multiple macro blocks, and the size of each macro block can be 8x8, 16x16, and so on.
  • the compression type decision is performed, such as I frame, P frame, B frame, etc.
  • each macroblock in a slice For each macroblock in a slice, perform transform processing, for example, DCT, to obtain the transform coefficient of each macroblock of the slice.
  • the transform coefficient of each macroblock usually includes multiple transform coefficients, that is, the transform coefficient matrix.
  • the corresponding quantized transform coefficient is shifted to the left by 4 bits to obtain the shifted transform coefficient.
  • Shifting the quantized transform coefficients such as bit shifting (bit shfit) can smooth the loss rate of low-bit information, smooth the distribution of uniform bit rates in each layer, and smooth the peak signal-to-noise ratio (Peak Signal-to-Noise Ratio). Noise Ratio, PSNR) changes with the amount of layer loss.
  • Fig. 8 is taken as an example for illustration.
  • Fig. 8 is a schematic diagram of the results of each processing of a macroblock encoding process in an embodiment of the application.
  • the shifted coefficient matrix may be shown in Fig. 8
  • a matrix (1) is shown, where the ellipsis represents 0.
  • the coefficient sequence may be as shown in (2) of FIG. 8, each column of which is an AC coefficient, and each row is the same bit row of the AC coefficient. For example, from top to bottom, the first row is a symbol row, the second row is a high 2 bit row, and the third row to the eighth row are each bit row.
  • the first column is -150, the second column is 14, the third column is 8, the fourth column is 0, the fifth column is -8, the sixth column is 2, the seventh column is 1, and the eighth column is 1. The rest is 0.
  • the high 2 bits of the other AC coefficients are all 0, so the high 2 bits can be processed as a layer, which can reduce the video bit rate, thereby reducing the bit stream transmission process Occupation of channel capacity in the medium.
  • each layer is obtained. As shown in Figure 7, each layer is the most significant bit (Most Significant Bit, MSB)_topn, MSB-n-1 (bitx), ..., MSB-n (bit1), and the lowest Least Significant Bit (LSB) (bit0).
  • the sign of each layer (Sign) is the sign of the non-zero AC coefficient of the layer.
  • Entropy coding is performed on each layer after contrast layering, that is, each bit layer entropy coding as shown in Fig.7.
  • the method of entropy coding may adopt the method one or the method two described above.
  • the coefficient sequence is layered first.
  • the layering result can be as shown in Figure 8 (3).
  • the first line is the sign layer. Only non-zero AC coefficients have sign bits, and 0 coefficients have no sign bits, and the topn layer (The second row above, that is, the first layer sequence in the above embodiment) is 20000000...0, and the bit 5 layer (the third row above, that is, the second layer sequence in the above embodiment) is 00000000...0, bit Layer 4 (the fourth row above, that is, the third layer sequence in the above embodiment) is 10000000...0, and the bit 3 layer (the fifth row above, that is, the fourth layer sequence in the above embodiment) is 01101000...0,
  • the bit 2 layer (the sixth row above, that is, the fifth layer sequence in the above embodiment) is 11010000...0, and the bit 1 layer (the seventh row above, that is, the sixth layer sequence in the above embodiment) is 11010100... 0, bit 0 layer (the eighth row above, that is, the seventh layer sequence in the above embodiment) is
  • the second method described above is used to perform joint coding on the symbol layer shown in (3) of FIG. 8 and the other layers (the first to seventh layer sequences described above).
  • run-length coding is performed separately, and the results obtained are as follows:
  • EOP end of plane
  • the LEVEL of topn may not be 1, except for EOP, the LEVEL of all other layers is 1.
  • the LEVEL value corresponding to (RUN, LEVEL) if the sign bit of the corresponding AC coefficient is not coded, the symbol will be arranged in it. After; if the sign bit corresponding to the AC coefficient has been coded, it will not be inserted any more.
  • RUN LEVEL
  • (RUN, LEVEL) means that a LEVEL appears after RUN zeros.
  • Different Huffman code tables can be used for each layer, or the same Huffman code table can be used.
  • the result of performing Huffman coding can be shown in Figure 8 (5), and then the code streams of each layer can be obtained, as shown in Figure 8 (6).
  • the code streams of each layer of all the macroblocks belonging to a slice are respectively spliced in series and then packaged. For example, RTP packaging is performed as shown in FIG. 7 to obtain multiple RTP packets of each layer.
  • each layer of code stream is sent from high to low. Or, each layer of code stream is sent at the same time, and different sending parameters are used for each layer of code stream, for example, RTP packets of different layers are mapped to different QoS levels.
  • the window management module may send the code stream of the segment within the sending time window of the segment, and discard the unsent code stream of the segment if the sending time window exceeds the sending time window, thereby ensuring low latency.
  • the window management module may be a functional module in the communication interface of the above-mentioned source device, which may be implemented by software code.
  • the fragmented code stream is encapsulated by the MAC layer and the PHY layer and sent to the decoder through the radio frequency interface.
  • the decoder will restore the myopia value of the AC coefficient based on the received partial bit stream to obtain a relatively low-quality reconstructed image and avoid the failure of image blocks to be reconstructed.
  • Phenomena such as mosaic and stuttering.
  • Figure 9 is a flowchart of a video encoding method according to an embodiment of the application.
  • This embodiment relates to a source device and a destination device.
  • the source device includes an encoder
  • the destination device includes a decoder.
  • the method of this embodiment may include:
  • Step 201 The destination device sends link information to the source device.
  • the source device receives the link information sent by the destination device.
  • the link information is used to feed back the change in the channel capacity of the transmission code stream, that is, information related to the channel quality of the transmission code stream.
  • the link information may be the signal-to-noise ratio Any one or more of (signal noise ratio, SNR), error vector magnitude (Error Vector Magnitude, EVM), etc.
  • the destination device may send the link information to the source device through the communication interface of the destination device, and the link information may be carried in any message or data packet.
  • the link information After the communication interface of the source device receives the link information , The link information can be passed to the decoder.
  • Step 202 The source device adjusts at least one of a sending parameter or an encoding parameter according to the link information.
  • the sending parameter is used to send the code stream corresponding to the image block.
  • the coding parameter includes the coding type (for example, I frame, P frame, B frame, etc.) and quantization processing parameters, and the quantization processing parameters are the parameters used in the above quantization processing. .
  • the encoder of the source device may adjust the encoding parameter according to the link information, and the source device may adjust the transmission parameter according to the link information.
  • Step 203 The source device sends a code stream corresponding to at least one image block to the destination device using at least one of the adjusted sending parameter or encoding parameter.
  • the encoder encodes at least one image block with the adjusted encoding parameters, obtains the code stream corresponding to the at least one image block, and sends the code stream corresponding to the at least one image block to the decoder through the communication interface of the source device .
  • the source device adjusts the sending parameters and/or coding parameters based on the link information fed back by the destination device, so that the code rate of the code stream sent by the source device adapts to the channel capacity, which can improve the quality and stability of code stream transmission. , To ensure low latency and improve user viewing experience.
  • an embodiment of the present application also provides a video encoding device, which can be applied to a video encoder.
  • FIG. 10 is a schematic structural diagram of a video encoding device according to an embodiment of the application.
  • the video encoding device 100 includes: an acquisition unit 101, a bit layering module 102, an entropy encoding module 103, and a code stream acquisition module 104
  • the acquisition module 101 is configured to acquire a coefficient sequence and a first parameter of at least one image block
  • the coefficient sequence is a sequence of the at least one image block after quantization processing
  • the first parameter includes resolution, synchronization word, motion At least one of vector or DC component.
  • the bit layering module 102 is configured to perform bit layering on the coefficient sequence of the at least one image block to obtain multiple layer sequences of each image block, and each layer sequence of the multiple layer sequences includes the coefficient of the image block The same bit information of multiple AC coefficients in the sequence.
  • the entropy coding module 103 is configured to perform entropy coding on the multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block.
  • the code stream obtaining module 104 is further configured to obtain the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, and the code stream is used for the decoder to reproduce the code stream. Construct the at least one image block.
  • each layer sequence in the plurality of layer sequences includes one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the image block.
  • the multiple layer sequence of each image block includes the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block; wherein, the symbol layer sequence of the image block includes The sign bit in the binary representation of all the AC coefficients of the image block, the first layer sequence of the image block includes the high n bits in the binary representation of all the AC coefficients of the image block, and the high n bits include the value of each AC coefficient. From the Nth bit to the N-n+1th bit in the binary representation, the Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit.
  • the entropy encoding module 103 is configured to: perform run-length encoding and Huffman encoding on the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block. , Acquiring the first layer codeword sequence and the second layer codeword sequence to the k+1th layer codeword sequence of each image block.
  • the code stream obtaining module 104 is configured to: perform serial splicing of the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block; Serially splicing the symbol layer sequence of the at least one image block to obtain the code stream of the symbol layer of the at least one image block; the first layer code word sequence and the second layer code word sequence to the k+1 layer code of the at least one image block The word sequences are respectively serially spliced to obtain the code streams of the first layer to the k+1th layer of the at least one image block.
  • the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the code stream of the first layer to the k+1th layer of the at least one image block correspond to Multiple quality of service QoS levels.
  • the device further includes: a transceiver module 105, configured to sequentially send the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the code stream of the at least one image block. The code stream from the first layer to the k+1th layer.
  • a transceiver module 105 configured to sequentially send the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the code stream of the at least one image block. The code stream from the first layer to the k+1th layer.
  • the entropy encoding module 103 is configured to: perform the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block according to the symbol layer sequence of each image block. Run-length coding and Huffman coding to obtain the first layer code word sequence and the second layer code word sequence to the k+1 layer code word sequence of each image block, the first layer code word sequence, and the second layer code word sequence.
  • the layer codeword sequence to the k+1 layer codeword sequence carry the sign bit information of the non-zero AC coefficient, and the sign bit information of the non-zero AC coefficient is located in the i-th layer corresponding to the highest bit of the non-zero AC coefficient In the code word sequence, i takes 1 to k+1.
  • the code stream obtaining module 104 is configured to: perform serial splicing of the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block;
  • the first layer code word sequence and the second layer code word sequence to the k+1 layer code word sequence are respectively serially spliced to obtain the code stream from the first layer to the k+1 layer of the at least one image block.
  • the code stream of the first parameter of the at least one image block and the code stream of the first layer to the k+1th layer of the at least one image block correspond to multiple QoS levels.
  • the transceiver module 105 is configured to send the code stream corresponding to the at least one image block within the sending time window of the slice to which the at least one image block belongs.
  • the transceiver module 105 is further configured to discard the code stream corresponding to the unsent image block of the segment when the transmission time window of the segment is exceeded.
  • the transceiver module 105 is used to receive link information sent by the decoding end, and the link information is used to feed back changes in the channel capacity for transmitting the code stream; the entropy encoding module 103 is also used to Link information adjusts at least one of a sending parameter or an encoding parameter, the sending parameter is used to send a code stream corresponding to the image block, and the encoding parameter includes an encoding type and a quantization processing parameter.
  • the acquisition module 101 is further configured to: acquire the transform coefficient of the at least one image block; perform quantization processing on the transform coefficient of each image block to obtain the quantized transform coefficient of each image block; The quantized transform coefficients of each image block are shifted and sequentially scanned according to the shift matrix to obtain the coefficient sequence of each image block.
  • the video encoding device 100 described above may also be referred to as a layered encoding device 100.
  • the specific implementation process of the acquisition module 101, the bit layering module 102, the entropy encoding module 103, and the code stream acquisition module 104 can refer to the detailed description of the foregoing method embodiment. For the sake of brevity of the description, it will not be repeated here.
  • an embodiment of the present application provides a video encoder.
  • the video encoder is used to encode image blocks, including:
  • the video encoding device is used for encoding and generating the corresponding code stream.
  • an embodiment of the present application provides a device for encoding video data.
  • the device includes: a memory for storing video data, the video data including one or more image blocks; video encoding
  • a device for obtaining a coefficient sequence and a first parameter of at least one image block the coefficient sequence is a sequence after the at least one image block is quantized, and the first parameter includes at least one of resolution, synchronization word, motion vector or DC component One item.
  • Entropy coding is performed on multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block. According to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, a code stream corresponding to the at least one image block is obtained, and the code stream is used for the decoder to reconstruct the at least one image block.
  • an embodiment of the application provides a device for decoding video data.
  • the device includes: a memory for storing video data in the form of a code stream; and a video decoder for performing the same
  • the reverse process of the video encoder parses the code stream and reconstructs the image block.
  • an embodiment of the present application provides an encoding device, including: a non-volatile memory and a processor coupled with each other, the processor calls the program code stored in the memory to execute such as Part or all of the steps of the video encoding method described in one or more of the above embodiments.
  • an embodiment of the present application provides a computer-readable storage medium that stores program code, wherein the program code includes one or more Instructions for part or all of the steps of the video encoding method described in the embodiment.
  • embodiments of the present application provide a computer program product, which when the computer program product runs on a computer, causes the computer to execute the video as described in one or more of the above embodiments. Part or all of the steps of the encoding method.
  • the computer-readable medium may include a computer-readable storage medium, which corresponds to a tangible medium, such as a data storage medium, or a communication medium that includes any medium that facilitates the transfer of a computer program from one place to another (for example, according to a communication protocol) .
  • a computer-readable medium may generally correspond to (1) a non-transitory tangible computer-readable storage medium, or (2) a communication medium, such as a signal or carrier wave.
  • Data storage media may be any available media that can be accessed by one or more computers or one or more processors to retrieve instructions, codes, and/or data structures for implementing the techniques described in this application.
  • the computer program product may include a computer-readable medium.
  • such computer-readable storage media may include RAM, ROM, EEPROM, CD-ROM or other optical disk storage devices, magnetic disk storage devices or other magnetic storage devices, flash memory, or structures that can be used to store instructions or data Any other media that can be accessed by the computer in the form of desired program code. And, any connection is properly termed a computer-readable medium.
  • any connection is properly termed a computer-readable medium.
  • coaxial cable, fiber optic cable, twisted pair, digital subscriber line (DSL), or wireless technologies such as infrared, radio, and microwave to transmit instructions from a website, server, or other remote source
  • coaxial cable Wire, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of media.
  • the computer-readable storage media and data storage media do not include connections, carrier waves, signals, or other temporary media, but are actually directed to non-transitory tangible storage media.
  • magnetic disks and optical disks include compact disks (CDs), laser disks, optical disks, digital versatile disks (DVD) and Blu-ray disks, where disks usually reproduce data magnetically, while optical disks use lasers to reproduce data optically data. Combinations of the above should also be included in the scope of computer-readable media.
  • DSP digital signal processors
  • ASIC application-specific integrated circuits
  • FPGA field programmable logic arrays
  • processor may refer to any of the foregoing structure or any other structure suitable for implementing the techniques described herein.
  • DSP digital signal processors
  • ASIC application-specific integrated circuits
  • FPGA field programmable logic arrays
  • the term "processor” as used herein may refer to any of the foregoing structure or any other structure suitable for implementing the techniques described herein.
  • the functions described by the various illustrative logical blocks, modules, and steps described herein may be provided in dedicated hardware and/or software modules configured for encoding and decoding, or combined Into the combined codec.
  • the technology may be fully implemented in one or more circuits or logic elements.
  • the technology of this application can be implemented in a variety of devices or devices, including wireless handsets, integrated circuits (ICs), or a set of ICs (for example, chipsets).
  • ICs integrated circuits
  • a set of ICs for example, chipsets.
  • Various components, modules, or units are described in this application to emphasize the functional aspects of the device for implementing the disclosed technology, but they do not necessarily need to be implemented by different hardware units.
  • various units can be combined with appropriate software and/or firmware in the codec hardware unit, or by interoperating hardware units (including one or more processors as described above). supply.

Abstract

The present solution relates to the field of video encoding and decoding. Specifically, provided in the present solution are a video encoding method and device. The video encoding method provided in the embodiments of the present application comprises: acquiring a coefficient sequence and a first parameter of at least one image block, wherein the coefficient sequence is a sequence of the at least one image block which is subjected to quantization processing; performing layering on the coefficient sequence of the at least one image block according to bits to acquire multiple layer sequences of each image block, wherein each of the multiple layer sequences comprises information of the same bit of multiple alternating-current coefficients in the coefficient sequence of the image block; respectively performing entropy encoding on the multiple layer sequences of each image block to acquire multiple layer codeword sequences of each image block; according to the first parameter of the at least one image block and the multiple layer codeword sequences of each image block, acquiring a code stream corresponding to the at least one image block; and sending the code stream corresponding to the at least one image block. According to the encoding method in the embodiments of the present application, a decoding end can still reconstruct an image block when the channel capacity is too low to transmit a complete code stream, thereby avoiding phenomena, such as mosaics and freezing, that affect the viewing experience.

Description

视频编码方法及装置Video coding method and device 技术领域Technical field
本申请实施例涉及多媒体技术领域,尤其涉及一种视频编码方法及装置。The embodiments of the present application relate to the field of multimedia technology, and in particular, to a video coding method and device.
背景技术Background technique
随着互联网技术的发展,视频业务的热度不断提升,用户可以通过视频获取信息。伴随着移动终端和无线网络技术的不断发展,使用无线网络承载高清视频成为可能,也对视频编解码技术提出了新的要求。由于无线信道短时时变特性会导致信道容量急剧变化,视频编解码技术需要能快速跟踪并适应这一变化,令解码端的延迟和图像质量保持在可接受的水平。With the development of Internet technology, the popularity of video services continues to increase, and users can obtain information through videos. With the continuous development of mobile terminals and wireless network technologies, it has become possible to use wireless networks to carry high-definition video, and new requirements for video coding and decoding technologies have also been put forward. Due to the short-time and time-varying characteristics of the wireless channel, the channel capacity will change drastically. Video codec technology needs to be able to quickly track and adapt to this change, so that the delay and image quality of the decoder can be maintained at an acceptable level.
联合图像专家组(Joint Photographic Experts Group,JPEG)是一种常见的静态图像编码方式,与动态图像专家组(Moving Picture Experts Group,MPEG)4中I帧的压缩方式基本相同。原始RGB图像经过色彩空间变后转换为YUV空间,而后经过分割、DCT变化、量化、熵编码之后,得到压缩后图像。其中,DCT变化作为一种频谱分析工具,可以分离出高频和低频分量;量化利用人眼对低频敏感、对高频相对不敏感的生理特征,对直流和交流系数进行不同精度的滤波。The Joint Photographic Experts Group (JPEG) is a common still image encoding method, which is basically the same as the I-frame compression method in the Moving Picture Experts Group (MPEG)4. The original RGB image is converted into YUV space after color space change, and then after segmentation, DCT change, quantization, and entropy coding, the compressed image is obtained. Among them, the DCT change as a spectrum analysis tool can separate high frequency and low frequency components; quantify the use of the human eye's physiological characteristics that are sensitive to low frequencies and relatively insensitive to high frequencies, and filter DC and AC coefficients with different accuracy.
使用JPEG或MPEG4 I帧的压缩方式,其基本单元为宏块,码流为宏块中交流系数量化后的值,一旦丢失则整个宏块无法重构,因此信道容量降低至信源码率以下时,会出现不同程度的马赛克、卡顿等现象。Use the JPEG or MPEG4 I frame compression method, the basic unit is the macro block, and the code stream is the quantized value of the AC coefficient in the macro block. Once lost, the entire macro block cannot be reconstructed, so the channel capacity is reduced to below the signal source rate , There will be different degrees of mosaic, stuck and other phenomena.
发明内容Summary of the invention
本申请提供一种视频编码方法及装置,以避免图像块无法重构所导致的马赛克、卡顿等现象。The present application provides a video encoding method and device to avoid mosaic, freeze and other phenomena caused by image blocks that cannot be reconstructed.
第一方面,本申请实施例提供一种视频编码方法,该方法可以包括:获取至少一个图像块的系数序列和第一参数,该系数序列为该至少一个图像块经过量化处理后的序列,该第一参数包括分辨率、同步字、运动矢量或直流分量中至少一项。对该至少一个图像块的系数序列按照比特位进行分层,获取每个图像块的多个层序列,该多个层序列中的每个层序列包括该图像块的系数序列中的多个交流系数的相同比特位的信息。对该每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列。根据该至少一个图像块的第一参数和每个图像块的多个层码字序列,获取该至少一个图像块对应的码流,该码流用于解码器重构该至少一个图像块。In a first aspect, an embodiment of the present application provides a video encoding method. The method may include: acquiring a coefficient sequence and a first parameter of at least one image block, where the coefficient sequence is a sequence after the at least one image block is quantized, and the The first parameter includes at least one of resolution, synchronization word, motion vector or DC component. The coefficient sequence of the at least one image block is layered according to the bit position, and multiple layer sequences of each image block are obtained, and each layer sequence of the multiple layer sequences includes multiple exchanges in the coefficient sequence of the image block The same bit information of the coefficient. Entropy coding is performed on the multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block. According to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, a code stream corresponding to the at least one image block is obtained, and the code stream is used for the decoder to reconstruct the at least one image block.
现有技术的编码方式,在信道容量较差导致码流丢失时,解码器无法重构出图像块,即出现马赛克、卡顿的现象。相较于现有技术的编码方式,本实现方式,通过比特分层的编码方式,使得解码端在信道容量较差导致码流丢失时,可以基于收到的部分码流,还原出交流系数的近视值,以获得质量相对较低的重构图像,避免图像块无法重构所导致的马赛克、卡顿等现象。In the encoding method of the prior art, when the code stream is lost due to poor channel capacity, the decoder cannot reconstruct the image block, that is, the phenomenon of mosaic and stutter occurs. Compared with the encoding method of the prior art, this implementation method uses a bit-layered encoding method to enable the decoding end to restore the AC coefficients based on the received partial code stream when the bit stream is lost due to poor channel capacity. The nearsightedness value is used to obtain a reconstructed image of relatively low quality, and to avoid the phenomenon of mosaics and freezes caused by the inability of the image block to be reconstructed.
在一种可能的设计中,该多个层序列中的每个层序列包括该图像块的系数序列中的每个交流系数的二进制表示的一个或多个比特位的信息。In a possible design, each layer sequence in the plurality of layer sequences includes one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the image block.
本实现方式,通过每个层序列包括该图像块的系数序列中的每个交流系数的二进制表示的一个或多个比特位的信息,可以动态调整视频码率,例如,一个层序列包括每个交流系数的二进制表示的多个比特位的信息,可以降低视频码率,从而减少码流传输过程中对信道容量的占用。In this implementation, the video bit rate can be dynamically adjusted through each layer sequence including one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the image block. For example, a layer sequence includes each The binary representation of the AC coefficient of multiple bits of information can reduce the video bit rate, thereby reducing the occupation of channel capacity during the bit stream transmission process.
在一种可能的设计中,每个图像块的多个层序列包括该图像块的符号层序列、该图像块的第一层序列至第k+1层序列。其中,该图像块的符号层序列包括该图像块的所有交流系数的二进制表示中的符号比特,该图像块的第一层序列包括该图像块的所有交流系数的二进制表示中的高n比特,该高n比特包括每个交流系数的二进制表示中的第N比特至第N-n+1比特,该第N比特为所有交流系数的二进制表示中的除符号比特之外的最高比特,该图像块的第二层序列至第k+1层序列分别包括该图像块的所有交流系数的二进制表示中的低k比特中的一个比特,该低k比特包括每个交流系数的二进制表示中的第1比特至第k比特。N取大于2的整数,n取小于N的任意正整数,k取小于N的任意正整数,且N=n+k。In a possible design, the multiple layer sequences of each image block include the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block. Wherein, the symbol layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block, and the first layer sequence of the image block includes the high n bits in the binary representation of all the AC coefficients of the image block, The high n bits include the Nth to N-n+1 bits in the binary representation of each AC coefficient. The Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit. The image The second layer sequence to the k+1th layer sequence of the block respectively include one of the low-k bits in the binary representation of all the AC coefficients of the image block, and the low-k bit includes the first bit in the binary representation of each AC coefficient. 1 bit to kth bit. N is an integer greater than 2, n is any positive integer less than N, k is any positive integer less than N, and N=n+k.
本实现方式,由于大多数交流系数的高n比特均为0,所以通过将高n比特分为一个层序列,可以在保证高比特信息正确传输的同时,降低视频码率,从而减少码流传输过程中对信道容量的占用。In this implementation, since the high n bits of most of the AC coefficients are 0, by dividing the high n bits into a layer sequence, the video bit rate can be reduced while ensuring the correct transmission of high bit information, thereby reducing bit stream transmission The occupation of channel capacity in the process.
在一种可能的设计中,对该每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列,可以包括:对每个图像块的该第一层序列、以及该第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列。In a possible design, performing entropy coding on multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block may include: performing the first layer sequence of each image block Sequence, and the second layer sequence to the k+1th layer sequence, run-length coding and Huffman coding are respectively performed to obtain the first layer codeword sequence and the second layer codeword sequence to the kth layer of each image block +1 layer codeword sequence.
在一种可能的设计中,根据该至少一个图像块的第一参数和每个图像块的多个层码字序列,获取该至少一个图像块对应的码流,可以包括:对该至少一个图像块的第一参数进行串行拼接,获取该至少一个图像块的第一参数的码流。对该至少一个图像块的符号层序列进行串行拼接,获取该至少一个图像块的符号层的码流。对该至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取该至少一个图像块的第一层至第k+1层的码流。In a possible design, obtaining the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block may include: The first parameter of the block is serially spliced to obtain the code stream of the first parameter of the at least one image block. Perform serial splicing on the symbol layer sequence of the at least one image block to obtain the code stream of the symbol layer of the at least one image block. The first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block. Layer 1 code stream.
在一种可能的设计中,该至少一个图像块的第一参数的码流、该至少一个图像块的符号层的码流、该至少一个图像块的第一层至第k+1层的码流对应多个服务质量QoS级别。In a possible design, the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, the code stream of the first layer to the k+1th layer of the at least one image block The flow corresponds to multiple quality of service QoS levels.
本实现方式,通过不同层码流对应不同的QoS级别,以保障较为重要的层码流的传输。In this implementation mode, different QoS levels correspond to different layer code streams to ensure the transmission of the more important layer code streams.
在一种可能的设计中,该方法还可以包括:依序发送该至少一个图像块的第一参数的码流、该至少一个图像块的符号层的码流、该至少一个图像块的第一层至第k+1层的码流。In a possible design, the method may further include: sequentially sending the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the first parameter of the at least one image block. The code stream from layer to layer k+1.
在一种可能的设计中,对该每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列,可以包括:根据每个图像块的符号层序列,对每个图像块的第一层序列、以及第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码, 获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列,该第一层码字序列、以及第二层码字序列至第k+1层码字序列中携带非零的交流系数的符号位信息,非零的交流系数的符号位信息位于该非零的交流系数的最高比特位对应的第i层码字序列中,i取1至k+1。In a possible design, performing entropy encoding on multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block may include: according to the symbol layer sequence of each image block, Run-length coding and Huffman coding are performed on the first layer sequence of each image block, and the second layer sequence to the k+1 layer sequence, respectively, to obtain the first layer codeword sequence and the first layer sequence of each image block. The second-layer codeword sequence to the k+1-th layer codeword sequence, the first-layer codeword sequence, and the second-layer codeword sequence to the k+1-th layer codeword sequence carry sign bit information of non-zero AC coefficients , The sign bit information of the non-zero AC coefficient is located in the i-th layer codeword sequence corresponding to the highest bit of the non-zero AC coefficient, and i is from 1 to k+1.
在一种可能的设计中,根据该至少一个图像块的第一参数和每个图像块的多个层码字序列,获取该至少一个图像块对应的码流,可以包括:对该至少一个图像块的第一参数进行串行拼接,获取该至少一个图像块的第一参数的码流。对该至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取该至少一个图像块的第一层至第k+1层的码流。In a possible design, obtaining the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block may include: The first parameter of the block is serially spliced to obtain the code stream of the first parameter of the at least one image block. The first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block. Layer 1 code stream.
在一种可能的设计中,该至少一个图像块的第一参数的码流、该至少一个图像块的第一层至第k+1层的码流对应多个QoS级别。In a possible design, the code stream of the first parameter of the at least one image block and the code stream of the first layer to the k+1 layer of the at least one image block correspond to multiple QoS levels.
在一种可能的设计中,该方法还可以包括:在该至少一个图像块所属分片的发送时间窗口内,发送该至少一个图像块对应的码流。In a possible design, the method may further include: sending the code stream corresponding to the at least one image block within the sending time window of the slice to which the at least one image block belongs.
在一种可能的设计中,该方法还可以包括:在超出该分片的发送时间窗口时,丢弃该分片的未发送的图像块对应的码流。In a possible design, the method may further include: when the sending time window of the segment is exceeded, discarding the code stream corresponding to the unsent image block of the segment.
在一种可能的设计中,该方法还可以包括:接收解码端发送的链路信息,该链路信息用于反馈传输该码流的信道容量的变化。根据该链路信息调整发送参数或编码参数中至少一项,该发送参数用于发送图像块对应的码流,该编码参数包括编码类型和量化处理参数。In a possible design, the method may further include: receiving link information sent by the decoding end, where the link information is used to feed back changes in channel capacity for transmitting the code stream. Adjust at least one of a sending parameter or an encoding parameter according to the link information, the sending parameter is used to send a code stream corresponding to the image block, and the encoding parameter includes an encoding type and a quantization processing parameter.
在一种可能的设计中,该方法还可以包括:获取该至少一个图像块的变换系数。对每个图像块的变换系数进行量化处理,获取每个图像块的量化后的变换系数。对每个图像块的量化后的变换系数按照移位矩阵进行移位处理和顺序扫描,获取每个图像块的系数序列。In a possible design, the method may further include: acquiring the transform coefficient of the at least one image block. Perform quantization processing on the transform coefficient of each image block, and obtain the quantized transform coefficient of each image block. The quantized transform coefficient of each image block is shifted and sequentially scanned according to the shift matrix to obtain the coefficient sequence of each image block.
第二方面,本申请实施例提供一种视频编码装置,该装置可以包括:获取模块,用于获取至少一个图像块的系数序列和第一参数,该系数序列为该至少一个图像块经过量化处理后的序列,该第一参数包括分辨率、同步字、运动矢量或直流分量中至少一项。比特分层模块,用于对该至少一个图像块的系数序列按照比特位进行分层,获取每个图像块的多个层序列,该多个层序列中的每个层序列包括该图像块的系数序列中的多个交流系数的相同比特位的信息。熵编码模块,用于对该每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列。码流获取模块,还用于根据该至少一个图像块的第一参数和每个图像块的多个层码字序列,获取该至少一个图像块对应的码流,该码流用于解码器重构该至少一个图像块。In a second aspect, an embodiment of the present application provides a video encoding device. The device may include: an acquisition module configured to acquire a coefficient sequence and a first parameter of at least one image block, where the coefficient sequence is quantized for the at least one image block In the subsequent sequence, the first parameter includes at least one of resolution, synchronization word, motion vector, or DC component. The bit layering module is used to layer the coefficient sequence of the at least one image block according to the bit position to obtain multiple layer sequences of each image block, and each layer sequence of the multiple layer sequences includes the image block The same bit information of multiple AC coefficients in the coefficient sequence. The entropy coding module is used to perform entropy coding on multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block. The code stream obtaining module is further configured to obtain the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, and the code stream is used for decoder reconstruction The at least one image block.
在一种可能的设计中,该多个层序列中的每个层序列包括该图像块的系数序列中的每个交流系数的二进制表示的一个或多个比特位的信息。In a possible design, each layer sequence in the plurality of layer sequences includes one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the image block.
在一种可能的设计中,每个图像块的多个层序列包括该图像块的符号层序列、该图像块的第一层序列至第k+1层序列。其中,该图像块的符号层序列包括该图像块的所有交流系数的二进制表示中的符号比特,该图像块的第一层序列包括该图像块的所有交流系数的二进制表示中的高n比特,该高n比特包括每个交流系数的二进制表示中的第N比特至第N-n+1比特,该第N比特为所有交流系数的二进制表示中的除符 号比特之外的最高比特,该图像块的第二层序列至第k+1层序列分别包括该图像块的所有交流系数的二进制表示中的低k比特中的一个比特,该低k比特包括每个交流系数的二进制表示中的第1比特至第k比特。N取大于2的整数,n取小于N的任意正整数,k取小于N的任意正整数,且N=n+k。In a possible design, the multiple layer sequences of each image block include the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block. Wherein, the symbol layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block, and the first layer sequence of the image block includes the high n bits in the binary representation of all the AC coefficients of the image block, The high n bits include the Nth to N-n+1 bits in the binary representation of each AC coefficient. The Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit. The image The second layer sequence to the k+1th layer sequence of the block respectively include one of the low-k bits in the binary representation of all the AC coefficients of the image block, and the low-k bit includes the first bit in the binary representation of each AC coefficient. 1 bit to kth bit. N is an integer greater than 2, n is any positive integer less than N, k is any positive integer less than N, and N=n+k.
在一种可能的设计中,该熵编码模块用于:对每个图像块的该第一层序列、以及该第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列。In a possible design, the entropy coding module is used to: perform run-length coding and Huffman respectively on the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block Encoding, obtaining the first layer codeword sequence and the second layer codeword sequence to the k+1th layer codeword sequence of each image block.
在一种可能的设计中,该码流获取模块用于:对该至少一个图像块的第一参数进行串行拼接,获取该至少一个图像块的第一参数的码流。对该至少一个图像块的符号层序列进行串行拼接,获取该至少一个图像块的符号层的码流。对该至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取该至少一个图像块的第一层至第k+1层的码流。In a possible design, the code stream acquisition module is configured to: perform serial splicing on the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block. Perform serial splicing on the symbol layer sequence of the at least one image block to obtain the code stream of the symbol layer of the at least one image block. The first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block. Layer 1 code stream.
在一种可能的设计中,该至少一个图像块的第一参数的码流、该至少一个图像块的符号层的码流、该至少一个图像块的第一层至第k+1层的码流对应多个服务质量QoS级别。In a possible design, the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, the code stream of the first layer to the k+1th layer of the at least one image block The flow corresponds to multiple quality of service QoS levels.
在一种可能的设计中,该装置还可以包括:收发模块,用于依序发送该至少一个图像块的第一参数的码流、该至少一个图像块的符号层的码流、该至少一个图像块的第一层至第k+1层的码流。In a possible design, the device may further include: a transceiver module, configured to sequentially send the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the code stream of the at least one image block. The code stream from the first layer to the k+1th layer of the image block.
在一种可能的设计中,该熵编码模块用于:根据每个图像块的符号层序列,对每个图像块的第一层序列、以及第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列,该第一层码字序列、以及第二层码字序列至第k+1层码字序列中携带非零的交流系数的符号位信息,非零的交流系数的符号位信息位于该非零的交流系数的最高比特位对应的第i层码字序列中,i取1至k+1。In a possible design, the entropy coding module is used to: according to the symbol layer sequence of each image block, the first layer sequence, and the second layer sequence to the k+1th layer sequence of each image block, respectively Perform run-length coding and Huffman coding to obtain the first layer codeword sequence and the second layer codeword sequence to the k+1th layer codeword sequence of each image block, the first layer codeword sequence, and the first layer codeword sequence The second-layer codeword sequence to the k+1-th layer codeword sequence carry the sign bit information of the non-zero AC coefficient, and the sign bit information of the non-zero AC coefficient is located at the i-th corresponding to the highest bit of the non-zero AC coefficient. In the layer code word sequence, i takes 1 to k+1.
在一种可能的设计中,该码流获取模块用于:对该至少一个图像块的第一参数进行串行拼接,获取该至少一个图像块的第一参数的码流。对该至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取该至少一个图像块的第一层至第k+1层的码流。In a possible design, the code stream acquisition module is configured to: perform serial splicing on the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block. The first layer codeword sequence and the second layer codeword sequence to the k+1 layer codeword sequence of the at least one image block are respectively serially spliced to obtain the first layer to the k+th layer codeword sequence of the at least one image block. Layer 1 code stream.
在一种可能的设计中,该至少一个图像块的第一参数的码流、该至少一个图像块的第一层至第k+1层的码流对应多个QoS级别。In a possible design, the code stream of the first parameter of the at least one image block and the code stream of the first layer to the k+1 layer of the at least one image block correspond to multiple QoS levels.
在一种可能的设计中,该装置还包括:收发模块,用于在该至少一个图像块所属分片的发送时间窗口内,发送该至少一个图像块对应的码流。In a possible design, the device further includes: a transceiver module, configured to send the code stream corresponding to the at least one image block within the sending time window of the slice to which the at least one image block belongs.
在一种可能的设计中,该收发模块还用于:在超出该分片的发送时间窗口时,丢弃该分片的未发送的图像块对应的码流。In a possible design, the transceiver module is further configured to: when the sending time window of the segment is exceeded, discard the code stream corresponding to the unsent image block of the segment.
在一种可能的设计中,该装置还包括:收发模块。该收发模块,用于接收解码端发送的链路信息,该链路信息用于反馈传输该码流的信道容量的变化。该熵编码模块,还用于根据该链路信息调整发送参数或编码参数中至少一项,该发送参数用于发送图像块对应的码流,该编码参数包括编码类型和量化处理参数。In a possible design, the device further includes: a transceiver module. The transceiver module is used to receive link information sent by the decoding end, and the link information is used to feed back changes in the channel capacity for transmitting the code stream. The entropy encoding module is further configured to adjust at least one of a sending parameter or an encoding parameter according to the link information, the sending parameter is used to send a code stream corresponding to the image block, and the encoding parameter includes an encoding type and a quantization processing parameter.
在一种可能的设计中,该获取模块还用于:获取该至少一个图像块的变换系数; 对每个图像块的变换系数进行量化处理,获取每个图像块的量化后的变换系数;对每个图像块的量化后的变换系数按照移位矩阵进行移位处理和顺序扫描,获取每个图像块的系数序列。In a possible design, the acquisition module is further configured to: acquire the transform coefficient of the at least one image block; perform quantization processing on the transform coefficient of each image block to obtain the quantized transform coefficient of each image block; The quantized transform coefficient of each image block is shifted and sequentially scanned according to the shift matrix to obtain the coefficient sequence of each image block.
第三方面,本申请实施例提供一种编码装置,该编码装置可以为编码器或编码器的芯片或者片上系统。该编码装置可以实现如第一方面或第一方面的任一种可能的设计的方法的功能,该功能可以通过硬件和/或软件执行。一种可实现方式,该编码装置可以包括:相互耦合的非易失性存储器和处理器,该处理器调用存储在该存储器中的程序代码以执行如第一方面或第一方面的任一种可能的设计的方法。In a third aspect, an embodiment of the present application provides an encoding device. The encoding device may be an encoder or an encoder chip or a system on a chip. The encoding device may implement the function of the first aspect or any possible design method of the first aspect, and the function may be executed by hardware and/or software. In an implementable manner, the encoding device may include: a non-volatile memory and a processor coupled with each other, the processor calls the program code stored in the memory to execute any one of the first aspect or the first aspect Possible design methods.
第四方面,本申请实施例提供一种视频编解码设备,包括:编码器,该编码器用于执行如第一方面或第一方面的任一种可能的设计的方法。可选的,该视频编解码设备还可以包括解码器,用于对接收到的码流进行解码。In a fourth aspect, an embodiment of the present application provides a video encoding and decoding device, including an encoder, which is configured to execute any possible design method as in the first aspect or the first aspect. Optionally, the video encoding and decoding device may further include a decoder for decoding the received code stream.
第五方面,本申请提供一种计算机可读存储介质,所述计算机可读存储介质存储了程序代码,其中,所述程序代码包括用于执行第一方面的任意一种方法的部分或全部步骤的指令。In a fifth aspect, the present application provides a computer-readable storage medium that stores program code, where the program code includes some or all of the steps used to execute any method of the first aspect Instructions.
第六方面,本申请提供一种计算机程序产品,当所述计算机程序产品在计算机上运行时,使得所述计算机执行第一方面的任意一种方法的部分或全部步骤。In a sixth aspect, this application provides a computer program product, which when the computer program product runs on a computer, causes the computer to execute part or all of the steps of any one of the methods in the first aspect.
本申请实施例的视频编码方法及装置,通过获取至少一个图像块的系数序列和第一参数,对该至少一个图像块的系数序列按照比特位进行分层,获取每个图像块的多个层序列,对每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列,根据至少一个图像块的第一参数和每个图像块的多个层码字序列,获取该至少一个图像块对应的码流,向解码器发送至少一个图像块对应的码流,从而使得解码器基于接收到的至少一个图像块对应的码流,重构该至少一个图像块。由于每个图像块的该多个层序列中的每个层序列包括该图像块的系数序列中的多个交流系数的相同比特的信息,编码器按层发送码流,所以解码器可以基于层序列解码还原出该图像块的系数序列中的多个交流系数或交流系数的近似值,从而重构出图像块。在信道容量低至无法传输完整码流的情况下,解码端仍可以重构出图像块,避免马赛克、卡顿等影响观看体验的现象。In the video encoding method and device of the embodiments of the present application, the coefficient sequence of at least one image block and the first parameter are obtained, and the coefficient sequence of the at least one image block is layered according to the bits, and multiple layers of each image block are obtained. Sequence, entropy coding the multiple layer sequences of each image block, obtain multiple layer codeword sequences of each image block, according to the first parameter of at least one image block and multiple layer codewords of each image block Sequence, obtain the code stream corresponding to the at least one image block, and send the code stream corresponding to the at least one image block to the decoder, so that the decoder reconstructs the at least one image block based on the received code stream corresponding to the at least one image block . Since each layer sequence in the multiple layer sequences of each image block includes the same bit information of multiple AC coefficients in the coefficient sequence of the image block, the encoder sends the code stream by layer, so the decoder can be based on layer Sequence decoding restores multiple AC coefficients or approximate values of AC coefficients in the coefficient sequence of the image block, thereby reconstructing the image block. When the channel capacity is too low to transmit a complete bit stream, the decoding end can still reconstruct image blocks to avoid phenomena such as mosaics and freezes that affect the viewing experience.
附图说明Description of the drawings
图1A为本申请实施例中的视频编码及解码系统实例的示意图;FIG. 1A is a schematic diagram of an example of a video encoding and decoding system in an embodiment of the application;
图1B为本申请实施例中的视频译码系统实例的示意图;FIG. 1B is a schematic diagram of an example of a video decoding system in an embodiment of this application;
图2为本申请实施例中的编码器实例结构的示意图;2 is a schematic diagram of an example structure of an encoder in an embodiment of the application;
图3为本申请实施例中的解码器实例结构的示意图;FIG. 3 is a schematic diagram of an example structure of a decoder in an embodiment of the application;
图4为本申请实施例中的视频译码设备实例的示意图;4 is a schematic diagram of an example of a video decoding device in an embodiment of the application;
图5为本申请实施例中的一种编码装置或解码装置实例的示意图;FIG. 5 is a schematic diagram of an example of an encoding device or a decoding device in an embodiment of the application;
图6为本申请实施例的一种视频编码方法的流程图;FIG. 6 is a flowchart of a video encoding method according to an embodiment of the application;
图7为本申请实施例的一种视频编码方法的编码流程示意图;FIG. 7 is a schematic diagram of an encoding process of a video encoding method according to an embodiment of the application;
图8为本申请实施例的编码流程的各项处理的结果的示意图;FIG. 8 is a schematic diagram of the results of various processing in the encoding process of an embodiment of the application; FIG.
图9为本申请实施例的一种视频编码方法的流程图;FIG. 9 is a flowchart of a video encoding method according to an embodiment of the application;
图10为本申请实施例的一种视频编码装置的示意图。FIG. 10 is a schematic diagram of a video encoding device according to an embodiment of the application.
具体实施方式Detailed ways
下面结合本申请实施例中的附图对本申请实施例进行描述。以下描述中,参考形成本公开一部分并以说明之方式示出本申请实施例的具体方面或可使用本申请实施例的具体方面的附图。应理解,本申请实施例可在其它方面中使用,并可包括附图中未描绘的结构或逻辑变化。因此,以下详细描述不应以限制性的意义来理解,且本申请的范围由所附权利要求书界定。例如,应理解,结合所描述方法的揭示内容可以同样适用于用于执行所述方法的对应设备或系统,且反之亦然。例如,如果描述一个或多个具体方法步骤,则对应的设备可以包含如功能单元等一个或多个单元,来执行所描述的一个或多个方法步骤(例如,一个单元执行一个或多个步骤,或多个单元,其中每个都执行多个步骤中的一个或多个),即使附图中未明确描述或说明这种一个或多个单元。另一方面,例如,如果基于如功能单元等一个或多个单元描述具体装置,则对应的方法可以包含一个步骤来执行一个或多个单元的功能性(例如,一个步骤执行一个或多个单元的功能性,或多个步骤,其中每个执行多个单元中一个或多个单元的功能性),即使附图中未明确描述或说明这种一个或多个步骤。进一步,应理解的是,除非另外明确提出,本文中所描述的各示例性实施例和/或方面的特征可以相互组合。The embodiments of the present application will be described below in conjunction with the drawings in the embodiments of the present application. In the following description, reference is made to the accompanying drawings that form a part of the present disclosure and illustrate specific aspects of the embodiments of the present application or specific aspects that can be used in the embodiments of the present application. It should be understood that the embodiments of the present application may be used in other aspects, and may include structural or logical changes not depicted in the drawings. Therefore, the following detailed description should not be understood in a restrictive sense, and the scope of the present application is defined by the appended claims. For example, it should be understood that the content disclosed in conjunction with the described method may be equally applicable to the corresponding device or system for executing the method, and vice versa. For example, if one or more specific method steps are described, the corresponding device may include one or more units such as functional units to perform the described one or more method steps (for example, one unit performs one or more steps). , Or multiple units, each of which performs one or more of multiple steps), even if such one or more units are not explicitly described or illustrated in the drawings. On the other hand, for example, if a specific device is described based on one or more units such as functional units, the corresponding method may include one step to perform the functionality of one or more units (for example, one step performs one or more units). The functionality, or multiple steps, each of which performs the functionality of one or more of the multiple units), even if such one or more steps are not explicitly described or illustrated in the drawings. Further, it should be understood that, unless expressly stated otherwise, the features of the exemplary embodiments and/or aspects described herein can be combined with each other.
本申请实施例所涉及的技术方案不仅可能应用于现有的视频编码标准中(如H.264、HEVC等标准),还可能应用于未来的视频编码标准中(如H.266标准)。本申请的实施方式部分使用的术语仅用于对本申请的具体实施例进行解释,而非旨在限定本申请。下面先对本申请实施例可能涉及的一些概念进行简单介绍。The technical solutions involved in the embodiments of the present application may not only be applied to existing video coding standards (such as H.264, HEVC, etc.), but may also be applied to future video coding standards (such as H.266). The terms used in the implementation mode part of this application are only used to explain specific embodiments of this application, and are not intended to limit this application. The following briefly introduces some concepts that may be involved in the embodiments of the present application.
视频编码通常是指处理形成视频或视频序列的图片序列。在视频编码领域,术语“图片(picture)”、“帧(frame)”或“图像(image)”可以用作同义词。本文中使用的视频编码表示视频编码或视频解码。视频编码在源侧执行,通常包括处理(例如,通过压缩)原始视频图片以减少表示该视频图片所需的数据量,从而更高效地存储和/或传输。视频解码在目的地侧执行,通常包括相对于编码器作逆处理,以重构视频图片。实施例涉及的视频图片“编码”应理解为涉及视频序列的“编码”或“解码”。编码部分和解码部分的组合也称为编解码(编码和解码)。Video coding generally refers to processing a sequence of pictures that form a video or video sequence. In the field of video coding, the terms "picture", "frame" or "image" can be used as synonyms. Video encoding used in this article means video encoding or video decoding. Video encoding is performed on the source side, and usually includes processing (for example, by compressing) the original video picture to reduce the amount of data required to represent the video picture, so as to store and/or transmit more efficiently. Video decoding is performed on the destination side and usually involves inverse processing relative to the encoder to reconstruct the video picture. The “encoding” of video pictures involved in the embodiments should be understood as involving the “encoding” or “decoding” of the video sequence. The combination of the encoding part and the decoding part is also called codec (encoding and decoding).
视频序列包括一系列图像(picture),图像被进一步划分为切片(slice),切片再被划分为块(block)。视频编码以块为单位进行编码处理,在一些新的视频编码标准中,块的概念被进一步扩展。比如,在H.264标准中有宏块(macroblock,MB),宏块可进一步划分成多个可用于预测编码的预测块(partition)。在高性能视频编码(high efficiency video coding,HEVC)标准中,采用编码单元(coding unit,CU),预测单元(prediction unit,PU)和变换单元(transform unit,TU)等基本概念,从功能上划分了多种块单元,并采用全新的基于树结构进行描述。比如CU可以按照四叉树进行划分为更小的CU,而更小的CU还可以继续划分,从而形成一种四叉树结构,CU是对编码图像进行划分和编码的基本单元。对于PU和TU也有类似的树结构,PU可以对应预测块,是预测编码的基本单元。对CU按照划分模式进一步划分成多个PU。TU可以对应变换块,是对预测残差进行变换的基本单元。然而,无论CU, PU还是TU,本质上都属于块(或称图像块)的概念。A video sequence includes a series of pictures, the pictures are further divided into slices, and the slices are further divided into blocks. Video coding is performed in units of blocks. In some new video coding standards, the concept of blocks is further expanded. For example, there are macroblocks (MB) in the H.264 standard, and the macroblocks can be further divided into multiple prediction blocks (partitions) that can be used for predictive coding. In the high-efficiency video coding (HEVC) standard, basic concepts such as coding unit (CU), prediction unit (PU), and transform unit (TU) are adopted, which are functionally Divide a variety of block units, and use a new tree-based description. For example, the CU can be divided into smaller CUs according to the quadtree, and the smaller CUs can be further divided to form a quadtree structure. The CU is the basic unit for dividing and encoding the coded image. The PU and TU also have a similar tree structure. The PU can correspond to the prediction block and is the basic unit of prediction coding. The CU is further divided into multiple PUs according to the division mode. TU can correspond to the transform block and is the basic unit for transforming the prediction residual. However, no matter CU, PU or TU, they all belong to the concept of block (or image block) in nature.
例如在HEVC中,通过使用表示为编码树的四叉树结构将CTU拆分为多个CU。在CU层级处作出是否使用图片间(时间)或图片内(空间)预测对图片区域进行编码的决策。每个CU可以根据PU拆分类型进一步拆分为一个、两个或四个PU。一个PU内应用相同的预测过程,并在PU基础上将相关信息传输到解码器。在通过基于PU拆分类型应用预测过程获取残差块之后,可以根据类似于用于CU的编码树的其它四叉树结构将CU分割成变换单元(transform unit,TU)。在视频压缩技术最新的发展中,使用四叉树和二叉树(Quad-tree and binary tree,QTBT)分割帧来分割编码块。在QTBT块结构中,CU可以为正方形或矩形形状。For example, in HEVC, a CTU is split into multiple CUs by using a quad-tree structure represented as a coding tree. A decision is made at the CU level whether to use inter-picture (temporal) or intra-picture (spatial) prediction to encode picture regions. Each CU can be further split into one, two, or four PUs according to the PU split type. The same prediction process is applied in a PU, and relevant information is transmitted to the decoder on the basis of the PU. After the residual block is obtained by applying a prediction process based on the PU split type, the CU may be divided into transform units (TU) according to other quadtree structures similar to the coding tree used for the CU. In the latest development of video compression technology, quad-tree and binary tree (Quad-tree and Binary Tree, QTBT) are used to divide frames to divide coding blocks. In the QTBT block structure, the CU can have a square or rectangular shape.
本文中,为了便于描述和理解,可将当前编码图像中待编码的图像块称为当前块,例如在编码中,指当前正在编码的块;在解码中,指当前正在解码的块。将参考图像中用于对当前块进行预测的已解码的图像块称为参考块,即参考块是为当前块提供参考信号的块,其中,参考信号表示图像块内的像素值。可将参考图像中为当前块提供预测信号的块为预测块,其中,预测信号表示预测块内的像素值或者采样值或者采样信号。例如,在遍历多个参考块以后,找到了最佳参考块,此最佳参考块将为当前块提供预测,此块称为预测块。Herein, for ease of description and understanding, the image block to be encoded in the currently encoded image may be referred to as the current block. For example, in encoding, it refers to the block currently being encoded; in decoding, it refers to the block currently being decoded. The decoded image block used for predicting the current block in the reference image is called a reference block, that is, a reference block is a block that provides a reference signal for the current block, where the reference signal represents the pixel value in the image block. The block in the reference image that provides the prediction signal for the current block may be a prediction block, where the prediction signal represents a pixel value or a sample value or a sample signal in the prediction block. For example, after traversing multiple reference blocks, the best reference block is found. This best reference block will provide prediction for the current block, and this block is called a prediction block.
无损视频编码情况下,可以重构原始视频图片,即经重构视频图片具有与原始视频图片相同的质量(假设存储或传输期间没有传输损耗或其它数据丢失)。在有损视频编码情况下,通过例如量化执行进一步压缩,来减少表示视频图片所需的数据量,而解码器侧无法完全重构视频图片,即经重构视频图片的质量相比原始视频图片的质量较低或较差。In the case of lossless video coding, the original video picture can be reconstructed, that is, the reconstructed video picture has the same quality as the original video picture (assuming that there is no transmission loss or other data loss during storage or transmission). In the case of lossy video coding, for example, quantization is performed to perform further compression to reduce the amount of data required to represent the video picture, and the decoder side cannot completely reconstruct the video picture, that is, the quality of the reconstructed video picture is compared with the original video picture. The quality is low or poor.
H.261的几个视频编码标准属于“有损混合型视频编解码”(即,将样本域中的空间和时间预测与变换域中用于应用量化的2D变换编码结合)。视频序列的每个图片通常分割成不重叠的块集合,通常在块层级上进行编码。换句话说,编码器侧通常在块(视频块)层级处理亦即编码视频,例如,通过空间(图片内)预测和时间(图片间)预测来产生预测块,从当前块(当前处理或待处理的块)减去预测块以获取残差块,在变换域变换残差块并量化残差块,以减少待传输(压缩)的数据量,而解码器侧将相对于编码器的逆处理部分应用于经编码或经压缩块,以重构用于表示的当前块。另外,编码器复制解码器处理循环,使得编码器和解码器生成相同的预测(例如帧内预测和帧间预测)和/或重构,用于处理亦即编码后续块。Several video coding standards of H.261 belong to "lossy hybrid video coding and decoding" (that is, combining spatial and temporal prediction in the sample domain with 2D transform coding for applying quantization in the transform domain). Each picture of a video sequence is usually divided into a set of non-overlapping blocks, and is usually coded at the block level. In other words, the encoder side usually processes the video at the block (video block) level, that is, encodes the video. For example, the prediction block is generated through spatial (intra-picture) prediction and temporal (inter-picture) prediction. The processed block) subtracts the prediction block to obtain the residual block, transforms the residual block in the transform domain and quantizes the residual block to reduce the amount of data to be transmitted (compressed), and the decoder side will process the inverse of the encoder Partially applied to the coded or compressed block to reconstruct the current block for representation. In addition, the encoder duplicates the decoder processing loop, so that the encoder and the decoder generate the same prediction (for example, intra prediction and inter prediction) and/or reconstruction for processing, that is, encoding subsequent blocks.
下面描述本申请实施例所应用的系统架构。参见图1A,图1A示例性地给出了本申请实施例所应用的视频编码及解码系统10的示意性框图。如图1A所示,视频编码及解码系统10可包括源设备12和目的地设备14,源设备12产生经编码视频数据,因此,源设备12可被称为视频编码装置。目的地设备14可对由源设备12所产生的经编码的视频数据进行解码,因此,目的地设备14可被称为视频解码装置。源设备12、目的地设备14或两个的各种实施方案可包含一或多个处理器以及耦合到所述一或多个处理器的存储器。所述存储器可包含但不限于RAM、ROM、EEPROM、快闪存储器或可用于以可由计算机存取的指令或数据结构的形式存储所要的程序代码的任何其它媒体,如本文所描述。源设备12和目的地设备14可以包括各种装置,包含桌上型计算机、移动计算装置、笔记型(例如,膝上型)计算机、平板计算机、机顶盒、例如所谓的“智能”电话等电话手持机、电视机、相机、 显示装置、数字媒体播放器、视频游戏控制台、车载计算机、无线通信设备或其类似者。The following describes the system architecture applied by the embodiments of the present application. Referring to FIG. 1A, FIG. 1A exemplarily shows a schematic block diagram of a video encoding and decoding system 10 applied in an embodiment of the present application. As shown in FIG. 1A, the video encoding and decoding system 10 may include a source device 12 and a destination device 14. The source device 12 generates encoded video data. Therefore, the source device 12 may be referred to as a video encoding device. The destination device 14 can decode the encoded video data generated by the source device 12, and therefore, the destination device 14 can be referred to as a video decoding device. Various implementations of source device 12, destination device 14, or both may include one or more processors and memory coupled to the one or more processors. The memory may include, but is not limited to, RAM, ROM, EEPROM, flash memory, or any other medium that can be used to store the desired program code in the form of instructions or data structures that can be accessed by a computer, as described herein. The source device 12 and the destination device 14 may include various devices, including desktop computers, mobile computing devices, notebook (for example, laptop) computers, tablet computers, set-top boxes, telephone handsets such as so-called "smart" phones. Computers, televisions, cameras, display devices, digital media players, video game consoles, on-board computers, wireless communication equipment, or the like.
虽然图1A将源设备12和目的地设备14绘示为单独的设备,但设备实施例也可以同时包括源设备12和目的地设备14或同时包括两者的功能性,即源设备12或对应的功能性以及目的地设备14或对应的功能性。在此类实施例中,可以使用相同硬件和/或软件,或使用单独的硬件和/或软件,或其任何组合来实施源设备12或对应的功能性以及目的地设备14或对应的功能性。Although FIG. 1A shows the source device 12 and the destination device 14 as separate devices, the device embodiment may also include the source device 12 and the destination device 14 or the functionality of both, that is, the source device 12 or the corresponding The functionality of the destination device 14 or the corresponding functionality. In such embodiments, the same hardware and/or software may be used, or separate hardware and/or software, or any combination thereof may be used to implement the source device 12 or the corresponding functionality and the destination device 14 or the corresponding functionality .
源设备12和目的地设备14之间可通过链路13进行通信连接,目的地设备14可经由链路13从源设备12接收经编码视频数据。链路13可包括能够将经编码视频数据从源设备12移动到目的地设备14的一或多个媒体或装置。在一个实例中,链路13可包括使得源设备12能够实时将经编码视频数据直接发射到目的地设备14的一或多个通信媒体。在此实例中,源设备12可根据通信标准(例如无线通信协议)来调制经编码视频数据,且可将经调制的视频数据发射到目的地设备14。所述一或多个通信媒体可包含无线和/或有线通信媒体,例如射频(RF)频谱或一或多个物理传输线。所述一或多个通信媒体可形成基于分组的网络的一部分,基于分组的网络例如为局域网、广域网或全球网络(例如,因特网)。所述一或多个通信媒体可包含路由器、交换器、基站或促进从源设备12到目的地设备14的通信的其它设备。The source device 12 and the destination device 14 may communicate with each other through a link 13, and the destination device 14 may receive encoded video data from the source device 12 via the link 13. Link 13 may include one or more media or devices capable of moving encoded video data from source device 12 to destination device 14. In one example, link 13 may include one or more communication media that enable source device 12 to transmit encoded video data directly to destination device 14 in real time. In this example, the source device 12 may modulate the encoded video data according to a communication standard, such as a wireless communication protocol, and may transmit the modulated video data to the destination device 14. The one or more communication media may include wireless and/or wired communication media, such as a radio frequency (RF) spectrum or one or more physical transmission lines. The one or more communication media may form part of a packet-based network, such as a local area network, a wide area network, or a global network (e.g., the Internet). The one or more communication media may include routers, switches, base stations, or other devices that facilitate communication from source device 12 to destination device 14.
源设备12包括编码器20,另外可选地,源设备12还可以包括图片源16、图片预处理器18、以及通信接口22。具体实现形态中,所述编码器20、图片源16、图片预处理器18、以及通信接口22可能是源设备12中的硬件部件,也可能是源设备12中的软件程序。分别描述如下:The source device 12 includes an encoder 20, and optionally, the source device 12 may also include a picture source 16, a picture preprocessor 18, and a communication interface 22. In a specific implementation form, the encoder 20, the picture source 16, the picture preprocessor 18, and the communication interface 22 may be hardware components in the source device 12, or may be software programs in the source device 12. They are described as follows:
图片源16,可以包括或可以为任何类别的图片捕获设备,用于例如捕获现实世界图片,和/或任何类别的图片或评论(对于屏幕内容编码,屏幕上的一些文字也认为是待编码的图片或图像的一部分)生成设备,例如,用于生成计算机动画图片的计算机图形处理器,或用于获取和/或提供现实世界图片、计算机动画图片(例如,屏幕内容、虚拟现实(virtual reality,VR)图片)的任何类别设备,和/或其任何组合(例如,实景(augmented reality,AR)图片)。图片源16可以为用于捕获图片的相机或者用于存储图片的存储器,图片源16还可以包括存储先前捕获或产生的图片和/或获取或接收图片的任何类别的(内部或外部)接口。当图片源16为相机时,图片源16可例如为本地的或集成在源设备中的集成相机;当图片源16为存储器时,图片源16可为本地的或例如集成在源设备中的集成存储器。当所述图片源16包括接口时,接口可例如为从外部视频源接收图片的外部接口,外部视频源例如为外部图片捕获设备,比如相机、外部存储器或外部图片生成设备,外部图片生成设备例如为外部计算机图形处理器、计算机或服务器。接口可以为根据任何专有或标准化接口协议的任何类别的接口,例如有线或无线接口、光接口。The picture source 16, which can include or can be any type of picture capture device, for example to capture real-world pictures, and/or any type of pictures or comments (for screen content encoding, some text on the screen is also considered to be encoded Picture or part of an image) generating equipment, for example, a computer graphics processor for generating computer animation pictures, or for acquiring and/or providing real world pictures, computer animation pictures (for example, screen content, virtual reality, VR) pictures), and/or any combination thereof (for example, augmented reality (AR) pictures). The picture source 16 may be a camera for capturing pictures or a memory for storing pictures. The picture source 16 may also include any type (internal or external) interface for storing previously captured or generated pictures and/or acquiring or receiving pictures. When the picture source 16 is a camera, the picture source 16 may be, for example, a local or an integrated camera integrated in the source device; when the picture source 16 is a memory, the picture source 16 may be local or, for example, an integrated camera integrated in the source device. Memory. When the picture source 16 includes an interface, the interface may be, for example, an external interface for receiving pictures from an external video source. The external video source is, for example, an external picture capture device, such as a camera, an external memory, or an external picture generation device, such as It is an external computer graphics processor, computer or server. The interface can be any type of interface according to any proprietary or standardized interface protocol, such as a wired or wireless interface, and an optical interface.
其中,图片可以视为像素点(picture element)的二维阵列或矩阵。阵列中的像素点也可以称为采样点。阵列或图片在水平和垂直方向(或轴线)上的采样点数目定义图片的尺寸和/或分辨率。为了表示颜色,通常采用三个颜色分量,即图片可以表示为或包含三个采样阵列。例如在RBG格式或颜色空间中,图片包括对应的红色、绿色及蓝色采样阵列。但是,在视频编码中,每个像素通常以亮度/色度格式或颜色空间表示,例如对于YUV格式的图片,包括Y指示的亮度分量(有时也可以用L指示)以及U和V指示的两个色度分 量。亮度(luma)分量Y表示亮度或灰度水平强度(例如,在灰度等级图片中两者相同),而两个色度(chroma)分量U和V表示色度或颜色信息分量。相应地,YUV格式的图片包括亮度采样值(Y)的亮度采样阵列,和色度值(U和V)的两个色度采样阵列。RGB格式的图片可以转换或变换为YUV格式,反之亦然,该过程也称为色彩变换或转换。如果图片是黑白的,该图片可以只包括亮度采样阵列。本申请实施例中,由图片源16传输至图片处理器的图片也可称为原始图片数据17。Among them, the picture can be regarded as a two-dimensional array or matrix of picture elements. The pixel points in the array can also be called sampling points. The number of sampling points of the array or picture in the horizontal and vertical directions (or axis) defines the size and/or resolution of the picture. In order to represent colors, three color components are usually used, that is, pictures can be represented as or contain three sample arrays. For example, in the RBG format or color space, a picture includes corresponding red, green, and blue sample arrays. However, in video coding, each pixel is usually expressed in a luminance/chrominance format or color space. For example, for a picture in the YUV format, it includes the luminance component indicated by Y (which may also be indicated by L) and the two indicated by U and V. Chrominance components. The luma component Y represents brightness or gray level intensity (for example, the two are the same in a gray level picture), and the two chroma components U and V represent chroma or color information components. Correspondingly, a picture in the YUV format includes a luminance sample array of luminance sample values (Y), and two chrominance sample arrays of chrominance values (U and V). Pictures in RGB format can be converted or converted to YUV format, and vice versa. This process is also called color conversion or conversion. If the picture is black and white, the picture may only include the luminance sample array. In the embodiment of the present application, the picture transmitted from the picture source 16 to the picture processor may also be referred to as original picture data 17.
图片预处理器18,用于接收原始图片数据17并对原始图片数据17执行预处理,以获取经预处理的图片19或经预处理的图片数据19。例如,图片预处理器18执行的预处理可以包括整修、色彩格式转换(例如,从RGB格式转换为YUV格式)、调色或去噪。The picture preprocessor 18 is configured to receive the original picture data 17 and perform preprocessing on the original picture data 17 to obtain the preprocessed picture 19 or the preprocessed picture data 19. For example, the pre-processing performed by the picture pre-processor 18 may include trimming, color format conversion (for example, conversion from RGB format to YUV format), toning, or denoising.
编码器20(或称视频编码器20),用于接收经预处理的图片数据19,采用相关预测模式(如本文各个实施例中的预测模式)对经预处理的图片数据19进行处理,从而提供经编码图片数据21(下文将进一步基于图2或图4或图5描述编码器20的结构细节)。在一些实施例中,编码器20可以用于执行后文所描述的各个实施例,以实现本申请所描述的视频编码方法在编码侧的应用。The encoder 20 (or video encoder 20) is configured to receive the pre-processed picture data 19, and process the pre-processed picture data 19 using a relevant prediction mode (such as the prediction mode in the various embodiments herein), thereby The encoded picture data 21 is provided (the structure details of the encoder 20 will be further described below based on FIG. 2 or FIG. 4 or FIG. 5). In some embodiments, the encoder 20 may be used to implement the various embodiments described below to implement the application of the video coding method described in this application on the coding side.
通信接口22,可用于接收经编码图片数据21,并可通过链路13将经编码图片数据21传输至目的地设备14或任何其它设备(如存储器),以用于存储或直接重构,所述其它设备可为任何用于解码或存储的设备。通信接口22可例如用于将经编码图片数据21封装成合适的格式,例如数据包,以在链路13上传输。The communication interface 22 can be used to receive the encoded picture data 21, and can transmit the encoded picture data 21 to the destination device 14 or any other device (such as a memory) through the link 13 for storage or direct reconstruction, so The other device can be any device used for decoding or storage. The communication interface 22 may be used, for example, to encapsulate the encoded picture data 21 into a suitable format, such as a data packet, for transmission on the link 13.
目的地设备14包括解码器30,另外可选地,目的地设备14还可以包括通信接口28、图片后处理器32和显示设备34。分别描述如下:The destination device 14 includes a decoder 30, and optionally, the destination device 14 may also include a communication interface 28, a picture post-processor 32, and a display device 34. They are described as follows:
通信接口28,可用于从源设备12或任何其它源接收经编码图片数据21,所述任何其它源例如为存储设备,存储设备例如为经编码图片数据存储设备。通信接口28可以用于藉由源设备12和目的地设备14之间的链路13或藉由任何类别的网络传输或接收经编码图片数据21,链路13例如为直接有线或无线连接,任何类别的网络例如为有线或无线网络或其任何组合,或任何类别的私网和公网,或其任何组合。通信接口28可以例如用于解封装通信接口22所传输的数据包以获取经编码图片数据21。The communication interface 28 may be used to receive the encoded picture data 21 from the source device 12 or any other source, for example, a storage device, and the storage device is, for example, an encoded picture data storage device. The communication interface 28 can be used to transmit or receive the encoded picture data 21 via the link 13 between the source device 12 and the destination device 14 or via any type of network. The link 13 is, for example, a direct wired or wireless connection. The type of network is, for example, a wired or wireless network or any combination thereof, or any type of private network and public network, or any combination thereof. The communication interface 28 may be used, for example, to decapsulate the data packet transmitted by the communication interface 22 to obtain the encoded picture data 21.
通信接口28和通信接口22都可以配置为单向通信接口或者双向通信接口,以及可以用于例如发送和接收消息来建立连接、确认和交换任何其它与通信链路和/或例如经编码图片数据传输的数据传输有关的信息。Both the communication interface 28 and the communication interface 22 can be configured as a one-way communication interface or a two-way communication interface, and can be used, for example, to send and receive messages to establish connections, confirm and exchange any other communication links and/or, for example, encoded picture data Information about the transmission of data transmission.
解码器30(或称为解码器30),用于接收经编码图片数据21并提供经解码图片数据31或经解码图片31(下文将进一步基于图3或图4或图5描述解码器30的结构细节)。在一些实施例中,解码器30可以用于执行后文所描述的各个实施例,以实现本申请所描述的视频编码方法在解码侧的应用。The decoder 30 (or called the decoder 30) is used to receive the encoded picture data 21 and provide the decoded picture data 31 or the decoded picture 31 (the following will further describe the decoder 30 based on FIG. 3 or FIG. 4 or FIG. 5 Structural details). In some embodiments, the decoder 30 may be used to implement the various embodiments described below to implement the application of the video encoding method described in this application on the decoding side.
图片后处理器32,用于对经解码图片数据31(也称为经重构图片数据)执行后处理,以获得经后处理图片数据33。图片后处理器32执行的后处理可以包括:色彩格式转换(例如,从YUV格式转换为RGB格式)、调色、整修或重采样,或任何其它处理,还可用于将将经后处理图片数据33传输至显示设备34。The picture post processor 32 is configured to perform post-processing on the decoded picture data 31 (also referred to as reconstructed picture data) to obtain post-processed picture data 33. The post-processing performed by the picture post-processor 32 may include: color format conversion (for example, conversion from YUV format to RGB format), toning, trimming or resampling, or any other processing, and can also be used to convert the post-processed picture data 33 is transmitted to the display device 34.
显示设备34,用于接收经后处理图片数据33以向例如用户或观看者显示图片。显示设备34可以为或可以包括任何类别的用于呈现经重构图片的显示器,例如,集成的或外部 的显示器或监视器。例如,显示器可以包括液晶显示器(liquid crystal display,LCD)、有机发光二极管(organic light emitting diode,OLED)显示器、等离子显示器、投影仪、微LED显示器、硅基液晶(liquid crystal on silicon,LCoS)、数字光处理器(digital light processor,DLP)或任何类别的其它显示器。The display device 34 is used to receive the post-processed picture data 33 to display the picture to, for example, a user or a viewer. The display device 34 may be or may include any type of display for presenting reconstructed pictures, for example, an integrated or external display or monitor. For example, the display may include a liquid crystal display (LCD), an organic light emitting diode (OLED) display, a plasma display, a projector, a micro LED display, a liquid crystal on silicon (LCoS), Digital light processor (digital light processor, DLP) or any other type of display.
虽然,图1A将源设备12和目的地设备14绘示为单独的设备,但设备实施例也可以同时包括源设备12和目的地设备14或同时包括两者的功能性,即源设备12或对应的功能性以及目的地设备14或对应的功能性。在此类实施例中,可以使用相同硬件和/或软件,或使用单独的硬件和/或软件,或其任何组合来实施源设备12或对应的功能性以及目的地设备14或对应的功能性。Although FIG. 1A shows the source device 12 and the destination device 14 as separate devices, the device embodiment may also include the source device 12 and the destination device 14 or the functionality of both, that is, the source device 12 or Corresponding functionality and destination device 14 or corresponding functionality. In such embodiments, the same hardware and/or software may be used, or separate hardware and/or software, or any combination thereof may be used to implement the source device 12 or the corresponding functionality and the destination device 14 or the corresponding functionality .
本领域技术人员基于描述明显可知,不同单元的功能性或图1A所示的源设备12和/或目的地设备14的功能性的存在和(准确)划分可能根据实际设备和应用有所不同。源设备12和目的地设备14可以包括各种设备中的任一个,包含任何类别的手持或静止设备,例如,笔记本或膝上型计算机、移动电话、智能手机、平板或平板计算机、摄像机、台式计算机、机顶盒、电视机、相机、车载设备、显示设备、数字媒体播放器、视频游戏控制台、视频流式传输设备(例如内容服务服务器或内容分发服务器)、广播接收器设备、广播发射器设备等,并可以不使用或使用任何类别的操作系统。It is obvious to those skilled in the art based on the description that the functionality of different units or the existence and (accurate) division of the functionality of the source device 12 and/or the destination device 14 shown in FIG. 1A may vary according to actual devices and applications. The source device 12 and the destination device 14 may include any of a variety of devices, including any type of handheld or stationary device, for example, a notebook or laptop computer, mobile phone, smart phone, tablet or tablet computer, video camera, desktop Computers, set-top boxes, televisions, cameras, in-vehicle devices, display devices, digital media players, video game consoles, video streaming devices (such as content service servers or content distribution servers), broadcast receiver devices, broadcast transmitter devices And so on, and can not use or use any type of operating system.
编码器20和解码器30都可以实施为各种合适电路中的任一个,例如,一个或多个微处理器、数字信号处理器(digital signal processor,DSP)、专用集成电路(application-specific integrated circuit,ASIC)、现场可编程门阵列(field-programmable gate array,FPGA)、离散逻辑、硬件或其任何组合。如果部分地以软件实施所述技术,则设备可将软件的指令存储于合适的非暂时性计算机可读存储介质中,且可使用一或多个处理器以硬件执行指令从而执行本公开的技术。前述内容(包含硬件、软件、硬件与软件的组合等)中的任一者可视为一或多个处理器。Both the encoder 20 and the decoder 30 can be implemented as any of various suitable circuits, for example, one or more microprocessors, digital signal processors (digital signal processors, DSP), and application-specific integrated circuits (application-specific integrated circuits). circuit, ASIC), field-programmable gate array (FPGA), discrete logic, hardware, or any combination thereof. If the technology is partially implemented in software, the device can store the instructions of the software in a suitable non-transitory computer-readable storage medium, and can use one or more processors to execute the instructions in hardware to execute the technology of the present disclosure. . Any of the foregoing (including hardware, software, a combination of hardware and software, etc.) can be regarded as one or more processors.
在一些情况下,图1A中所示视频编码及解码系统10仅为示例,本申请的技术可以适用于不必包含编码和解码设备之间的任何数据通信的视频编码设置(例如,视频编码或视频解码)。在其它实例中,数据可从本地存储器检索、在网络上流式传输等。视频编码设备可以对数据进行编码并且将数据存储到存储器,和/或视频解码设备可以从存储器检索数据并且对数据进行解码。在一些实例中,由并不彼此通信而是仅编码数据到存储器和/或从存储器检索数据且解码数据的设备执行编码和解码。In some cases, the video encoding and decoding system 10 shown in FIG. 1A is only an example, and the technology of the present application can be applied to video encoding settings that do not necessarily include any data communication between encoding and decoding devices (for example, video encoding or video encoding). decoding). In other instances, the data can be retrieved from local storage, streamed on the network, etc. The video encoding device can encode data and store the data to the memory, and/or the video decoding device can retrieve the data from the memory and decode the data. In some instances, encoding and decoding are performed by devices that do not communicate with each other but only encode data to and/or retrieve data from the memory and decode the data.
参见图1B,图1B是根据一示例性实施例的包含图2的编码器20和/或图3的解码器30的视频译码系统40的实例的说明图。视频译码系统40可以实现本申请实施例的各种技术的组合。在所说明的实施方式中,视频译码系统40可以包含成像设备41、编码器20、解码器30(和/或藉由处理单元46的逻辑电路47实施的视频编/解码器)、天线42、一个或多个处理器43、一个或多个存储器44和/或显示设备45。Referring to FIG. 1B, FIG. 1B is an explanatory diagram of an example of a video coding system 40 including the encoder 20 of FIG. 2 and/or the decoder 30 of FIG. 3 according to an exemplary embodiment. The video decoding system 40 can implement a combination of various technologies in the embodiments of the present application. In the illustrated embodiment, the video coding system 40 may include an imaging device 41, an encoder 20, a decoder 30 (and/or a video encoder/decoder implemented by the logic circuit 47 of the processing unit 46), and an antenna 42 , One or more processors 43, one or more memories 44, and/or display devices 45.
如图1B所示,成像设备41、天线42、处理单元46、逻辑电路47、编码器20、解码器30、处理器43、存储器44和/或显示设备45能够互相通信。如所论述,虽然用编码器20和解码器30绘示视频译码系统40,但在不同实例中,视频译码系统40可以只包含编码器20或只包含解码器30。As shown in FIG. 1B, the imaging device 41, the antenna 42, the processing unit 46, the logic circuit 47, the encoder 20, the decoder 30, the processor 43, the memory 44, and/or the display device 45 can communicate with each other. As discussed, although the encoder 20 and the decoder 30 are used to illustrate the video coding system 40, in different examples, the video coding system 40 may include only the encoder 20 or only the decoder 30.
在一些实例中,天线42可以用于传输或接收视频数据的经编码比特流。另外,在一些实例中,显示设备45可以用于呈现视频数据。在一些实例中,逻辑电路47可以通过处理单元46实施。处理单元46可以包含专用集成电路(application-specific integrated circuit,ASIC)逻辑、图形处理器、通用处理器等。视频译码系统40也可以包含可选的处理器43,该可选处理器43类似地可以包含专用集成电路(application-specific integrated circuit,ASIC)逻辑、图形处理器、通用处理器等。在一些实例中,逻辑电路47可以通过硬件实施,如视频编码专用硬件等,处理器43可以通过通用软件、操作系统等实施。另外,存储器44可以是任何类型的存储器,例如易失性存储器(例如,静态随机存取存储器(Static Random Access Memory,SRAM)、动态随机存储器(Dynamic Random Access Memory,DRAM)等)或非易失性存储器(例如,闪存等)等。在非限制性实例中,存储器44可以由超速缓存内存实施。在一些实例中,逻辑电路47可以访问存储器44(例如用于实施图像缓冲器)。在其它实例中,逻辑电路47和/或处理单元46可以包含存储器(例如,缓存等)用于实施图像缓冲器等。In some examples, antenna 42 may be used to transmit or receive an encoded bitstream of video data. In addition, in some examples, the display device 45 may be used to present video data. In some examples, the logic circuit 47 may be implemented by the processing unit 46. The processing unit 46 may include application-specific integrated circuit (ASIC) logic, a graphics processor, a general-purpose processor, and the like. The video decoding system 40 may also include an optional processor 43, and the optional processor 43 may similarly include application-specific integrated circuit (ASIC) logic, a graphics processor, a general-purpose processor, and the like. In some examples, the logic circuit 47 may be implemented by hardware, such as dedicated hardware for video encoding, and the processor 43 may be implemented by general-purpose software, an operating system, and the like. In addition, the memory 44 may be any type of memory, such as volatile memory (for example, static random access memory (Static Random Access Memory, SRAM), dynamic random access memory (Dynamic Random Access Memory, DRAM), etc.) or non-volatile memory. Memory (for example, flash memory, etc.), etc. In a non-limiting example, the memory 44 may be implemented by cache memory. In some examples, the logic circuit 47 may access the memory 44 (e.g., to implement an image buffer). In other examples, the logic circuit 47 and/or the processing unit 46 may include a memory (for example, a cache, etc.) for implementing an image buffer and the like.
在一些实例中,通过逻辑电路实施的编码器20可以包含(例如,通过处理单元46或存储器44实施的)图像缓冲器和(例如,通过处理单元46实施的)图形处理单元。图形处理单元可以通信耦合至图像缓冲器。图形处理单元可以包含通过逻辑电路47实施的编码器20,以实施参照图2和/或本文中所描述的任何其它编码器系统或子系统所论述的各种模块。逻辑电路可以用于执行本文所论述的各种操作。In some examples, the encoder 20 implemented by logic circuits may include an image buffer (e.g., implemented by the processing unit 46 or the memory 44) and a graphics processing unit (e.g., implemented by the processing unit 46). The graphics processing unit may be communicatively coupled to the image buffer. The graphics processing unit may include an encoder 20 implemented by a logic circuit 47 to implement the various modules discussed with reference to FIG. 2 and/or any other encoder system or subsystem described herein. Logic circuits can be used to perform the various operations discussed herein.
在一些实例中,解码器30可以以类似方式通过逻辑电路47实施,以实施参照图3的解码器30和/或本文中所描述的任何其它解码器系统或子系统所论述的各种模块。在一些实例中,逻辑电路实施的解码器30可以包含(通过处理单元2820或存储器44实施的)图像缓冲器和(例如,通过处理单元46实施的)图形处理单元。图形处理单元可以通信耦合至图像缓冲器。图形处理单元可以包含通过逻辑电路47实施的解码器30,以实施参照图3和/或本文中所描述的任何其它解码器系统或子系统所论述的各种模块。In some examples, decoder 30 may be implemented by logic circuit 47 in a similar manner to implement the various modules discussed with reference to decoder 30 of FIG. 3 and/or any other decoder system or subsystem described herein. In some examples, the decoder 30 implemented by logic circuits may include an image buffer (implemented by the processing unit 2820 or the memory 44) and a graphics processing unit (implemented by the processing unit 46, for example). The graphics processing unit may be communicatively coupled to the image buffer. The graphics processing unit may include a decoder 30 implemented by a logic circuit 47 to implement the various modules discussed with reference to FIG. 3 and/or any other decoder system or subsystem described herein.
在一些实例中,天线42可以用于接收视频数据的经编码比特流。如所论述,经编码比特流可以包含本文所论述的与编码视频帧相关的数据、指示符、索引值、模式选择数据等,例如与编码分割相关的数据(例如,变换系数或经量化变换系数,(如所论述的)可选指示符,和/或定义编码分割的数据)。视频译码系统40还可包含耦合至天线42并用于解码经编码比特流的解码器30。显示设备45用于呈现视频帧。In some examples, antenna 42 may be used to receive an encoded bitstream of video data. As discussed, the encoded bitstream may include data, indicators, index values, mode selection data, etc., related to encoded video frames discussed herein, such as data related to encoded partitions (e.g., transform coefficients or quantized transform coefficients). , (As discussed) optional indicators, and/or data defining coded partitions). The video coding system 40 may also include a decoder 30 coupled to the antenna 42 and used to decode the encoded bitstream. The display device 45 is used to present video frames.
应理解,本申请实施例中对于参考编码器20所描述的实例,解码器30可以用于执行相反过程。关于信令语法元素,解码器30可以用于接收并解析这种语法元素,相应地解码相关视频数据。在一些例子中,编码器20可以将语法元素熵编码成经编码视频比特流。在此类实例中,解码器30可以解析这种语法元素,并相应地解码相关视频数据。It should be understood that for the example described with reference to the encoder 20 in the embodiments of the present application, the decoder 30 may be used to perform the reverse process. Regarding signaling syntax elements, the decoder 30 can be used to receive and parse such syntax elements, and decode related video data accordingly. In some examples, the encoder 20 may entropy encode the syntax elements into an encoded video bitstream. In such instances, the decoder 30 may parse such syntax elements and decode the related video data accordingly.
需要说明的是,本申请实施例描述的视频编码方法主要用于编解码过程,此过程在编码器20和解码器30均存在,本申请实施例中的编码器20和解码器30可以是例如H.263、H.264、HEVV、MPEG-2、MPEG-4、VP8、VP9等视频标准协议或者下一代视频标准协议(如H.266等)对应的编/解码器。It should be noted that the video encoding method described in the embodiment of the present application is mainly used for the encoding and decoding process. This process exists in both the encoder 20 and the decoder 30. The encoder 20 and the decoder 30 in the embodiment of the present application may be, for example, Codecs corresponding to video standard protocols such as H.263, H.264, HEVV, MPEG-2, MPEG-4, VP8, VP9, or next-generation video standard protocols (such as H.266, etc.).
参见图2,图2示出用于实现本申请实施例的编码器20的实例的示意性/概念性框图。 在图2的实例中,编码器20包括残差计算单元204、变换处理单元206、量化单元208、逆量化单元210、逆变换处理单元212、重构单元214、缓冲器216、环路滤波器单元220、经解码图片缓冲器(decoded picture buffer,DPB)230、预测处理单元260和熵编码单元270。预测处理单元260可以包含帧间预测单元244、帧内预测单元254和模式选择单元262。帧间预测单元244可以包含运动估计单元和运动补偿单元(未图示)。图2所示的编码器20也可以称为混合型视频编码器或根据混合型视频编解码器的视频编码器。Referring to FIG. 2, FIG. 2 shows a schematic/conceptual block diagram of an example of an encoder 20 for implementing an embodiment of the present application. In the example of FIG. 2, the encoder 20 includes a residual calculation unit 204, a transformation processing unit 206, a quantization unit 208, an inverse quantization unit 210, an inverse transformation processing unit 212, a reconstruction unit 214, a buffer 216, and a loop filter. Unit 220, a decoded picture buffer (DPB) 230, a prediction processing unit 260, and an entropy coding unit 270. The prediction processing unit 260 may include an inter prediction unit 244, an intra prediction unit 254, and a mode selection unit 262. The inter prediction unit 244 may include a motion estimation unit and a motion compensation unit (not shown). The encoder 20 shown in FIG. 2 may also be referred to as a hybrid video encoder or a video encoder based on a hybrid video codec.
例如,残差计算单元204、变换处理单元206、量化单元208、预测处理单元260和熵编码单元270形成编码器20的前向信号路径,而例如逆量化单元210、逆变换处理单元212、重构单元214、缓冲器216、环路滤波器220、经解码图片缓冲器(decoded picture buffer,DPB)230、预测处理单元260形成编码器的后向信号路径,其中编码器的后向信号路径对应于解码器的信号路径(参见图3中的解码器30)。For example, the residual calculation unit 204, the transform processing unit 206, the quantization unit 208, the prediction processing unit 260, and the entropy encoding unit 270 form the forward signal path of the encoder 20, and for example, the inverse quantization unit 210, the inverse transform processing unit 212, and the The structure unit 214, the buffer 216, the loop filter 220, the decoded picture buffer (DPB) 230, and the prediction processing unit 260 form the backward signal path of the encoder, wherein the backward signal path of the encoder corresponds to The signal path of the decoder (see decoder 30 in FIG. 3).
编码器20通过例如输入202,接收图片201或图片201的图像块203,例如,形成视频或视频序列的图片序列中的图片。图像块203也可以称为当前图片块或待编码图片块,图片201可以称为当前图片或待编码图片(尤其是在视频编码中将当前图片与其它图片区分开时,其它图片例如同一视频序列亦即也包括当前图片的视频序列中的先前经编码和/或经解码图片)。The encoder 20 receives the picture 201 or the image block 203 of the picture 201 through, for example, the input 202, for example, a picture in a picture sequence forming a video or a video sequence. The image block 203 may also be called the current picture block or the picture block to be coded, and the picture 201 may be called the current picture or the picture to be coded (especially when the current picture is distinguished from other pictures in video coding, the other pictures are for example the same video sequence). That is, the previous coded and/or decoded picture in the video sequence that also includes the current picture).
编码器20的实施例可以包括分割单元(图2中未绘示),用于将图片201分割成多个例如图像块203的块,通常分割成多个不重叠的块。分割单元可以用于对视频序列中所有图片使用相同的块大小以及定义块大小的对应栅格,或用于在图片或子集或图片群组之间更改块大小,并将每个图片分割成对应的块。The embodiment of the encoder 20 may include a segmentation unit (not shown in FIG. 2) for segmenting the picture 201 into a plurality of blocks such as the image block 203, usually into a plurality of non-overlapping blocks. The segmentation unit can be used to use the same block size and the corresponding grid that defines the block size for all pictures in the video sequence, or to change the block size between pictures or subsets or groups of pictures, and divide each picture into Corresponding block.
在一个实例中,编码器20的预测处理单元260可以用于执行上述分割技术的任何组合。In one example, the prediction processing unit 260 of the encoder 20 may be used to perform any combination of the aforementioned segmentation techniques.
如图片201,图像块203也是或可以视为具有采样值的采样点的二维阵列或矩阵,虽然其尺寸比图片201小。换句话说,图像块203可以包括,例如,一个采样阵列(例如黑白图片201情况下的亮度阵列)或三个采样阵列(例如,彩色图片情况下的一个亮度阵列和两个色度阵列)或依据所应用的色彩格式的任何其它数目和/或类别的阵列。图像块203的水平和垂直方向(或轴线)上采样点的数目定义图像块203的尺寸。Like the picture 201, the image block 203 is also or can be regarded as a two-dimensional array or matrix of sampling points with sample values, although its size is smaller than that of the picture 201. In other words, the image block 203 may include, for example, one sampling array (for example, a luminance array in the case of a black-and-white picture 201) or three sampling arrays (for example, one luminance array and two chrominance arrays in the case of a color picture) or Any other number and/or type of array depending on the color format applied. The number of sampling points in the horizontal and vertical directions (or axes) of the image block 203 defines the size of the image block 203.
如图2所示的编码器20用于逐块编码图片201,例如,对每个图像块203执行编码和预测。The encoder 20 shown in FIG. 2 is used to encode the picture 201 block by block, for example, to perform encoding and prediction on each image block 203.
残差计算单元204用于基于图片图像块203和预测块265(下文提供预测块265的其它细节)计算残差块205,例如,通过逐样本(逐像素)将图片图像块203的样本值减去预测块265的样本值,以在样本域中获取残差块205。The residual calculation unit 204 is used to calculate the residual block 205 based on the picture image block 203 and the prediction block 265 (other details of the prediction block 265 are provided below), for example, by subtracting the sample value of the picture image block 203 sample by sample (pixel by pixel). The sample values of the block 265 are de-predicted to obtain the residual block 205 in the sample domain.
变换处理单元206用于在残差块205的样本值上应用例如离散余弦变换(discrete cosine transform,DCT)或离散正弦变换(discrete sine transform,DST)的变换,以在变换域中获取变换系数207。变换系数207也可以称为变换残差系数,并在变换域中表示残差块205。The transform processing unit 206 is configured to apply a transform such as discrete cosine transform (DCT) or discrete sine transform (DST) to the sample values of the residual block 205 to obtain transform coefficients 207 in the transform domain. . The transform coefficient 207 may also be referred to as a transform residual coefficient, and represents the residual block 205 in the transform domain.
变换处理单元206可以用于应用DCT/DST的整数近似值,例如为HEVC/H.265指定的变换。与正交DCT变换相比,这种整数近似值通常由某一因子按比例缩放。为了维持经正变换和逆变换处理的残差块的范数,应用额外比例缩放因子作为变换过程的一部分。比例缩放因子通常是基于某些约束条件选择的,例如,比例缩放因子是用于移位运算的2的 幂、变换系数的位深度、准确性和实施成本之间的权衡等。例如,在解码器30侧通过例如逆变换处理单元212为逆变换(以及在编码器20侧通过例如逆变换处理单元212为对应逆变换)指定具体比例缩放因子,以及相应地,可以在编码器20侧通过变换处理单元206为正变换指定对应比例缩放因子。The transform processing unit 206 may be used to apply an integer approximation of DCT/DST, such as the transform specified for HEVC/H.265. Compared with the orthogonal DCT transform, this integer approximation is usually scaled by a factor. In order to maintain the norm of the residual block processed by the forward and inverse transformation, an additional scaling factor is applied as part of the transformation process. The scaling factor is usually selected based on certain constraints. For example, the scaling factor is a trade-off between the power of 2 used for the shift operation, the bit depth of the transform coefficient, accuracy, and implementation cost. For example, on the decoder 30 side, for example, the inverse transform processing unit 212 for the inverse transform (and on the encoder 20 side, for example, the inverse transform processing unit 212 for the corresponding inverse transform) designate a specific scaling factor, and accordingly, the encoder The 20 side uses the transformation processing unit 206 to specify a corresponding scaling factor for the positive transformation.
量化单元208用于例如通过应用标量量化或向量量化来量化变换系数207,以获取经量化变换系数209(也称为量化系数209)。经量化变换系数209也可以称为经量化残差系数209。量化过程可以减少与部分或全部变换系数207有关的位深度。例如,可在量化期间将n位变换系数向下舍入到m位变换系数,其中n大于m。可通过调整量化参数(quantization parameter,QP)修改量化程度。例如,对于标量量化,可以应用不同的标度来实现较细或较粗的量化。较小量化步长对应较细量化,而较大量化步长对应较粗量化。可以通过量化参数(quantization parameter,QP)指示合适的量化步长。例如,量化参数可以为合适的量化步长的预定义集合的索引。例如,较小的量化参数可以对应精细量化(较小量化步长),较大量化参数可以对应粗糙量化(较大量化步长),反之亦然。量化可以包含除以量化步长以及例如通过逆量化210执行的对应的量化或逆量化,或者可以包含乘以量化步长。根据例如HEVC的一些标准的实施例可以使用量化参数来确定量化步长。一般而言,可以基于量化参数使用包含除法的等式的定点近似来计算量化步长。可以引入额外比例缩放因子来进行量化和反量化,以恢复可能由于在用于量化步长和量化参数的等式的定点近似中使用的标度而修改的残差块的范数。在一个实例实施方式中,可以合并逆变换和反量化的标度。或者,可以使用自定义量化表并在例如比特流中将其从编码器通过信号发送到解码器。量化是有损操作,其中量化步长越大,损耗越大。The quantization unit 208 is used to quantize the transform coefficient 207 by applying scalar quantization or vector quantization, for example, to obtain a quantized transform coefficient 209 (also referred to as a quantized coefficient 209). The quantized transform coefficient 209 may also be referred to as a quantized residual coefficient 209. The quantization process can reduce the bit depth associated with some or all of the transform coefficients 207. For example, n-bit transform coefficients can be rounded down to m-bit transform coefficients during quantization, where n is greater than m. The degree of quantization can be modified by adjusting the quantization parameter (QP). For example, for scalar quantization, different scales can be applied to achieve finer or coarser quantization. A smaller quantization step size corresponds to a finer quantization, and a larger quantization step size corresponds to a coarser quantization. The appropriate quantization step size can be indicated by a quantization parameter (QP). For example, the quantization parameter may be an index of a predefined set of suitable quantization steps. For example, a smaller quantization parameter can correspond to fine quantization (smaller quantization step size), and a larger quantization parameter can correspond to coarse quantization (larger quantization step size), and vice versa. Quantization may include division by a quantization step size and corresponding quantization or inverse quantization performed by, for example, inverse quantization 210, or may include multiplication by a quantization step size. Embodiments according to some standards such as HEVC may use quantization parameters to determine the quantization step size. In general, the quantization step size can be calculated based on the quantization parameter using a fixed-point approximation of an equation including division. Additional scaling factors can be introduced for quantization and inverse quantization to restore the norm of the residual block that may be modified due to the scale used in the fixed-point approximation of the equations for the quantization step size and the quantization parameter. In an example embodiment, the scales of inverse transform and inverse quantization may be combined. Alternatively, a custom quantization table can be used and signaled from the encoder to the decoder in, for example, a bitstream. Quantization is a lossy operation, where the larger the quantization step, the greater the loss.
逆量化单元210用于在经量化系数上应用量化单元208的逆量化,以获取经反量化系数211,例如,基于或使用与量化单元208相同的量化步长,应用量化单元208应用的量化方案的逆量化方案。经反量化系数211也可以称为经反量化残差系数211,对应于变换系数207,虽然由于量化造成的损耗通常与变换系数不相同。The inverse quantization unit 210 is configured to apply the inverse quantization of the quantization unit 208 on the quantized coefficients to obtain the inverse quantized coefficients 211, for example, based on or use the same quantization step size as the quantization unit 208, and apply the quantization scheme applied by the quantization unit 208 The inverse quantification scheme. The inversely quantized coefficient 211 may also be referred to as the inversely quantized residual coefficient 211, which corresponds to the transform coefficient 207, although the loss due to quantization is usually different from the transform coefficient.
逆变换处理单元212用于应用变换处理单元206应用的变换的逆变换,例如,逆离散余弦变换(discrete cosine transform,DCT)或逆离散正弦变换(discrete sine transform,DST),以在样本域中获取逆变换块213。逆变换块213也可以称为逆变换经反量化块213或逆变换残差块213。The inverse transform processing unit 212 is configured to apply the inverse transform of the transform applied by the transform processing unit 206, for example, an inverse discrete cosine transform (DCT) or an inverse discrete sine transform (DST), so as to be in the sample domain. Obtain the inverse transform block 213. The inverse transformation block 213 may also be referred to as an inverse transformation and inverse quantization block 213 or an inverse transformation residual block 213.
重构单元214(例如,求和器214)用于将逆变换块213(即经重构残差块213)添加至预测块265,以在样本域中获取经重构块215,例如,将经重构残差块213的样本值与预测块265的样本值相加。The reconstruction unit 214 (for example, the summer 214) is used to add the inverse transform block 213 (that is, the reconstructed residual block 213) to the prediction block 265 to obtain the reconstructed block 215 in the sample domain, for example, The sample value of the reconstructed residual block 213 and the sample value of the prediction block 265 are added.
可选地,例如线缓冲器216的缓冲器单元216(或简称“缓冲器”216)用于缓冲或存储经重构块215和对应的样本值,用于例如帧内预测。在其它的实施例中,编码器可以用于使用存储在缓冲器单元216中的未经滤波的经重构块和/或对应的样本值来进行任何类别的估计和/或预测,例如帧内预测。Optionally, the buffer unit 216 (or "buffer" 216 for short) such as the line buffer 216 is used to buffer or store the reconstructed block 215 and the corresponding sample value for, for example, intra prediction. In other embodiments, the encoder can be used to use the unfiltered reconstructed block and/or the corresponding sample value stored in the buffer unit 216 to perform any type of estimation and/or prediction, such as intra-frame predict.
例如,编码器20的实施例可以经配置以使得缓冲器单元216不只用于存储用于帧内预测254的经重构块215,也用于环路滤波器单元220(在图2中未示出),和/或,例如使得缓冲器单元216和经解码图片缓冲器单元230形成一个缓冲器。其它实施例可以用于将经滤波块221和/或来自经解码图片缓冲器230的块或样本(图2中均未示出)用作帧内 预测254的输入或基础。For example, an embodiment of the encoder 20 may be configured such that the buffer unit 216 is used not only for storing the reconstructed block 215 for intra prediction 254, but also for the loop filter unit 220 (not shown in FIG. 2 Out), and/or, for example, make the buffer unit 216 and the decoded picture buffer unit 230 form one buffer. Other embodiments may be used to use the filtered block 221 and/or blocks or samples from the decoded picture buffer 230 (neither shown in Figure 2) as the input or basis for the intra prediction 254.
环路滤波器单元220(或简称“环路滤波器”220)用于对经重构块215进行滤波以获取经滤波块221,从而顺利进行像素转变或提高视频质量。环路滤波器单元220旨在表示一个或多个环路滤波器,例如去块滤波器、样本自适应偏移(sample-adaptive offset,SAO)滤波器或其它滤波器,例如双边滤波器、自适应环路滤波器(adaptive loop filter,ALF),或锐化或平滑滤波器,或协同滤波器。尽管环路滤波器单元220在图2中示出为环内滤波器,但在其它配置中,环路滤波器单元220可实施为环后滤波器。经滤波块221也可以称为经滤波的经重构块221。经解码图片缓冲器230可以在环路滤波器单元220对经重构编码块执行滤波操作之后存储经重构编码块。The loop filter unit 220 (or “loop filter” 220 for short) is used to filter the reconstructed block 215 to obtain the filtered block 221, thereby smoothly performing pixel conversion or improving video quality. The loop filter unit 220 is intended to represent one or more loop filters, such as deblocking filters, sample-adaptive offset (SAO) filters, or other filters, such as bilateral filters, auto Adaptive loop filter (ALF), or sharpening or smoothing filter, or collaborative filter. Although the loop filter unit 220 is shown as an in-loop filter in FIG. 2, in other configurations, the loop filter unit 220 may be implemented as a post-loop filter. The filtered block 221 may also be referred to as a filtered reconstructed block 221. The decoded picture buffer 230 may store the reconstructed coded block after the loop filter unit 220 performs a filtering operation on the reconstructed coded block.
编码器20(对应地,环路滤波器单元220)的实施例可以用于输出环路滤波器参数(例如,样本自适应偏移信息),例如,直接输出或由熵编码单元270或任何其它熵编码单元熵编码后输出,例如使得解码器30可以接收并应用相同的环路滤波器参数用于解码。The embodiment of the encoder 20 (correspondingly, the loop filter unit 220) can be used to output loop filter parameters (e.g., sample adaptive offset information), for example, directly output or by the entropy encoding unit 270 or any other The entropy coding unit is output after entropy coding, for example, so that the decoder 30 can receive and apply the same loop filter parameters for decoding.
经解码图片缓冲器(decoded picture buffer,DPB)230可以为存储参考图片数据供编码器20编码视频数据之用的参考图片存储器。DPB 230可由多种存储器设备中的任一个形成,例如动态随机存储器(dynamic random access memory,DRAM)(包含同步DRAM(synchronous DRAM,SDRAM)、磁阻式RAM(magnetoresistive RAM,MRAM)、电阻式RAM(resistive RAM,RRAM))或其它类型的存储器设备。可以由同一存储器设备或单独的存储器设备提供DPB 230和缓冲器216。在某一实例中,经解码图片缓冲器(decoded picture buffer,DPB)230用于存储经滤波块221。经解码图片缓冲器230可以进一步用于存储同一当前图片或例如先前经重构图片的不同图片的其它先前的经滤波块,例如先前经重构和经滤波块221,以及可以提供完整的先前经重构亦即经解码图片(和对应参考块和样本)和/或部分经重构当前图片(和对应参考块和样本),例如用于帧间预测。在某一实例中,如果经重构块215无需环内滤波而得以重构,则经解码图片缓冲器(decoded picture buffer,DPB)230用于存储经重构块215。The decoded picture buffer (DPB) 230 may be a reference picture memory that stores reference picture data for the encoder 20 to encode video data. DPB 230 can be formed by any of a variety of memory devices, such as dynamic random access memory (DRAM) (including synchronous DRAM (SDRAM), magnetoresistive RAM (MRAM)), resistive RAM (resistive RAM, RRAM)) or other types of memory devices. The DPB 230 and the buffer 216 may be provided by the same memory device or a separate memory device. In a certain example, a decoded picture buffer (DPB) 230 is used to store the filtered block 221. The decoded picture buffer 230 may be further used to store other previous filtered blocks of the same current picture or different pictures such as the previously reconstructed picture, such as the previously reconstructed and filtered block 221, and may provide a complete previous Reconstruction is a decoded picture (and corresponding reference blocks and samples) and/or a partially reconstructed current picture (and corresponding reference blocks and samples), for example, for inter prediction. In an example, if the reconstructed block 215 is reconstructed without in-loop filtering, a decoded picture buffer (DPB) 230 is used to store the reconstructed block 215.
预测处理单元260,也称为块预测处理单元260,用于接收或获取图像块203(当前图片201的当前图像块203)和经重构图片数据,例如来自缓冲器216的同一(当前)图片的参考样本和/或来自经解码图片缓冲器230的一个或多个先前经解码图片的参考图片数据231,以及用于处理这类数据进行预测,即提供可以为经帧间预测块245或经帧内预测块255的预测块265。The prediction processing unit 260, also referred to as the block prediction processing unit 260, is used to receive or obtain the image block 203 (the current image block 203 of the current picture 201) and reconstructed picture data, such as the same (current) picture from the buffer 216 The reference samples and/or the reference picture data 231 of one or more previously decoded pictures from the decoded picture buffer 230, and used to process such data for prediction, that is, the provision can be an inter-predicted block 245 or a The prediction block 265 of the intra prediction block 255.
模式选择单元262可以用于选择预测模式(例如帧内或帧间预测模式)和/或对应的用作预测块265的预测块245或255,以计算残差块205和重构经重构块215。The mode selection unit 262 may be used to select a prediction mode (for example, intra or inter prediction mode) and/or the corresponding prediction block 245 or 255 used as the prediction block 265 to calculate the residual block 205 and reconstruct the reconstructed block 215.
模式选择单元262的实施例可以用于选择预测模式(例如,从预测处理单元260所支持的那些预测模式中选择),所述预测模式提供最佳匹配或者说最小残差(最小残差意味着传输或存储中更好的压缩),或提供最小信令开销(最小信令开销意味着传输或存储中更好的压缩),或同时考虑或平衡以上两者。模式选择单元262可以用于基于码率失真优化(rate distortion optimization,RDO)确定预测模式,即选择提供最小码率失真优化的预测模式,或选择相关码率失真至少满足预测模式选择标准的预测模式。The embodiment of the mode selection unit 262 may be used to select a prediction mode (for example, from those supported by the prediction processing unit 260) that provides the best match or minimum residual (the minimum residual means Better compression in transmission or storage), or provide minimal signaling overhead (minimum signaling overhead means better compression in transmission or storage), or consider or balance the two at the same time. The mode selection unit 262 may be configured to determine a prediction mode based on rate distortion optimization (RDO), that is, select a prediction mode that provides the smallest rate-distortion optimization, or select a prediction mode whose related rate-distortion at least meets the prediction mode selection criteria .
下文将详细解释编码器20的实例(例如,通过预测处理单元260)执行的预测处理和(例如,通过模式选择单元262)执行的模式选择。The prediction processing performed by an example of the encoder 20 (for example, by the prediction processing unit 260) and the mode selection performed (for example, by the mode selection unit 262) will be explained in detail below.
如上文所述,编码器20用于从(预先确定的)预测模式集合中确定或选择最好或最优的预测模式。预测模式集合可以包括例如帧内预测模式和/或帧间预测模式。As described above, the encoder 20 is used to determine or select the best or optimal prediction mode from a set of (predetermined) prediction modes. The prediction mode set may include, for example, an intra prediction mode and/or an inter prediction mode.
帧内预测模式集合可以包括35种不同的帧内预测模式,例如,如DC(或均值)模式和平面模式的非方向性模式,或如H.265中定义的方向性模式,或者可以包括67种不同的帧内预测模式,例如,如DC(或均值)模式和平面模式的非方向性模式,或如正在发展中的H.266中定义的方向性模式。The set of intra prediction modes may include 35 different intra prediction modes, for example, non-directional modes such as DC (or mean) mode and planar mode, or directional modes as defined in H.265, or may include 67 Different intra-frame prediction modes, for example, non-directional modes such as DC (or mean) mode and planar mode, or directional modes as defined in H.266 under development.
在可能的实现中,帧间预测模式集合取决于可用参考图片(即,例如前述存储在DBP230中的至少部分经解码图片)和其它帧间预测参数,例如取决于是否使用整个参考图片或只使用参考图片的一部分,例如围绕当前块的区域的搜索窗区域,来搜索最佳匹配参考块,和/或例如取决于是否应用如半像素和/或四分之一像素内插的像素内插,帧间预测模式集合例如可包括先进运动矢量(Advanced Motion Vector Prediction,AMVP)模式和融合(merge)模式。具体实施中,帧间预测模式集合可包括改进的基于控制点的AMVP模式,以及,改进的基于控制点的merge模式。在一个实例中,帧内预测单元254可以用于执行帧间预测技术的任意组合。In a possible implementation, the set of inter-frame prediction modes depends on the available reference pictures (ie, for example, the aforementioned at least part of the decoded pictures stored in the DBP230) and other inter-frame prediction parameters, such as whether the entire reference picture is used or only A part of the reference picture, such as the search window area surrounding the area of the current block, to search for the best matching reference block, and/or for example depending on whether pixel interpolation such as half-pixel and/or quarter-pixel interpolation is applied, The set of inter prediction modes may include, for example, an advanced motion vector (Advanced Motion Vector Prediction, AMVP) mode and a merge mode. In a specific implementation, the set of inter prediction modes may include an improved AMVP mode based on control points, and an improved merge mode based on control points. In one example, the intra prediction unit 254 may be used to perform any combination of inter prediction techniques.
除了以上预测模式,本申请实施例也可以应用跳过模式和/或直接模式。In addition to the above prediction modes, the embodiments of the present application may also apply skip mode and/or direct mode.
预测处理单元260可以进一步用于将图像块203分割成较小的块分区或子块,例如,通过迭代使用四叉树(quad-tree,QT)分割、二进制树(binary-tree,BT)分割或三叉树(triple-tree,TT)分割,或其任何组合,以及用于例如为块分区或子块中的每一个执行预测,其中模式选择包括选择分割的图像块203的树结构和选择应用于块分区或子块中的每一个的预测模式。The prediction processing unit 260 may be further used to divide the image block 203 into smaller block partitions or sub-blocks, for example, by iteratively using quad-tree (QT) segmentation and binary-tree (BT) segmentation. Or triple-tree (TT) segmentation, or any combination thereof, and used to perform prediction, for example, for each of the block partitions or sub-blocks, where the mode selection includes selecting the tree structure of the segmented image block 203 and selecting the application The prediction mode for each of the block partitions or sub-blocks.
帧间预测单元244可以包含运动估计(motion estimation,ME)单元(图2中未示出)和运动补偿(motion compensation,MC)单元(图2中未示出)。运动估计单元用于接收或获取图片图像块203(当前图片201的当前图片图像块203)和经解码图片231,或至少一个或多个先前经重构块,例如,一个或多个其它/不同先前经解码图片231的经重构块,来进行运动估计。例如,视频序列可以包括当前图片和先前经解码图片31,或换句话说,当前图片和先前经解码图片31可以是形成视频序列的图片序列的一部分,或者形成该图片序列。The inter prediction unit 244 may include a motion estimation (ME) unit (not shown in FIG. 2) and a motion compensation (MC) unit (not shown in FIG. 2). The motion estimation unit is used to receive or obtain the picture image block 203 (the current picture image block 203 of the current picture 201) and the decoded picture 231, or at least one or more previously reconstructed blocks, for example, one or more other/different The reconstructed block of the previously decoded picture 231 is used for motion estimation. For example, the video sequence may include the current picture and the previously decoded picture 31, or in other words, the current picture and the previously decoded picture 31 may be part of the picture sequence forming the video sequence, or form the picture sequence.
例如,编码器20可以用于从多个其它图片中的同一或不同图片的多个参考块中选择参考块,并向运动估计单元(图2中未示出)提供参考图片和/或提供参考块的位置(X、Y坐标)与当前块的位置之间的偏移(空间偏移)作为帧间预测参数。该偏移也称为运动向量(motion vector,MV)。For example, the encoder 20 may be used to select a reference block from multiple reference blocks of the same or different pictures in multiple other pictures, and provide the reference picture and/or provide a reference to the motion estimation unit (not shown in FIG. 2) The offset (spatial offset) between the position of the block (X, Y coordinates) and the position of the current block is used as an inter prediction parameter. This offset is also called a motion vector (MV).
运动补偿单元用于获取帧间预测参数,并基于或使用帧间预测参数执行帧间预测来获取帧间预测块245。由运动补偿单元(图2中未示出)执行的运动补偿可以包含基于通过运动估计(可能执行对子像素精确度的内插)确定的运动/块向量取出或生成预测块。内插滤波可从已知像素样本产生额外像素样本,从而潜在地增加可用于编码图片块的候选预测块的数目。一旦接收到用于当前图片块的PU的运动向量,运动补偿单元246可以在一个参考图片列表中定位运动向量指向的预测块。运动补偿单元246还可以生成与块和视频条带相关联的语法元素,以供解码器30在解码视频条带的图片块时使用。The motion compensation unit is used to obtain inter-frame prediction parameters, and perform inter-frame prediction based on or using the inter-frame prediction parameters to obtain the inter-frame prediction block 245. The motion compensation performed by the motion compensation unit (not shown in FIG. 2) may include fetching or generating a prediction block based on a motion/block vector determined by motion estimation (interpolation of sub-pixel accuracy may be performed). Interpolation filtering can generate additional pixel samples from known pixel samples, thereby potentially increasing the number of candidate prediction blocks that can be used to encode picture blocks. Once the motion vector for the PU of the current picture block is received, the motion compensation unit 246 may locate the prediction block pointed to by the motion vector in a reference picture list. The motion compensation unit 246 may also generate syntax elements associated with the block and the video slice for use by the decoder 30 when decoding the picture block of the video slice.
具体的,上述帧间预测单元244可向熵编码单元270传输语法元素,所述语法元素包 括帧间预测参数(比如遍历多个帧间预测模式后选择用于当前块预测的帧间预测模式的指示信息)。可能应用场景中,如果帧间预测模式只有一种,那么也可以不在语法元素中携带帧间预测参数,此时解码端30可直接使用默认的预测模式进行解码。可以理解的,帧间预测单元244可以用于执行帧间预测技术的任意组合。Specifically, the aforementioned inter-prediction unit 244 may transmit syntax elements to the entropy encoding unit 270, and the syntax elements include inter-prediction parameters (for example, after traversing multiple inter-prediction modes and selecting the inter-prediction mode used for prediction of the current block) Instructions). In a possible application scenario, if there is only one inter-frame prediction mode, the inter-frame prediction parameter may not be carried in the syntax element. In this case, the decoder 30 can directly use the default prediction mode for decoding. It can be understood that the inter prediction unit 244 may be used to perform any combination of inter prediction techniques.
帧内预测单元254用于获取,例如接收同一图片的图片块203(当前图片块)和一个或多个先前经重构块,例如经重构相相邻块,以进行帧内估计。例如,编码器20可以用于从多个(预定)帧内预测模式中选择帧内预测模式。The intra prediction unit 254 is used to obtain, for example, receive the picture block 203 (current picture block) of the same picture and one or more previously reconstructed blocks, for example reconstructed adjacent blocks, for intra estimation. For example, the encoder 20 may be used to select an intra prediction mode from a plurality of (predetermined) intra prediction modes.
编码器20的实施例可以用于基于优化标准选择帧内预测模式,例如基于最小残差(例如,提供最类似于当前图片块203的预测块255的帧内预测模式)或最小码率失真。The embodiment of the encoder 20 may be used to select an intra prediction mode based on optimization criteria, for example, based on a minimum residual (for example, an intra prediction mode that provides a prediction block 255 most similar to the current picture block 203) or a minimum rate distortion.
帧内预测单元254进一步用于基于如所选择的帧内预测模式的帧内预测参数确定帧内预测块255。在任何情况下,在选择用于块的帧内预测模式之后,帧内预测单元254还用于向熵编码单元270提供帧内预测参数,即提供指示所选择的用于块的帧内预测模式的信息。在一个实例中,帧内预测单元254可以用于执行帧内预测技术的任意组合。The intra prediction unit 254 is further configured to determine the intra prediction block 255 based on the intra prediction parameters of the selected intra prediction mode. In any case, after selecting the intra prediction mode for the block, the intra prediction unit 254 is also used to provide intra prediction parameters to the entropy encoding unit 270, that is, to provide an indication of the selected intra prediction mode for the block Information. In one example, the intra prediction unit 254 may be used to perform any combination of intra prediction techniques.
具体的,上述帧内预测单元254可向熵编码单元270传输语法元素,所述语法元素包括帧内预测参数(比如遍历多个帧内预测模式后选择用于当前块预测的帧内预测模式的指示信息)。可能应用场景中,如果帧内预测模式只有一种,那么也可以不在语法元素中携带帧内预测参数,此时解码端30可直接使用默认的预测模式进行解码。Specifically, the aforementioned intra prediction unit 254 may transmit syntax elements to the entropy encoding unit 270, where the syntax elements include intra prediction parameters (for example, the intra prediction mode selected for the current block prediction after traversing multiple intra prediction modes). Instructions). In a possible application scenario, if there is only one intra prediction mode, the intra prediction parameter may not be carried in the syntax element. In this case, the decoder 30 can directly use the default prediction mode for decoding.
熵编码单元270用于将熵编码算法或方案(例如,可变长度编码(variable length coding,VLC)方案、上下文自适应VLC(context adaptive VLC,CAVLC)方案、算术编码方案、上下文自适应二进制算术编码(context adaptive binary arithmetic coding,CABAC)、基于语法的上下文自适应二进制算术编码(syntax-based context-adaptive binary arithmetic coding,SBAC)、概率区间分割熵(probability interval partitioning entropy,PIPE)编码或其它熵编码方法或技术)应用于经量化残差系数209、帧间预测参数、帧内预测参数和/或环路滤波器参数中的单个或所有上(或不应用),以获取可以通过输出272以例如经编码比特流21的形式输出的经编码图片数据21。可以将经编码比特流传输到视频解码器30,或将其存档稍后由视频解码器30传输或检索。熵编码单元270还可用于熵编码正被编码的当前视频条带的其它语法元素。The entropy coding unit 270 is configured to use entropy coding algorithms or schemes (for example, variable length coding (VLC) scheme, context adaptive VLC (context adaptive VLC, CAVLC) scheme, arithmetic coding scheme, context adaptive binary arithmetic) Coding (context adaptive binary arithmetic coding, CABAC), syntax-based context-adaptive binary arithmetic coding (SBAC), probability interval partitioning entropy (PIPE) coding or other entropy Coding method or technique) applied to quantized residual coefficients 209, inter-frame prediction parameters, intra-frame prediction parameters, and/or loop filter parameters, or all of them (or not applied), to obtain data that can be output by output 272 For example, the encoded picture data 21 is output in the form of an encoded bit stream 21. The encoded bitstream can be transmitted to the video decoder 30, or archived for later transmission or retrieval by the video decoder 30. The entropy encoding unit 270 may also be used to entropy encode other syntax elements of the current video slice being encoded.
视频编码器20的其它结构变型可用于编码视频流。例如,基于非变换的编码器20可以在没有针对某些块或帧的变换处理单元206的情况下直接量化残差信号。在另一实施方式中,编码器20可具有组合成单个单元的量化单元208和逆量化单元210。Other structural variants of the video encoder 20 can be used to encode video streams. For example, the non-transform-based encoder 20 can directly quantize the residual signal without the transform processing unit 206 for certain blocks or frames. In another embodiment, the encoder 20 may have a quantization unit 208 and an inverse quantization unit 210 combined into a single unit.
具体的,在本申请实施例中,编码器20可用于实现后文实施例中描述的视频编码方法。Specifically, in the embodiment of the present application, the encoder 20 may be used to implement the video encoding method described in the following embodiments.
应当理解的是,视频编码器20的其它的结构变化可用于编码视频流。例如,对于某些图像块或者图像帧,视频编码器20可以直接地量化残差信号而不需要经变换处理单元206处理,相应地也不需要经逆变换处理单元212处理;或者,对于某些图像块或者图像帧,视频编码器20没有产生残差数据,相应地不需要经变换处理单元206、量化单元208、逆量化单元210和逆变换处理单元212处理;或者,视频编码器20可以将经重构图像块作为参考块直接地进行存储而不需要经滤波器220处理;或者,视频编码器20中量化单元208和逆量化单元210可以合并在一起。环路滤波器220是可选的,以及针对无损压缩编 码的情况下,变换处理单元206、量化单元208、逆量化单元210和逆变换处理单元212是可选的。应当理解的是,根据不同的应用场景,帧间预测单元244和帧内预测单元254可以是被选择性的启用。It should be understood that other structural changes of the video encoder 20 can be used to encode the video stream. For example, for some image blocks or image frames, the video encoder 20 can directly quantize the residual signal without being processed by the transform processing unit 206, and accordingly does not need to be processed by the inverse transform processing unit 212; or, for some For image blocks or image frames, the video encoder 20 does not generate residual data, and accordingly does not need to be processed by the transform processing unit 206, quantization unit 208, inverse quantization unit 210, and inverse transform processing unit 212; or, the video encoder 20 may The reconstructed image block is directly stored as a reference block without being processed by the filter 220; alternatively, the quantization unit 208 and the inverse quantization unit 210 in the video encoder 20 may be merged together. The loop filter 220 is optional, and in the case of lossless compression coding, the transform processing unit 206, the quantization unit 208, the inverse quantization unit 210, and the inverse transform processing unit 212 are optional. It should be understood that, according to different application scenarios, the inter prediction unit 244 and the intra prediction unit 254 may be selectively activated.
参见图3,图3示出用于实现本申请实施例的解码器30的实例的示意性/概念性框图。视频解码器30用于接收例如由编码器20编码的经编码图片数据(例如,经编码比特流)21,以获取经解码图片231。在解码过程期间,视频解码器30从视频编码器20接收视频数据,例如表示经编码视频条带的图片块的经编码视频比特流及相关联的语法元素。Referring to FIG. 3, FIG. 3 shows a schematic/conceptual block diagram of an example of a decoder 30 for implementing an embodiment of the present application. The video decoder 30 is used to receive, for example, encoded picture data (for example, an encoded bit stream) 21 encoded by the encoder 20 to obtain a decoded picture 231. During the decoding process, video decoder 30 receives video data from video encoder 20, such as an encoded video bitstream and associated syntax elements that represent picture blocks of an encoded video slice.
在图3的实例中,解码器30包括熵解码单元304、逆量化单元310、逆变换处理单元312、重构单元314(例如求和器314)、缓冲器316、环路滤波器320、经解码图片缓冲器330以及预测处理单元360。预测处理单元360可以包含帧间预测单元344、帧内预测单元354和模式选择单元362。在一些实例中,视频解码器30可执行大体上与参照图2的视频编码器20描述的编码遍次互逆的解码遍次。In the example of FIG. 3, the decoder 30 includes an entropy decoding unit 304, an inverse quantization unit 310, an inverse transform processing unit 312, a reconstruction unit 314 (such as a summer 314), a buffer 316, a loop filter 320, and The decoded picture buffer 330 and the prediction processing unit 360. The prediction processing unit 360 may include an inter prediction unit 344, an intra prediction unit 354, and a mode selection unit 362. In some examples, video decoder 30 may perform decoding passes that are substantially reciprocal of the encoding passes described with video encoder 20 of FIG. 2.
熵解码单元304用于对经编码图片数据21执行熵解码,以获取例如经量化系数309和/或经解码的编码参数(图3中未示出),例如,帧间预测、帧内预测参数、环路滤波器参数和/或其它语法元素中(经解码)的任意一个或全部。熵解码单元304进一步用于将帧间预测参数、帧内预测参数和/或其它语法元素转发至预测处理单元360。视频解码器30可接收视频条带层级和/或视频块层级的语法元素。The entropy decoding unit 304 is configured to perform entropy decoding on the encoded picture data 21 to obtain, for example, quantized coefficients 309 and/or decoded encoding parameters (not shown in FIG. 3), for example, inter prediction, intra prediction parameters , Loop filter parameters and/or any one or all of other syntax elements (decoded). The entropy decoding unit 304 is further configured to forward the inter prediction parameters, intra prediction parameters, and/or other syntax elements to the prediction processing unit 360. The video decoder 30 may receive syntax elements at the video slice level and/or the video block level.
逆量化单元310功能上可与逆量化单元110相同,逆变换处理单元312功能上可与逆变换处理单元212相同,重构单元314功能上可与重构单元214相同,缓冲器316功能上可与缓冲器216相同,环路滤波器320功能上可与环路滤波器220相同,经解码图片缓冲器330功能上可与经解码图片缓冲器230相同。The inverse quantization unit 310 can be functionally the same as the inverse quantization unit 110, the inverse transformation processing unit 312 can be functionally the same as the inverse transformation processing unit 212, the reconstruction unit 314 can be functionally the same as the reconstruction unit 214, and the buffer 316 can be functionally identical. Like the buffer 216, the loop filter 320 may be functionally the same as the loop filter 220, and the decoded picture buffer 330 may be functionally the same as the decoded picture buffer 230.
预测处理单元360可以包括帧间预测单元344和帧内预测单元354,其中帧间预测单元344功能上可以类似于帧间预测单元244,帧内预测单元354功能上可以类似于帧内预测单元254。预测处理单元360通常用于执行块预测和/或从经编码数据21获取预测块365,以及从例如熵解码单元304(显式地或隐式地)接收或获取预测相关参数和/或关于所选择的预测模式的信息。The prediction processing unit 360 may include an inter prediction unit 344 and an intra prediction unit 354. The inter prediction unit 344 may be functionally similar to the inter prediction unit 244, and the intra prediction unit 354 may be functionally similar to the intra prediction unit 254. . The prediction processing unit 360 is generally used to perform block prediction and/or obtain a prediction block 365 from the encoded data 21, and to receive or obtain (explicitly or implicitly) prediction-related parameters and/or related parameters from, for example, the entropy decoding unit 304. Information about the selected prediction mode.
当视频条带经编码为经帧内编码(I)条带时,预测处理单元360的帧内预测单元354用于基于信号表示的帧内预测模式及来自当前帧或图片的先前经解码块的数据来产生用于当前视频条带的图片块的预测块365。当视频帧经编码为经帧间编码(即B或P)条带时,预测处理单元360的帧间预测单元344(例如,运动补偿单元)用于基于运动向量及从熵解码单元304接收的其它语法元素生成用于当前视频条带的视频块的预测块365。对于帧间预测,可从一个参考图片列表内的一个参考图片中产生预测块。视频解码器30可基于存储于DPB 330中的参考图片,使用默认建构技术来建构参考帧列表:列表0和列表1。When a video slice is encoded as an intra-coded (I) slice, the intra-prediction unit 354 of the prediction processing unit 360 is used to predict the intra-prediction mode based on the signal and the information from the previous decoded block of the current frame or picture. Data to generate a prediction block 365 for the picture block of the current video slice. When a video frame is coded as inter-coded (ie, B or P) slices, the inter-prediction unit 344 (e.g., motion compensation unit) of the prediction processing unit 360 is used to based on the motion vector and received from the entropy decoding unit 304 The other syntax elements generate a prediction block 365 for the video block of the current video slice. For inter prediction, a prediction block can be generated from a reference picture in a reference picture list. The video decoder 30 may use the default construction technique to construct a list of reference frames based on the reference pictures stored in the DPB 330: list 0 and list 1.
预测处理单元360用于通过解析运动向量和其它语法元素,确定用于当前视频条带的视频块的预测信息,并使用预测信息产生用于正经解码的当前视频块的预测块。在本申请的一实例中,预测处理单元360使用接收到的一些语法元素确定用于编码视频条带的视频块的预测模式(例如,帧内或帧间预测)、帧间预测条带类型(例如,B条带、P条带或GPB条带)、用于条带的参考图片列表中的一个或多个的建构信息、用于条带的每个经帧 间编码视频块的运动向量、条带的每个经帧间编码视频块的帧间预测状态以及其它信息,以解码当前视频条带的视频块。在本公开的另一实例中,视频解码器30从比特流接收的语法元素包含接收自适应参数集(adaptive parameter set,APS)、序列参数集(sequence parameter set,SPS)、图片参数集(picture parameter set,PPS)或条带标头中的一个或多个中的语法元素。The prediction processing unit 360 is configured to determine prediction information for the video block of the current video slice by parsing the motion vector and other syntax elements, and use the prediction information to generate the prediction block for the current video block being decoded. In an example of the present application, the prediction processing unit 360 uses some received syntax elements to determine the prediction mode (for example, intra or inter prediction) and the inter prediction slice type ( For example, B slice, P slice or GPB slice), construction information for one or more of the reference picture list for the slice, motion vector for each inter-coded video block of the slice, The inter prediction status and other information of each inter-coded video block of the slice to decode the video block of the current video slice. In another example of the present disclosure, the syntax elements received by the video decoder 30 from the bitstream include receiving adaptive parameter set (APS), sequence parameter set (sequence parameter set, SPS), and picture parameter set (picture parameter set). parameter set, PPS) or a syntax element in one or more of the slice headers.
逆量化单元310可用于逆量化(即,反量化)在比特流中提供且由熵解码单元304解码的经量化变换系数。逆量化过程可包含使用由视频编码器20针对视频条带中的每一视频块所计算的量化参数来确定应该应用的量化程度并同样确定应该应用的逆量化程度。The inverse quantization unit 310 may be used to inverse quantize (ie, inverse quantize) the quantized transform coefficients provided in the bitstream and decoded by the entropy decoding unit 304. The inverse quantization process may include using the quantization parameter calculated by the video encoder 20 for each video block in the video slice to determine the degree of quantization that should be applied and also determine the degree of inverse quantization that should be applied.
逆变换处理单元312用于将逆变换(例如,逆DCT、逆整数变换或概念上类似的逆变换过程)应用于变换系数,以便在像素域中产生残差块。The inverse transform processing unit 312 is used to apply an inverse transform (for example, an inverse DCT, an inverse integer transform, or a conceptually similar inverse transform process) to transform coefficients in order to generate a residual block in the pixel domain.
重构单元314(例如,求和器314)用于将逆变换块313(即经重构残差块313)添加到预测块365,以在样本域中获取经重构块315,例如通过将经重构残差块313的样本值与预测块365的样本值相加。The reconstruction unit 314 (for example, the summer 314) is used to add the inverse transform block 313 (that is, the reconstructed residual block 313) to the prediction block 365 to obtain the reconstructed block 315 in the sample domain, for example by adding The sample value of the reconstructed residual block 313 and the sample value of the prediction block 365 are added.
环路滤波器单元320(在编码循环期间或在编码循环之后)用于对经重构块315进行滤波以获取经滤波块321,从而顺利进行像素转变或提高视频质量。在一个实例中,环路滤波器单元320可以用于执行下文描述的滤波技术的任意组合。环路滤波器单元320旨在表示一个或多个环路滤波器,例如去块滤波器、样本自适应偏移(sample-adaptive offset,SAO)滤波器或其它滤波器,例如双边滤波器、自适应环路滤波器(adaptive loop filter,ALF),或锐化或平滑滤波器,或协同滤波器。尽管环路滤波器单元320在图3中示出为环内滤波器,但在其它配置中,环路滤波器单元320可实施为环后滤波器。The loop filter unit 320 (during the encoding cycle or after the encoding cycle) is used to filter the reconstructed block 315 to obtain the filtered block 321, thereby smoothly performing pixel transformation or improving video quality. In one example, the loop filter unit 320 may be used to perform any combination of the filtering techniques described below. The loop filter unit 320 is intended to represent one or more loop filters, such as deblocking filters, sample-adaptive offset (SAO) filters or other filters, such as bilateral filters, auto Adaptive loop filter (ALF), or sharpening or smoothing filter, or collaborative filter. Although the loop filter unit 320 is shown as an in-loop filter in FIG. 3, in other configurations, the loop filter unit 320 may be implemented as a post-loop filter.
随后将给定帧或图片中的经解码视频块321存储在存储用于后续运动补偿的参考图片的经解码图片缓冲器330中。The decoded video block 321 in a given frame or picture is then stored in a decoded picture buffer 330 that stores reference pictures for subsequent motion compensation.
解码器30用于例如,藉由输出332输出经解码图片31,以向用户呈现或供用户查看。The decoder 30 is used, for example, to output the decoded picture 31 through the output 332 for presentation to the user or for the user to view.
视频解码器30的其它变型可用于对压缩的比特流进行解码。例如,解码器30可以在没有环路滤波器单元320的情况下生成输出视频流。例如,基于非变换的解码器30可以在没有针对某些块或帧的逆变换处理单元312的情况下直接逆量化残差信号。在另一实施方式中,视频解码器30可以具有组合成单个单元的逆量化单元310和逆变换处理单元312。Other variants of the video decoder 30 can be used to decode the compressed bitstream. For example, the decoder 30 may generate an output video stream without the loop filter unit 320. For example, the non-transform-based decoder 30 may directly inversely quantize the residual signal without the inverse transform processing unit 312 for certain blocks or frames. In another embodiment, the video decoder 30 may have an inverse quantization unit 310 and an inverse transform processing unit 312 combined into a single unit.
具体的,在本申请实施例中,解码器30用于实现后文实施例中描述的视频解码方法。Specifically, in the embodiment of the present application, the decoder 30 is used to implement the video decoding method described in the following embodiments.
应当理解的是,视频解码器30的其它结构变化可用于解码经编码视频位流。例如,视频解码器30可以不经滤波器320处理而生成输出视频流;或者,对于某些图像块或者图像帧,视频解码器30的熵解码单元304没有解码出经量化的系数,相应地不需要经逆量化单元310和逆变换处理单元312处理。环路滤波器320是可选的;以及针对无损压缩的情况下,逆量化单元310和逆变换处理单元312是可选的。应当理解的是,根据不同的应用场景,帧间预测单元和帧内预测单元可以是被选择性的启用。It should be understood that other structural changes of the video decoder 30 can be used to decode the encoded video bitstream. For example, the video decoder 30 may generate an output video stream without processing by the filter 320; or, for some image blocks or image frames, the entropy decoding unit 304 of the video decoder 30 does not decode the quantized coefficients, and accordingly does not It needs to be processed by the inverse quantization unit 310 and the inverse transform processing unit 312. The loop filter 320 is optional; and in the case of lossless compression, the inverse quantization unit 310 and the inverse transform processing unit 312 are optional. It should be understood that, according to different application scenarios, the inter prediction unit and the intra prediction unit may be selectively activated.
应当理解的是,本申请的编码器20和解码器30中,针对某个环节的处理结果可以经过进一步处理后,输出到下一个环节,例如,在插值滤波、运动矢量推导或环路滤波等环节之后,对相应环节的处理结果进一步进行Clip或移位shift等操作。It should be understood that in the encoder 20 and decoder 30 of the present application, the processing result for a certain link can be further processed and output to the next link, for example, in interpolation filtering, motion vector derivation or loop filtering, etc. After the link, operations such as Clip or shift are further performed on the processing results of the corresponding link.
例如,按照相邻仿射编码块的运动矢量推导得到的当前图像块的控制点的运动矢量, 或者推导得到的当前图像块的子块的运动矢量,可以经过进一步处理,本申请对此不做限定。例如,对运动矢量的取值范围进行约束,使其在一定的位宽内。假设允许的运动矢量的位宽为bitDepth,则运动矢量的范围为-2 bitDepth-1~2 bitDepth-1-1。如bitDepth为16,则取值范围为-32768~32767。如bitDepth为18,则取值范围为-131072~131071。又例如,对运动矢量(例如一个8x8图像块内的四个4×4子块的运动矢量MV)的取值进行约束,使得所述四个4×4子块MV的整数部分之间的最大差值不超过N个像素,例如不超过一个像素。 For example, the motion vector of the control point of the current image block derived from the motion vector of the adjacent affine coding block, or the motion vector of the sub-block of the current image block derived from the motion vector, may undergo further processing, and this application will not do this. limited. For example, restrict the value range of the motion vector so that it is within a certain bit width. Assuming that the bit width of the allowed motion vector is bitDepth, the range of the motion vector is -2 bitDepth-1 to 2 bitDepth-1 -1. If bitDepth is 16, the value range is -32768~32767. If bitDepth is 18, the value range is -131072~131071. For another example, the value of the motion vector (for example, the motion vector MV of the four 4×4 sub-blocks in an 8×8 image block) is restricted so that the integer part of the four 4×4 sub-blocks MV is the largest The difference does not exceed N pixels, for example, does not exceed one pixel.
可以通过以下两种方式进行约束,使其在一定的位宽内:The following two methods can be used to constrain to make it within a certain bit width:
方式1,将运动矢量溢出的高位去除: Method 1, remove the high bits of the motion vector overflow:
ux=(vx+2 bitDepth)%2 bitDepth ux=(vx+2 bitDepth )%2 bitDepth
vx=(ux≥2 bitDepth-1)?(ux-2 bitDepth):ux vx=(ux≥2 bitDepth-1 )? (ux-2 bitDepth ):ux
uy=(vy+2 bitDepth)%2 bitDepth uy=(vy+2 bitDepth )%2 bitDepth
vy=(uy≥2 bitDepth-1)?(uy-2 bitDepth):uy vy=(uy≥2 bitDepth-1 )? (uy-2 bitDepth ):uy
其中,vx为图像块或所述图像块的子块的运动矢量的水平分量,vy为图像块或所述图像块的子块的运动矢量的垂直分量,ux和uy为中间值;bitDepth表示位宽。Where vx is the horizontal component of the motion vector of the image block or the sub-block of the image block, vy is the vertical component of the motion vector of the image block or the sub-block of the image block, and ux and uy are intermediate values; bitDepth represents bit width.
例如vx的值为-32769,通过以上公式得到的为32767。因为在计算机中,数值是以二进制的补码形式存储的,-32769的二进制补码为1,0111,1111,1111,1111(17位),计算机对于溢出的处理为丢弃高位,则vx的值为0111,1111,1111,1111,则为32767,与通过公式处理得到的结果一致。For example, the value of vx is -32769, and the value obtained by the above formula is 32767. Because in the computer, the value is stored in the form of two's complement, the two's complement of -32769 is 1,0111,1111,1111,1111 (17 bits), and the computer handles the overflow by discarding the high bits, then the value of vx If it is 0111,1111,1111,1111, it is 32767, which is consistent with the result obtained by formula processing.
方法2,将运动矢量进行Clipping,如以下公式所示: Method 2, Clipping the motion vector, as shown in the following formula:
vx=Clip3(-2 bitDepth-1,2 bitDepth-1-1,vx) vx=Clip3(-2 bitDepth-1 ,2 bitDepth-1 -1,vx)
vy=Clip3(-2 bitDepth-1,2 bitDepth-1-1,vy) vy=Clip3(-2 bitDepth-1 ,2 bitDepth-1 -1,vy)
其中vx为图像块或所述图像块的子块的运动矢量的水平分量,vy为图像块或所述图像块的子块的运动矢量的垂直分量;其中,x、y和z分别对应MV钳位过程Clip3的三个输入值,所述Clip3的定义为,表示将z的值钳位到区间[x,y]之间:Where vx is the horizontal component of the motion vector of the image block or the sub-block of the image block, and vy is the vertical component of the motion vector of the image block or the sub-block of the image block; where x, y, and z correspond to MV clamps, respectively The three input values of the bit process Clip3. The definition of Clip3 is to clamp the value of z to the interval [x, y]:
Figure PCTCN2020076243-appb-000001
Figure PCTCN2020076243-appb-000001
参见图4,图4是本申请实施例提供的视频译码设备400(例如视频编码设备400或视频解码设备400)的结构示意图。视频译码设备400适于实施本文所描述的实施例。在一个实施例中,视频译码设备400可以是视频解码器(例如图1A的解码器30)或视频编码器(例如图1A的编码器20)。在另一个实施例中,视频译码设备400可以是上述图1A的解码器30或图1A的编码器20中的一个或多个组件。Referring to FIG. 4, FIG. 4 is a schematic structural diagram of a video decoding device 400 (for example, a video encoding device 400 or a video decoding device 400) provided by an embodiment of the present application. The video coding device 400 is suitable for implementing the embodiments described herein. In one embodiment, the video coding device 400 may be a video decoder (for example, the decoder 30 of FIG. 1A) or a video encoder (for example, the encoder 20 of FIG. 1A). In another embodiment, the video coding device 400 may be one or more components of the decoder 30 of FIG. 1A or the encoder 20 of FIG. 1A described above.
视频译码设备400包括:用于接收数据的入口端口410和接收单元(Rx)420,用于处理数据的处理器、逻辑单元或中央处理器(CPU)430,用于传输数据的发射器单元(Tx)440和出口端口450,以及,用于存储数据的存储器460。视频译码设备400还可以包括与入口端口410、接收器单元420、发射器单元440和出口端口450耦合的光电转换组件和 电光(EO)组件,用于光信号或电信号的出口或入口。The video decoding device 400 includes: an entrance port 410 for receiving data and a receiving unit (Rx) 420, a processor, logic unit or central processing unit (CPU) 430 for processing data, and a transmitter unit for transmitting data (Tx) 440 and outlet port 450, and a memory 460 for storing data. The video decoding device 400 may further include photoelectric conversion components and electro-optical (EO) components coupled with the inlet port 410, the receiver unit 420, the transmitter unit 440, and the outlet port 450 for the outlet or inlet of optical or electrical signals.
处理器430通过硬件和软件实现。处理器430可以实现为一个或多个CPU芯片、核(例如,多核处理器)、FPGA、ASIC和DSP。处理器430与入口端口410、接收器单元420、发射器单元440、出口端口450和存储器460通信。处理器430包括译码模块470(例如编码模块470或解码模块470)。编码/解码模块470实现本文中所公开的实施例,以实现本申请实施例所提供的视频编码方法。例如,编码/解码模块470实现、处理或提供各种编码操作。因此,通过编码/解码模块470为视频译码设备400的功能提供了实质性的改进,并影响了视频译码设备400到不同状态的转换。或者,以存储在存储器460中并由处理器430执行的指令来实现编码/解码模块470。The processor 430 is implemented by hardware and software. The processor 430 may be implemented as one or more CPU chips, cores (for example, multi-core processors), FPGAs, ASICs, and DSPs. The processor 430 communicates with the ingress port 410, the receiver unit 420, the transmitter unit 440, the egress port 450, and the memory 460. The processor 430 includes a decoding module 470 (for example, an encoding module 470 or a decoding module 470). The encoding/decoding module 470 implements the embodiments disclosed herein to implement the video encoding method provided in the embodiments of the present application. For example, the encoding/decoding module 470 implements, processes, or provides various encoding operations. Therefore, the encoding/decoding module 470 provides a substantial improvement to the function of the video decoding device 400, and affects the conversion of the video decoding device 400 to different states. Alternatively, the encoding/decoding module 470 is implemented by instructions stored in the memory 460 and executed by the processor 430.
存储器460包括一个或多个磁盘、磁带机和固态硬盘,可以用作溢出数据存储设备,用于在选择性地执行这些程序时存储程序,并存储在程序执行过程中读取的指令和数据。存储器460可以是易失性和/或非易失性的,可以是只读存储器(ROM)、随机存取存储器(RAM)、随机存取存储器(ternary content-addressable memory,TCAM)和/或静态随机存取存储器(SRAM)。The memory 460 includes one or more magnetic disks, tape drives, and solid-state hard disks, and can be used as an overflow data storage device for storing programs when these programs are selectively executed, and storing instructions and data read during program execution. The memory 460 may be volatile and/or non-volatile, and may be read-only memory (ROM), random access memory (RAM), random access memory (ternary content-addressable memory, TCAM) and/or static Random Access Memory (SRAM).
参见图5,图5是根据一示例性实施例的可用作图1A中的源设备12和目的地设备14中的任一个或两个的装置500的简化框图。装置500可以实现本申请的技术。换言之,图5为本申请实施例的编码设备或解码设备(简称为译码设备500)的一种实现方式的示意性框图。其中,译码设备500可以包括处理器510、存储器530和总线系统550。其中,处理器和存储器通过总线系统相连,该存储器用于存储指令,该处理器用于执行该存储器存储的指令。译码设备的存储器存储程序代码,且处理器可以调用存储器中存储的程序代码执行本申请描述的各种视频编码或解码方法,尤其是各种新的视频编码或解码的方法。为避免重复,这里不再详细描述。Referring to FIG. 5, FIG. 5 is a simplified block diagram of an apparatus 500 that can be used as either or both of the source device 12 and the destination device 14 in FIG. 1A according to an exemplary embodiment. The device 500 can implement the technology of the present application. In other words, FIG. 5 is a schematic block diagram of an implementation manner of an encoding device or a decoding device (referred to as a decoding device 500 for short) according to an embodiment of the application. The decoding device 500 may include a processor 510, a memory 530, and a bus system 550. The processor and the memory are connected by a bus system, the memory is used to store instructions, and the processor is used to execute instructions stored in the memory. The memory of the decoding device stores program codes, and the processor can call the program codes stored in the memory to execute various video encoding or decoding methods described in this application, especially various new video encoding or decoding methods. To avoid repetition, it will not be described in detail here.
在本申请实施例中,该处理器510可以是中央处理单元(Central Processing Unit,简称为“CPU”),该处理器510还可以是其他通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现成可编程门阵列(FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。In the embodiment of the present application, the processor 510 may be a central processing unit (Central Processing Unit, referred to as "CPU" for short), and the processor 510 may also be other general-purpose processors, digital signal processors (DSP), and dedicated integration Circuit (ASIC), off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. The general-purpose processor may be a microprocessor or the processor may also be any conventional processor or the like.
该存储器530可以包括只读存储器(ROM)设备或者随机存取存储器(RAM)设备。任何其他适宜类型的存储设备也可以用作存储器530。存储器530可以包括由处理器510使用总线550访问的代码和数据531。存储器530可以进一步包括操作系统533和应用程序535,该应用程序535包括允许处理器510执行本申请描述的视频编码或解码方法的至少一个程序。例如,应用程序535可以包括应用1至N,其进一步包括执行在本申请描述的视频编码或解码方法的视频编码或解码应用(简称视频译码应用)。The memory 530 may include a read only memory (ROM) device or a random access memory (RAM) device. Any other suitable type of storage device can also be used as the memory 530. The memory 530 may include code and data 531 that are accessed by the processor 510 using the bus 550. The memory 530 may further include an operating system 533 and an application program 535. The application program 535 includes at least one program that allows the processor 510 to execute the video encoding or decoding method described in this application. For example, the application program 535 may include applications 1 to N, which further include a video encoding or decoding application (referred to as a video coding application) that executes the video encoding or decoding method described in this application.
该总线系统550除包括数据总线之外,还可以包括电源总线、控制总线和状态信号总线等。但是为了清楚说明起见,在图中将各种总线都标为总线系统550。In addition to the data bus, the bus system 550 may also include a power bus, a control bus, and a status signal bus. However, for clear description, various buses are marked as the bus system 550 in the figure.
可选的,译码设备500还可以包括一个或多个输出设备,诸如显示器570。在一个示例中,显示器570可以是触感显示器,其将显示器与可操作地感测触摸输入的触感单元合并。显示器570可以经由总线550连接到处理器510。Optionally, the decoding device 500 may further include one or more output devices, such as a display 570. In one example, the display 570 may be a touch-sensitive display that merges the display with a touch-sensitive unit operable to sense touch input. The display 570 may be connected to the processor 510 via the bus 550.
下面详细阐述本申请实施例的方案:The following describes the solution of the embodiment of the application in detail:
先对本申请下述实施例所涉及的几个术语进行解释说明。First, explain and explain several terms involved in the following embodiments of the present application.
图像块:如上所述的视频序列包括一系列的图像(picture),图像被进一步划分为切片(slice),切片再被划分为块(block),该块也可以称为图像块。该图像块可以是H.264标准中的宏块(macroblock,MB)。Image block: The video sequence as described above includes a series of pictures, the images are further divided into slices, and the slices are further divided into blocks, which can also be called image blocks. The image block may be a macroblock (MB) in the H.264 standard.
量化处理:用于例如通过应用标量量化或向量量化来量化变换系数,以获取量化系数。量化处理可以减少与部分或全部变换系数有关的位深度。Quantization processing: used to quantize transform coefficients by applying scalar quantization or vector quantization, for example, to obtain quantized coefficients. The quantization process can reduce the bit depth related to some or all of the transform coefficients.
图像块的系数序列:图像块经过量化处理后的序列,例如,对图像块进行变换处理、量化处理以及顺序扫描(例如,之字形扫描)后,获取该图像块的系数序列,该系数序列中可以包括多个交流系数。该交流系数表征交流分量的幅值。The coefficient sequence of the image block: the sequence of the image block after the quantization process, for example, after the image block is transformed, quantized, and sequentially scanned (for example, zigzag scan), the coefficient sequence of the image block is obtained. In the coefficient sequence Multiple AC coefficients can be included. The AC coefficient represents the amplitude of the AC component.
比特分层:按照比特位,对图像块的系数序列中的多个交流系数进行分层,获取该图像块的多个层序列,其中,每个层序列包括该多个交流系数的相同比特的信息。以两个交流系数8和-8为例进行举例说明,8的二进制表示为01000,-8的二进制表示为11000,其中,二进制表示中的从左往右第一个比特位为符号位,0表示正数,1表示负数,对该两个交流系数进行比特分层,得到的多个层序列为01,11,00,00,00。01为一个层序列,11为一个层序列,三个00分别为一个层序列。该多个层序列仅为一种举例说明,本申请实施例不以此作为限制。Bit layering: According to the bit position, layer multiple AC coefficients in the coefficient sequence of the image block to obtain multiple layer sequences of the image block, where each layer sequence includes the same bit of the multiple AC coefficients. information. Take two AC coefficients 8 and -8 as an example. The binary representation of 8 is 01000, and the binary representation of -8 is 11000. Among them, the first bit from left to right in the binary representation is the sign bit, 0 Represents a positive number, 1 represents a negative number, the two AC coefficients are bit layered, and the multiple layer sequences obtained are 01, 11, 00, 00, 00. 01 is a layer sequence, 11 is a layer sequence, and three 00 is a layer sequence respectively. The multiple layer sequences are only an example for illustration, and the embodiments of the present application are not limited thereto.
比特p:编号为p的比特,p可以取0、1、2、3等任意整数。Bit p: the bit numbered p, p can be any integer such as 0, 1, 2, 3.
第k比特或第k个比特:从右往左顺序的第k个比特,k可以取1、2、3等任意自然数。The kth bit or the kth bit: the kth bit in order from right to left, k can be any natural number such as 1, 2, 3, etc.
对图像块直接进行量化处理,或对图像块进行变换处理(例如,DCT或DST)和量化处理,获取量化系数,对量化系数进行熵编码,以获取输出的码流。本申请实施例的视频编码方法在熵编码过程中采用图像分层编码算法,对需要编码的交流系数进行比特分层,获取多个层序列,每个层序列(即每个层)独立执行熵编码,以获取输出的码流,可以实现在链路容量降低至码率以下时,解码端仍可以获得重构图像,避免马赛克、卡顿等影响观看体验的现象。本申请实施例的视频编码方法的具体解释说明,可以参见下述实施例。Directly perform quantization processing on the image block, or perform transformation processing (for example, DCT or DST) and quantization processing on the image block, obtain quantized coefficients, and perform entropy coding on the quantized coefficients to obtain the output bitstream. The video encoding method of the embodiment of the present application adopts an image layered encoding algorithm in the entropy encoding process, performs bit layering on the AC coefficients that need to be encoded, and obtains multiple layer sequences, and each layer sequence (that is, each layer) independently executes entropy Encoding to obtain the output code stream can realize that when the link capacity is reduced to below the code rate, the decoding end can still obtain the reconstructed image, avoiding mosaics, freezes and other phenomena that affect the viewing experience. For specific explanations of the video encoding method in the embodiments of the present application, reference may be made to the following embodiments.
图6为本申请实施例的一种视频编码方法的流程图,本实施例涉及源设备和目的地设备,该源设备包括编码器,该目的地设备包括解码器,如图6所示,本实施例的方法可以包括:FIG. 6 is a flowchart of a video encoding method according to an embodiment of the application. This embodiment relates to a source device and a destination device. The source device includes an encoder, and the destination device includes a decoder. As shown in FIG. The method of the embodiment may include:
步骤101、编码器获取至少一个图像块的系数序列和第一参数。Step 101: The encoder obtains a coefficient sequence and a first parameter of at least one image block.
该至少一个图像块可以是如上所述的切片(slice)再被划分的块,每个图像块的尺寸可以是8*8、16*16等,其可以根据需求进行灵活设置。该系数序列为该至少一个图像块经过量化处理后的序列。该第一参数为解码器重构图像块所需的基本信息,该第一参数可以包括分辨率、同步字、运动矢量(Motion Vector,MV)或直流(Direct Current,DC)系数中至少一项。该直流系数表征直流分量的幅值。The at least one image block may be a block that is divided into slices as described above, and the size of each image block may be 8*8, 16*16, etc., which can be flexibly set according to requirements. The coefficient sequence is a sequence after the at least one image block is quantized. The first parameter is the basic information required by the decoder to reconstruct the image block. The first parameter may include at least one of resolution, synchronization word, motion vector (MV) or direct current (DC) coefficients . The DC coefficient represents the amplitude of the DC component.
举例而言,编码器可以对切片的至少一个图像块进行变换处理(例如,DCT或DST)、 量化处理和顺序扫描(例如,之字形扫描)后,获取该至少一个图像块的系数序列,该系数序列可以包括多个交流系数。For example, the encoder may perform transformation processing (for example, DCT or DST), quantization processing, and sequential scanning (for example, zigzag scanning) on at least one image block of the slice, and then obtain the coefficient sequence of the at least one image block. The coefficient sequence may include multiple AC coefficients.
步骤102、编码器对该至少一个图像块的系数序列按照比特位进行分层,获取每个图像块的多个层序列。Step 102: The encoder layered the coefficient sequence of the at least one image block according to the bit position, and obtained multiple layer sequences of each image block.
每个图像块的该多个层序列中的每个层序列包括该图像块的系数序列中的多个交流系数的相同比特的信息。也即该多个层序列分别对应一个或多个比特位。换言之,该多个层序列中每个层序列对应一个比特位;或者,该多个层序列中有的层序列对应一个比特位,有的层序列对应多个比特位;或者,该多个层序列中每个层序列对应多个比特位。Each layer sequence of the multiple layer sequences of each image block includes the same bit information of multiple AC coefficients in the coefficient sequence of the image block. That is, the multiple layer sequences respectively correspond to one or more bits. In other words, each layer sequence in the multiple layer sequences corresponds to one bit; or, some layer sequences in the multiple layer sequences correspond to one bit, and some layer sequences correspond to multiple bits; or, the multiple layers Each layer sequence in the sequence corresponds to multiple bits.
其中,对该至少一个图像块的系数序列按照比特位进行分层,也可以理解为对该至少一个图像块的系数序列进行比特分层,也即按照比特位的划分将系数序列中的交流系数划分为多个层。Wherein, the coefficient sequence of the at least one image block is layered according to the bit position, which can also be understood as the bit layering of the coefficient sequence of the at least one image block, that is, the AC coefficients in the coefficient sequence are divided according to the bit position. Divided into multiple layers.
以上述两个交流系数8和-8为例进行举例说明,8的二进制表示为01000,其符号位为比特4(bit4),取值为0,比特3(bit3)(除符号位之外的最高比特位)取值为1,比特2(bit2)取值为0,比特1(bit1)取值为0,比特0(bit0)取值为0。-8的二进制表示为11000,其符号位为比特4(bit4),取值为1,比特3(bit3)(除符号位之外的最高比特位)取值为1,比特2(bit2)取值为0,比特1(bit1)取值为0,比特0(bit0)取值为0。本申请实施例的编码器对该两个交流系数进行比特分层,获取多个层序列。例如,以获取5个层序列为例,该5个层序列分别对应比特4(bit4)、比特3(bit3)、比特2(bit2)、比特1(bit1)以及比特0(bit0)。再例如,以获取4个层序列为例,该4个层序列中的一个层序列对应比特4(bit4),另一个层序列对应比特3(bit3)和比特2(bit2),再一个层序列对应比特1(bit1),又一个层序列对应比特0(bit0)。Take the above two AC coefficients 8 and -8 as an example. The binary representation of 8 is 01000, its sign bit is bit 4 (bit4), the value is 0, bit 3 (bit3) (except for the sign bit) The highest bit) has a value of 1, bit 2 (bit2) has a value of 0, bit 1 (bit1) has a value of 0, and bit 0 (bit0) has a value of 0. The binary representation of -8 is 11000, its sign bit is bit 4 (bit4), the value is 1, bit 3 (bit3) (the most significant bit except the sign bit) is 1, and bit 2 (bit2) is The value is 0, the value of bit 1 (bit1) is 0, and the value of bit 0 (bit0) is 0. The encoder of the embodiment of the present application performs bit layering on the two AC coefficients to obtain multiple layer sequences. For example, taking the acquisition of 5 layer sequences as an example, the 5 layer sequences correspond to bit 4 (bit 4), bit 3 (bit 3), bit 2 (bit 2), bit 1 (bit 1), and bit 0 (bit 0), respectively. For another example, take obtaining 4 layer sequences as an example, one of the 4 layer sequences corresponds to bit 4 (bit4), the other layer sequence corresponds to bit 3 (bit3) and bit 2 (bit2), and another layer sequence Corresponding to bit 1 (bit1), another layer sequence corresponds to bit 0 (bit0).
在一些实施例中,该多个层序列中的每个层序列包括该至少一个图像块的系数序列中的每个交流系数的二进制表示的一个或多个比特位的信息。也即每个层序列包括多个交流系数的相应比特位的信息。以上述获取4个层序列为例做进一步举例说明,该4个层序列中的一个层序列对应比特4(bit4),该层序列包括01,另一个层序列对应比特3(bit3)和比特2(bit2),该层序列包括10(相应的二进制为2)10(相应的二进制为2),再一个层序列对应比特1(bit1),该层序列包括00,又一个层序列对应比特0(bit0),该层序列包括00。In some embodiments, each layer sequence of the plurality of layer sequences includes one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the at least one image block. That is, each layer sequence includes information on corresponding bits of multiple AC coefficients. Taking the above four layer sequences as an example for further illustration, one of the four layer sequences corresponds to bit 4 (bit4), the layer sequence includes 01, and the other layer sequence corresponds to bit 3 (bit3) and bit 2. (bit2), the layer sequence includes 10 (the corresponding binary is 2) 10 (the corresponding binary is 2), another layer sequence corresponds to bit 1 (bit1), the layer sequence includes 00, and another layer sequence corresponds to bit 0 ( bit0), the layer sequence includes 00.
步骤103、编码器对每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列。Step 103: The encoder performs entropy encoding on the multiple layer sequences of each image block respectively, and obtains the multiple layer codeword sequences of each image block.
通过步骤102的比特分层后,编码器对每一层独立执行熵编码,获取多个层码字序列,例如,对上述4个层序列中的每个层序列进行熵编码,获取4个层码字序列,该4个层码字序列分别为,比特4(bit4)对应的层码字序列,比特3(bit3)和比特2(bit2)对应的层码字序列,比特1(bit1)对应的层码字序列,比特0(bit0)对应的层码字序列。其中,该熵编码可以是任意熵编码方法,例如,游长编码和霍夫曼编码等。After the bit layering in step 102, the encoder performs entropy coding on each layer independently to obtain multiple layer code word sequences, for example, entropy coding each of the above 4 layer sequences to obtain 4 layers Codeword sequence, the four layer codeword sequences are respectively, the layer codeword sequence corresponding to bit 4 (bit4), the layer codeword sequence corresponding to bit 3 (bit3) and bit 2 (bit2), and bit 1 (bit1) corresponds to The layer code word sequence of bit 0 (bit0) corresponds to the layer code word sequence. Wherein, the entropy coding can be any entropy coding method, for example, run-length coding and Huffman coding.
步骤104、编码器根据至少一个图像块的第一参数和每个图像块的多个层码字序列,获取该至少一个图像块对应的码流。Step 104: The encoder obtains a code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block.
举例而言,编码器可以将切片的至少一个图像块的第一参数和该至少一个图像块 的多个层码字序列进行串行拼接,获取该切片的码流,该切片的码流包括该至少一个图像块的第一参数的码流和该至少一个图像块的多个层码字序列的码流。其中,该至少一个图像块的多个层码字序列的码流的获取方式可以是,对该至少一个图像块的多个层码字序列进行串行拼接。将每个图像块的多个层码字序列中的相同层进行串行拼接。以两个图像块为例进行举例说明,每个图像块有4个层码字序列,串行拼接的方式为,将二者的比特4(bit4)对应的层码字序列拼接在一起,将二者的比特3(bit3)和比特2(bit2)对应的层码字序列拼接在一起,将二者的比特1(bit1)对应的层码字序列拼接在一起,将二者的比特0(bit0)对应的层码字序列拼接在一起。For example, the encoder may serially splice the first parameter of at least one image block of the slice and the multiple layer code word sequence of the at least one image block to obtain the code stream of the slice, and the code stream of the slice includes the A code stream of the first parameter of at least one image block and a code stream of multiple layer codeword sequences of the at least one image block. Wherein, the code stream of the multiple layer code word sequences of the at least one image block may be obtained by serially splicing the multiple layer code word sequences of the at least one image block. The same layer in the multiple layer code word sequence of each image block is serially spliced. Take two image blocks as an example. Each image block has 4 layer code word sequences. The serial splicing method is to splice the layer code word sequences corresponding to bit 4 (bit4) of the two together, and The layer codeword sequence corresponding to bit 3 (bit3) and bit 2 (bit2) of the two are spliced together, and the layer code word sequence corresponding to bit 1 (bit1) of the two is spliced together, and the bit 0 ( bit0) the corresponding layer code word sequence is spliced together.
步骤105、编码器向解码器发送至少一个图像块对应的码流。Step 105: The encoder sends a code stream corresponding to at least one image block to the decoder.
相应的,解码器接收编码器发送的至少一个图像块对应的码流。在一些实施例中,编码器可以通过源设备的通信接口向目的地设备发送该至少一个图像块对应的码流。目的地设备的通信接口接收该至少一个图像块对应的码流,传递给该目的地设备的解码器。Correspondingly, the decoder receives the code stream corresponding to at least one image block sent by the encoder. In some embodiments, the encoder may send the code stream corresponding to the at least one image block to the destination device through the communication interface of the source device. The communication interface of the destination device receives the code stream corresponding to the at least one image block, and transmits it to the decoder of the destination device.
示例性的,编码器可以在获取该至少一个图像块对应的码流后,可以将该至少一个图像块对应的码流输出给源设备的通信接口,该通信接口可以对该至少一个图像块对应的码流进行打包,例如,RTP打包,获取多个RTP包,再对多个RTP包进行介质访问(Media Access Control,MAC)层、物理(PHY)层封装,之后发送至解码器端。Exemplarily, after acquiring the code stream corresponding to the at least one image block, the encoder may output the code stream corresponding to the at least one image block to the communication interface of the source device, and the communication interface may correspond to the at least one image block. For example, RTP packaging is used to obtain multiple RTP packets, and then multiple RTP packets are encapsulated at the Media Access Control (MAC) layer and the physical (PHY) layer, and then sent to the decoder side.
解码器接收到该至少一个图像块对应的码流后,可以采用与编码器相应的处理方式(即相反的流程),解码、重构该至少一个图像块。After receiving the code stream corresponding to the at least one image block, the decoder can adopt a processing method corresponding to the encoder (that is, the reverse process) to decode and reconstruct the at least one image block.
一种可实现方式,对于切片的至少一个图像块的第一参数,其携带在该切片的码流的前端,即该至少一个图像块的多层码字序列对应的码流之前。通过下述步骤105先发送该至少一个图像块的第一参数的码流,再发送该至少一个图像块的多个层码字序列的码流。In an implementation manner, the first parameter of at least one image block of the slice is carried at the front end of the code stream of the slice, that is, before the code stream corresponding to the multi-layer code word sequence of the at least one image block. Through the following step 105, the code stream of the first parameter of the at least one image block is sent first, and then the code stream of the multiple layer code word sequences of the at least one image block is sent.
另一种可实现方式,对于切片的至少一个图像块的第一参数,将其映射至高级别的服务质量(Quality of Service,QoS),对于该至少一个图像块的多个层码字序列对应的码流,将其映射至低级别的QoS。即携带第一参数的RTP包和携带多个层码字序列的RTP包的QoS级别不同。需要说明的是,各个层码字序列的RTP包的QoS级别也可以不同,例如,高比特位对应的层码字序列的QoS级别高于低比特位对应的层码字序列。换言之,使用不同的QoS保障机制发送第一参数和多个层码字序列,以保证解码器可以准确接收较为重要的信息,例如,第一参数,高比特位的信息。In another achievable manner, for the first parameter of at least one image block of the slice, it is mapped to a high-level quality of service (Quality of Service, QoS), and for the multiple layer codeword sequence corresponding to the at least one image block The code stream is mapped to the low-level QoS. That is, the QoS levels of the RTP packet carrying the first parameter and the RTP packet carrying multiple layer codeword sequences are different. It should be noted that the QoS level of the RTP packet of each layer codeword sequence may also be different. For example, the QoS level of the layer codeword sequence corresponding to the high bit is higher than the layer codeword sequence corresponding to the low bit. In other words, different QoS guarantee mechanisms are used to send the first parameter and multiple layer codeword sequences to ensure that the decoder can accurately receive more important information, for example, the first parameter, high-bit information.
本实施例,通过获取至少一个图像块的系数序列和第一参数,对该至少一个图像块的系数序列按照比特位进行分层,获取每个图像块的多个层序列,对每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列,根据至少一个图像块的第一参数和每个图像块的多个层码字序列,获取该至少一个图像块对应的码流,向解码器发送至少一个图像块对应的码流,从而使得解码器基于接收到的至少一个图像块对应的码流,重构该至少一个图像块。由于每个图像块的该多个层序列中的每个层序列包括该图像块的系数序列中的多个交流系数的相同比特的信息,编码器按层发送码流,所以解码器可以基于层序列解码还原出该图像块的系数序列中的多个交流系数或交流系数的近似值,从而重构出图像块。在信道容量低至无法传输完整码流的情况下,解码端仍可以重构出图像块,避免马赛克、卡顿等影响观看体验的现象。In this embodiment, by obtaining the coefficient sequence and the first parameter of at least one image block, the coefficient sequence of the at least one image block is layered according to the bit position, and multiple layer sequences of each image block are obtained. Entropy coding is performed on the multiple layer sequences of each image block to obtain multiple layer code word sequences of each image block, and the at least one image is obtained according to the first parameter of at least one image block and the multiple layer code word sequences of each image block The code stream corresponding to the block sends the code stream corresponding to at least one image block to the decoder, so that the decoder reconstructs the at least one image block based on the received code stream corresponding to the at least one image block. Since each layer sequence in the multiple layer sequences of each image block includes the same bit information of multiple AC coefficients in the coefficient sequence of the image block, the encoder sends the code stream by layer, so the decoder can be based on layer Sequence decoding restores multiple AC coefficients or approximate values of AC coefficients in the coefficient sequence of the image block, thereby reconstructing the image block. When the channel capacity is too low to transmit a complete bit stream, the decoding end can still reconstruct image blocks to avoid phenomena such as mosaics and freezes that affect the viewing experience.
现有技术的编码方式,在信道容量较差导致码流丢失时,解码器无法重构出图像块,即出现马赛克、卡顿的现象。相较于现有技术的编码方式,本申请实施例的编码方式,在信道容量较差导致码流丢失时,可以基于收到的部分码流,还原出交流系数的近视值,以获得质量相对较低的重构图像,避免图像块无法重构所导致的马赛克、卡顿等现象。In the encoding method of the prior art, when the code stream is lost due to poor channel capacity, the decoder cannot reconstruct the image block, that is, the phenomenon of mosaic and stutter occurs. Compared with the encoding method of the prior art, the encoding method of the embodiment of the present application can restore the myopia value of the AC coefficient based on the received part of the code stream when the bit stream is lost due to the poor channel capacity, so as to obtain the relative quality. Lower the reconstructed image to avoid the phenomenon of mosaic and freeze caused by the inability to reconstruct the image block.
对上述多个层序列中每个层序列对应一个比特位;或者,多个层序列中有的层序列对应一个比特位,有的层序列对应多个比特位,进行具体解释说明。Each layer sequence in the above multiple layer sequences corresponds to one bit; or, some layer sequences in the multiple layer sequences correspond to one bit, and some layer sequences correspond to multiple bits, and specific explanations are given.
本申请实施例可以采用如下一种可实现方式进行分层:将每个图像块的所有交流系数的二进制表示中的符号比特作为该图像块的符号层序列。将该图像块的所有交流系数的二进制表示中的高n比特作为该图像块的第一层序列,该高n比特包括每个交流系数的二进制表示中的第N比特至第N-n+1比特,该第N比特为所有交流系数的二进制表示中的除符号比特之外的最高比特。将该图像块的所有交流系数的二进制表示中的低k比特中的每一个比特分别作为该图像块的第二层序列至第k+1层序列,该低k比特包括每个交流系数的二进制表示中的第1比特至第k比特。其中,N取大于2的整数,n取小于N的任意正整数,k取小于N的任意正整数,且N=n+k。The embodiment of the present application may adopt the following achievable way for layering: taking the symbol bit in the binary representation of all the AC coefficients of each image block as the symbol layer sequence of the image block. The high n bits in the binary representation of all the AC coefficients of the image block are taken as the first layer sequence of the image block, and the high n bits include the Nth to N-n+1 in the binary representation of each AC coefficient. Bit, the Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit. Each of the low-k bits in the binary representation of all the AC coefficients of the image block is used as the second-layer sequence to the k+1-th layer sequence of the image block, and the low-k bits include the binary value of each AC coefficient. Represents the 1st bit to the kth bit in the display. Wherein, N is an integer greater than 2, n is any positive integer less than N, k is any positive integer less than N, and N=n+k.
也即,本申请实施例中的每个图像块的多个层序列可以分为该图像块的符号层序列、该图像块的第一层序列至第k+1层序列。其中,该图像块的符号层序列包括该图像块的所有交流系数的二进制表示中的符号比特,该图像块的第一层序列包括该图像块的所有交流系数的二进制表示中的高n比特,该高n比特包括每个交流系数的二进制表示中的第N比特至第N-n+1比特,该第N比特为所有交流系数的二进制表示中的除符号比特之外的最高比特,所述图像块的第二层序列至第k+1层序列分别包括所述图像块的所有交流系数的二进制表示中的低k比特中的一个比特,所述低k比特包括每个交流系数的二进制表示中的第1比特至第k比特。That is, the multiple layer sequences of each image block in the embodiment of the present application may be divided into the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block. Wherein, the symbol layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block, and the first layer sequence of the image block includes the high n bits in the binary representation of all the AC coefficients of the image block, The high n bits include the Nth bit to the N-n+1th bit in the binary representation of each AC coefficient, and the Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit. The second layer sequence to the k+1 layer sequence of the image block respectively include one of the low-k bits in the binary representation of all the AC coefficients of the image block, and the low-k bit includes the binary representation of each AC coefficient. From the 1st bit to the kth bit in.
例如,上述交流系数-8和8按照比特位进行分层,获取4个层序列,该比特4(bit4)对应的层序列即为符号层序列。N取4,n取2,k取2,比特3(bit3)(11000中的第4个比特)和比特2(bit2)(11000中的第3个比特)对应的层序列即为第一层序列,比特1(bit1)(11000中的第2个比特)对应的层序列即为第二层序列,比特0(bit0)(11000中的第1个比特)对应的层序列即为第三层序列。For example, the above-mentioned AC coefficients -8 and 8 are layered according to bits to obtain 4 layer sequences, and the layer sequence corresponding to bit 4 (bit4) is the symbol layer sequence. N is 4, n is 2, k is 2, and the layer sequence corresponding to bit 3 (bit3) (the 4th bit in 11000) and bit 2 (bit2) (the 3rd bit in 11000) is the first layer Sequence, the layer sequence corresponding to bit 1 (bit1) (the second bit in 11000) is the second layer sequence, and the layer sequence corresponding to bit 0 (bit0) (the first bit in 11000) is the third layer sequence.
本申请实施例所涉及的第m比特,均指二进制表示中从右往左数的第m个比特。The m-th bit involved in the embodiment of the present application refers to the m-th bit counted from right to left in the binary representation.
在一些实施例中,上述步骤103的可实现方式可以有如下两种:方式一、除符号层,其他各层独立编码;方式二、符号层与其他各层联合编码。In some embodiments, the above-mentioned step 103 can be implemented in the following two ways: way one, except for the symbol layer, other layers are independently coded; way two, the symbol layer and other layers are jointly coded.
方式一的具体实施方式可以为:对每个图像块的第一层序列、以及第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列。The specific implementation of the first method can be as follows: run-length coding and Huffman coding are performed on the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block, respectively, to obtain the information of each image block. The first layer codeword sequence, and the second layer codeword sequence to the k+1th layer codeword sequence.
相应的,上述步骤104的可实现方式可以为:对至少一个图像块的第一参数进行串行拼接,获取至少一个图像块的第一参数的码流。对至少一个图像块的符号层序列进行串行拼接,获取至少一个图像块的符号层的码流。对至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取至少一个 图像块的第一层至第k+1层的码流。Correspondingly, the above-mentioned step 104 may be implemented in a manner of serially splicing the first parameter of at least one image block to obtain the code stream of the first parameter of the at least one image block. Perform serial splicing on the symbol layer sequence of at least one image block to obtain the code stream of the symbol layer of at least one image block. Perform serial splicing on the first layer codeword sequence of at least one image block, and the second layer codeword sequence to the k+1 layer codeword sequence, respectively, to obtain the first layer to the k+1 layer of at least one image block Stream.
相应的,上述步骤105的可实现方式可以为:依序发送该至少一个图像块的第一参数的码流、该至少一个图像块的符号层的码流、该至少一个图像块的第一层至第k+1层的码流。或者,另一种可实现方式可以为:至少一个图像块的第一参数的码流、至少一个图像块的符号层的码流、至少一个图像块的第一层至第k+1层的码流对应多个QoS级别。即以不同QoS级别发送各层码流。例如,第一参数的码流、符号层的码流、第一层至第k+1层的码流对应的QoS级别依序降低,以保证第一参数以及交流系数的高比特位信息的准确传输,在信道容量较低导致交流系数的低比特位信息的码流丢失时,解码端基于第一参数以及交流系数的高比特位信息仍可以重构出该至少一个图像块。Correspondingly, the above-mentioned step 105 may be implemented in the following steps: sequentially sending the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the first layer of the at least one image block. The code stream to the k+1th layer. Or, another achievable manner may be: the code stream of the first parameter of at least one image block, the code stream of the symbol layer of at least one image block, the code stream of the first layer to the k+1th layer of at least one image block The flow corresponds to multiple QoS levels. That is, each layer of code stream is sent with different QoS levels. For example, the QoS levels corresponding to the code stream of the first parameter, the code stream of the symbol layer, and the code stream of the first layer to the k+1th layer are sequentially reduced to ensure the accuracy of the high-bit information of the first parameter and the exchange coefficient. For transmission, when the channel capacity is low and the bit stream of the low-bit information of the AC coefficient is lost, the decoding end can still reconstruct the at least one image block based on the first parameter and the high-bit information of the AC coefficient.
方式二的具体实施方式可以为:根据每个图像块的符号层序列,对每个图像块的第一层序列、以及第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列,该第一层码字序列、以及第二层码字序列至第k+1层码字序列中携带非零的交流系数的符号位信息,非零的交流系数的符号位信息位于该非零的交流系数的最高比特位对应的第i层码字序列中,i取1至k+1。其举例说明可以参见下述图8的解释说明。The specific implementation manner of the second method may be: according to the symbol layer sequence of each image block, the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block are respectively subjected to run-length coding and Huo Fuman coding to obtain the first layer code word sequence and the second layer code word sequence to the k+1 layer code word sequence of each image block, the first layer code word sequence and the second layer code word sequence to The code word sequence of the k+1 layer carries the sign bit information of the non-zero AC coefficient, and the sign bit information of the non-zero AC coefficient is located in the i-th layer code word sequence corresponding to the highest bit of the non-zero AC coefficient, i takes 1 to k+1. For an example, please refer to the explanation of Fig. 8 below.
相应的,上述步骤104的可实现方式可以为:对至少一个图像块的第一参数进行串行拼接,获取至少一个图像块的第一参数的码流。对至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取至少一个图像块的第一层至第k+1层的码流。Correspondingly, the above-mentioned step 104 may be implemented in a manner of serially splicing the first parameter of at least one image block to obtain the code stream of the first parameter of the at least one image block. Perform serial splicing on the first layer codeword sequence of at least one image block, and the second layer codeword sequence to the k+1 layer codeword sequence, respectively, to obtain the first layer to the k+1 layer of at least one image block Stream.
相应的,上述步骤105的可实现方式可以为:依序发送该至少一个图像块的第一参数的码流、该至少一个图像块的第一层至第k+1层的码流。或者,另一种可实现方式可以为:至少一个图像块的第一参数的码流、至少一个图像块的第一层至第k+1层的码流对应多个QoS级别。即以不同QoS级别发送各层码流。例如,第一参数的码流、第一层至第k+1层的码流对应的QoS级别依序降低。第一参数以及交流系数的高比特位信息的准确传输。当然可以理解的,不同层码流对应的QoS级别还可以是其他关系,本申请实施例不以依序降低作为限制,例如,可以是第一参数的码流和高比特位信息的码流对应的QoS级别高于低比特位信息的码流对应的QoS级别,本申请实施例不一一举例说明。Correspondingly, the above-mentioned step 105 may be implemented in a manner of sequentially sending the code stream of the first parameter of the at least one image block, and the code stream of the first layer to the k+1 th layer of the at least one image block. Or, another achievable manner may be: the code stream of the first parameter of at least one image block, and the code stream of the first layer to the k+1th layer of at least one image block correspond to multiple QoS levels. That is, each layer of code stream is sent with different QoS levels. For example, the QoS levels corresponding to the code stream of the first parameter and the code streams of the first layer to the k+1 layer are sequentially decreased. Accurate transmission of the high-bit information of the first parameter and the AC coefficient. Of course, it is understandable that the QoS levels corresponding to different layers of code streams may also have other relationships. The embodiment of the present application does not limit the order of lowering. For example, the code stream of the first parameter may correspond to the code stream of high-bit information. The QoS level of is higher than the QoS level corresponding to the bit stream of low-bit information, and the embodiment of the present application does not give examples one by one.
图7为本申请实施例的一种视频编码方法的编码流程示意图,本实施例在上述实施例的基础上,对本申请实施例的编码方式在编码器端的处理过程进行示例性解释说明,本实施例以图像块为宏块进行举例说明,如图7所示,本实施例的方法可以包括:FIG. 7 is a schematic diagram of the encoding process of a video encoding method according to an embodiment of the application. On the basis of the foregoing embodiment, this embodiment exemplarily explains the processing process of the encoding method of the embodiment of the application on the encoder side. For example, an image block is used as a macro block for illustration. As shown in FIG. 7, the method in this embodiment may include:
对输入图像(如图7所示的原始数据)进行分割,该分割可以基于亮度和色差。一种分割方式,分割后的每一个分片的大小为原始数据的宽度乘以四分之原始高度,分片的大小决定了图像传输所能达到的最小延迟D(D的取值取决于视频帧率)。以下对分片的编码与发送流程使用流水线方式。The input image (raw data as shown in FIG. 7) is segmented, and the segmentation can be based on brightness and color difference. A segmentation method. The size of each segment after segmentation is the width of the original data multiplied by a quarter of the original height. The size of the segment determines the minimum delay D that can be achieved in image transmission (the value of D depends on the video Frame rate). The following uses a pipeline method for the encoding and sending process of the fragments.
对每一个分片进行分割(包括亮度和色差),得到多个宏块,每个宏块的大小可以是 8x8、16x16等。Each slice is divided (including brightness and color difference) to obtain multiple macro blocks, and the size of each macro block can be 8x8, 16x16, and so on.
对一个分片中的每一个宏块,执行压缩类型判决,例如I帧、P帧、B帧等。For each macroblock in a slice, the compression type decision is performed, such as I frame, P frame, B frame, etc.
对一个分片中的每一个宏块,执行变换处理,例如,DCT,获取该分片的每一个宏块的变换系数,每一个宏块的变换系数通常包括多个变换系数,即为变换系数矩阵。For each macroblock in a slice, perform transform processing, for example, DCT, to obtain the transform coefficient of each macroblock of the slice. The transform coefficient of each macroblock usually includes multiple transform coefficients, that is, the transform coefficient matrix.
对该分片的每一个宏块的变换系数矩阵执行量化处理,获取每个宏块的量化后的变换系数矩阵。Perform quantization processing on the transform coefficient matrix of each macro block of the slice, and obtain the quantized transform coefficient matrix of each macro block.
对量化后的变换系数矩阵按照移位矩阵进行移位处理,获取移位后的变换系数矩阵,以如下移位矩阵进行举例说明。Perform shift processing on the quantized transform coefficient matrix according to the shift matrix to obtain the shifted transform coefficient matrix, which is illustrated by the following shift matrix.
Figure PCTCN2020076243-appb-000002
Figure PCTCN2020076243-appb-000002
例如,该移位矩阵的第一行第二列为4,则对相应的量化后的变换系数左移4位,以获取移位后的变换系数。For example, if the first row and second column of the shift matrix is 4, the corresponding quantized transform coefficient is shifted to the left by 4 bits to obtain the shifted transform coefficient.
对量化后的变换系数进行移位处理,例如比特移位(bit shfit),可以平滑低比特信息的丢失率,平滑均匀码率在各层的分布,平滑峰值信噪比(Peak Signal-to-Noise Ratio,PSNR)随层丢失量的变化。Shifting the quantized transform coefficients, such as bit shifting (bit shfit), can smooth the loss rate of low-bit information, smooth the distribution of uniform bit rates in each layer, and smooth the peak signal-to-noise ratio (Peak Signal-to-Noise Ratio). Noise Ratio, PSNR) changes with the amount of layer loss.
结合图8,以图8为例进行举例说明,图8为本申请实施例的一个宏块的编码流程的各项处理的结果的示意图,移位后的变化系数矩阵可以如图8的第一个矩阵(1)所示,其中,省略号表示0。With reference to Fig. 8, Fig. 8 is taken as an example for illustration. Fig. 8 is a schematic diagram of the results of each processing of a macroblock encoding process in an embodiment of the application. The shifted coefficient matrix may be shown in Fig. 8 A matrix (1) is shown, where the ellipsis represents 0.
对移位后的变换系数矩阵按照之字形(Zigzag)顺序扫描,得到系数序列。该系数序列可以如图8的(2)所示,其每一列为一个交流系数,每一行为交流系数的相同比特行。例如,从上往下,第一行为符号行,第二行为高2比特行,第三行至第八行分别为一个比特行。第一列为-150,第二列为14,第三列为8,第四列为0,第五列为-8,第六列为2,第七列为1,第八列为1,其余为0。如图8的(2)所示,除了交流系数-150,其他交流系数的高2比特均为0,所以可以将高2比特作为一层处理,可以降低视频码率,从而减少码流传输过程中对信道容量的占用。Scan the shifted transform coefficient matrix in Zigzag order to obtain the coefficient sequence. The coefficient sequence may be as shown in (2) of FIG. 8, each column of which is an AC coefficient, and each row is the same bit row of the AC coefficient. For example, from top to bottom, the first row is a symbol row, the second row is a high 2 bit row, and the third row to the eighth row are each bit row. The first column is -150, the second column is 14, the third column is 8, the fourth column is 0, the fifth column is -8, the sixth column is 2, the seventh column is 1, and the eighth column is 1. The rest is 0. As shown in Figure 8 (2), except for the AC coefficient -150, the high 2 bits of the other AC coefficients are all 0, so the high 2 bits can be processed as a layer, which can reduce the video bit rate, thereby reducing the bit stream transmission process Occupation of channel capacity in the medium.
对系数序列执行比特分层编码,例如,使用游长编码和霍夫曼编码。其中,可以令交流系数的高n比特作为一层进行编码(称为topn层),其他各层独立编码,例如,n=5,各层可以使用不同的编码码表,也可以使用相同的编码码表。Perform bit-layered coding on the coefficient sequence, for example, using run-length coding and Huffman coding. Among them, the high n bits of the AC coefficient can be coded as a layer (called the topn layer), and the other layers are coded independently, for example, n=5, and each layer can use a different code table or the same code. Stopwatch.
比特分层后,得到各个层,如图7所示,各个层为最高有效位(Most Significant Bit,MSB)_topn、MSB-n-1(bitx)、……、MSB-n(bit1)以及最低有效位(Least Significant Bit,LSB)(bit0)。每一层的符号(Sign)即为该层的非零的交流系数的符号。对比 特分层后的各个层进行熵编码,即如图7所示的各个比特层熵编码。熵编码的方式可以采用如上述所述的方式一或方式二。After bit layering, each layer is obtained. As shown in Figure 7, each layer is the most significant bit (Most Significant Bit, MSB)_topn, MSB-n-1 (bitx), ..., MSB-n (bit1), and the lowest Least Significant Bit (LSB) (bit0). The sign of each layer (Sign) is the sign of the non-zero AC coefficient of the layer. Entropy coding is performed on each layer after contrast layering, that is, each bit layer entropy coding as shown in Fig.7. The method of entropy coding may adopt the method one or the method two described above.
结合图8,先对系数序列进行分层,分层结果可以如图8的(3)所示,第一行为符号层,只有非零的交流系数有符号位,0系数无符号位,topn层(上述第二行,也即上述实施例中的第一层序列)为20000000…0,比特5层(上述第三行,也即上述实施例中的第二层序列)为00000000…0,比特4层(上述第四行,也即上述实施例中的第三层序列)为10000000…0,比特3层(上述第五行,也即上述实施例中的第四层序列)为01101000…0,比特2层(上述第六行,也即上述实施例中的第五层序列)为11010000…0,比特1层(上述第七行,也即上述实施例中的第六层序列)为11010100…0,比特0层(上述第八行,也即上述实施例中的第七层序列)为00010011…0。In combination with Figure 8, the coefficient sequence is layered first. The layering result can be as shown in Figure 8 (3). The first line is the sign layer. Only non-zero AC coefficients have sign bits, and 0 coefficients have no sign bits, and the topn layer (The second row above, that is, the first layer sequence in the above embodiment) is 20000000...0, and the bit 5 layer (the third row above, that is, the second layer sequence in the above embodiment) is 00000000...0, bit Layer 4 (the fourth row above, that is, the third layer sequence in the above embodiment) is 10000000...0, and the bit 3 layer (the fifth row above, that is, the fourth layer sequence in the above embodiment) is 01101000...0, The bit 2 layer (the sixth row above, that is, the fifth layer sequence in the above embodiment) is 11010000...0, and the bit 1 layer (the seventh row above, that is, the sixth layer sequence in the above embodiment) is 11010100... 0, bit 0 layer (the eighth row above, that is, the seventh layer sequence in the above embodiment) is 00010011...0.
本实施例采用上述方式二对如图8的(3)所示的符号层和其他各层(上述第一层至第七层序列)进行联合编码,首先分别进行游长编码,得到的结果如图8的(4)所示,其中,EOP(end of plane)表示从当前系数索引到层结束(索引为63)全部为0。topn的LEVEL可能不为1,其他各层除EOP之外,LEVEL均为1;对(RUN,LEVEL)对应的LEVEL值,若其对应交流系数的符号位未编码,则将符号排布在其后;若对应交流系数的符号位已经编码,则不再插入。其中,(RUN,LEVEL)表示经过RUN个0出现一个LEVEL。对各层(RUN,LEVEL)、[符号位]序列执行霍夫曼编码,得到各层码字序列。各层可以使用不同的霍夫曼码表,也可以使用相同的霍夫曼码表。执行霍夫曼编码后的结果可以如图8的(5)所示,之后可以得到各层的码流,如图8的(6)所示。In this embodiment, the second method described above is used to perform joint coding on the symbol layer shown in (3) of FIG. 8 and the other layers (the first to seventh layer sequences described above). First, run-length coding is performed separately, and the results obtained are as follows: As shown in (4) of FIG. 8, EOP (end of plane) indicates that all 0 from the current coefficient index to the end of the layer (index 63). The LEVEL of topn may not be 1, except for EOP, the LEVEL of all other layers is 1. For the LEVEL value corresponding to (RUN, LEVEL), if the sign bit of the corresponding AC coefficient is not coded, the symbol will be arranged in it. After; if the sign bit corresponding to the AC coefficient has been coded, it will not be inserted any more. Among them, (RUN, LEVEL) means that a LEVEL appears after RUN zeros. Perform Huffman coding on the sequence of each layer (RUN, LEVEL) and [sign bit] to obtain the code word sequence of each layer. Different Huffman code tables can be used for each layer, or the same Huffman code table can be used. The result of performing Huffman coding can be shown in Figure 8 (5), and then the code streams of each layer can be obtained, as shown in Figure 8 (6).
需要说明的是,在一些实施例中,在执行比特分层编码前,还可以对系数序列执行饱和运算,饱和至L比特,例如,L=11。It should be noted that, in some embodiments, before performing bit-layered coding, a saturation operation may be performed on the coefficient sequence to saturate to L bits, for example, L=11.
将属于一个分片的全部宏块的各层码流分别串行拼接,然后打包,例如如图7所示执行RTP打包,获取各个层的多个RTP包。The code streams of each layer of all the macroblocks belonging to a slice are respectively spliced in series and then packaged. For example, RTP packaging is performed as shown in FIG. 7 to obtain multiple RTP packets of each layer.
按照比特位顺序,从高到低依次发送各层码流。或者,同时发送各层码流,而对各层码流使用不同的发送参数,例如,将不同层的RTP包映射至不同的QoS级别。According to the bit order, each layer of code stream is sent from high to low. Or, each layer of code stream is sent at the same time, and different sending parameters are used for each layer of code stream, for example, RTP packets of different layers are mapped to different QoS levels.
在一些实施例中,窗口管理模块可以在分片的发送时间窗口内发送该分片的码流,超出该发送时间窗口则丢弃该分片的未发送码流,从而可以保证低时延。该窗口管理模块可以是上述源设备的通信接口中的一个功能模块,其可以通过软件代码实现。In some embodiments, the window management module may send the code stream of the segment within the sending time window of the segment, and discard the unsent code stream of the segment if the sending time window exceeds the sending time window, thereby ensuring low latency. The window management module may be a functional module in the communication interface of the above-mentioned source device, which may be implemented by software code.
分片的码流经过MAC层和PHY层封装通过射频接口发送给解码器。The fragmented code stream is encapsulated by the MAC layer and the PHY layer and sent to the decoder through the radio frequency interface.
本实施例,在编码过程中,通过移位处理,可以平滑低比特信息的丢失率,平滑均匀码率在各层的分布,平滑PNSR随层丢失量的变化,通过比特分层编码,可以在信道容量较差导致码流丢失时,使得解码器端基于收到的部分码流,还原出交流系数的近视值,以获得质量相对较低的重构图像,避免图像块无法重构所导致的马赛克、卡顿等现象。In this embodiment, in the encoding process, through shift processing, the loss rate of low-bit information can be smoothed, the distribution of uniform code rate in each layer can be smoothed, and the change of PNSR with layer loss can be smoothed. When the bit stream is lost due to poor channel capacity, the decoder will restore the myopia value of the AC coefficient based on the received partial bit stream to obtain a relatively low-quality reconstructed image and avoid the failure of image blocks to be reconstructed. Phenomena such as mosaic and stuttering.
图9为本申请实施例的一种视频编码方法的流程图,本实施例涉及源设备和目的设备,该源设备包括编码器,该目的设备包括解码器,本实施例在上述任意实施例的基础上还可以调整编码器端的发送参数和/或编码参数,如图9所示,本实施例的方法可以包括:Figure 9 is a flowchart of a video encoding method according to an embodiment of the application. This embodiment relates to a source device and a destination device. The source device includes an encoder, and the destination device includes a decoder. On the basis of this, it is also possible to adjust the transmission parameters and/or coding parameters of the encoder. As shown in FIG. 9, the method of this embodiment may include:
步骤201、目的地设备向源设备发送链路信息。Step 201: The destination device sends link information to the source device.
源设备接收目的地设备发送的链路信息,该链路信息用于反馈传输码流的信道容量的变化,即传输码流的信道质量的相关信息,例如,该链路信息可以是信噪比(signal noise ratio,SNR)、误差向量幅度(Error Vector Magnitude,EVM)等任意一项或者多项。The source device receives the link information sent by the destination device. The link information is used to feed back the change in the channel capacity of the transmission code stream, that is, information related to the channel quality of the transmission code stream. For example, the link information may be the signal-to-noise ratio Any one or more of (signal noise ratio, SNR), error vector magnitude (Error Vector Magnitude, EVM), etc.
示例性的,目的地设备可以通过目的地设备的通信接口向源设备发送该链路信息,该链路信息可以承载在任意消息或数据包中,源设备的通信接口接收到该链路信息后,可以将该链路信息传递给解码器。Exemplarily, the destination device may send the link information to the source device through the communication interface of the destination device, and the link information may be carried in any message or data packet. After the communication interface of the source device receives the link information , The link information can be passed to the decoder.
步骤202、源设备根据链路信息调整发送参数或编码参数中至少一项。Step 202: The source device adjusts at least one of a sending parameter or an encoding parameter according to the link information.
该发送参数用于发送图像块对应的码流,该编码参数包括编码类型(例如,I帧、P帧、B帧等)和量化处理参数,该量化处理参数为上述量化处理中所使用的参数。The sending parameter is used to send the code stream corresponding to the image block. The coding parameter includes the coding type (for example, I frame, P frame, B frame, etc.) and quantization processing parameters, and the quantization processing parameters are the parameters used in the above quantization processing. .
示例性的,源设备的编码器可以根据该链路信息调整编码参数,源设备可以根据该链路信息调整发送参数。Exemplarily, the encoder of the source device may adjust the encoding parameter according to the link information, and the source device may adjust the transmission parameter according to the link information.
步骤203、源设备以调整后的发送参数或编码参数中至少一项,向目的地设备发送至少一个图像块对应的码流。Step 203: The source device sends a code stream corresponding to at least one image block to the destination device using at least one of the adjusted sending parameter or encoding parameter.
示例性的,编码器以调整后的编码参数,对至少一个图像块进行编码,获取至少一个图像块对应的码流,通过源设备的通信接口向解码器发送该至少一个图像块对应的码流。Exemplarily, the encoder encodes at least one image block with the adjusted encoding parameters, obtains the code stream corresponding to the at least one image block, and sends the code stream corresponding to the at least one image block to the decoder through the communication interface of the source device .
本实施例,通过源设备基于目的地设备反馈的链路信息调整发送参数和/或编码参数,以使得源设备发送的码流的码率适应信道容量,可以提升码流传输的质量和稳定性,保证低时延,提升用户观看体验。In this embodiment, the source device adjusts the sending parameters and/or coding parameters based on the link information fed back by the destination device, so that the code rate of the code stream sent by the source device adapts to the channel capacity, which can improve the quality and stability of code stream transmission. , To ensure low latency and improve user viewing experience.
基于与上述方法相同的发明构思,本申请实施例还提供了一种视频编码装置,该视频编码装置可以应用于视频编码器。Based on the same inventive concept as the above method, an embodiment of the present application also provides a video encoding device, which can be applied to a video encoder.
图10为本申请实施例的一种视频编码装置的结构示意图,如图10所示,该视频编码装置100包括:获取单元101、比特分层模块102、熵编码模块103以及码流获取模块104;其中,获取模块101,用于获取至少一个图像块的系数序列和第一参数,该系数序列为该至少一个图像块经过量化处理后的序列,该第一参数包括分辨率、同步字、运动矢量或直流分量中至少一项。比特分层模块102,用于对该至少一个图像块的系数序列进行比特分层,获取每个图像块的多个层序列,该多个层序列中的每个层序列包括该图像块的系数序列中的多个交流系数的相同比特位的信息。熵编码模块103,用于对该每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列。码流获取模块104,还用于根据该至少一个图像块的第一参数和每个图像块的多个层码字序列,获取该至少一个图像块对应的码流,该码流用于解码器重构该至少一个图像块。FIG. 10 is a schematic structural diagram of a video encoding device according to an embodiment of the application. As shown in FIG. 10, the video encoding device 100 includes: an acquisition unit 101, a bit layering module 102, an entropy encoding module 103, and a code stream acquisition module 104 Wherein, the acquisition module 101 is configured to acquire a coefficient sequence and a first parameter of at least one image block, the coefficient sequence is a sequence of the at least one image block after quantization processing, and the first parameter includes resolution, synchronization word, motion At least one of vector or DC component. The bit layering module 102 is configured to perform bit layering on the coefficient sequence of the at least one image block to obtain multiple layer sequences of each image block, and each layer sequence of the multiple layer sequences includes the coefficient of the image block The same bit information of multiple AC coefficients in the sequence. The entropy coding module 103 is configured to perform entropy coding on the multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block. The code stream obtaining module 104 is further configured to obtain the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, and the code stream is used for the decoder to reproduce the code stream. Construct the at least one image block.
在一些实施例中,该多个层序列中的每个层序列包括该图像块的系数序列中的每个交流系数的二进制表示的一个或多个比特位的信息。In some embodiments, each layer sequence in the plurality of layer sequences includes one or more bits of information of the binary representation of each AC coefficient in the coefficient sequence of the image block.
在一些实施例中,每个图像块的多个层序列包括该图像块的符号层序列、该图像块的第一层序列至第k+1层序列;其中,该图像块的符号层序列包括该图像块的所有交流系数的二进制表示中的符号比特,该图像块的第一层序列包括该图像块的所有交流系数的二进制表示中的高n比特,该高n比特包括每个交流系数的二进制表示中的 第N比特至第N-n+1比特,该第N比特为所有交流系数的二进制表示中的除符号比特之外的最高比特,该图像块的第二层序列至第k+1层序列分别包括该图像块的所有交流系数的二进制表示中的低k比特中的一个比特,该低k比特包括每个交流系数的二进制表示中的第1比特至第k比特;N取大于2的整数,n取小于N的任意正整数,k取小于N的任意正整数,且N=n+k。In some embodiments, the multiple layer sequence of each image block includes the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block; wherein, the symbol layer sequence of the image block includes The sign bit in the binary representation of all the AC coefficients of the image block, the first layer sequence of the image block includes the high n bits in the binary representation of all the AC coefficients of the image block, and the high n bits include the value of each AC coefficient. From the Nth bit to the N-n+1th bit in the binary representation, the Nth bit is the highest bit in the binary representation of all AC coefficients except for the sign bit. The second layer sequence of the image block to the k+th bit The 1-layer sequence includes one of the low-k bits in the binary representation of all AC coefficients of the image block, and the low-k bit includes the first to k-th bits in the binary representation of each AC coefficient; N is greater than An integer of 2, n is any positive integer less than N, k is any positive integer less than N, and N=n+k.
在一些实施例中,该熵编码模块103用于:对每个图像块的该第一层序列、以及该第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列。In some embodiments, the entropy encoding module 103 is configured to: perform run-length encoding and Huffman encoding on the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block. , Acquiring the first layer codeword sequence and the second layer codeword sequence to the k+1th layer codeword sequence of each image block.
在一些实施例中,该码流获取模块104用于:对该至少一个图像块的第一参数进行串行拼接,获取该至少一个图像块的第一参数的码流;对该至少一个图像块的符号层序列进行串行拼接,获取该至少一个图像块的符号层的码流;对该至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取该至少一个图像块的第一层至第k+1层的码流。In some embodiments, the code stream obtaining module 104 is configured to: perform serial splicing of the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block; Serially splicing the symbol layer sequence of the at least one image block to obtain the code stream of the symbol layer of the at least one image block; the first layer code word sequence and the second layer code word sequence to the k+1 layer code of the at least one image block The word sequences are respectively serially spliced to obtain the code streams of the first layer to the k+1th layer of the at least one image block.
在一些实施例中,该至少一个图像块的第一参数的码流、该至少一个图像块的符号层的码流、该至少一个图像块的第一层至第k+1层的码流对应多个服务质量QoS级别。In some embodiments, the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the code stream of the first layer to the k+1th layer of the at least one image block correspond to Multiple quality of service QoS levels.
在一些实施例中,该装置还包括:收发模块105,用于依序发送该至少一个图像块的第一参数的码流、该至少一个图像块的符号层的码流、该至少一个图像块的第一层至第k+1层的码流。In some embodiments, the device further includes: a transceiver module 105, configured to sequentially send the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the code stream of the at least one image block. The code stream from the first layer to the k+1th layer.
在一些实施例中,该熵编码模块103用于:根据每个图像块的符号层序列,对每个图像块的第一层序列、以及第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列,该第一层码字序列、以及第二层码字序列至第k+1层码字序列中携带非零的交流系数的符号位信息,非零的交流系数的符号位信息位于该非零的交流系数的最高比特位对应的第i层码字序列中,i取1至k+1。In some embodiments, the entropy encoding module 103 is configured to: perform the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block according to the symbol layer sequence of each image block. Run-length coding and Huffman coding to obtain the first layer code word sequence and the second layer code word sequence to the k+1 layer code word sequence of each image block, the first layer code word sequence, and the second layer code word sequence The layer codeword sequence to the k+1 layer codeword sequence carry the sign bit information of the non-zero AC coefficient, and the sign bit information of the non-zero AC coefficient is located in the i-th layer corresponding to the highest bit of the non-zero AC coefficient In the code word sequence, i takes 1 to k+1.
在一些实施例中,该码流获取模块104用于:对该至少一个图像块的第一参数进行串行拼接,获取该至少一个图像块的第一参数的码流;对该至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取该至少一个图像块的第一层至第k+1层的码流。In some embodiments, the code stream obtaining module 104 is configured to: perform serial splicing of the first parameter of the at least one image block to obtain the code stream of the first parameter of the at least one image block; The first layer code word sequence and the second layer code word sequence to the k+1 layer code word sequence are respectively serially spliced to obtain the code stream from the first layer to the k+1 layer of the at least one image block.
在一些实施例中,该至少一个图像块的第一参数的码流、该至少一个图像块的第一层至第k+1层的码流对应多个QoS级别。In some embodiments, the code stream of the first parameter of the at least one image block and the code stream of the first layer to the k+1th layer of the at least one image block correspond to multiple QoS levels.
在一些实施例中,收发模块105,用于在该至少一个图像块所属分片的发送时间窗口内,发送该至少一个图像块对应的码流。In some embodiments, the transceiver module 105 is configured to send the code stream corresponding to the at least one image block within the sending time window of the slice to which the at least one image block belongs.
在一些实施例中,该收发模块105还用于:在超出该分片的发送时间窗口时,丢弃该分片的未发送的图像块对应的码流。In some embodiments, the transceiver module 105 is further configured to discard the code stream corresponding to the unsent image block of the segment when the transmission time window of the segment is exceeded.
在一些实施例中,该收发模块105,用于接收解码端发送的链路信息,该链路信息用于反馈传输该码流的信道容量的变化;该熵编码模块103,还用于根据该链路信息调整发送参数或编码参数中至少一项,该发送参数用于发送图像块对应的码流,该编码参数包括编码类型和量化处理参数。In some embodiments, the transceiver module 105 is used to receive link information sent by the decoding end, and the link information is used to feed back changes in the channel capacity for transmitting the code stream; the entropy encoding module 103 is also used to Link information adjusts at least one of a sending parameter or an encoding parameter, the sending parameter is used to send a code stream corresponding to the image block, and the encoding parameter includes an encoding type and a quantization processing parameter.
在一些实施例中,该获取模块101还用于:获取该至少一个图像块的变换系数;对每个图像块的变换系数进行量化处理,获取每个图像块的量化后的变换系数;对每个图像块的量化后的变换系数按照移位矩阵进行移位处理和顺序扫描,获取每个图像块的系数序列。In some embodiments, the acquisition module 101 is further configured to: acquire the transform coefficient of the at least one image block; perform quantization processing on the transform coefficient of each image block to obtain the quantized transform coefficient of each image block; The quantized transform coefficients of each image block are shifted and sequentially scanned according to the shift matrix to obtain the coefficient sequence of each image block.
需要说明的是,上述获取模块101、比特分层模块102、熵编码模块103以及码流获取模块104可应用于编码端的熵编码过程。上述视频编码装置100也可以称为分层编码装置100。It should be noted that the aforementioned acquisition module 101, bit layering module 102, entropy encoding module 103, and code stream acquisition module 104 can be applied to the entropy encoding process at the encoding end. The video encoding device 100 described above may also be referred to as a layered encoding device 100.
还需要说明的是,获取模块101、比特分层模块102、熵编码模块103以及码流获取模块104的具体实现过程可参考上述方法实施例的详细描述,为了说明书的简洁,这里不再赘述。It should also be noted that the specific implementation process of the acquisition module 101, the bit layering module 102, the entropy encoding module 103, and the code stream acquisition module 104 can refer to the detailed description of the foregoing method embodiment. For the sake of brevity of the description, it will not be repeated here.
基于与上述方法相同的发明构思,本申请实施例提供一种视频编码器,视频编码器用于编码图像块,包括:如执行如上述一个或者多个实施例中所述的视频编码装置,其中,视频编码装置用于编码生成对应的码流。Based on the same inventive concept as the above method, an embodiment of the present application provides a video encoder. The video encoder is used to encode image blocks, including: The video encoding device is used for encoding and generating the corresponding code stream.
基于与上述方法相同的发明构思,本申请实施例提供一种用于编码视频数据的设备,该设备包括:存储器,用于存储视频数据,所述视频数据包括一个或多个图像块;视频编码器,用于获取至少一个图像块的系数序列和第一参数,系数序列为所述至少一个图像块经过量化处理后的序列,第一参数包括分辨率、同步字、运动矢量或直流分量中至少一项。对至少一个图像块的系数序列进行比特分层,获取每个图像块的多个层序列,多个层序列中的每个层序列包括图像块的系数序列中的多个交流系数的相同比特位的信息。对每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列。根据至少一个图像块的第一参数和每个图像块的多个层码字序列,获取至少一个图像块对应的码流,码流用于解码器重构该至少一个图像块。Based on the same inventive concept as the above method, an embodiment of the present application provides a device for encoding video data. The device includes: a memory for storing video data, the video data including one or more image blocks; video encoding A device for obtaining a coefficient sequence and a first parameter of at least one image block, the coefficient sequence is a sequence after the at least one image block is quantized, and the first parameter includes at least one of resolution, synchronization word, motion vector or DC component One item. Perform bit layering on the coefficient sequence of at least one image block to obtain multiple layer sequences of each image block, and each layer sequence of the multiple layer sequences includes the same bits of multiple AC coefficients in the coefficient sequence of the image block Information. Entropy coding is performed on multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block. According to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, a code stream corresponding to the at least one image block is obtained, and the code stream is used for the decoder to reconstruct the at least one image block.
基于与上述方法相同的发明构思,本申请实施例提供一种用于解码视频数据的设备,该设备包括:存储器,用于存储码流形式的视频数据;视频解码器,用于通过执行与上述视频编码器相反的流程解析码流,重构图像块。Based on the same inventive concept as the above method, an embodiment of the application provides a device for decoding video data. The device includes: a memory for storing video data in the form of a code stream; and a video decoder for performing the same The reverse process of the video encoder parses the code stream and reconstructs the image block.
基于与上述方法相同的发明构思,本申请实施例提供一种编码设备,包括:相互耦合的非易失性存储器和处理器,所述处理器调用存储在所述存储器中的程序代码以执行如上述一个或者多个实施例中所述的视频编码方法的部分或全部步骤。Based on the same inventive concept as the above method, an embodiment of the present application provides an encoding device, including: a non-volatile memory and a processor coupled with each other, the processor calls the program code stored in the memory to execute such as Part or all of the steps of the video encoding method described in one or more of the above embodiments.
基于与上述方法相同的发明构思,本申请实施例提供一种计算机可读存储介质,所述计算机可读存储介质存储了程序代码,其中,所述程序代码包括用于执行如上述一个或者多个实施例中所述的视频编码方法的部分或全部步骤的指令。Based on the same inventive concept as the above method, an embodiment of the present application provides a computer-readable storage medium that stores program code, wherein the program code includes one or more Instructions for part or all of the steps of the video encoding method described in the embodiment.
基于与上述方法相同的发明构思,本申请实施例提供一种计算机程序产品,当所述计算机程序产品在计算机上运行时,使得所述计算机执行如上述一个或者多个实施例中所述的视频编码方法的部分或全部步骤。Based on the same inventive concept as the above method, embodiments of the present application provide a computer program product, which when the computer program product runs on a computer, causes the computer to execute the video as described in one or more of the above embodiments. Part or all of the steps of the encoding method.
本领域技术人员能够领会,结合本文公开描述的各种说明性逻辑框、模块和算法步骤所描述的功能可以硬件、软件、固件或其任何组合来实施。如果以软件来实施,那么各种说明性逻辑框、模块、和步骤描述的功能可作为一或多个指令或代码在计算机可读媒体上 存储或传输,且由基于硬件的处理单元执行。计算机可读媒体可包含计算机可读存储媒体,其对应于有形媒体,例如数据存储媒体,或包括任何促进将计算机程序从一处传送到另一处的媒体(例如,根据通信协议)的通信媒体。以此方式,计算机可读媒体大体上可对应于(1)非暂时性的有形计算机可读存储媒体,或(2)通信媒体,例如信号或载波。数据存储媒体可为可由一或多个计算机或一或多个处理器存取以检索用于实施本申请中描述的技术的指令、代码和/或数据结构的任何可用媒体。计算机程序产品可包含计算机可读媒体。Those skilled in the art can understand that the functions described in conjunction with the various illustrative logical blocks, modules, and algorithm steps disclosed herein can be implemented by hardware, software, firmware, or any combination thereof. If implemented in software, the functions described by various illustrative logical blocks, modules, and steps can be stored or transmitted as one or more instructions or codes on a computer-readable medium and executed by a hardware-based processing unit. The computer-readable medium may include a computer-readable storage medium, which corresponds to a tangible medium, such as a data storage medium, or a communication medium that includes any medium that facilitates the transfer of a computer program from one place to another (for example, according to a communication protocol) . In this manner, a computer-readable medium may generally correspond to (1) a non-transitory tangible computer-readable storage medium, or (2) a communication medium, such as a signal or carrier wave. Data storage media may be any available media that can be accessed by one or more computers or one or more processors to retrieve instructions, codes, and/or data structures for implementing the techniques described in this application. The computer program product may include a computer-readable medium.
作为实例而非限制,此类计算机可读存储媒体可包括RAM、ROM、EEPROM、CD-ROM或其它光盘存储装置、磁盘存储装置或其它磁性存储装置、快闪存储器或可用来存储指令或数据结构的形式的所要程序代码并且可由计算机存取的任何其它媒体。并且,任何连接被恰当地称作计算机可读媒体。举例来说,如果使用同轴缆线、光纤缆线、双绞线、数字订户线(DSL)或例如红外线、无线电和微波等无线技术从网站、服务器或其它远程源传输指令,那么同轴缆线、光纤缆线、双绞线、DSL或例如红外线、无线电和微波等无线技术包含在媒体的定义中。但是,应理解,所述计算机可读存储媒体和数据存储媒体并不包括连接、载波、信号或其它暂时媒体,而是实际上针对于非暂时性有形存储媒体。如本文中所使用,磁盘和光盘包含压缩光盘(CD)、激光光盘、光学光盘、数字多功能光盘(DVD)和蓝光光盘,其中磁盘通常以磁性方式再现数据,而光盘利用激光以光学方式再现数据。以上各项的组合也应包含在计算机可读媒体的范围内。By way of example and not limitation, such computer-readable storage media may include RAM, ROM, EEPROM, CD-ROM or other optical disk storage devices, magnetic disk storage devices or other magnetic storage devices, flash memory, or structures that can be used to store instructions or data Any other media that can be accessed by the computer in the form of desired program code. And, any connection is properly termed a computer-readable medium. For example, if you use coaxial cable, fiber optic cable, twisted pair, digital subscriber line (DSL), or wireless technologies such as infrared, radio, and microwave to transmit instructions from a website, server, or other remote source, then the coaxial cable Wire, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of media. However, it should be understood that the computer-readable storage media and data storage media do not include connections, carrier waves, signals, or other temporary media, but are actually directed to non-transitory tangible storage media. As used herein, magnetic disks and optical disks include compact disks (CDs), laser disks, optical disks, digital versatile disks (DVD) and Blu-ray disks, where disks usually reproduce data magnetically, while optical disks use lasers to reproduce data optically data. Combinations of the above should also be included in the scope of computer-readable media.
可通过例如一或多个数字信号处理器(DSP)、通用微处理器、专用集成电路(ASIC)、现场可编程逻辑阵列(FPGA)或其它等效集成或离散逻辑电路等一或多个处理器来执行指令。因此,如本文中所使用的术语“处理器”可指前述结构或适合于实施本文中所描述的技术的任一其它结构中的任一者。另外,在一些方面中,本文中所描述的各种说明性逻辑框、模块、和步骤所描述的功能可以提供于经配置以用于编码和解码的专用硬件和/或软件模块内,或者并入在组合编解码器中。而且,所述技术可完全实施于一或多个电路或逻辑元件中。It can be processed by one or more digital signal processors (DSP), general-purpose microprocessors, application-specific integrated circuits (ASIC), field programmable logic arrays (FPGA) or other equivalent integrated or discrete logic circuits, for example To execute instructions. Therefore, the term "processor" as used herein may refer to any of the foregoing structure or any other structure suitable for implementing the techniques described herein. In addition, in some aspects, the functions described by the various illustrative logical blocks, modules, and steps described herein may be provided in dedicated hardware and/or software modules configured for encoding and decoding, or combined Into the combined codec. Moreover, the technology may be fully implemented in one or more circuits or logic elements.
本申请的技术可在各种各样的装置或设备中实施,包含无线手持机、集成电路(IC)或一组IC(例如,芯片组)。本申请中描述各种组件、模块或单元是为了强调用于执行所揭示的技术的装置的功能方面,但未必需要由不同硬件单元实现。实际上,如上文所描述,各种单元可结合合适的软件和/或固件组合在编码解码器硬件单元中,或者通过互操作硬件单元(包含如上文所描述的一或多个处理器)来提供。The technology of this application can be implemented in a variety of devices or devices, including wireless handsets, integrated circuits (ICs), or a set of ICs (for example, chipsets). Various components, modules, or units are described in this application to emphasize the functional aspects of the device for implementing the disclosed technology, but they do not necessarily need to be implemented by different hardware units. In fact, as described above, various units can be combined with appropriate software and/or firmware in the codec hardware unit, or by interoperating hardware units (including one or more processors as described above). supply.
在上述实施例中,对各个实施例的描述各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。In the above-mentioned embodiments, the description of each embodiment has its own focus. For parts that are not described in detail in an embodiment, reference may be made to related descriptions of other embodiments.
以上所述,仅为本申请示例性的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应该以权利要求的保护范围为准。The above are only exemplary specific implementations of this application, but the protection scope of this application is not limited thereto. Any person skilled in the art can easily think of changes or changes within the technical scope disclosed in this application. Replacement shall be covered within the scope of protection of this application. Therefore, the protection scope of this application should be subject to the protection scope of the claims.

Claims (30)

  1. 一种视频编码方法,其特征在于,包括:A video coding method, characterized in that it comprises:
    获取至少一个图像块的系数序列和所述至少一个图像块的第一参数,所述系数序列为所述至少一个图像块经过量化处理后的序列,所述第一参数包括分辨率、同步字、运动矢量或直流分量中至少一项;Obtain a coefficient sequence of at least one image block and a first parameter of the at least one image block, where the coefficient sequence is a sequence after the at least one image block is quantized, and the first parameter includes resolution, synchronization word, At least one of motion vector or DC component;
    对所述至少一个图像块的系数序列按照比特位进行分层,获取每个图像块的多个层序列,所述多个层序列中的每个层序列包括所述图像块的系数序列中的多个交流系数的相同比特位的信息,所述交流系数表征交流分量的幅值;The coefficient sequence of the at least one image block is layered according to the bit position, and multiple layer sequences of each image block are obtained. Each layer sequence of the multiple layer sequences includes the coefficient sequence of the image block. The same bit information of a plurality of AC coefficients, where the AC coefficient represents the amplitude of the AC component;
    对所述每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列;Performing entropy coding on the multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block;
    根据所述至少一个图像块的第一参数和每个图像块的多个层码字序列,获取所述至少一个图像块对应的码流,所述码流用于解码器重构所述至少一个图像块。Obtain a code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, and the code stream is used for the decoder to reconstruct the at least one image Piece.
  2. 根据权利要求1所述的方法,其特征在于,所述多个层序列中的每个层序列包括所述图像块的系数序列中的每个交流系数的二进制表示的一个或多个比特位的信息。The method according to claim 1, wherein each layer sequence in the plurality of layer sequences includes one or more bits of the binary representation of each AC coefficient in the coefficient sequence of the image block. information.
  3. 根据权利要求2所述的方法,其特征在于,每个图像块的多个层序列包括所述图像块的符号层序列、所述图像块的第一层序列至第k+1层序列;The method according to claim 2, wherein the multiple layer sequences of each image block include the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block;
    其中,所述图像块的符号层序列包括所述图像块的所有交流系数的二进制表示中的符号比特,所述图像块的第一层序列包括所述图像块的所有交流系数的二进制表示中的高n比特,所述高n比特包括每个交流系数的二进制表示中的第N比特至第N-n+1比特,所述第N比特为所有交流系数的二进制表示中的除符号比特之外的最高比特,所述图像块的第二层序列至第k+1层序列分别包括所述图像块的所有交流系数的二进制表示中的低k比特中的一个比特,所述低k比特包括每个交流系数的二进制表示中的第1比特至第k比特;Wherein, the symbol layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block, and the first layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block. High n bits, the high n bits include the Nth to N-n+1 bits in the binary representation of each AC coefficient, and the Nth bit is the binary representation of all the AC coefficients except for the sign bit The highest bit of the image block from the second layer sequence to the k+1 layer sequence respectively includes one of the low-k bits in the binary representation of all the AC coefficients of the image block, and the low-k bits include each Bit 1 to bit k in the binary representation of the AC coefficients;
    N取大于2的整数,n取小于N的任意正整数,k取小于N的任意正整数,且N=n+k。N is an integer greater than 2, n is any positive integer less than N, k is any positive integer less than N, and N=n+k.
  4. 根据权利要求3所述的方法,其特征在于,所述对所述每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列,包括:The method according to claim 3, wherein the separately entropy coding the multiple layer sequences of each image block to obtain the multiple layer code word sequences of each image block comprises:
    对每个图像块的所述第一层序列、以及所述第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列。Perform run-length coding and Huffman coding on the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block, respectively, to obtain the first layer codeword of each image block Sequence, and the second layer codeword sequence to the k+1th layer codeword sequence.
  5. 根据权利要求4所述的方法,其特征在于,所述根据所述至少一个图像块的第一参数和每个图像块的多个层码字序列,获取所述至少一个图像块对应的码流,包括:The method according to claim 4, wherein the code stream corresponding to the at least one image block is obtained according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block ,include:
    对所述至少一个图像块的第一参数进行串行拼接,获取所述至少一个图像块的第一参数的码流;Performing serial splicing on the first parameter of the at least one image block to obtain a code stream of the first parameter of the at least one image block;
    对所述至少一个图像块的符号层序列进行串行拼接,获取所述至少一个图像块的符号层的码流;Serially splicing the symbol layer sequence of the at least one image block to obtain the code stream of the symbol layer of the at least one image block;
    对所述至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取所述至少一个图像块的第一层至第k+1层的码流。Serial splicing is performed on the first layer codeword sequence of the at least one image block, and the second layer codeword sequence to the k+1th layer codeword sequence, respectively, to obtain the first layer to the first layer of the at least one image block The code stream of the k+1 layer.
  6. 根据权利要求5所述的方法,其特征在于,所述至少一个图像块的第一参数的 码流、所述至少一个图像块的符号层的码流、所述至少一个图像块的第一层至第k+1层的码流对应多个服务质量QoS级别。The method according to claim 5, wherein the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the first layer of the at least one image block The code stream to the k+1 layer corresponds to multiple QoS levels.
  7. 根据权利要求5所述的方法,其特征在于,所述方法还包括:The method according to claim 5, wherein the method further comprises:
    依序发送所述至少一个图像块的第一参数的码流、所述至少一个图像块的符号层的码流、所述至少一个图像块的第一层至第k+1层的码流。The code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the code stream of the first layer to the k+1th layer of the at least one image block are sequentially sent.
  8. 根据权利要求3所述的方法,其特征在于,所述对所述每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列,包括:The method according to claim 3, wherein the separately entropy coding the multiple layer sequences of each image block to obtain the multiple layer code word sequences of each image block comprises:
    根据每个图像块的符号层序列,对每个图像块的第一层序列、以及第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列,所述第一层码字序列、以及第二层码字序列至第k+1层码字序列中携带非零的交流系数的符号位信息,非零的交流系数的符号位信息位于所述非零的交流系数的最高比特位对应的第i层码字序列中,i取1至k+1。According to the symbol layer sequence of each image block, run-length coding and Huffman coding are performed on the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block to obtain each image block The first layer codeword sequence, and the second layer codeword sequence to the k+1 layer codeword sequence, the first layer codeword sequence, and the second layer codeword sequence to the k+1 layer codeword sequence Carries the sign bit information of the non-zero AC coefficient, and the sign bit information of the non-zero AC coefficient is located in the i-th layer codeword sequence corresponding to the highest bit of the non-zero AC coefficient, and i is from 1 to k+1 .
  9. 根据权利要求8所述的方法,其特征在于,所述根据所述至少一个图像块的第一参数和每个图像块的多个层码字序列,获取所述至少一个图像块对应的码流,包括:The method according to claim 8, wherein the code stream corresponding to the at least one image block is obtained according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block ,include:
    对所述至少一个图像块的第一参数进行串行拼接,获取所述至少一个图像块的第一参数的码流;Performing serial splicing on the first parameter of the at least one image block to obtain a code stream of the first parameter of the at least one image block;
    对所述至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取所述至少一个图像块的第一层至第k+1层的码流。Serial splicing is performed on the first layer codeword sequence of the at least one image block, and the second layer codeword sequence to the k+1th layer codeword sequence, respectively, to obtain the first layer to the first layer of the at least one image block The code stream of the k+1 layer.
  10. 根据权利要求9所述的方法,其特征在于,所述至少一个图像块的第一参数的码流、所述至少一个图像块的第一层至第k+1层的码流对应多个QoS级别。The method according to claim 9, wherein the code stream of the first parameter of the at least one image block and the code stream of the first layer to the k+1 layer of the at least one image block correspond to multiple QoS level.
  11. 根据权利要求1至10任一项所述的方法,其特征在于,所述方法还包括:The method according to any one of claims 1 to 10, wherein the method further comprises:
    在所述至少一个图像块所属分片的发送时间窗口内,发送所述至少一个图像块对应的码流。Send the code stream corresponding to the at least one image block within the sending time window of the slice to which the at least one image block belongs.
  12. 根据权利要求11所述的方法,其特征在于,所述方法还包括:The method according to claim 11, wherein the method further comprises:
    在超出所述分片的发送时间窗口时,丢弃所述分片的未发送的图像块对应的码流。When the sending time window of the segment is exceeded, the code stream corresponding to the unsent image block of the segment is discarded.
  13. 根据权利要求1至12任一项所述的方法,其特征在于,所述方法还包括:The method according to any one of claims 1 to 12, wherein the method further comprises:
    接收解码端发送的链路信息,所述链路信息用于反馈传输所述码流的信道容量的变化;Receiving link information sent by a decoding end, where the link information is used to feed back changes in channel capacity for transmitting the code stream;
    根据所述链路信息调整发送参数或编码参数中至少一项,所述发送参数用于发送图像块对应的码流,所述编码参数包括编码类型和量化处理参数。Adjust at least one of a sending parameter or an encoding parameter according to the link information, the sending parameter is used to send a code stream corresponding to an image block, and the encoding parameter includes an encoding type and a quantization processing parameter.
  14. 根据权利要求1至13任一项所述的方法,其特征在于,所述方法还包括:The method according to any one of claims 1 to 13, wherein the method further comprises:
    获取所述至少一个图像块的变换系数;Acquiring the transform coefficient of the at least one image block;
    对每个图像块的变换系数进行量化处理,获取每个图像块的量化后的变换系数;Perform quantization processing on the transform coefficient of each image block, and obtain the quantized transform coefficient of each image block;
    对每个图像块的量化后的变换系数按照移位矩阵进行移位处理和顺序扫描,获取每个图像块的系数序列。The quantized transform coefficient of each image block is shifted and sequentially scanned according to the shift matrix to obtain the coefficient sequence of each image block.
  15. 一种视频编码装置,其特征在于,包括:A video encoding device, characterized in that it comprises:
    获取模块,用于获取至少一个图像块的系数序列和所述至少一个图像块的第一参数,所述系数序列为所述至少一个图像块经过量化处理后的序列,所述第一参数包括 分辨率、同步字、运动矢量或直流分量中至少一项;The acquiring module is configured to acquire a coefficient sequence of at least one image block and a first parameter of the at least one image block, where the coefficient sequence is a sequence of the at least one image block after quantization processing, and the first parameter includes resolution At least one of rate, sync word, motion vector or DC component;
    比特分层模块,用于对所述至少一个图像块的系数序列按照比特位进行分层,获取每个图像块的多个层序列,所述多个层序列中的每个层序列包括所述图像块的系数序列中的多个交流系数的相同比特位的信息,所述交流系数表征交流分量的幅值;The bit layering module is configured to layer the coefficient sequence of the at least one image block according to the bit position, and obtain multiple layer sequences of each image block, and each layer sequence of the multiple layer sequences includes the The same bit information of multiple AC coefficients in the coefficient sequence of the image block, where the AC coefficient represents the amplitude of the AC component;
    熵编码模块,用于对所述每个图像块的多个层序列分别进行熵编码,获取每个图像块的多个层码字序列;An entropy coding module, configured to perform entropy coding on the multiple layer sequences of each image block to obtain multiple layer codeword sequences of each image block;
    码流获取模块,还用于根据所述至少一个图像块的第一参数和每个图像块的多个层码字序列,获取所述至少一个图像块对应的码流,所述码流用于解码器重构所述至少一个图像块。The code stream obtaining module is further configured to obtain the code stream corresponding to the at least one image block according to the first parameter of the at least one image block and the multiple layer code word sequence of each image block, and the code stream is used for decoding The device reconstructs the at least one image block.
  16. 根据权利要求15所述的装置,其特征在于,所述多个层序列中的每个层序列包括所述图像块的系数序列中的每个交流系数的二进制表示的一个或多个比特位的信息。The apparatus according to claim 15, wherein each layer sequence in the plurality of layer sequences includes one or more bits of the binary representation of each AC coefficient in the coefficient sequence of the image block. information.
  17. 根据权利要求16所述的装置,其特征在于,每个图像块的多个层序列包括所述图像块的符号层序列、所述图像块的第一层序列至第k+1层序列;The device according to claim 16, wherein the multiple layer sequences of each image block include the symbol layer sequence of the image block, the first layer sequence to the k+1th layer sequence of the image block;
    其中,所述图像块的符号层序列包括所述图像块的所有交流系数的二进制表示中的符号比特,所述图像块的第一层序列包括所述图像块的所有交流系数的二进制表示中的高n比特,所述高n比特包括每个交流系数的二进制表示中的第N比特至第N-n+1比特,所述第N比特为所有交流系数的二进制表示中的除符号比特之外的最高比特,所述图像块的第二层序列至第k+1层序列分别包括所述图像块的所有交流系数的二进制表示中的低k比特中的一个比特,所述低k比特包括每个交流系数的二进制表示中的第1比特至第k比特;Wherein, the symbol layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block, and the first layer sequence of the image block includes the symbol bits in the binary representation of all the AC coefficients of the image block. High n bits, the high n bits include the Nth to N-n+1 bits in the binary representation of each AC coefficient, and the Nth bit is the binary representation of all the AC coefficients except for the sign bit The highest bit of the image block from the second layer sequence to the k+1 layer sequence respectively includes one of the low-k bits in the binary representation of all the AC coefficients of the image block, and the low-k bits include each Bit 1 to bit k in the binary representation of the AC coefficients;
    N取大于2的整数,n取小于N的任意正整数,k取小于N的任意正整数,且N=n+k。N is an integer greater than 2, n is any positive integer less than N, k is any positive integer less than N, and N=n+k.
  18. 根据权利要求17所述的装置,其特征在于,所述熵编码模块用于:对每个图像块的所述第一层序列、以及所述第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列。The device according to claim 17, wherein the entropy coding module is configured to: respectively perform the first layer sequence and the second layer sequence to the k+1 layer sequence of each image block Perform run-length coding and Huffman coding to obtain the first-layer codeword sequence and the second-layer codeword sequence to the k+1-th layer codeword sequence of each image block.
  19. 根据权利要求18所述的装置,其特征在于,所述码流获取模块用于:The device according to claim 18, wherein the code stream acquisition module is configured to:
    对所述至少一个图像块的第一参数进行串行拼接,获取所述至少一个图像块的第一参数的码流;Performing serial splicing on the first parameter of the at least one image block to obtain a code stream of the first parameter of the at least one image block;
    对所述至少一个图像块的符号层序列进行串行拼接,获取所述至少一个图像块的符号层的码流;Serially splicing the symbol layer sequence of the at least one image block to obtain the code stream of the symbol layer of the at least one image block;
    对所述至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取所述至少一个图像块的第一层至第k+1层的码流。Serial splicing is performed on the first layer codeword sequence of the at least one image block, and the second layer codeword sequence to the k+1th layer codeword sequence, respectively, to obtain the first layer to the first layer of the at least one image block The code stream of the k+1 layer.
  20. 根据权利要求19所述的装置,其特征在于,所述至少一个图像块的第一参数的码流、所述至少一个图像块的符号层的码流、所述至少一个图像块的第一层至第k+1层的码流对应多个服务质量QoS级别。The device according to claim 19, wherein the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, and the first layer of the at least one image block The code stream to the k+1 layer corresponds to multiple QoS levels.
  21. 根据权利要求19所述的装置,其特征在于,所述装置还包括:The device according to claim 19, wherein the device further comprises:
    收发模块,用于依序发送所述至少一个图像块的第一参数的码流、所述至少一个 图像块的符号层的码流、所述至少一个图像块的第一层至第k+1层的码流。The transceiver module is configured to send the code stream of the first parameter of the at least one image block, the code stream of the symbol layer of the at least one image block, the first layer to the k+1th layer of the at least one image block in sequence The code stream of the layer.
  22. 根据权利要求17所述的装置,其特征在于,所述熵编码模块用于:根据每个图像块的符号层序列,对每个图像块的第一层序列、以及第二层序列至第k+1层序列,分别进行游长编码和霍夫曼编码,获取每个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列,所述第一层码字序列、以及第二层码字序列至第k+1层码字序列中携带非零的交流系数的符号位信息,非零的交流系数的符号位信息位于所述非零的交流系数的最高比特位对应的第i层码字序列中,i取1至k+1。The device according to claim 17, wherein the entropy coding module is configured to: according to the symbol layer sequence of each image block, perform the calculation of the first layer sequence and the second layer sequence to the kth layer sequence of each image block. +1 layer sequence, run-length coding and Huffman coding are performed respectively to obtain the first layer code word sequence and the second layer code word sequence to the k+1 layer code word sequence of each image block, the first The layer code word sequence and the second layer code word sequence to the k+1 layer code word sequence carry the sign bit information of the non-zero AC coefficient, and the sign bit information of the non-zero AC coefficient is located in the non-zero AC coefficient In the i-th layer codeword sequence corresponding to the highest bit of, i is from 1 to k+1.
  23. 根据权利要求22所述的装置,其特征在于,所述码流获取模块用于:The device according to claim 22, wherein the code stream obtaining module is used for:
    对所述至少一个图像块的第一参数进行串行拼接,获取所述至少一个图像块的第一参数的码流;Performing serial splicing on the first parameter of the at least one image block to obtain a code stream of the first parameter of the at least one image block;
    对所述至少一个图像块的第一层码字序列、以及第二层码字序列至第k+1层码字序列分别进行串行拼接,获取所述至少一个图像块的第一层至第k+1层的码流。Serial splicing is performed on the first layer codeword sequence of the at least one image block, and the second layer codeword sequence to the k+1th layer codeword sequence, respectively, to obtain the first layer to the first layer of the at least one image block The code stream of the k+1 layer.
  24. 根据权利要求23所述的装置,其特征在于,所述至少一个图像块的第一参数的码流、所述至少一个图像块的第一层至第k+1层的码流对应多个QoS级别。The device according to claim 23, wherein the code stream of the first parameter of the at least one image block and the code stream of the first layer to the k+1 layer of the at least one image block correspond to multiple QoS level.
  25. 根据权利要求15至24任一项所述的装置,其特征在于,所述装置还包括:The device according to any one of claims 15 to 24, wherein the device further comprises:
    收发模块,用于在所述至少一个图像块所属分片的发送时间窗口内,发送所述至少一个图像块对应的码流。The transceiver module is configured to send the code stream corresponding to the at least one image block within the sending time window of the slice to which the at least one image block belongs.
  26. 根据权利要求25所述的装置,其特征在于,所述收发模块还用于:The device according to claim 25, wherein the transceiver module is further configured to:
    在超出所述分片的发送时间窗口时,丢弃所述分片的未发送的图像块对应的码流。When the sending time window of the segment is exceeded, the code stream corresponding to the unsent image block of the segment is discarded.
  27. 根据权利要求15至26任一项所述的装置,其特征在于,所述装置还包括:收发模块;The device according to any one of claims 15 to 26, wherein the device further comprises: a transceiver module;
    所述收发模块,用于接收解码端发送的链路信息,所述链路信息用于反馈传输所述码流的信道容量的变化;The transceiver module is configured to receive link information sent by a decoding end, where the link information is used to feed back changes in channel capacity for transmitting the code stream;
    所述熵编码模块,还用于根据所述链路信息调整发送参数或编码参数中至少一项,所述发送参数用于发送图像块对应的码流,所述编码参数包括编码类型和量化处理参数。The entropy encoding module is further configured to adjust at least one of a sending parameter or an encoding parameter according to the link information, the sending parameter is used to send a code stream corresponding to an image block, and the encoding parameter includes an encoding type and quantization processing parameter.
  28. 根据权利要求15至27任一项所述的装置,其特征在于,所述获取模块还用于:获取所述至少一个图像块的变换系数;对每个图像块的变换系数进行量化处理,获取每个图像块的量化后的变换系数;对每个图像块的量化后的变换系数按照移位矩阵进行移位处理和顺序扫描,获取每个图像块的系数序列。The device according to any one of claims 15 to 27, wherein the acquisition module is further configured to: acquire the transform coefficient of the at least one image block; perform quantization processing on the transform coefficient of each image block to obtain The quantized transform coefficient of each image block; the quantized transform coefficient of each image block is shifted and sequentially scanned according to the shift matrix to obtain the coefficient sequence of each image block.
  29. 一种编码装置,其特征在于,包括:相互耦合的非易失性存储器和处理器,所述处理器调用存储在所述存储器中的程序代码以执行如权利要求1至14任一项所述的方法。An encoding device, characterized by comprising: a non-volatile memory and a processor coupled with each other, and the processor calls the program code stored in the memory to execute any one of claims 1 to 14 Methods.
  30. 一种视频编解码设备,其特征在于,包括:编码器,所述编码器用于执行如权利要求1至14任一项所述的方法。A video encoding and decoding device, characterized by comprising: an encoder, which is configured to execute the method according to any one of claims 1 to 14.
PCT/CN2020/076243 2020-02-21 2020-02-21 Video encoding method and device WO2021164014A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2020/076243 WO2021164014A1 (en) 2020-02-21 2020-02-21 Video encoding method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2020/076243 WO2021164014A1 (en) 2020-02-21 2020-02-21 Video encoding method and device

Publications (1)

Publication Number Publication Date
WO2021164014A1 true WO2021164014A1 (en) 2021-08-26

Family

ID=77391853

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/076243 WO2021164014A1 (en) 2020-02-21 2020-02-21 Video encoding method and device

Country Status (1)

Country Link
WO (1) WO2021164014A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115589493A (en) * 2022-12-09 2023-01-10 深圳海卫通网络科技有限公司 Satellite transmission data compression method for ship video return
CN115808236A (en) * 2023-02-02 2023-03-17 武汉理工大学 Fault on-line monitoring and diagnosing method and device for marine turbocharger and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1726487A (en) * 2002-12-16 2006-01-25 皇家飞利浦电子股份有限公司 System and method for bit-plane decoding of fine-granularity scalable (FGS) video stream
CN1742436A (en) * 2002-11-15 2006-03-01 高通股份有限公司 Apparatus and method for multiple description encoding
CN1816828A (en) * 2003-06-30 2006-08-09 皇家飞利浦电子股份有限公司 Method of encoding a signal into a bit stream
US7613347B1 (en) * 2005-12-13 2009-11-03 Adobe Systems, Incorporated Low-complexity image coding
CN108012163A (en) * 2017-12-19 2018-05-08 希诺麦田技术(深圳)有限公司 The bit rate control method and device of Video coding
CN109286818A (en) * 2016-07-21 2019-01-29 联发科技股份有限公司 Video coding apparatus and correspondingly method for video coding

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1742436A (en) * 2002-11-15 2006-03-01 高通股份有限公司 Apparatus and method for multiple description encoding
CN1726487A (en) * 2002-12-16 2006-01-25 皇家飞利浦电子股份有限公司 System and method for bit-plane decoding of fine-granularity scalable (FGS) video stream
CN1816828A (en) * 2003-06-30 2006-08-09 皇家飞利浦电子股份有限公司 Method of encoding a signal into a bit stream
US7613347B1 (en) * 2005-12-13 2009-11-03 Adobe Systems, Incorporated Low-complexity image coding
CN109286818A (en) * 2016-07-21 2019-01-29 联发科技股份有限公司 Video coding apparatus and correspondingly method for video coding
CN108012163A (en) * 2017-12-19 2018-05-08 希诺麦田技术(深圳)有限公司 The bit rate control method and device of Video coding

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115589493A (en) * 2022-12-09 2023-01-10 深圳海卫通网络科技有限公司 Satellite transmission data compression method for ship video return
CN115589493B (en) * 2022-12-09 2023-03-14 深圳海卫通网络科技有限公司 Satellite transmission data compression method for ship video return
CN115808236A (en) * 2023-02-02 2023-03-17 武汉理工大学 Fault on-line monitoring and diagnosing method and device for marine turbocharger and storage medium
CN115808236B (en) * 2023-02-02 2023-05-05 武汉理工大学 Marine turbocharger fault on-line monitoring and diagnosing method and device and storage medium

Similar Documents

Publication Publication Date Title
WO2021109978A1 (en) Video encoding method, video decoding method, and corresponding apparatuses
CN111355951B (en) Video decoding method, device and decoding equipment
WO2020125595A1 (en) Video coder-decoder and corresponding method
CN111327904B (en) Image reconstruction method and device
WO2020244579A1 (en) Mpm list construction method, chroma block intra prediction mode acquisition method, and apparatuses
US11818357B2 (en) Encoder, a decoder and corresponding methods using compact MV storage
WO2020114394A1 (en) Video encoding/decoding method, video encoder, and video decoder
CN111385572A (en) Prediction mode determining method and device, coding equipment and decoding equipment
WO2020143585A1 (en) Video encoder, video decoder, and corresponding method
CN111416981B (en) Video image decoding and encoding method and device
WO2021164014A1 (en) Video encoding method and device
WO2020253681A1 (en) Method and device for constructing merge candidate motion information list, and codec
WO2021180220A1 (en) Image encoding and decoding method and apparatus
CN112055211B (en) Video encoder and QP setting method
WO2020224476A1 (en) Image division method, apparatus and device
WO2020259353A1 (en) Entropy coding/decoding method for syntactic element, device, and codec
WO2020147514A1 (en) Video coder, video decoder, and corresponding method
WO2020114393A1 (en) Transform method, inverse transform method, video encoder, and video decoder
WO2020134817A1 (en) Method and device for determining prediction mode, coding device, and decoding device
WO2020151274A1 (en) Image display order determination method and apparatus, and video coding/decoding device
CN111405279B (en) Quantization and inverse quantization method and device
WO2020259330A1 (en) Non-separable transformation method and device
WO2022166462A1 (en) Encoding/decoding method and related device
KR102636330B1 (en) Encoder, decoder and corresponding methods of chroma quantization control
WO2020187062A1 (en) Method and apparatus for optimization for use in merge with motion vector difference technology, and encoder-decoder

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: 20920658

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: 20920658

Country of ref document: EP

Kind code of ref document: A1