IP Library › Granted Patent US 10,567,791
Granted Patent B2
US 10,567,791 · App. 16/502,665 · Granted Feb 18, 2020

Video coding / decoding with sub-block transform sizes and adaptive deblock filtering

Inventors: Pohsiang Hsu (Redmond, WA); Chih-Lung Lin (Redmond, WA); Ming-Chieh Lee (Bellevue, WA); Thomas W. Holcomb (Bothell, WA); Sridhar Srinivasan (Shanghai, CN)
Assignee: Microsoft Technology Licensing, LLC
H04N19/523G06T3/40G06T7/0012H04N19/105H04N19/115H04N19/117H04N19/119H04N19/122H04N19/124H04N19/129H04N19/132H04N19/136H04N19/137H04N19/146H04N19/147H04N19/15H04N19/154H04N19/172H04N19/176H04N19/18H04N19/46H04N19/50H04N19/513H04N19/52H04N19/527H04N19/533H04N19/547H04N19/57H04N19/59H04N19/593H04N19/61H04N19/625H04N19/63H04N19/70H04N19/80H04N19/82H04N19/86H04N19/895H04N19/182
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,567,791
App. No.
16/502,665
Granted
Feb 18, 2020
Kind
B2
Abstract

Techniques and tools for video coding/decoding with motion resolution switching and sub-block transform coding/decoding are described. For example, a video encoder adaptively switches the resolution of motion estimation and compensation between quarter-pixel and half-pixel resolutions; a corresponding video decoder adaptively switches the resolution of motion compensation between quarter-pixel and half-pixel resolutions. For sub-block transform sizes, for example, a video encoder adaptively switches between 8×8, 8×4, and 4×8 DCTs when encoding 8×8 prediction residual blocks; a corresponding video decoder switches between 8×8, 8×4, and 4×8 inverse DCTs during decoding.

Claims (55)

1. In a computer system that implements a video encoder, a method comprising:

with the video encoder, reconstructing a frame of a video sequence;

with the video encoder, adaptively filtering one or more boundaries between multiple blocks in the reconstructed frame to reduce boundary discontinuities, wherein application of the filtering across a given boundary of the one or more boundaries includes:

computing a cross boundary discontinuity measure that quantifies pixel value discontinuity across the given boundary, wherein the cross boundary discontinuity measure is computed using at least one pixel value on a first side of the given boundary and at least one pixel value on a second side of the given boundary, the first side of the given boundary being opposite the second side of the given boundary;

computing a first side discontinuity measure that quantifies pixel value discontinuity on the first side of the given boundary, wherein the first side discontinuity measure is computed using multiple pixel values on the first side of the given boundary;

computing a second side discontinuity measure that quantifies pixel value discontinuity on the second side of the given boundary, wherein the second side discontinuity measure is computed using multiple pixel values on the second side of the given boundary; and

determining whether to filter the given boundary and, if so, filtering the given boundary, including adjusting the filtering the given boundary depending at least in part on the cross boundary discontinuity measure, the first side discontinuity measure, and the second side discontinuity measure; and

with the video encoder, storing the adaptively filtered, reconstructed frame in a frame buffer for use as a reference frame in subsequent motion compensation.

2. The method of claim 1 , wherein the reconstructing the frame includes, for each of the multiple blocks of the frame:

reconstructing a prediction residual for the block using a variable-block-size inverse frequency transform;

computing a motion-compensated prediction for the block using one or more motion vectors to predict pixel values of the block; and

reconstructing the block based upon the prediction residual and the motion-compensated prediction.

3. The method of claim 2 , wherein the one or more boundaries that are adaptively filtered are boundaries between 8×8 blocks, even when transform size of the variable-block-size inverse frequency transform is smaller than 8×8.

4. The method of claim 1 , further comprising reconstructing a previous frame of the video sequence, including, for each of multiple blocks of the previous frame:

computing a spatial extrapolation for the block;

reconstructing a spatial-extrapolation residual for the block, including applying an inverse re-oriented frequency transform to the spatial-extrapolation residual; and

combining the spatial-extrapolation residual and the spatial extrapolation.

5. The method of claim 1 , further comprising selectively disabling the filtering for a subsequent frame of the video sequence.

6. The method of claim 1 , wherein the application of the filtering further depends at least in a part upon a quantization level.

7. The method of claim 1 , wherein the one or more boundaries are in a luminance plane of the reconstructed frame.

8. The method of claim 1 , wherein a single line of pixel values across the given boundary includes the multiple pixel values on the first side and the multiple pixel values on the second side.

9. A computer system comprising one or more processing units and memory, wherein the computer system implements a video decoder system comprising:

an input buffer configured to store encoded video data, in a bitstream, for a current frame of a video sequence;

a frame buffer configured to store a reference frame for use in motion compensation; and

a video decoder, implemented with the one or more processing units and memory, configured to:

reconstruct the current frame;

adaptively filter one or more boundaries between multiple blocks in the reconstructed current frame to reduce boundary discontinuities, wherein application of the filtering across a given boundary of the one or more boundaries includes:

computing a cross boundary discontinuity measure that quantifies pixel value discontinuity across the given boundary, wherein the cross boundary discontinuity measure is computed using at least one pixel value on a first side of the given boundary and at least one pixel value on a second side of the given boundary, the first side of the given boundary being opposite the second side of the given boundary;

computing a first side discontinuity measure that quantifies pixel value discontinuity on the first side of the given boundary, wherein the first side discontinuity measure is computed using multiple pixel values on the first side of the given boundary;

computing a second side discontinuity measure that quantifies pixel value discontinuity on the second side of the given boundary, wherein the second side discontinuity measure is computed using multiple pixel values on the second side of the given boundary; and

determining whether to filter the given boundary and, if so, filtering the given boundary, including adjusting the filtering the given boundary depending at least in part on the cross boundary discontinuity measure, the first side discontinuity measure, and the second side discontinuity measure; and

store the adaptively filtered, reconstructed current frame in the frame buffer.

10. The computer system of claim 9 , wherein, to reconstruct the current frame, the video decoder is configured to, for each of the multiple blocks of the current frame:

compute a motion-compensated prediction for the block using one or more motion vectors to predict pixel values of the block; and

reconstruct the block based upon the prediction residual and the motion-compensated prediction.

11. The computer system of claim 9 , wherein the video decoder is further configured to reconstruct a previous frame in the video sequence, including, for each of multiple blocks of the previous frame, performing operations that include:

computing a spatial extrapolation for the block;

reconstructing a spatial-extrapolation residual for the block, including applying an inverse re-oriented frequency transform to the spatial-extrapolation residual; and

combining the spatial-extrapolation residual and the spatial extrapolation.

12. The computer system of claim 9 , wherein the video decoder is further configured to selectively disable the filtering for a subsequent frame of the video sequence.

13. The computer system of claim 9 , wherein the application of the filtering further depends at least in a part upon a quantization level.

14. The computer system of claim 9 , wherein the one or more boundaries that are adaptively filtered are boundaries between 8×8 blocks.

15. The computer system of claim 9 , wherein the one or more boundaries are in a luminance plane of the reconstructed frame.

16. The computer system of claim 9 , wherein a single line of pixel values across the given boundary includes the multiple pixel values on the first side and the multiple pixel values on the second side.

17. One or more computer-readable memory or storage devices having stored thereon encoded data formatted for decoding with operations that include:

reconstructing a frame of a video sequence;

adaptively filtering one or more boundaries between multiple blocks in the reconstructed frame to reduce boundary discontinuities, wherein application of the filtering across a given boundary of the one or more boundaries includes:

computing a cross boundary discontinuity measure that quantifies pixel value discontinuity across the given boundary, wherein the cross boundary discontinuity measure is computed using at least one pixel value on a first side of the given boundary and at least one pixel value on a second side of the given boundary, the first side of the given boundary being opposite the second side of the given boundary;

computing a first side discontinuity measure that quantifies pixel value discontinuity on the first side of the given boundary, wherein the first side discontinuity measure is computed using multiple pixel values on the first side of the given boundary;

computing a second side discontinuity measure that quantifies pixel value discontinuity on the second side of the given boundary, wherein the second side discontinuity measure is computed using multiple pixel values on the second side of the given boundary; and

determining whether to filter the given boundary and, if so, filtering the given boundary, including adjusting the filtering the given boundary depending at least in part on the cross boundary discontinuity measure, the first side discontinuity measure, and the second side discontinuity measure; and

storing the adaptively filtered, reconstructed frame in a frame buffer for use as a reference frame in subsequent motion compensation.

18. The one or more computer-readable memory or storage devices of claim 17 , wherein the operations further comprise selectively disabling the filtering for a subsequent frame of the video sequence.

19. The one or more computer-readable memory or storage devices of claim 17 , wherein the application of the filtering further depends at least in a part upon a quantization level.

20. The one or more computer-readable memory or storage devices of claim 17 , wherein a single line of pixel values across the given boundary includes the multiple pixel values on the first side and the multiple pixel values on the second side.

Assignments (2)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 8, 2019
From: HSU, POHSIANG; LIN, CHIH-LUNG; LEE, MING-CHIEH; HOLCOMB, THOMAS W.; SRINIVASAN, SRIDHAR
To: MICROSOFT CORPORATION
Reel/Frame 050657/0493 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 8, 2019
From: MICROSOFT CORPORATION
To: MICROSOFT TECHNOLOGY LICENSING, LLC
Reel/Frame 050657/0533 →
Continuity (8)
Continuation 16177860 · Nov 1, 2018
Continuation 15250597 · Aug 29, 2016
Continuation 14538667 · Nov 11, 2014
Continuation 13943665 · Jul 16, 2013
Continuation 11890059 · Aug 3, 2007
Division 10322352 · Dec 17, 2002
Provisional Application 60341674 · Dec 17, 2001
Related Publication 20190327487A1 · Oct 24, 2019