US20090154567A1 - In-loop fidelity enhancement for video compression - Google Patents
In-loop fidelity enhancement for video compression Download PDFInfo
- Publication number
- US20090154567A1 US20090154567A1 US12/203,933 US20393308A US2009154567A1 US 20090154567 A1 US20090154567 A1 US 20090154567A1 US 20393308 A US20393308 A US 20393308A US 2009154567 A1 US2009154567 A1 US 2009154567A1
- Authority
- US
- United States
- Prior art keywords
- fidelity enhancement
- block
- video frame
- discrepancy
- modeling
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/80—Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation
- H04N19/82—Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation involving filtering within a prediction loop
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods 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/119—Adaptive subdivision aspects, e.g. subdivision of a picture into rectangular or non-rectangular coding blocks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/46—Embedding additional information in the video signal during the compression process
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/60—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
- H04N19/61—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/70—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/85—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
- H04N19/86—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving reduction of coding artifacts, e.g. of blockiness
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/85—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
- H04N19/86—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving reduction of coding artifacts, e.g. of blockiness
- H04N19/865—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving reduction of coding artifacts, e.g. of blockiness with detection of the former encoding block subdivision in decompressed video
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/90—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
- H04N19/91—Entropy coding, e.g. variable length coding [VLC] or arithmetic coding
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/90—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
- H04N19/96—Tree coding, e.g. quad-tree coding
Definitions
- the present invention cites the article “ Transmission of post - filter hints for video coding schemes ”, by Stephen Wittmann and Thomas Wedi, in Proceedings of 2007 IEEE International Conference on Image Processing (ICIP2007), and European Patent No. EP 1 841 230 A1, which are included herein as reference.
- Next generation video coding methods aim to achieve maximum efficiency by compressing data as much as possible. If data can be significantly compressed then high quality video can be streamed and delivered over bandwidth limited networks.
- the H.264/AVC coding standard is one example of a video coding standard.
- the H.264 standard combines block motion compensation with transform coding. Transform coding removes spatial redundancy within a frame, whereas block motion compensation removes redundancy between frames.
- Video coding is performed in four parts: prediction, transformation, quantization and entropy coding.
- prediction can consist of intra prediction, which refers to pixels in the same frame, and inter prediction, which refers to pixels in a preceding frame. Transformation changes prediction residues into coefficients in order to compact the energy of residues toward low frequency bands.
- Quantization divides transform coefficients of a frame by a value with rounding to a representation of a smaller number of bit-depth in order to further reduce the number of bits a frame can be represented by.
- the final stage, entropy coding involves lossless representation of quantized transform coefficients and other parameters.
- the decoding side performs the inverse of these operations to generate reconstructed pixels.
- Both decoding and encoding processes include a closed loop wherein encoded/decoded macroblocks of a frame are reconstructed and then input back to a prediction unit for generating coding information of a next frame. Utilizing the reconstructed frame rather than the original frame for predicting the following frames prevents drift between frames.
- the H.264 standard utilizes both intra prediction and inter prediction, and performs block based coding.
- Dividing a frame into macroblocks and separately coding each macroblock can give rise to artifacts created at block edges; i.e. there are visible divisions between blocks as the coding modes or motion vectors of neighboring blocks are usually different.
- most block-based coding techniques include a deblocking filter in the closed coding loop. This deblocking filter can alleviate the artifacts at block edges, but cannot remove quantization errors within blocks. When coding is performed utilizing large quantization values at high fidelity, the deblocking filter alone is not sufficient.
- a Wiener filter works by removing noise components from a coded signal in order to bring the noisy coded signal closer to the original signal.
- a signal s When a signal s is input to a typical system, it will be disturbed to some degree resulting in a signal s′ that differs from the original signal s. This is the result of additive noise.
- the purpose of the Wiener filter is to minimize the mean square error between these two signals so that the resultant filtered signal ⁇ is closer to the original signal s than to the disturbed signal s′.
- the Wiener filter operates by generating cross correlation matrices utilizing filter coefficients and auto-correlation matrices.
- European Patent No. EP 1 841 230 A1 teaches a Wiener filter implemented both at the encoder and at the decoder side.
- the Wiener filter is therefore able to first generate the cross-correlation matrix, encoder parameters associated with the matrix, and embed these parameters in the bitstream and send them to the decoder for decoding, where they can be utilized to reduce quantization errors in a decoded frame, ensuring higher fidelity.
- the present invention aims to improve on the system provided in the above-mentioned European Patent Application, by introducing a plurality of fidelity enhancement methods and apparatus, implemented both at the encoder and at the decoder side.
- An encoder for receiving a video frame and performing encoding processes to generate an encoded bitstream comprises: a fidelity enhancement block, for performing a first fidelity enhancement technique on the processed data optionally utilizing a quad-tree partition, and generating fidelity enhancement information including at least one parameter associated with the first fidelity enhancement technique; and an entropy coding block, coupled to the fidelity enhancement block, for encoding the fidelity enhancement information, and embedding the encoded fidelity enhancement information into the encoded bitstream.
- a first method for coding a video frame comprises: receiving a video frame; utilizing a quad-tree partition method to determine how to partition the current frame; partitioning the current frame according to a determination result, and then performing Wiener filtering on the current frame to generate Wiener filtering parameters; and encoding the video frame with the Wiener filtering parameters to generate an encoded bitstream.
- a second method for coding a video frame comprises: receiving a video frame; performing fidelity enhancement on the processed data to generate fidelity enhancement information; encoding the received bitstream to generate an encoded bitstream; encoding the fidelity enhancement information, and embedding the encoded fidelity enhancement information into a tail of the encoded bitstream; and generating a pointer indicating the location of the fidelity enhancement information in the bitstream, and placing the pointer in the header of the encoded bitstream.
- FIG. 1 is a diagram of an encoder according to a first embodiment of the present invention.
- FIG. 2 is a diagram of a decoder according to the first embodiment of the present invention.
- FIG. 3 is a diagram of an encoder according to a second embodiment of the present invention.
- FIG. 4 is a diagram of a decoder according to the second embodiment of the present invention.
- FIG. 5 is a diagram of an encoder according to a third embodiment of the present invention.
- FIG. 6 is a diagram of a decoder according to the third embodiment of the present invention.
- FIG. 7 is a diagram of an encoder according to a fourth embodiment of the present invention.
- FIG. 8 is a diagram of a decoder according to the fourth embodiment of the present invention.
- FIG. 9 is a diagram illustrating multi-level quad-tree partition.
- the present invention aims to expand on the Wiener filtering in the encoder, by providing a plurality of fidelity enhancement methods, wherein information relating to these fidelity enhancement methods will be encoded and embedded in the bitstream.
- the embedded fidelity enhancement information is retrieved and utilized at the decoder side to perform fidelity enhancement on the processed data. This not only enables reduction of quantization errors, but also ensures increased overall quality of the restored video frame, as many different techniques can be carried out on the processed data and many different placements of the fidelity enhancement block at both the encoder and decoder side ensures parity of enhancement.
- fidelity enhancement methods to enhance fidelity by canceling errors
- examples of the fidelity enhancement method include, but are not limited to, Kalman filtering, noise reduction, deblurring, Wiener filtering, regression, regularization, and various discrepancy modeling such as DC offset (zero order), weighted prediction (first order, e.g. ax+b), spatial prediction, for example, higher order prediction (e.g.
- fidelity enhancement techniques can be performed on the processed data at a number of stages in the encoder.
- the following disclosure provides four exemplary embodiments, but the scope of the present invention should not be limited to these four embodiments.
- modifications wherein more than one fidelity enhancement block is located in the encoder (and at corresponding locations in the decoder) also fall within the scope of the present invention.
- the present invention further provides a plurality of ways of performing said fidelity enhancement techniques, as well as a new bitstream syntax.
- the present invention performs fidelity enhancement utilizing a quad-tree partition method on the processed data.
- fidelity enhancement can be performed in such a way as to minimize the cost function.
- a minimum of quantization errors are present in one half of the frame, and therefore less extensive calculations are required.
- a large number of quantization errors are present, and therefore more extensive calculations are required to minimize the quantization errors.
- Quad-tree partition therefore provides an adaptive fidelity enhancement method by utilizing cost function analysis to determine the best way to partition the frame.
- FIG. 9 shows an example of a video frame 900 with quad-tree partition.
- Processed data of the video frame 900 are provided to a fidelity enhancement block, for example, a Wiener filter, and the fidelity enhancement block first determines a quad-tree partition structure based on cost function comparison.
- the fidelity enhancement block may employ a top-down splitting algorithm, bottom-up merging algorithm, or any kind of order, to sequentially calculate a cost function corresponding to each candidate quad-tree partition structure, in order to determine the quad-tree partition structure with a minimum cost.
- the video frame 900 is first divided into four first-level parts, a cost function corresponding to an un-divided frame and a cost function corresponding to the four first-level parts (the divided frame) are compared, and the partition obeys the one with the smaller cost function. If the latter cost function is smaller, each of the first-level parts is further divided into four second-level parts, and cost functions corresponding to the un-divided and divided first-level part are compared to determine whether this first-level part needs to be split.
- the video frame 900 in FIG. 9 shows two first-level parts, at the bottom left and top right of the frame, which are not further divided into second-level parts, however, the other two first-level parts are further divided. Similarly, each of the second-level part is divided into third-level parts and cost functions are compared, and this top-down splitting algorithm terminates when a predetermined partition level is approached.
- the fidelity enhancement block starts calculating cost functions of smallest parts, for example, for third-level parts, a cost function corresponding to four third-level parts is compared with a cost function corresponding to a larger area composed of these four third-level parts.
- the four third-level parts are merged into a second-level part if the latter cost function is lower.
- Four second-level parts can also merged into a first-level part after cost function comparison.
- the quad-tree partition structure finally determined by the fidelity enhancement block can be one of the fidelity enhancement information that will be embedded in the bitstream at the entropy coding stage.
- each calculation result for a smaller region can be fully reused by a larger region containing the smaller one.
- Such a reuse method can be applied to both the bottom-up merging and top-down splitting algorithms. Calculation results corresponding to smaller regions can be computed first, and these calculation results can then be reused for calculation of the larger region.
- filter parameters including cross-correlation and auto-correlation matrices are generated.
- the present invention therefore, provides a reuse method for this Wiener filtering wherein cross-correlation and auto-correlation matrices for a smaller area are reused for a larger area, when filtering is performed on the larger area composed of the smaller area. This saves on calculation time.
- Fidelity enhancement parameters are usually encoded and embedded in the tail of the encoded bitstream.
- fidelity enhancement parameters in the tail of the bitstream means that the decoder cannot start performing fidelity enhancement until the tail of the bitstream is decoded
- some conventional methods place fidelity enhancement information in the header. This method, however, requires re-catenation of the bitstream.
- the present invention therefore, still embeds fidelity enhancement information in the tail of the bitstream, but places a pointer in the header to indicate the location of the fidelity enhancement information in the bitstream. For example, the pointer can give information concerning the number of bits between the header and the tail.
- the decoder can search for the fidelity enhancement information as soon as the pointer (in the header) is decoded, and the decoder can therefore start performing fidelity enhancement much faster than if the decoder had to decode the whole bitstream before obtaining the fidelity enhancement parameters.
- the fidelity enhancement parameters do not necessarily have to be embedded in the tail of the bitstream and the pointer can refer to any information that is stored at any point in the bitstream, as the pointer is modified by the encoder, and is therefore an adaptive pointer.
- fidelity enhancement block At least one or all of these methods can be utilized by the fidelity enhancement block detailed above.
- the following diagrams will illustrate various locations of the fidelity enhancement block, and further explain the operation of the fidelity enhancement block.
- FIG. 1 is a diagram of an encoder 100 comprising a fidelity enhancement (FE) block 160 .
- the encoder 100 comprises an intra prediction block 110 , an inter (ME/MC) prediction block 120 , a subtractor 132 , a transform block 134 , a quantization block 136 , an inverse transform block 142 , an inverse quantization block 138 , a reconstruction unit 170 , a deblocking unit 140 , a reference frame buffer 130 and an entropy coding unit 180 .
- the fidelity enhancement block 160 Apart from the fidelity enhancement block 160 , the other components of the encoder 100 are well-known to those skilled in the art, and therefore the function and operation of these components will not be detailed here.
- the fidelity enhancement block 160 receives processed data of one or more reference frames from the reference frame buffer 130 , reduces discrepancy between the processed data of the reference frame and data of a current frame, and provides compensated processed data to the inter (ME/MC) prediction block for prediction.
- the fidelity enhancement block 160 can perform at least one of the above-listed fidelity enhancement methods, at block, slice or quad-tree level.
- the fidelity enhancement block 160 can also utilize one or more of the above-listed methods when performing fidelity enhancement and generating FE associated parameters. In other words, the FE block 160 as disclosed in FIG.
- the generated FE information can be embedded into the tail of the encoded bitstream while utilizing the adaptive pointer in the header of the encoded bitstream to notify the decoder of the location of the fidelity enhancement information in the bitstream.
- FIG. 2 is a diagram of a decoder 200 according to the first embodiment of the present invention.
- the decoder 200 also includes a fidelity enhancement block 270 in a corresponding location to the FE block 160 in the encoder 100 . This ensures that fidelity enhancement information generated by the encoder 100 can be optimally utilized by the decoder 200 .
- the decoder 200 further comprises an entropy decoding unit 240 , an intra prediction block 210 , a motion compensation (MC) unit 220 , a reference frame buffer 230 , an inverse quantization block 256 , an inverse transform block 242 , a reconstruction unit 250 and a deblocking unit 260 .
- MC motion compensation
- the entropy decoding unit 240 retrieves residues and information such as fidelity enhancement information from a received bitstream. In some embodiments, the entropy decoding unit 240 obtains a pointer indicating the location of the fidelity enhancement information in the received bitstream while decoding a header. The fidelity enhancement block 270 then receives the fidelity enhancement information from the entropy decoding unit 240 and conducts fidelity enhancement on processed data of one or more reference frames stored in the reference frame buffer. In some embodiments, the fidelity enhancement information comprises information representing a specific quad-tree partition structure, and the fidelity enhancement block performs filtering or discrepancy modeling according to the specific quad-tree partition structure.
- FIG. 3 and FIG. 4 are, respectively, diagrams of an encoder 300 and decoder 400 according to a second embodiment of the present invention.
- the encoder 300 and decoder 400 each include an FE block 160 , 270 .
- the FE block 160 of the encoder 300 located after the deblocking unit 140 is utilized to reduce errors between processed data of a current frame and original data (i.e. unprocessed data) of the current frame, and generate compensated processed data.
- the compensated processed data from the FE block 160 is stored in the reference frame buffer 130 . It should be noted that the operation and function of each block shown in FIGS. 3 and 4 are the same as the respective blocks shown in FIGS. 1 and 2 , and therefore all numerals have been kept the same.
- FIGS. 5 ⁇ 8 are diagrams of, respectively, an encoder 500 according to a third embodiment of the present invention, a decoder 600 according to the third embodiment of the present invention, an encoder 700 according to a fourth embodiment of the present invention, and a decoder 800 according to the fourth embodiment of the present invention.
- the difference between each embodiment is the location of the FE block.
- the FE block in each diagram is capable of performing fidelity enhancement techniques including Wiener filtering.
- quad-tree partition is employed, and the reuse method can further reduce the calculation time.
- each disclosed encoder is capable of utilizing an adaptive pointer in the header of the encoded bitstream for indicating the location of the fidelity enhancement information in the bitstream.
- the FE block 160 performs fidelity enhancement on processed data of a current frame to reduce errors introduced by the transform block 134 , quantization block 136 , inverse quantization block 138 , and inverse transform block 142 processes.
- the FE block 160 performs fidelity enhancement on processed data of a current frame to reduce errors introduced by the quantization block 136 and inverse quantization block 138 processes.
- the disclosed FE block is not limited to the single location disclosed in the above diagrams, and that an encoder and decoder comprising a plurality of FE blocks in a plurality of locations is also within the scope of the present invention. It is also possible for each FE block in the encoder and decoder to perform different fidelity enhancement methods. It should further be appreciated that it is not necessary for the FE blocks to perform all the above-disclosed methods (pointer in bitstream indicating location of FE information, quad-tree partition, re-use of calculation result in quad-tree partition, etc.) and an FE block that only performs some or one of the above-disclosed fidelity enhancement techniques also falls within the scope of the present invention.
- the present invention expands on the idea of utilizing Wiener filtering at the encoding side and embedding pertinent filtering information into the encoded bitstream by providing a plurality of fidelity enhancement techniques at the encoder side, wherein pertinent information will similarly be embedded in the encoded bitstream.
- the present invention also provides a method for performing fidelity enhancement such as Wiener filtering on a frame divided according to quad-tree partition, as well as re-use of calculation results.
- the present invention provides means for a decoder to instantly access the FE information even when it is not embedded in the header of the bitstream, by providing a pointer in the header of the bitstream for indicating location of the FE information.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Priority Applications (10)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/203,933 US20090154567A1 (en) | 2007-12-13 | 2008-09-04 | In-loop fidelity enhancement for video compression |
KR1020107009894A KR101169447B1 (ko) | 2007-12-13 | 2008-12-12 | 비디오 압축용 루프내 충실도 향상 |
EP08859579.8A EP2229780A4 (en) | 2007-12-13 | 2008-12-12 | IN-LOOP PLAYBACK REINFORCEMENT FOR COMPRESSING VIDEO CONTENT |
CN201010567188.XA CN101998121B (zh) | 2007-12-13 | 2008-12-12 | 编码器、解码器、视频帧编码方法及比特流解码方法 |
EP18166914.4A EP3383048B1 (en) | 2007-12-13 | 2008-12-12 | In-loop fidelity enhancement for video compression |
CN2008101871199A CN101459847B (zh) | 2007-12-13 | 2008-12-12 | 编码器、解码器、视频帧编码方法及比特流解码方法 |
JP2010532418A JP5312468B2 (ja) | 2007-12-13 | 2008-12-12 | ビデオ圧縮のためのループ内忠実度の向上 |
KR1020127007472A KR101224554B1 (ko) | 2007-12-13 | 2008-12-12 | 비디오 압축용 루프내 충실도 향상 |
PCT/CN2008/073480 WO2009074117A1 (en) | 2007-12-13 | 2008-12-12 | In-loop fidelity enhancement for video compression |
US14/614,422 US10327010B2 (en) | 2007-12-13 | 2015-02-05 | In-loop fidelity enhancement for video compression |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US1330507P | 2007-12-13 | 2007-12-13 | |
US5482008P | 2008-05-21 | 2008-05-21 | |
US12/203,933 US20090154567A1 (en) | 2007-12-13 | 2008-09-04 | In-loop fidelity enhancement for video compression |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/614,422 Continuation US10327010B2 (en) | 2007-12-13 | 2015-02-05 | In-loop fidelity enhancement for video compression |
Publications (1)
Publication Number | Publication Date |
---|---|
US20090154567A1 true US20090154567A1 (en) | 2009-06-18 |
Family
ID=40753228
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/203,933 Abandoned US20090154567A1 (en) | 2007-12-13 | 2008-09-04 | In-loop fidelity enhancement for video compression |
US14/614,422 Active 2029-06-15 US10327010B2 (en) | 2007-12-13 | 2015-02-05 | In-loop fidelity enhancement for video compression |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/614,422 Active 2029-06-15 US10327010B2 (en) | 2007-12-13 | 2015-02-05 | In-loop fidelity enhancement for video compression |
Country Status (6)
Country | Link |
---|---|
US (2) | US20090154567A1 (ko) |
EP (2) | EP3383048B1 (ko) |
JP (1) | JP5312468B2 (ko) |
KR (2) | KR101224554B1 (ko) |
CN (2) | CN101998121B (ko) |
WO (1) | WO2009074117A1 (ko) |
Cited By (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100208827A1 (en) * | 2007-10-16 | 2010-08-19 | Thomson Licensing | Methods and apparatus for video encoding and decoding geometerically partitioned super macroblocks |
US20100254448A1 (en) * | 2009-04-06 | 2010-10-07 | Lidong Xu | Selective Local Adaptive Wiener Filter for Video Coding and Decoding |
US20110142136A1 (en) * | 2009-12-10 | 2011-06-16 | Hong Kong Applied Science and Technology Research Insititute Company Limited | Method and apparatus for improving video quality |
US20110292999A1 (en) * | 2009-06-30 | 2011-12-01 | Electronics And Telecommunications Research Institute | Super macro block based intra coding method and apparatus |
US20120027083A1 (en) * | 2009-04-03 | 2012-02-02 | Matthias Narroschke | Video coding method, video decoding method, video coding apparatus, and video decoding apparatus |
US20120106629A1 (en) * | 2009-07-01 | 2012-05-03 | Thomson Licensing Llc | Methods and apparatus for signaling intra prediction for large blocks for video encoders and decoders |
US20120219059A1 (en) * | 2008-04-09 | 2012-08-30 | Yi-Jen Chiu | In-Loop Adaptive Wiener Filter for Video Coding and Decoding |
WO2014120369A1 (en) * | 2013-01-30 | 2014-08-07 | Intel Corporation | Content adaptive partitioning for prediction and coding for next generation video |
US20150146782A1 (en) * | 2007-12-13 | 2015-05-28 | Mediatek Inc. | In-loop fidelity enhancement for video compression |
US9055305B2 (en) | 2011-01-09 | 2015-06-09 | Mediatek Inc. | Apparatus and method of sample adaptive offset for video coding |
US9161041B2 (en) | 2011-01-09 | 2015-10-13 | Mediatek Inc. | Apparatus and method of efficient sample adaptive offset |
US20160277748A1 (en) * | 2011-06-30 | 2016-09-22 | Sk Telecom Co., Ltd. | Method and apparatus for coding/decoding a video using an intra prediction |
TWI559738B (zh) * | 2012-06-27 | 2016-11-21 | Sun Patent Trust | An image coding method, an image decoding method, an image coding apparatus, an image decoding apparatus, an image coding / decoding apparatus, and a program |
US20170063954A1 (en) * | 2015-09-01 | 2017-03-02 | Xerox Corporation | Methods and systems for segmenting multimedia content |
US20170134761A1 (en) | 2010-04-13 | 2017-05-11 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US9769230B2 (en) | 2010-07-20 | 2017-09-19 | Nokia Technologies Oy | Media streaming apparatus |
US9819965B2 (en) | 2012-11-13 | 2017-11-14 | Intel Corporation | Content adaptive transform coding for next generation video |
CN107483965A (zh) * | 2011-11-25 | 2017-12-15 | 三星电子株式会社 | 图像编码方法和装置、以及图像解码方法和装置 |
US20180324466A1 (en) | 2010-04-13 | 2018-11-08 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10212425B2 (en) | 2012-06-08 | 2019-02-19 | Sun Patent Trust | Arithmetic coding for information related to sample adaptive offset processing |
US20190089962A1 (en) | 2010-04-13 | 2019-03-21 | Ge Video Compression, Llc | Inter-plane prediction |
US10248966B2 (en) | 2010-04-13 | 2019-04-02 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US10306224B2 (en) * | 2009-07-31 | 2019-05-28 | Sony Corporation | Apparatus and method of adaptive block filtering of target slice based on filter control information |
Families Citing this family (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5233897B2 (ja) | 2009-07-31 | 2013-07-10 | ソニー株式会社 | 画像処理装置および方法 |
EP2360925A1 (en) * | 2010-01-20 | 2011-08-24 | Siemens Aktiengesellschaft | Method for reducing noise for coding of noisy images or image sequences |
EP2538673A4 (en) | 2010-01-22 | 2015-12-23 | Samsung Electronics Co Ltd | METHOD AND DEVICE FOR ENCODING / DECODING AREA |
JP6029984B2 (ja) * | 2010-03-09 | 2016-11-24 | トムソン ライセンシングThomson Licensing | 分類ベースのループ・フィルタのための方法と装置 |
US8787449B2 (en) * | 2010-04-09 | 2014-07-22 | Sony Corporation | Optimal separable adaptive loop filter |
US9094658B2 (en) | 2010-05-10 | 2015-07-28 | Mediatek Inc. | Method and apparatus of adaptive loop filtering |
WO2012013327A1 (en) * | 2010-07-26 | 2012-02-02 | Panasonic Corporation | Quantized prediction error signal for three-input-wiener-filter |
US9813738B2 (en) | 2010-10-05 | 2017-11-07 | Hfi Innovation Inc. | Method and apparatus of adaptive loop filtering |
KR102034004B1 (ko) * | 2010-10-08 | 2019-10-18 | 지이 비디오 컴프레션, 엘엘씨 | 블록 분할 및 블록 병합을 지원하는 픽처 코딩 |
CN105847830B (zh) | 2010-11-23 | 2019-07-12 | Lg电子株式会社 | 由编码装置和解码装置执行的间预测方法 |
JP5875236B2 (ja) * | 2011-03-09 | 2016-03-02 | キヤノン株式会社 | 画像符号化装置、画像符号化方法及びプログラム、画像復号装置、画像復号方法及びプログラム |
EP2700230A4 (en) | 2011-04-21 | 2014-08-06 | Mediatek Inc | METHOD AND APPARATUS FOR ENHANCED LOOP FILTERING |
CN103597827B (zh) * | 2011-06-10 | 2018-08-07 | 寰发股份有限公司 | 可伸缩视频编码方法及其装置 |
CN107426579B (zh) | 2011-06-24 | 2020-03-10 | Lg 电子株式会社 | 图像信息编码和解码方法 |
JP5810700B2 (ja) * | 2011-07-19 | 2015-11-11 | ソニー株式会社 | 画像処理装置及び画像処理方法 |
US9204171B1 (en) | 2011-09-28 | 2015-12-01 | Electronics And Telecommunications Research Institute | Method for encoding and decoding images based on constrained offset compensation and loop filter, and apparatus therefor |
US9204148B1 (en) | 2011-09-28 | 2015-12-01 | Electronics And Telecommunications Research Institute | Method for encoding and decoding images based on constrained offset compensation and loop filter, and apparatus therefor |
KR20130034566A (ko) | 2011-09-28 | 2013-04-05 | 한국전자통신연구원 | 제한된 오프셋 보상 및 루프 필터를 기반으로 하는 영상 부호화 및 복호화 방법 및 그 장치 |
US9148663B2 (en) | 2011-09-28 | 2015-09-29 | Electronics And Telecommunications Research Institute | Method for encoding and decoding images based on constrained offset compensation and loop filter, and apparatus therefor |
KR20130050403A (ko) * | 2011-11-07 | 2013-05-16 | 오수미 | 인터 모드에서의 복원 블록 생성 방법 |
JP5429418B2 (ja) * | 2013-02-15 | 2014-02-26 | ソニー株式会社 | 画像復号装置および方法、記録媒体、並びにプログラム |
JP5573996B2 (ja) * | 2013-03-14 | 2014-08-20 | ソニー株式会社 | 画像符号化装置および方法、記録媒体、並びにプログラム |
JP5573995B2 (ja) * | 2013-03-14 | 2014-08-20 | ソニー株式会社 | 画像復号装置および方法、記録媒体、並びにプログラム |
JP5573997B2 (ja) * | 2013-03-14 | 2014-08-20 | ソニー株式会社 | 画像復号装置および方法、記録媒体、並びにプログラム |
WO2015100522A1 (en) * | 2013-12-30 | 2015-07-09 | Mediatek Singapore Pte. Ltd. | Methods for inter-component residual prediction |
CN103780913B (zh) * | 2014-01-24 | 2017-01-04 | 西安空间无线电技术研究所 | 一种基于误差隐藏的数据压缩方法 |
WO2016068630A1 (ko) * | 2014-10-29 | 2016-05-06 | 엘지전자(주) | 비디오 신호의 인코딩, 디코딩 방법 및 그 장치 |
US10382795B2 (en) | 2014-12-10 | 2019-08-13 | Mediatek Singapore Pte. Ltd. | Method of video coding using binary tree block partitioning |
WO2016090568A1 (en) * | 2014-12-10 | 2016-06-16 | Mediatek Singapore Pte. Ltd. | Binary tree block partitioning structure |
BR112020002205A2 (pt) * | 2017-08-22 | 2020-07-28 | Panasonic Intellectual Property Corporation Of America | codificador de imagem, decodificador de imagem, método de codificação de imagem e método de decodificação de imagem |
CN114913249A (zh) * | 2021-02-08 | 2022-08-16 | 华为技术有限公司 | 编码、解码方法和相关设备 |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4922341A (en) * | 1987-09-30 | 1990-05-01 | Siemens Aktiengesellschaft | Method for scene-model-assisted reduction of image data for digital television signals |
US5550935A (en) * | 1991-07-01 | 1996-08-27 | Eastman Kodak Company | Method for multiframe Wiener restoration of noisy and blurred image sequences |
US6125147A (en) * | 1998-05-07 | 2000-09-26 | Motorola, Inc. | Method and apparatus for reducing breathing artifacts in compressed video |
US20050281334A1 (en) * | 2004-05-04 | 2005-12-22 | Qualcomm Incorporated | Method and apparatus for weighted prediction in predictive frames |
US20060251330A1 (en) * | 2003-05-20 | 2006-11-09 | Peter Toth | Hybrid video compression method |
US20070091997A1 (en) * | 2003-05-28 | 2007-04-26 | Chad Fogg | Method And Apparatus For Scalable Video Decoder Using An Enhancement Stream |
US20070268970A1 (en) * | 1997-07-30 | 2007-11-22 | Lg Electronics Inc. | Method of reducing a blocking artifact when coding moving picture |
US20100135387A1 (en) * | 2007-04-12 | 2010-06-03 | Thomson Licensing | Method and apparatus for context dependent merging for skip-direct modes for video encoding and decoding |
Family Cites Families (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FR2648979B1 (fr) * | 1989-06-27 | 1996-09-06 | Thomson Consumer Electronics | Procede de segmentation du champ de mouvement d'une image et son application au codage d'images video |
JPH03145392A (ja) * | 1989-10-31 | 1991-06-20 | Nec Corp | 動き補償フレーム間符号化・復号化方法とその符号化装置・復号化装置 |
KR100287214B1 (ko) | 1994-11-30 | 2001-04-16 | 윤종용 | 동영상 부호화방법 및 장치 |
WO1997017797A2 (en) * | 1995-10-25 | 1997-05-15 | Sarnoff Corporation | Apparatus and method for quadtree based variable block size motion estimation |
GB2319421B (en) * | 1996-11-15 | 1999-02-10 | Daewoo Electronics Co Ltd | Method and apparatus for target tracking |
US6633611B2 (en) * | 1997-04-24 | 2003-10-14 | Mitsubishi Denki Kabushiki Kaisha | Method and apparatus for region-based moving image encoding and decoding |
WO2000010131A1 (en) * | 1998-08-10 | 2000-02-24 | Digital Accelerator Corporation | Embedded quadtree wavelets in image compression |
US6888566B2 (en) * | 1999-12-14 | 2005-05-03 | Canon Kabushiki Kaisha | Method and apparatus for uniform lineal motion blur estimation using multiple exposures |
KR20030076869A (ko) * | 2002-03-23 | 2003-09-29 | 엘지전자 주식회사 | 텔레비전의 필터장치 |
US7609767B2 (en) * | 2002-05-03 | 2009-10-27 | Microsoft Corporation | Signaling for fading compensation |
US20040258162A1 (en) * | 2003-06-20 | 2004-12-23 | Stephen Gordon | Systems and methods for encoding and decoding video data in parallel |
KR100705619B1 (ko) * | 2003-07-22 | 2007-04-11 | 비오이 하이디스 테크놀로지 주식회사 | 액정표시장치의 구동 방법 및 그 회로 |
CN1322472C (zh) * | 2003-09-08 | 2007-06-20 | 中国人民解放军第一军医大学 | 基于小波变换的预测四叉树图像压缩及解压方法 |
KR101094323B1 (ko) * | 2003-09-17 | 2011-12-19 | 톰슨 라이센싱 | 적응 기준 화상 생성 |
KR20050031653A (ko) * | 2003-09-30 | 2005-04-06 | 대한민국(전남대학교총장) | 디지털 텔레비젼 수신기의 디씨 옵셋 보정기 |
EP1538844A3 (en) * | 2003-11-26 | 2006-05-31 | Samsung Electronics Co., Ltd. | Color image residue transformation and encoding method |
CN1922889B (zh) * | 2004-02-27 | 2011-07-20 | 汤姆逊许可公司 | 使用加权预测的误差隐蔽技术 |
US20050195896A1 (en) * | 2004-03-08 | 2005-09-08 | National Chiao Tung University | Architecture for stack robust fine granularity scalability |
JP4501675B2 (ja) * | 2004-12-22 | 2010-07-14 | 日本電気株式会社 | 動画像圧縮符号化方法と動画像圧縮符号化装置並びにプログラム |
KR100703746B1 (ko) * | 2005-01-21 | 2007-04-05 | 삼성전자주식회사 | 비동기 프레임을 효율적으로 예측하는 비디오 코딩 방법 및장치 |
US8724699B2 (en) * | 2005-04-13 | 2014-05-13 | Thomson Licensing | Luma and chroma encoding using a common predictor |
JP4726047B2 (ja) * | 2005-04-26 | 2011-07-20 | Kddi株式会社 | 画像符号化装置 |
US20060285590A1 (en) * | 2005-06-21 | 2006-12-21 | Docomo Communications Laboratories Usa, Inc. | Nonlinear, prediction filter for hybrid video compression |
US9445113B2 (en) * | 2006-01-10 | 2016-09-13 | Thomson Licensing | Methods and apparatus for parallel implementations of 4:4:4 coding |
WO2007081176A1 (en) * | 2006-01-12 | 2007-07-19 | Lg Electronics Inc. | Processing multiview video |
EP2001239B1 (en) * | 2006-03-27 | 2017-09-13 | Sun Patent Trust | Picture coding apparatus and picture decoding apparatus |
EP1841230A1 (en) | 2006-03-27 | 2007-10-03 | Matsushita Electric Industrial Co., Ltd. | Adaptive wiener filter for video coding |
KR101261526B1 (ko) * | 2006-07-04 | 2013-05-06 | 삼성전자주식회사 | 영상의 부호화 방법 및 장치, 복호화 방법 및 장치 |
CN100417191C (zh) * | 2006-09-01 | 2008-09-03 | 上海大学 | 一种图像组合降噪方法 |
US9648325B2 (en) * | 2007-06-30 | 2017-05-09 | Microsoft Technology Licensing, Llc | Video decoding implementations for a graphics processing unit |
US20090154567A1 (en) * | 2007-12-13 | 2009-06-18 | Shaw-Min Lei | In-loop fidelity enhancement for video compression |
-
2008
- 2008-09-04 US US12/203,933 patent/US20090154567A1/en not_active Abandoned
- 2008-12-12 WO PCT/CN2008/073480 patent/WO2009074117A1/en active Application Filing
- 2008-12-12 KR KR1020127007472A patent/KR101224554B1/ko active IP Right Grant
- 2008-12-12 CN CN201010567188.XA patent/CN101998121B/zh active Active
- 2008-12-12 CN CN2008101871199A patent/CN101459847B/zh active Active
- 2008-12-12 JP JP2010532418A patent/JP5312468B2/ja active Active
- 2008-12-12 KR KR1020107009894A patent/KR101169447B1/ko active IP Right Grant
- 2008-12-12 EP EP18166914.4A patent/EP3383048B1/en active Active
- 2008-12-12 EP EP08859579.8A patent/EP2229780A4/en not_active Ceased
-
2015
- 2015-02-05 US US14/614,422 patent/US10327010B2/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4922341A (en) * | 1987-09-30 | 1990-05-01 | Siemens Aktiengesellschaft | Method for scene-model-assisted reduction of image data for digital television signals |
US5550935A (en) * | 1991-07-01 | 1996-08-27 | Eastman Kodak Company | Method for multiframe Wiener restoration of noisy and blurred image sequences |
US20070268970A1 (en) * | 1997-07-30 | 2007-11-22 | Lg Electronics Inc. | Method of reducing a blocking artifact when coding moving picture |
US6125147A (en) * | 1998-05-07 | 2000-09-26 | Motorola, Inc. | Method and apparatus for reducing breathing artifacts in compressed video |
US20060251330A1 (en) * | 2003-05-20 | 2006-11-09 | Peter Toth | Hybrid video compression method |
US20070091997A1 (en) * | 2003-05-28 | 2007-04-26 | Chad Fogg | Method And Apparatus For Scalable Video Decoder Using An Enhancement Stream |
US20050281334A1 (en) * | 2004-05-04 | 2005-12-22 | Qualcomm Incorporated | Method and apparatus for weighted prediction in predictive frames |
US20100135387A1 (en) * | 2007-04-12 | 2010-06-03 | Thomson Licensing | Method and apparatus for context dependent merging for skip-direct modes for video encoding and decoding |
Cited By (108)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100208827A1 (en) * | 2007-10-16 | 2010-08-19 | Thomson Licensing | Methods and apparatus for video encoding and decoding geometerically partitioned super macroblocks |
US20150146782A1 (en) * | 2007-12-13 | 2015-05-28 | Mediatek Inc. | In-loop fidelity enhancement for video compression |
US10327010B2 (en) * | 2007-12-13 | 2019-06-18 | Hfi Innovation Inc. | In-loop fidelity enhancement for video compression |
US10171808B2 (en) | 2008-04-09 | 2019-01-01 | Intel Corporation | In-loop adaptive wiener filter for video coding and decoding |
US20120219059A1 (en) * | 2008-04-09 | 2012-08-30 | Yi-Jen Chiu | In-Loop Adaptive Wiener Filter for Video Coding and Decoding |
US9247253B2 (en) | 2008-04-09 | 2016-01-26 | Intel Corporation | In-loop adaptive wiener filter for video coding and decoding |
US8620103B2 (en) * | 2008-04-09 | 2013-12-31 | Intel Corporation | In-loop adaptive wiener filter for video coding and decoding |
US10165273B2 (en) | 2008-04-09 | 2018-12-25 | Intel Corporation | In-loop adaptive wiener filter for video coding and decoding |
US20120027083A1 (en) * | 2009-04-03 | 2012-02-02 | Matthias Narroschke | Video coding method, video decoding method, video coding apparatus, and video decoding apparatus |
US9232236B2 (en) * | 2009-04-03 | 2016-01-05 | Panasonic Intellectual Property Corporation Of America | Video coding method, video decoding method, video coding apparatus, and video decoding apparatus that use filters for filtering signals |
US20100254448A1 (en) * | 2009-04-06 | 2010-10-07 | Lidong Xu | Selective Local Adaptive Wiener Filter for Video Coding and Decoding |
US8761268B2 (en) * | 2009-04-06 | 2014-06-24 | Intel Corporation | Selective local adaptive wiener filter for video coding and decoding |
US20140205006A1 (en) * | 2009-06-30 | 2014-07-24 | Electronics And Telecommunications Research Institute | Super macro block based intra coding method and apparatus |
US20110292999A1 (en) * | 2009-06-30 | 2011-12-01 | Electronics And Telecommunications Research Institute | Super macro block based intra coding method and apparatus |
US11936876B2 (en) | 2009-07-01 | 2024-03-19 | Interdigital Vc Holdings, Inc. | Methods and apparatus for signaling intra prediction for large blocks for video encoders and decoders |
US11082697B2 (en) | 2009-07-01 | 2021-08-03 | Interdigital Vc Holdings, Inc. | Methods and apparatus for signaling intra prediction for large blocks for video encoders and decoders |
US12120307B2 (en) | 2009-07-01 | 2024-10-15 | Interdigital Vc Holdings, Inc. | Methods and apparatus for signaling intra prediction for large blocks for video encoders and decoders |
US20120106629A1 (en) * | 2009-07-01 | 2012-05-03 | Thomson Licensing Llc | Methods and apparatus for signaling intra prediction for large blocks for video encoders and decoders |
US10841580B2 (en) | 2009-07-31 | 2020-11-17 | Sony Corporation | Apparatus and method of adaptive block filtering of target slice based on filter control information |
US10306224B2 (en) * | 2009-07-31 | 2019-05-28 | Sony Corporation | Apparatus and method of adaptive block filtering of target slice based on filter control information |
US8259819B2 (en) | 2009-12-10 | 2012-09-04 | Hong Kong Applied Science and Technology Research Institute Company Limited | Method and apparatus for improving video quality by utilizing a unified loop filter |
US20110142136A1 (en) * | 2009-12-10 | 2011-06-16 | Hong Kong Applied Science and Technology Research Insititute Company Limited | Method and apparatus for improving video quality |
US11051047B2 (en) | 2010-04-13 | 2021-06-29 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10803483B2 (en) | 2010-04-13 | 2020-10-13 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US12120316B2 (en) | 2010-04-13 | 2024-10-15 | Ge Video Compression, Llc | Inter-plane prediction |
US12010353B2 (en) | 2010-04-13 | 2024-06-11 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US11983737B2 (en) | 2010-04-13 | 2024-05-14 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US11910030B2 (en) | 2010-04-13 | 2024-02-20 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US11910029B2 (en) | 2010-04-13 | 2024-02-20 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division preliminary class |
US11900415B2 (en) | 2010-04-13 | 2024-02-13 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US20180324466A1 (en) | 2010-04-13 | 2018-11-08 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US11856240B1 (en) | 2010-04-13 | 2023-12-26 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US20170134761A1 (en) | 2010-04-13 | 2017-05-11 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US11810019B2 (en) | 2010-04-13 | 2023-11-07 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US20190089962A1 (en) | 2010-04-13 | 2019-03-21 | Ge Video Compression, Llc | Inter-plane prediction |
US10248966B2 (en) | 2010-04-13 | 2019-04-02 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US10250913B2 (en) | 2010-04-13 | 2019-04-02 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US11785264B2 (en) | 2010-04-13 | 2023-10-10 | Ge Video Compression, Llc | Multitree subdivision and inheritance of coding parameters in a coding block |
US20190164188A1 (en) | 2010-04-13 | 2019-05-30 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US20190174148A1 (en) | 2010-04-13 | 2019-06-06 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US11778241B2 (en) | 2010-04-13 | 2023-10-03 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US20190197579A1 (en) | 2010-04-13 | 2019-06-27 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US11765362B2 (en) | 2010-04-13 | 2023-09-19 | Ge Video Compression, Llc | Inter-plane prediction |
US10432978B2 (en) | 2010-04-13 | 2019-10-01 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10432980B2 (en) | 2010-04-13 | 2019-10-01 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10432979B2 (en) | 2010-04-13 | 2019-10-01 | Ge Video Compression Llc | Inheritance in sample array multitree subdivision |
US10440400B2 (en) | 2010-04-13 | 2019-10-08 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10448060B2 (en) | 2010-04-13 | 2019-10-15 | Ge Video Compression, Llc | Multitree subdivision and inheritance of coding parameters in a coding block |
US10460344B2 (en) | 2010-04-13 | 2019-10-29 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US11765363B2 (en) | 2010-04-13 | 2023-09-19 | Ge Video Compression, Llc | Inter-plane reuse of coding parameters |
US11734714B2 (en) | 2010-04-13 | 2023-08-22 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US10621614B2 (en) | 2010-04-13 | 2020-04-14 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US10672028B2 (en) | 2010-04-13 | 2020-06-02 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US10681390B2 (en) | 2010-04-13 | 2020-06-09 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US10687086B2 (en) | 2010-04-13 | 2020-06-16 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US10687085B2 (en) | 2010-04-13 | 2020-06-16 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10694218B2 (en) | 2010-04-13 | 2020-06-23 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10708629B2 (en) | 2010-04-13 | 2020-07-07 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10708628B2 (en) | 2010-04-13 | 2020-07-07 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US10721496B2 (en) | 2010-04-13 | 2020-07-21 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10719850B2 (en) | 2010-04-13 | 2020-07-21 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US10721495B2 (en) | 2010-04-13 | 2020-07-21 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US10748183B2 (en) | 2010-04-13 | 2020-08-18 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US10764608B2 (en) | 2010-04-13 | 2020-09-01 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US10771822B2 (en) | 2010-04-13 | 2020-09-08 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US11736738B2 (en) | 2010-04-13 | 2023-08-22 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using subdivision |
US10803485B2 (en) | 2010-04-13 | 2020-10-13 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US10805645B2 (en) | 2010-04-13 | 2020-10-13 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US11611761B2 (en) | 2010-04-13 | 2023-03-21 | Ge Video Compression, Llc | Inter-plane reuse of coding parameters |
US11553212B2 (en) | 2010-04-13 | 2023-01-10 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10848767B2 (en) | 2010-04-13 | 2020-11-24 | Ge Video Compression, Llc | Inter-plane prediction |
US10856013B2 (en) | 2010-04-13 | 2020-12-01 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US10855995B2 (en) | 2010-04-13 | 2020-12-01 | Ge Video Compression, Llc | Inter-plane prediction |
US10855991B2 (en) | 2010-04-13 | 2020-12-01 | Ge Video Compression, Llc | Inter-plane prediction |
US10855990B2 (en) | 2010-04-13 | 2020-12-01 | Ge Video Compression, Llc | Inter-plane prediction |
US10863208B2 (en) | 2010-04-13 | 2020-12-08 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10873749B2 (en) | 2010-04-13 | 2020-12-22 | Ge Video Compression, Llc | Inter-plane reuse of coding parameters |
US10880580B2 (en) | 2010-04-13 | 2020-12-29 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10880581B2 (en) | 2010-04-13 | 2020-12-29 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US10893301B2 (en) | 2010-04-13 | 2021-01-12 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US11037194B2 (en) | 2010-04-13 | 2021-06-15 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US11546641B2 (en) | 2010-04-13 | 2023-01-03 | Ge Video Compression, Llc | Inheritance in sample array multitree subdivision |
US20210211743A1 (en) | 2010-04-13 | 2021-07-08 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US11546642B2 (en) | 2010-04-13 | 2023-01-03 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US11087355B2 (en) | 2010-04-13 | 2021-08-10 | Ge Video Compression, Llc | Region merging and coding parameter reuse via merging |
US11102518B2 (en) | 2010-04-13 | 2021-08-24 | Ge Video Compression, Llc | Coding of a spatial sampling of a two-dimensional information signal using sub-division |
US9769230B2 (en) | 2010-07-20 | 2017-09-19 | Nokia Technologies Oy | Media streaming apparatus |
US9161041B2 (en) | 2011-01-09 | 2015-10-13 | Mediatek Inc. | Apparatus and method of efficient sample adaptive offset |
US9432670B2 (en) | 2011-01-09 | 2016-08-30 | Mediatek Inc. | Apparatus and method of efficient sample adaptive offset |
US9055305B2 (en) | 2011-01-09 | 2015-06-09 | Mediatek Inc. | Apparatus and method of sample adaptive offset for video coding |
US20160277748A1 (en) * | 2011-06-30 | 2016-09-22 | Sk Telecom Co., Ltd. | Method and apparatus for coding/decoding a video using an intra prediction |
US9986245B2 (en) * | 2011-06-30 | 2018-05-29 | Sk Telecom Co., Ltd. | Method and apparatus for decoding a video using an intra prediction |
US10116942B2 (en) * | 2011-06-30 | 2018-10-30 | Sk Telecom Co., Ltd. | Method and apparatus for decoding a video using an intra prediction |
CN107483965A (zh) * | 2011-11-25 | 2017-12-15 | 三星电子株式会社 | 图像编码方法和装置、以及图像解码方法和装置 |
US10499062B2 (en) | 2011-11-25 | 2019-12-03 | Samsung Electronics Co., Ltd. | Image coding method and device for buffer management of decoder, and image decoding method and device |
US11849116B2 (en) | 2012-06-08 | 2023-12-19 | Sun Patent Trust | Arithmetic coding for information related to sample adaptive offset processing |
US10212425B2 (en) | 2012-06-08 | 2019-02-19 | Sun Patent Trust | Arithmetic coding for information related to sample adaptive offset processing |
US11375195B2 (en) | 2012-06-08 | 2022-06-28 | Sun Patent Trust | Arithmetic coding for information related to sample adaptive offset processing |
US10812800B2 (en) | 2012-06-08 | 2020-10-20 | Sun Patent Trust | Arithmetic coding for information related to sample adaptive offset processing |
TWI559738B (zh) * | 2012-06-27 | 2016-11-21 | Sun Patent Trust | An image coding method, an image decoding method, an image coding apparatus, an image decoding apparatus, an image coding / decoding apparatus, and a program |
US10542290B2 (en) | 2012-06-27 | 2020-01-21 | Sun Patent Trust | Image decoding method and image decoding apparatus for sample adaptive offset information |
US10063862B2 (en) | 2012-06-27 | 2018-08-28 | Sun Patent Trust | Image decoding method and image decoding apparatus for sample adaptive offset information |
US9819965B2 (en) | 2012-11-13 | 2017-11-14 | Intel Corporation | Content adaptive transform coding for next generation video |
US9787990B2 (en) | 2013-01-30 | 2017-10-10 | Intel Corporation | Content adaptive parametric transforms for coding for next generation video |
US9794569B2 (en) | 2013-01-30 | 2017-10-17 | Intel Corporation | Content adaptive partitioning for prediction and coding for next generation video |
WO2014120369A1 (en) * | 2013-01-30 | 2014-08-07 | Intel Corporation | Content adaptive partitioning for prediction and coding for next generation video |
US20170063954A1 (en) * | 2015-09-01 | 2017-03-02 | Xerox Corporation | Methods and systems for segmenting multimedia content |
US10404806B2 (en) * | 2015-09-01 | 2019-09-03 | Yen4Ken, Inc. | Methods and systems for segmenting multimedia content |
Also Published As
Publication number | Publication date |
---|---|
KR101169447B1 (ko) | 2012-08-03 |
CN101459847A (zh) | 2009-06-17 |
KR20120051748A (ko) | 2012-05-22 |
KR101224554B1 (ko) | 2013-01-23 |
CN101998121A (zh) | 2011-03-30 |
CN101998121B (zh) | 2014-07-09 |
CN101459847B (zh) | 2011-01-19 |
EP3383048A1 (en) | 2018-10-03 |
US20150146782A1 (en) | 2015-05-28 |
JP5312468B2 (ja) | 2013-10-09 |
KR20100074250A (ko) | 2010-07-01 |
EP3383048B1 (en) | 2021-09-22 |
EP2229780A4 (en) | 2015-08-05 |
EP2229780A1 (en) | 2010-09-22 |
JP2011503979A (ja) | 2011-01-27 |
US10327010B2 (en) | 2019-06-18 |
WO2009074117A1 (en) | 2009-06-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10327010B2 (en) | In-loop fidelity enhancement for video compression | |
CN1870754B (zh) | 减少分块现象的编/解码装置和方法 | |
US20110222608A1 (en) | Localized in-loop filtering with multiple filters in hybrid video coding | |
CN113785569B (zh) | 视频编码的非线性适应性环路滤波方法和装置 | |
EP2323407A1 (en) | Video image encoding method, video image decoding method, video image encoding apparatus, video image decoding apparatus, program and integrated circuit | |
US20090225842A1 (en) | Method and apparatus for encoding and decoding image by using filtered prediction block | |
WO2021139770A1 (en) | Signaling quantization related parameters | |
US8285064B2 (en) | Method for processing images and the corresponding electronic device | |
KR20180119753A (ko) | 압축 파라미터를 이용한 영상 복원용 머신러닝 알고리즘 및 이를 이용한 영상 복원방법 | |
KR20190058631A (ko) | 비디오 코딩을 위한 디바이스들 및 방법들 | |
CN114009015A (zh) | 转换省略块的传讯编码技术 | |
CN114391254A (zh) | 视频解码器、视频编码器、用于编码和解码视频信号的方法以及调整一个或多个去噪操作的计算机程序 | |
CN105357538B (zh) | 自适应环路滤波方法和装置 | |
KR20090098214A (ko) | 영상의 부호화, 복호화 방법 및 장치 | |
US8798141B2 (en) | Adaptive restoration for video coding | |
KR102250252B1 (ko) | 적응적 밴드 오프셋 구간을 이용한 인-루프 필터링 방법 및 장치, 그리고 적응적 밴드 오프셋 구간을 이용한 부호화 및 복호화 장치 | |
CN113132734A (zh) | 一种编码、解码方法、装置及其设备 | |
KR20180107067A (ko) | 영상 부호화/복호화 장치 및 방법 | |
KR101802304B1 (ko) | 하다마드 변환을 이용한 부호화 방법 및 이러한 방법을 사용하는 장치 | |
KR20140129420A (ko) | 잔차 변환을 이용한 인트라 예측 방법 및 장치 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: MEDIATEK INC., TAIWAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LEI, SHAW-MIN;HUANG, YU-WEN;GUO, XUN;REEL/FRAME:021477/0538;SIGNING DATES FROM 20080826 TO 20080828 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |