WO2013109419A1 - Dispositifs et procédés de codage de décalage adaptatif d'échantillon et/ou de sélection de paramètres de décalage de bande - Google Patents

Dispositifs et procédés de codage de décalage adaptatif d'échantillon et/ou de sélection de paramètres de décalage de bande Download PDF

Info

Publication number
WO2013109419A1
WO2013109419A1 PCT/US2013/020390 US2013020390W WO2013109419A1 WO 2013109419 A1 WO2013109419 A1 WO 2013109419A1 US 2013020390 W US2013020390 W US 2013020390W WO 2013109419 A1 WO2013109419 A1 WO 2013109419A1
Authority
WO
WIPO (PCT)
Prior art keywords
values
range
offset
value
video
Prior art date
Application number
PCT/US2013/020390
Other languages
English (en)
Inventor
Koohyar Minoo
David Baylon
Yue Yu
Limin Wang
Original Assignee
General Instrument Corporation
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 General Instrument Corporation filed Critical General Instrument Corporation
Priority claimed from US13/734,765 external-priority patent/US20130188741A1/en
Publication of WO2013109419A1 publication Critical patent/WO2013109419A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/80Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation
    • H04N19/82Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation involving filtering within a prediction loop
    • 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/117Filters, e.g. for pre-processing or post-processing
    • 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/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/136Incoming video signal characteristics or properties
    • H04N19/14Coding unit complexity, e.g. amount of activity or edge presence estimation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/17Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
    • H04N19/176Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a block, e.g. a macroblock
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/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/182Methods 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 a pixel

Definitions

  • the disclosure relates generally to the field of video coding, and more specifically to systems, devices and methods for sample adaptive offset (SAO) coding and/or selection of band offset (BO) parameters.
  • SAO sample adaptive offset
  • BO band offset
  • Video compression uses block processing for many operations.
  • a block of neighboring pixels is grouped into a coding unit and compression operations treat this group of pixels as one unit to take advantage of correlations among neighboring pixels within the coding unit.
  • Block-based processing often includes prediction coding and transform coding.
  • Transform coding with quantization is a type of data compression which is commonly "lossy" as the quantization of a transform block taken from a source picture often discards data associated with the transform block in the source picture, thereby lowering its bandwidth requirement but often also resulting in quality loss in reproducing of the original transform block from the source picture.
  • MPEG-4 AVC also known as H.264
  • H.264 is an established video compression standard that uses transform coding in block processing.
  • a picture is divided into macroblocks (MBs) of 16x16 pixels.
  • MB macroblocks
  • Each MB is often further divided into smaller blocks.
  • Blocks equal in size to or smaller than a MB are predicted using intra-/inter-picture prediction, and a spatial transform along with quantization is applied to the prediction residuals.
  • the quantized transform coefficients of the residuals are commonly encoded using entropy coding methods (e.g., variable length coding or arithmetic coding).
  • Context Adaptive Binary Arithmetic Coding was introduced in H.264 to provide a substantially lossless compression efficiency by combining an adaptive binary arithmetic coding technique with a set of context models.
  • Context model selection plays a role in CABAC in providing a degree of adaptation and redundancy reduction.
  • H.264 specifies two kinds of scan patterns over 2D blocks. A zigzag scan is used for pictures coded with progressive video compression techniques and an alternative scan is for pictures coded with interlaced video compression techniques.
  • HEVC High Efficiency Video Coding
  • an international video coding standard developed to succeed H.264 extends transform block sizes to 16x16 and 32x32 pixels to benefit high definition (HD) video coding.
  • FIG. 1A is a video system in which the various embodiments of the disclosure may be used;
  • FIG. IB is a computer system on which embodiments of the disclosure may be implemented
  • FIGS. 2A, 2B, 3A and 3B illustrate certain video encoding principles according to embodiments of the disclosure
  • FIGS. 4A and 4B show possible architectures for an encoder and a decoder according to embodiments of the disclosure
  • FIGS. 5 A and 5B illustrate further video coding principles according to an embodiments of the disclosure
  • FIG. 6 illustrates an example band offset specification according to embodiments of the disclosure
  • FIG. 7 illustrates an example band offset specification having a distribution of values according to embodiments of the disclosure
  • FIG. 8 illustrates an example band offset specification according to embodiments of the disclosure
  • FIG. 9 illustrates an example architecture for coding of offsets according to embodiments of the disclosure
  • FIG. 10 illustrates an example band offset specification according to embodiments of the disclosure.
  • a method for encoding sample adaptive offset (SAO) values in a video encoding process comprising: selecting a band offset type; determining a range of values associated with the selected band offset type, the range of values not being transmitted during encoding; generating one or more offset values for the selected band offset type; and optionally applying an offset value to at least a current pixel value to form an SAO compensated value.
  • the range of values is determined based on a subset of pixel values in a unit.
  • the subset of pixels in a unit is selected from the group consisting of: alternating samples, single quarter pixel samples, and corner and center samples of the unit.
  • the band offset type is defined by the determined range of values.
  • the range of values is specified by a start value and an end value.
  • the range of values is partitioned into a number of sub-classes.
  • the range of values is partitioned uniformly into a number of sub-classes, each sub-class having an equal width.
  • the range of values determined by the video coding system is based in part on data in a video block.
  • the range of values is based in part on rate-distortion considerations.
  • the range of values is determined from a maximum value and a minimum value derived from data in the video block. In an embodiment of the first aspect, the range of values is a statistical distribution of values within the range determined from the minimum value and maximum value. In an embodiment of the first aspect, the minimum value and maximum value is derived from a function or transformation of data in the video block. In an embodiment of the first aspect, the minimum value and maximum value is derived from the mean value of data in the video block. In an embodiment of the first aspect, the method further comprises: determining one or more sub-classes for at least one band offset type, wherein the number of sub-classes are specified relative to the mean value.
  • the one or more sub-classes are centered or shifted about the mean value.
  • the band offset type includes a portion of the band defined by the range of values and a portion of the band on either edge of the range of values, wherein the offset value is applied to all portions of the band.
  • the range of values is specified by a start value and an end value and wherein the offset value applied to the band that is proximate to the start value, but not included in the range of values, is the same offset applied to the range of values at the start value.
  • the range of values is specified by a start value and an end value and wherein the offset value applied to the band that is proximate to the end value, but not included in the range of values, is the same offset applied to the range of values at the end value.
  • the method further comprises: partitioning video data into blocks, wherein each of the blocks is equal to or smaller than a picture; applying SAO compensation to each of the pixels in a processed video block.
  • the method is implemented on a computer having a processor and a memory coupled to said processor, wherein at least some of steps are performed using said processor.
  • an apparatus configured to encode sample adaptive offset (SAO) values in a video coding process, the apparatus comprising: a video encoder configured to: partition video data into blocks, wherein each of the blocks is equal to or smaller than a picture; select a band offset type; determine a range of values associated with the selected band offset type, the range of values not being transmitted during encoding; generate one or more offset values for the selected band offset type; and apply the offset value to at least a current pixel value to form an SAO compensated value.
  • SAO sample adaptive offset
  • a method for decoding sample adaptive offset (SAO) values in a video decoding process comprising: (a) obtaining processed video data from a video bitstream; (b) partitioning the processed video data into blocks, wherein each of the blocks is equal to or smaller than a picture; (c) deriving an SAO type from the video bitstream for each of the blocks, wherein the SAO type is selected from the group consisting of one or more edge offset (EO) types and one or more band offset (BO) types; (d) determining an SAO sub-class associated with the BO type, wherein the sub-class is defined by a range of values that is derived from the processed video data, wherein the range of values is not transmitted to the decoding process; (e) deriving intensity offset from the video bitstream for the sub-class associated with the SAO type; and (f) applying SAO compensation to each of the pixels in a processed video block, wherein the SAO compensation is based on the intensity offset of step (e
  • the range of values is determined from a maximum value and a minimum value derived from data in the video block. In an embodiment of the third aspect, the range of values is a statistical distribution of values within the range determined from the minimum value and maximum value. In an embodiment of the third aspect, the minimum value and maximum value is derived from a function or transformation of data in the video block. In an embodiment of the third aspect, the minimum value and maximum value is derived from the mean value of data in the video block. In an embodiment of the third aspect, the band offset type includes a portion of a band defined by the range of values and a portion of the band on either edge of the range of values, wherein the intensity offset is applied to all portions of the band.
  • the range of values is specified by a start value and an end value and wherein the intensity offset is applied to the band that is proximate to the start value, but not included in the range of values, is the same offset applied to the range of values at the start value.
  • the range of values is specified by a start value and an end value and wherein the intensity offset applied to the band that is proximate to the end value, but not included in the range of values, is the same offset applied to the range of values at the end value.
  • the method is implemented on a computer having a processor and a memory coupled to said processor, wherein at least some of steps (a) through (f) are performed using said processor.
  • an apparatus configured to decode sample adaptive offset (SAO) values in a video decoding process
  • the apparatus comprising: a video decoder configured to: partition video data into blocks, wherein each of the blocks is equal to or smaller than a picture; derive an SAO type from the video bitstream for each of the blocks, wherein the SAO type is selected from the group consisting of one or more edge offset (EO) types and one or more band offset (BO) types; determine an SAO sub-class associated with the BO type; derive intensity offset from the video bitstream for the sub-class associated with the BO type, wherein the sub-class is defined by a range of values that is derived from the processed video data, wherein the range of values is not transmitted to the decoding process; and apply SAO compensation to each of the pixels in a processed video block, wherein the SAO compensation is based on the intensity offset.
  • the apparatus comprises at least one of: an integrated circuit; a microprocessor; and a wireless communication
  • coding refers to encoding that occurs at the encoder or decoding that occurs at the decoder.
  • coder refers to an encoder, a decoder, or a combined encoder/decoder (CODEC).
  • CODEC encoder/decoder
  • coder, encoder, decoder and CODEC all refer to specific machines designed for the coding (encoding and/or decoding) of video data consistent with this disclosure.
  • a video system may include a head end
  • the head end 100 may be configured to deliver video content to neighborhoods 129, 130 and 131.
  • the head end 100 may operate within a hierarchy of head ends, with the head ends higher in the hierarchy generally having greater functionality.
  • the head end 100 may be communicatively linked to a satellite dish 112 and receive video signals for nonlocal programming from it.
  • the head end 100 may also be communicatively linked to a local station 114 that delivers local programming to the head end 100.
  • the head end 100 may include a decoder 104 that decodes the video signals received from the satellite dish 112, an off-air receiver 106 that receives the local programming from the local station 114, a switcher 102 that routes data traffic among the various components of the head end 100, encoders 116 that encode video signals for delivery to customers, modulators 118 that modulate signals for delivery to customers, and a combiner 120 that combines the various signals into a single, multi-channel transmission.
  • a decoder 104 that decodes the video signals received from the satellite dish 112
  • an off-air receiver 106 that receives the local programming from the local station 114
  • a switcher 102 that routes data traffic among the various components of the head end 100
  • encoders 116 that encode video signals for delivery to customers
  • modulators 118 that modulate signals for delivery to customers
  • a combiner 120 that combines the various signals into a single, multi-channel transmission.
  • the head end 100 may also be communicatively linked to a hybrid fiber cable
  • the HFC network 122 may be communicatively linked to a plurality of nodes 124, 126, and 128. Each of the nodes 124, 126, and 128 may be linked by coaxial cable to one of the neighborhoods 129, 130 and 131 and deliver cable television signals to that neighborhood.
  • the neighborhood 130 may include a number of residences, including a home 132 shown in FIG. 1A. Within the home 132 may be a set-top box 134 communicatively linked to a video display 136.
  • the set-top box 134 may include a first decoder 138 and a second decoder 140.
  • the first and second decoders 138 and 140 may be communicatively linked to a user interface 142 and a mass storage device 144.
  • the user interface 142 may be communicatively linked to the video display 136.
  • head end 100 may receive local and nonlocal programming video signals from the satellite dish 112 and the local station 114.
  • the nonlocal programming video signals may be received in the form of a digital video stream, while the local programming video signals may be received as an analog video stream.
  • local programming may also be received as a digital video stream.
  • the digital video stream may be decoded by the decoder 104 and sent to the switcher 102 in response to customer requests.
  • the head end 100 may also include a server 108 communicatively linked to a mass storage device 110.
  • the mass storage device 110 may store various types of video content, including video on demand (VOD), which the server 108 may retrieve and provide to the switcher 102.
  • VOD video on demand
  • the switcher 102 may route local programming directly to the modulators 118, which modulate the local programming, and route the non-local programming (including any VOD) to the encoders 116.
  • the encoders 116 may digitally encode the non-local programming.
  • the encoded non-local programming may then be transmitted to the modulators 118.
  • the combiner 120 may be configured to receive the modulated analog video data and the modulated digital video data, combine the video data and transmit it via multiple radio frequency (RF) channels to the HFC network 122.
  • RF radio frequency
  • the HFC network 122 may transmit the combined video data to the nodes 124, 126 and 128, which may retransmit the data to their respective neighborhoods 129, 130 and 131.
  • the home 132 may receive this video data at the set-top box 134, more specifically at the first decoder 138 and the second decoder 140.
  • the first and second decoders 138 and 140 may decode the digital portion of the video data and provide the decoded data to the user interface 142, which then may provide the decoded data to the video display 136.
  • the encoders 116 and the decoders 138 and 140 of FIG. 1A may be implemented as computer code comprising computer readable instructions stored on a computer readable storage device, such as memory or another type of storage device.
  • the computer code may be executed on a computer system by a processor, such as an application-specific integrated circuit (ASIC), or other type of circuit.
  • ASIC application-specific integrated circuit
  • computer code for implementing the encoders 116 may be executed on a computer system (such as a server) residing in the headend 100.
  • Computer code for the decoders 138 and 140 may be executed on the set-top box 134, which constitutes a type of computer system.
  • the code may exist as software programs comprised of program instructions in source code, object code, executable code or other formats. It should be appreciated that the computer code for the various components shown in FIG. 1A may reside anywhere in system 10 or elsewhere (such as in a cloud network), that is determined to be desirable or advantageous. Furthermore, the computer code may be located in one or more components, provided the instructions may be effectively performed by the one or more components.
  • FIG. IB shows an example of a computer system on which computer code for the encoders 116 and the decoders 138 and 140 may be executed.
  • the computer system generally labeled 400, includes a processor 401, or processing circuitry, that may implement or execute software instructions performing some or all of the methods, functions and other steps described herein. Commands and data from processor 401 may be communicated over a communication bus 403, for example.
  • Computer system 400 may also include a computer readable storage device 402, such as random access memory (RAM), where the software and data for processor 401 may reside during runtime. Storage device 402 may also include non- volatile data storage.
  • Computer system 400 may include a network interface 404 for connecting to a network.
  • the computer system 400 may reside in the headend 100 and execute the encoders 116, and may also be embodied in the set-top box 134 to execute the decoders 138 and 140. Additionally, the computer system 400 may reside in places other than the headend 100 and the set- top box 134, and may be miniaturized so as to be integrated into a smartphone or tablet computer.
  • Video encoding systems achieve compression by removing redundancy in the video data, e.g., by removing those elements that can be discarded without adversely affecting reproduction fidelity. Because video signals take place in time and space, most video encoding systems exploit both temporal and spatial redundancy present in these signals. Typically, there is high temporal correlation between successive frames. This is also true in the spatial domain for pixels which are close to each other. Thus, high compression gains are achieved by carefully exploiting these spatio-temporal correlations.
  • HEVC High Efficiency Video Coding
  • LCUs largest coding units
  • CTUs coding tree units
  • An LCU can be divided into four square blocks, called CUs (coding units), which are a quarter of the size of the LCU.
  • CUs coding units
  • Each CU can be further split into four smaller CUs, which are a quarter of the size of the original CU. The splitting process can be repeated until certain criteria are met.
  • FIG. 3 A shows an example of LCU partitioned into CUs.
  • a quadtree At each node of the quadtree, a flag is set to " 1" if the node is further split into sub-nodes. Otherwise, the flag is unset at "0.”
  • the LCU partition of FIG. 3A can be represented by the quadtree of FIG. 3B.
  • These "split flags" may be jointly coded with other flags in the video bitstream, including a skip mode flag, a merge mode flag, and a predictive unit (PU) mode flag, and the like.
  • the split flags 10100 could be coded as overhead along with the other flags.
  • a CU that is not split may include one or more prediction units (PUs).
  • PUs prediction units
  • a PU represents all or a portion of the corresponding CU, and includes data for retrieving a reference sample for the PU for purposes of performing prediction for the CU.
  • a final CU of 2Nx2N can possess one of four possible patterns (NxN, Nx2N, 2NxN and 2Nx2N), as shown in FIG. 2B.
  • a CU can be either spatially or temporally predictive coded. If a CU is coded in intra mode, each PU of the CU can have its own spatial prediction direction. If a CU is coded in inter mode, each PU of the CU can have its own motion vector(s) and associated reference picture(s).
  • the data defining the motion vector may describe, for example, a horizontal component of the motion vector, a vertical component of the motion vector, a resolution for the motion vector (e.g., one-quarter pixel precision or one-eighth pixel precision), a reference frame to which the motion vector points, and/or a reference list (e.g., list 0 or list 1) for the motion vector.
  • Data for the CU defining the one or more PUs of the CU may also describe, for example, partitioning of the CU into the one or more PUs. Partitioning modes may differ between whether the CU is uncoded, intra-prediction mode encoded, or inter- prediction mode encoded.
  • the prediction can be formed by a weighted average of the previously encoded samples, located above and to the left of the current block.
  • the encoder may select the mode that minimizes the difference or cost between the original and the prediction and signals this selection in the control data.
  • inter-prediction encoding video sequences have high temporal correlation between frames, enabling a block in the current frame to be accurately described by a region in the previous coded frames, which are known as reference frames.
  • Inter-prediction utilizes previously encoded and reconstructed reference frames to develop a prediction using a block-based motion estimation and compensation technique.
  • transforms such as the 4x4 or 8x8 integer transform used in H.264/AVC or a discrete cosine transform (DCT)
  • DCT discrete cosine transform
  • Quantization generally refers to a process in which transform coefficients are quantized to possibly reduce the amount of data used to represent the coefficients, e.g., by converting high precision transform coefficients into a finite number of possible values. These steps will be discussed in more detail below.
  • Each CU can also be divided into transform units (TUs) by application of a block transform operation.
  • a block transform operation tends to decorrelate the pixels within the block and compact the block energy into the low order coefficients of the transform block.
  • one transform of 8x8 or 4x4 may be applied.
  • a set of block transforms of different sizes may be applied to a CU, as shown in FIG. 5A where the left block is a CU partitioned into PUs and the right block is the associated set of transform units (TUs).
  • the size and location of each block transform within a CU is described by a separate quadtree, called RQT.
  • FIG. 5B shows the quadtree representation of TUs for the CU in the example of FIG. 5A. In this example, 11000 is coded and transmitted as part of the overhead.
  • Video blocks may comprise blocks of pixel data in the pixel domain, or blocks of transform coefficients in the transform domain, e.g., following application of a transform, such as a discrete cosine transform (DCT), an integer transform, a wavelet transform, or a conceptually similar transform to residual data for a given video block, wherein the residual data represents pixel differences between video data for the block and predictive data generated for the block.
  • a transform such as a discrete cosine transform (DCT), an integer transform, a wavelet transform, or a conceptually similar transform to residual data for a given video block, wherein the residual data represents pixel differences between video data for the block and predictive data generated for the block.
  • video blocks may comprise blocks of quantized transform coefficients in the transform domain, wherein, following application of a transform to residual data for a given video block, the resulting transform coefficients are also quantized.
  • quantization is the step that introduces loss, so that a balance between bitrate and reconstruction quality can be established.
  • prediction exploits the spatial or temporal redundancy in a video sequence by modeling the correlation between sample blocks of various dimensions, such that only a small difference between the actual and the predicted signal needs to be encoded.
  • a prediction for the current block is created from the samples which have already been encoded. While potentially reducing the residual data, such techniques may, however, require additional syntax information to indicate how the smaller blocks are partitioned relative to a video frame, and may result in an increased coded video bitrate. Accordingly, in some techniques, block partitioning may depend on balancing the desirable reduction in residual data against the resulting increase in bitrate of the coded video data due to the additional syntax information.
  • blocks and the various partitions thereof may be considered video blocks.
  • a slice may be considered to be a plurality of video blocks (e.g., macrob locks, or coding units), and/or sub-blocks (partitions of macrob locks, or sub-coding units).
  • Each slice may be an independently decodable unit of a video frame.
  • frames themselves may be decodable units, or other portions of a frame may be defined as decodable units.
  • a GOP also referred to as a group of pictures, may be defined as a decodable unit.
  • the encoders 116 may be, according to an embodiment of the disclosure, composed of several functional modules as shown in FIG. 4A. These modules may be implemented as hardware, software, or any combination of the two. Given a current PU, x, a prediction PU, x', may first be obtained through either spatial prediction or temporal prediction. This spatial or temporal prediction may be performed by a spatial prediction module 129 or a temporal prediction module 130 respectively.
  • the spatial prediction module 129 can perform per PU, including horizontal, vertical, 45 -degree diagonal, 135-degree diagonal, DC, Planar, etc.
  • an additional mode called IntraFromLuma
  • a syntax indicates the spatial prediction direction per PU.
  • the encoder 116 may perform temporal prediction through motion estimation operation. Specifically, the temporal prediction module 130 (FIG. 4A) may search for a best match prediction for the current PU over reference pictures.
  • the best match prediction may be described by motion vector (MV) and associated reference picture (refldx).
  • MV motion vector
  • refldx reference picture
  • a PU in B pictures can have up to two MVs. Both MV and refldx may be part of the syntax in the bitstream.
  • the prediction PU may then be subtracted from the current PU, resulting in the residual PU, e.
  • the residual PU, e may then be transformed by a transform module 117, one transform unit (TU) at a time, resulting in the residual PU in the transform domain, E.
  • the transform module 117 may use e.g., either a square or a non-square block transform.
  • the transform coefficients E may then be quantized by a quantizer module 118, converting the high precision transform coefficients into a finite number of possible values.
  • the quantization process may reduce the bit depth associated with some or all of the coefficients. For example, an n-bit value may be rounded down to an m-bit value during quantization, where n is greater than m.
  • external boundary conditions are used to produce modified one or more transform coefficients. For example, a lower range or value may be used in determining if a transform coefficient is given a nonzero value or just zeroed out.
  • quantization is a lossy operation and the loss by quantization generally cannot be recovered.
  • the quantized coefficients may then be entropy coded by an entropy coding module
  • the encoder 116 may also take the quantized transform coefficients E and dequantize them with a dequantizer module 122 resulting in the dequantized transform coefficients E'.
  • the dequantized transform coefficients are then inverse transformed by an inverse transform module 124, resulting in the reconstructed residual PU, e'.
  • the reconstructed residual PU, e' is then added to the corresponding prediction, x', either spatial or temporal, to form a reconstructed PU, x".
  • a deblocking filter (DBF) operation may be performed on the reconstructed PU, x", first to reduce blocking artifacts.
  • a sample adaptive offset (SAO) process may be conditionally performed after the completion of the deblocking filter process for the decoded picture, which compensates the pixel value offset between reconstructed pixels and original pixels.
  • both the DBF operation and SAO process are implemented by adaptive loop filter functions, which may be performed conditionally by a loop filter module 126 over the reconstructed PU.
  • the adaptive loop filter functions minimize the coding distortion between the input and output pictures.
  • loop filter module 126 operates during an inter-picture prediction loop. If the reconstructed pictures are reference pictures, they may be stored in a reference buffer 128 for future temporal prediction.
  • HEVC specifies two loop filters that are applied in order with the de-blocking filter (DBF) applied first and the sample adaptive offset (SAO) filter applied afterwards.
  • the DBF is similar to the one used by H.264/MPEG-4 AVC but with a simpler design and better support for parallel processing.
  • the DBF only applies to an 8x8 sample grid while with H.264/MPEG-4 AVC the DBF applies to a 4x4 sample grid.
  • DBF uses an 8x8 sample grid since it causes no noticeable degradation and significantly improves parallel processing because the DBF no longer causes cascading interactions with other operations.
  • Another change is that HEVC only allows for three DBF strengths of 0 to 2.
  • HEVC also requires that the DBF first apply horizontal filtering for vertical edges to the picture and only after that does it apply vertical filtering for horizontal edges to the picture. This allows for multiple parallel threads to be used for the DBF.
  • the SAO filter process is applied after the DBF and is made to allow for better reconstruction of the original signal amplitudes by using e.g., a look up table that includes some parameters that are based on a histogram analysis made by the encoder.
  • the SAO filter has two basic types which are the edge offset (EO) type and the band offset (BO) type.
  • One of the SAO types can be applied per coding tree block (CTB).
  • the edge offset (EO) type has four sub-types corresponding to processing along four possible directions (e.g., horizontal, vertical, 135 degree, and 45 degree). For a given EO sub-type, the edge offset (EO) processing operates by comparing the value of a pixel to two of its neighbors using one of four different gradient patterns.
  • An offset is applied to pixels in each of the four gradient patterns. For pixel values that are not in one of the gradient patterns, no offset is applied.
  • the band offset (BO) processing is based directly on the sample amplitude which is split into 32 bands.
  • An offset is applied to pixels in 16 of the 32 bands, where a group of 16 bands corresponds to a BO sub-type.
  • the SAO filter process was designed to reduce distortion compared to the original signal by adding an offset to sample values. It can increase edge sharpness and reduce ringing and impulse artifacts. Further detail on the SAO process will be discussed below with reference to FIGs. 6-10.
  • intra pictures such as an I picture
  • inter pictures such as P pictures or B pictures
  • An intra picture may be coded without referring to other pictures.
  • spatial prediction may be used for a CU/PU inside an intra picture.
  • An intra picture provides a possible point where decoding can begin.
  • an inter picture generally aims for high compression.
  • Inter picture supports both intra and inter prediction.
  • a CU/PU in inter picture is either spatially or temporally predictive coded. Temporal references are the previously coded intra or inter pictures.
  • the entropy coding module 120 takes the quantized matrix of coefficients received from the quantizer module 118 and uses it to generate a sign matrix that represents the signs of all of the quantized coefficients and to generate a significance map.
  • a significance map may be a matrix in which each element specifies the position(s) of the non-zero quantized coefficient(s) within the quantized coefficient matrix. Specifically, given a quantized 2D transformed matrix, if the value of a quantized coefficient at a position (y, x) is non-zero, it may be considered as significant and a "1" is assigned for the position (y, x) in the associated significance map. Otherwise, a "0" is assigned to the position (y, x) in the significance map .
  • the entropy coding module 120 may code the significance map. In one embodiment, this is accomplished by using a context-based adaptive binary arithmetic coding (CAB AC) technique. In doing so, the entropy coding module 120 scans the significance map along a scanning line and, for each entry in the significance map, the coding module chooses a context model for that entry. The entropy coding module 120 then codes the entry based on the chosen context model. That is, each entry is assigned a probability based on the context model (the mathematical probability model) being used. The probabilities are accumulated until the entire significance map has been encoded.
  • CAB AC context-based adaptive binary arithmetic coding
  • the value output by the entropy coding module 120 as well as the entropy encoded signs, significance map and non-zero coefficients may be inserted into the bitstream by the encoder 116 (FIG. 1A). This bitstream may be sent to the decoders 138 and 140 over the HFC network 122.
  • prediction, transform, and quantization described above may be performed for any block of video data, e.g., to a PU and/or TU of a CU, or to a macroblock, depending on the specified coding standard.
  • the decoders 138 and 140 receive the bitstream, they perform the functions shown in e.g., FIG. 4B.
  • An entropy decoding module 146 of the decoder 145 may decode the sign values, significance map and non-zero coefficients to recreate the quantized and transformed coefficients.
  • the entropy decoding module 146 may perform the reverse of the procedure described in conjunction with the entropy coding module 120 - decoding the significance map along a scanning pattern made up of scanning lines.
  • the entropy decoding module 146 then may provide the coefficients to a dequantizer module 147, which dequantizes the matrix of coefficients, resulting in E'.
  • the dequantizer module 147 may provide the dequantized coefficients to an inverse transform module 149.
  • the inverse transform module 149 may perform an inverse transform operation on the coefficients resulting in e'. Filtering and spatial prediction may be applied in a manner described in conjunction with FIG. 4A.
  • an encoder categorizes the pixels into one of six possible types (both types and sub-types are collectively referred to as types here): four edges offset (EO) types EO, El, E2, E3 and two band offset (BO) types BO, Bl .
  • EO edges offset
  • BO band offset
  • the pixels are further sub-categorized into one of five possible sub-classes based upon local behavior along the EO type direction. These five sub-classes are described in further detail below.
  • the pixels are further sub-categorized into one of sixteen possible sub-classes based upon intensity.
  • the same offset is applied for a given sub-class of pixels within an SAO type. For example, if the offset for sub-class i is Oi, then the SAO output corresponding to an input of pi will be p; + Oi.
  • the encoder typically selects the SAO type per sub-class to minimize a cost function.
  • the encoder may signal to the decoder the SAO type per partition and the corresponding offsets per sub-class, and the decoder may perform the classification for the SAO type and applies the offsets per subclass to each pixel.
  • the SAO type can be signaled per color component, or a given type can be signaled and used for more than one color component. In some embodiments, it is also possible for the encoder to not use or turn off SAO, and this can also be signaled to the decoder.
  • HE high efficiency
  • LC low complexity
  • VLCs variable length codewords
  • CABAC context-based adaptive binary arithmetic coding
  • an encoder may signal the SAO type using a unary code, for example (0's and 1 's can be interchanged) as shown in Table 1 :
  • SAO uses two fixed band types, B0 and Bl, covering the entire intensity range, with each band further dividing the respective intensity range into 16 equal sub-classes.
  • An offset can be signaled for each of the sub-classes. Because the statistics of a given picture may not fall nicely into one of the two existing band types, B0 and Bl, it may be preferable to combine or merge the bands.
  • one band type can be used, where the range of values to apply an offset can be specified, and a number of sub-classes for the range can be specified, e.g., using a uniform sub-partitioning. An example of such partitioning using a single band type is illustrated in Fig. 6.
  • the range of values define the one or more sub-classes.
  • the range of values where the offset is applied can be determined based on the data and on rate-distortion considerations.
  • the offsets may generally be applied to values where the distortion can be reduced.
  • SAO selection type need not be performed, such as when there is a single band type and no other SAO type. In such instances, the single band type is used without the additional steps associated with SAO selection.
  • the start of the band is specified by b s , and N s sub-classes of width w s can be used.
  • four offsets can be signaled to the decoder for the four sub-classes.
  • the last sub-class exceeds the maximum intensity range, the last sub-class can end at the maximum value or wrap around to zero. Additional discussion on BO sub-classes can be found in U.S. Patent Application No.
  • b s is transmitted from the encoder to the decoder.
  • N s is transmitted from the encoder to the decoder.
  • w s is transmitted from the encoder to the decoder.
  • a fixed set of values of b s , N s and/or w s can be specified and agreed upon at the encoder and/or decoder.
  • only some parameters e.g., the unspecified values
  • these parameters can be signaled to the decoder and can be determined for e.g., per partition, LCU, slice (or other unit), picture, group of pictures, sequence, etc.
  • a unit refers to data that both the encoder and decoder have and are configured to derive SAO parameters from.
  • a unit may refer to an LCU, slice, picture, etc.
  • the unit may be specified implicitly (e.g., fixed, slice- dependent, prediction list-based, etc.) or explicitly (e.g., in sequence or slice header, etc.).
  • the range of reconstructed values can be determined after the unit is encoded or decoded, and the BO type may be derived from this range.
  • the unit can be signaled from the encoder to the decoder, or derived from other coding parameters.
  • Examples of the unit can include an LCU, slice, picture, or group of pictures.
  • the set of values for which SAO is applied can be determined from the unit or a portion of the unit.
  • the set of values can be determined from a subset of samples in the unit, e.g. alternating samples, the first quarter LCU pixel samples (e.g., top left quarter of the unit), the four corner and center samples of the unit, pixel samples that are not affected by the deblocking filter, etc.
  • an SAO unit size may be selected that is suitable for typical data, which yields good performance given the number of offsets applied, without requiring too much buffer, delay, etc.
  • an LCU unit in the range of 16x16 to 128x128 may be generally suitable for one or more processes described herein.
  • the encoder and decoder can decode an LCU and determine the range of values [min, max] in the LCU.
  • the number of sub-classes N s or width w s may be agreed upon at the encoder and decoder, as described above, or it can be transmitted for the LCU, at LCU level, slice level picture level, etc. for one or more color planes.
  • Four BO types are defined by B 0 , B ls B 2 , and B 3 (in general BO types can cover overlapping or non-overlapping pixel values.). For each type Bi, N; sub-classes can be defined by uniform or non-uniform partitioning of the Bi range.
  • the sub- classes can be distributed among the two intervals shown.
  • the additional information about the BO types and sub-classes shown in Fig. 7 can either be transmitted to the decoder or agreed upon the encoder and decoder. Alternatively, they can be derived (and not transmitted) based upon statistical properties of the values, such as the mean, variance, etc.
  • the b s and e s values can be obtained from the minimum and maximum values in the subset of samples.
  • the b s and e s values may be determined based on a function or transformation of the samples. For example, a transformation such as a DCT can be used, and b s and e s can be derived from the transformed values, e.g. DC coefficient, AC coefficient, etc.
  • the values w; and v; can be, for example, DCT coefficients.
  • the mean of the values may be used to specify the location of sub-class intervals for a BO type.
  • the mean may be computed on a subset of values within the unit (e.g., LCU) and the subset of values can be in a certain region in the unit, alternating samples (or every n th sample horizontally and mth sample vertically), etc.
  • a benefit of computing the mean value is that only one addition per pixel is performed in the subset of unit (e.g., LCU) and a division operation, or if the number of samples is 2 n , a shift of the final total by n bits. For example, if the number of samples over which the mean (average) value is computed is a power of two, then the division by that number can be achieved by a bit shift, which can require less computation than a general division operation.
  • a BO type and/or set of sub-classes can then be derived based on the mean value. For example, a number of sub-classes can be specified relative to the mean value. The sub-classes can be centered or shifted about the mean and can cover a limited range or extended to cover the entire range (e.g., by extending the range of the first and last sub-classes as explained in further detail below).
  • Fig. 8 shows an example where a BO type is specified using the mean value (m) and a width (w s ) for a case of 4 sub-classes with extended first and last sub-classes.
  • the mean can be the center (or approximately the center) of that span.
  • the mean can indicate the center (or approximately the center) of all sub-classes.
  • the entire range may be divided into fixed intervals.
  • the sub-class can be defined as the interval in which the mean value is located.
  • adjacent intervals can be chosen, for example, centered about the interval with the mean value.
  • This mapping may be achieved using a look-up table or by other means (e.g., binary-shift of pixels values).
  • each pixel value may be shifted by 3 binary positions to the right to get the band-index.
  • the band-index is useful is determining which offset should be applied to each pixel.
  • a combination of pixel value shift and merging offsets may be used to map pixel values in non-uniform and/or discontinuous situations.
  • the finest granularity of offset-intervals may be defined by shift and they may then be merged based on min-max or some other conditions to include only N contiguous offset.
  • 4 offsets are transmitted, to be applied to 4 regions which are not necessarily uniform or contiguous.
  • the BO type parameters need not be transmitted, thereby saving on overhead bits.
  • the BO parameters for a current unit can be determined based on a unit previously available to the encoder and decoder. Using previously available unit parameters may reduce latency so that SAO processing can begin on the first sample in the unit without needing to process the unit to determine the BO type parameters.
  • a collocated unit or motion- compensated unit from a previously coded picture can be used to determine the BO parameters for a current unit.
  • sub-classes with no pixels in the respective intensity range there may be many sub-classes with no pixels in the respective intensity range (e.g., also known as empty sub-classes).
  • these sub-classes may be encoded and signaled.
  • Such encoding of sub-classes that have pixel intensity values may be achieved by additionally encoding an escape code or end-of-offset code to signal no more offset values. This escape code can be, for example, a value that is larger than the maximum offset value used.
  • This approach can be beneficial when there are many empty sub-classes; however, in cases where there are not many empty sub-classes, a combination of only encoding sub-classes having intensity pixel values and encoding sub-classes with a zero offset may be implemented.
  • the approach can be used for signaling of offsets in both band offset and edge offset types. For the case of edge offset types, an empty sub-class corresponds to the case where there are no pixels with the respective gradient pattern. Additional discussion on offset for empty sub-classes can be found in U.S. Patent Application Nos. 13/672,476 and 13/672,484, previously incorporated by reference in their entirety.
  • the decoder receives information on a band offset specification type such as shown in Fig. 6.
  • the decoder classifies the reconstructed pixel values into the sub-classes according to their intensities.
  • the decoder can assign the offsets to each sub-class according to where pixel intensities exist in the sub-class.
  • Fig. 9 illustrates this as an example.
  • Fig. 9 shows an example of BO with eight sub-classes 0-7. The locations of the eight sub-classes or range of pixel amplitudes can be signaled to the decoder using methods previously described. In the example, there are only pixel intensities in sub-classes 1 and 6, while there are no pixel intensities in sub-classes 0, 2, 3, 4, 5, and 7. The latter sub-classes are empty and so no offsets need to be signaled.
  • the offset value of 2 for sub-class 1 and value of -1 for sub-class 6 can be signaled, followed by an optional escape value signaling no more offset values. If the escape value is not signaled, then it is assumed that the decoder performs pixel classification into sub-classes prior to parsing the offset values. After the decoder receives the information specifying the BO sub-classes using methods such as previously described, it can classify the pixel intensities. After classifying the pixel intensities, the decoder assigns the first offset value of 2 to the first non-empty sub-class of 1 and the second offset value of -1 to the second non-empty sub-class of 6.
  • the interval can then be partitioned into sub-classes.
  • Fig. 6 shows the sub-classes of equal intervals, although this need not be the case.
  • Fig. 6 no offset is transmitted or applied for values outside the range from b s to e s .
  • values may occur outside the range if b s and e s are determined from a subset of samples in the unit, while the offset is applied to all the samples in the unit or to samples outside the subset. In such instances, it may be beneficial to apply an offset (e.g., non-zero) to these values outside the range.
  • Fig. 10 illustrates a method for applying an offset to values outside the b s and e s ranges, where the first and last sub-classes are extended to the smallest and largest possible values (e.g. 0 and 255, respectively). This is one example of non-uniform interval BO sub-classes, and other examples are possible.
  • the offsets for each sub-class can be determined based on e.g., RD optimization of a subset of samples or for all the samples in the unit.
  • the first and last sub-classes in a BO type can be extended to cover more pixel values with the potential to increase coding efficiency and/or reduce complexity.
  • the "first" boundary (after 0) can be specified as b_s + w_s
  • the "last" boundary (before 255) can be specified as e_s - w_s, with N_s - 2 intervals in between.
  • the modifications described herein may allow for less overhead, computation, and latency for specification and processing using SAO BO.
  • the BO can be specified and applied to any or all color components, and the number of offsets can be different for each color component. For example, luma BO may have 4 offsets and chroma BO may have 2 offsets.
  • SAO band types and offsets described herein can be signaled at a partition, LCU, slice, picture, group of pictures, or sequence level. They can also be combined with EO types and offsets signaled at the partition, LCU, slice, picture, group of pictures, or sequence level.

Landscapes

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

Abstract

Selon un mode de réalisation, l'invention porte sur un procédé de codage de valeurs de décalage adaptatif d'échantillon (SAO) dans un processus de codage vidéo, le procédé consistant : à sélectionner un type de décalage de bande ; à déterminer une plage de valeurs associées au type de décalage de bande sélectionné, la plage de valeurs n'étant pas transmise durant le codage ; à générer une ou plusieurs valeurs de décalage pour le type de décalage de bande sélectionné ; à appliquer facultativement une valeur de décalage à au moins une valeur de pixel actuelle afin de former une valeur compensée SAO.
PCT/US2013/020390 2012-01-21 2013-01-04 Dispositifs et procédés de codage de décalage adaptatif d'échantillon et/ou de sélection de paramètres de décalage de bande WO2013109419A1 (fr)

Applications Claiming Priority (10)

Application Number Priority Date Filing Date Title
US201261589298P 2012-01-21 2012-01-21
US61/589,298 2012-01-21
US201261597041P 2012-02-09 2012-02-09
US61/597,041 2012-02-09
US201261616373P 2012-03-27 2012-03-27
US61/616,373 2012-03-27
US201261619916P 2012-04-03 2012-04-03
US61/619,916 2012-04-03
US13/734,765 2013-01-04
US13/734,765 US20130188741A1 (en) 2012-01-21 2013-01-04 Devices and methods for sample adaptive offset coding and/or selection of band offset parameters

Publications (1)

Publication Number Publication Date
WO2013109419A1 true WO2013109419A1 (fr) 2013-07-25

Family

ID=48799587

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2013/020390 WO2013109419A1 (fr) 2012-01-21 2013-01-04 Dispositifs et procédés de codage de décalage adaptatif d'échantillon et/ou de sélection de paramètres de décalage de bande

Country Status (1)

Country Link
WO (1) WO2013109419A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016144519A1 (fr) * 2015-03-06 2016-09-15 Qualcomm Incorporated Codage de décalage adaptatif d'échantillon à faible complexité (sao)
CN108810543A (zh) * 2018-06-13 2018-11-13 北京奇艺世纪科技有限公司 视频编码的补偿方法及装置
CN112822489A (zh) * 2020-12-30 2021-05-18 北京博雅慧视智能技术研究院有限公司 一种样本自适应偏移补偿滤波的硬件实现方法及装置

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110305274A1 (en) * 2010-06-15 2011-12-15 Mediatek Inc. Apparatus and method of adaptive offset for video coding

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110305274A1 (en) * 2010-06-15 2011-12-15 Mediatek Inc. Apparatus and method of adaptive offset for video coding

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
C-MING FU ET AL: "TE10 subtest 3: Quadtree-based adaptive offset", 94. MPEG MEETING; 11-10-2010 - 15-10-2010; GUANGZHOU; (MOTION PICTURE EXPERT GROUP OR ISO/IEC JTC1/SC29/WG11),, no. M18173, 28 October 2010 (2010-10-28), XP030046763 *
LAI P ET AL: "CE8 Subtest 1: Block-based filter adaptation with features on subset of pixels", 6. JCT-VC MEETING; 97. MPEG MEETING; 14-7-2011 - 22-7-2011; TORINO; (JOINT COLLABORATIVE TEAM ON VIDEO CODING OF ISO/IEC JTC1/SC29/WG11 AND ITU-T SG.16 ); URL: HTTP://WFTP3.ITU.INT/AV-ARCH/JCTVC-SITE/,, no. JCTVC-F301, 14 July 2011 (2011-07-14), XP030009324 *
LAROCHE(CANON) G ET AL: "On additional SAO Band Offset classifications", 7. JCT-VC MEETING; 98. MPEG MEETING; 21-11-2011 - 30-11-2011; GENEVA; (JOINT COLLABORATIVE TEAM ON VIDEO CODING OF ISO/IEC JTC1/SC29/WG11 AND ITU-T SG.16 ); URL: HTTP://WFTP3.ITU.INT/AV-ARCH/JCTVC-SITE/,, no. JCTVC-G246, 8 November 2011 (2011-11-08), XP030110230 *
W-S KIM ET AL: "Non-CE8: Reduced number of band offsets in SAO", 7. JCT-VC MEETING; 98. MPEG MEETING; 21-11-2011 - 30-11-2011; GENEVA; (JOINT COLLABORATIVE TEAM ON VIDEO CODING OF ISO/IEC JTC1/SC29/WG11 AND ITU-T SG.16 ); URL: HTTP://WFTP3.ITU.INT/AV-ARCH/JCTVC-SITE/,, no. JCTVC-G682, 9 November 2011 (2011-11-09), XP030110666 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016144519A1 (fr) * 2015-03-06 2016-09-15 Qualcomm Incorporated Codage de décalage adaptatif d'échantillon à faible complexité (sao)
CN107431816A (zh) * 2015-03-06 2017-12-01 高通股份有限公司 低复杂度样本自适应偏移(sao)译码
US9877024B2 (en) 2015-03-06 2018-01-23 Qualcomm Incorporated Low complexity sample adaptive offset (SAO) coding
US10382755B2 (en) 2015-03-06 2019-08-13 Qualcomm Incorporated Low complexity sample adaptive offset (SAO) coding
CN107431816B (zh) * 2015-03-06 2020-12-29 高通股份有限公司 对视频数据进行编码的方法、装置、设备和存储媒体
CN108810543A (zh) * 2018-06-13 2018-11-13 北京奇艺世纪科技有限公司 视频编码的补偿方法及装置
CN108810543B (zh) * 2018-06-13 2020-08-28 北京奇艺世纪科技有限公司 视频编码的补偿方法、装置及电子设备
CN112822489A (zh) * 2020-12-30 2021-05-18 北京博雅慧视智能技术研究院有限公司 一种样本自适应偏移补偿滤波的硬件实现方法及装置
CN112822489B (zh) * 2020-12-30 2023-05-16 北京博雅慧视智能技术研究院有限公司 一种样本自适应偏移补偿滤波的硬件实现方法及装置

Similar Documents

Publication Publication Date Title
US9888249B2 (en) Devices and methods for sample adaptive offset coding and/or selection of edge offset parameters
US9774853B2 (en) Devices and methods for sample adaptive offset coding and/or signaling
US9955153B2 (en) Devices and methods for sample adaptive offset coding
US9565435B2 (en) Devices and methods for context reduction in last significant coefficient position coding
US20130188741A1 (en) Devices and methods for sample adaptive offset coding and/or selection of band offset parameters
EP2878124B1 (fr) Dispositif et procédés de traitement de mode de partition dans un codage vidéo à haute efficacité
US9872034B2 (en) Devices and methods for signaling sample adaptive offset (SAO) parameters
US9813701B2 (en) Devices and methods for context reduction in last significant coefficient position coding
US20140146894A1 (en) Devices and methods for modifications of syntax related to transform skip for high efficiency video coding (hevc)
US11039166B2 (en) Devices and methods for using base layer intra prediction mode for enhancement layer intra mode prediction
WO2013109419A1 (fr) Dispositifs et procédés de codage de décalage adaptatif d'échantillon et/ou de sélection de paramètres de décalage de bande

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

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

Country of ref document: EP

Kind code of ref document: A1