IP Library Granted Patent US 11,277,610
Granted Patent B2
US 11,277,610 · App. 15/274,486 · Granted Mar 15, 2022

Single layer high dynamic range coding with standard dynamic range backward compatibility

Inventors: Koohyar Minoo (San Diego, CA); Zhouye Gu (San Diego, CA); David M. Baylon (San Diego, CA); Ajay Luthra (San Diego, CA); Yue Yu (San Diego, CA)
Assignee: ARRIS Enterprises LLC
H04N19/124G06T5/007H04N19/174H04N19/177H04N19/186H04N19/44H04N19/70H04N19/98G06T2207/20208
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 11,277,610
App. No.
15/274,486
Granted
Mar 15, 2022
Kind
B2
Abstract

A method for transforming high dynamic range (HDR) video data into standard dynamic range (SDR) video data and encoding the SDR video data so that the HDR video data may be recovered at the decoder includes generating a tone map describing a transformation applied to the HDR video data to generate the SDR video data. The generated tone map describes the transformation as the multiplication of each HDR pixel in the HDR video data by a scalar to generate the SDR video data. The tone map is then modeled as a reshaping transfer function and the HDR video data is processed by the reshaping transfer function to generate the SDR video data. The reshaping transfer function is then inverted and described in a self-referential metadata structure. The SDR video data is then encoded including the metadata structure defining the inverse reshaping transfer function.

Claims (108)

1. A single layer high dynamic range (HDR) coding method with standard dynamic range (SDR) backwards compatibility, the single layer HDR coding method comprising:

generating a tone map using quantized input pixel values, the tone map describing a transformation from data representing a first color component of an HDR video image to data representing a corresponding first color component of an SDR video image on a pixel-by-pixel basis,

modeling the tone map as a piece-wise polynomial reshaping transfer function;

processing one or more additional color components of the HDR video data using the reshaping transfer function to generate SDR video data;

determining an inverse reshaping transfer function from the reshaping transfer function;

generating a self-referential metadata structure describing the inverse reshaping transfer function, the self-referential metadata structure including:

a piece-wise polynomial function describing a mapping of reconstructed SDR samples to HDR samples for the first color components; and

a piece-wise polynomial function describing a mapping of reconstructed SDR samples to HDR samples for the one or more additional color components; and

encoding the SDR video to generate encoded video data including the metadata structure included in a bitstream as supplemental enhancement information data or video usability information data;

wherein the generating of the sell referential data structure describing the inverse reshaping transfer function includes:

dividing the inverse reshaping transfer function into P-1 segments defined by a P pivot points, where P is an integer;

fitting an equation to each segment, each equation having an order, N, where N is an integer that varies based on characteristics of the segment;

for each pivot point except the last pivot point:

allocating a cell in the metadata structure to hold a value indicating a number of coefficients to be stored for the pivot point;

allocating a number of cells in the metadata structure sufficient to describe the coefficients for the pivot point;

storing a value indicating the number of cells for the pivot point into a first one of the allocated cells;

storing the coefficient values in the remaining allocated cells;

further including, far each pivot point except the last pivot point:

allocating a cell in the metadata structure for storing a smoothness degree, the smoothness degree indicating constraints on the equations fitted to the segment, wherein, for each pivot point except the last pivot point:

the number of cells allocated to describe the coefficients of the pivot point is N when the smoothness degree indicates that the functions modeling the segments are continuous; and

the number of cells allocated to describe the coefficients of the pivot point is N-1 when the smoothness degree indicates that the functions modeling the segments are continuous and have corresponding slopes at the pivot points.

2. The method of claim 1 , wherein the number of coefficients to be stored for each of the pivots point except the last pivot point is N+1 where N is the order of the equation for the pivot point.

3. The method of claim 1 , wherein the generating of the self-referential data structure describing the inverse reshaping transfer function includes:

selecting a predetermined transfer function from a plurality of predetermined transfer functions, each of the plurality of predetermined transfer functions having a respectively different number of parameters;

allocating a cell in the metadata structure and storing a value identifying the selected predetermined transfer function in the allocated cell;

adjusting the parameters of the selected predetermined transfer function to approximate the reshaping transfer function;

allocating a number of cells in the metadata structure corresponding to the number of parameters for the selected predetermined transfer function and storing the adjusted parameters for the selected predetermined transfer function in the allocated cells.

4. The method of claim 1 further comprising: receiving linear RGB HDR video data;

applying a coding transfer function to the RGB HDR data to generate non-linear R′G′B′ HDR video data that conforms to the human visual system;

applying a linear color conversion operation to the non-linear R′G′B′ HDR video data to generate color converted video data in a YCbCr color space;

determining a value of a for each Y pixel in the color converted video data, where the transfer function corresponds to pixel-based scaling computed in either the RGB or YCbCr color space and α is a scaling factor of the pixel-based scaling;

wherein:

the generating of the tone map includes:

generating a portion of the tone map for the Y video data;

based on the generated portion of the tone map for the Y video data generating at least one function of the reshaping transfer function for the Cb and Cr video data;

the determining of the inverse reshaping transfer function includes:

generating data describing a first portion of the inverse reshaping transfer function from the tone map for the Y video data;

generating data describing the at least one function to be applied to the Cb and Cr video data; and

the generating of the self-referential metadata structure describing the inverse transfer function includes:

generating a first portion of the metadata describing the first portion of the inverse reshaping transfer function; and

generating a second portion of the metadata describing the at least one function to be applied to the Cb and Cr data.

5. The method of claim 4 wherein:

the data describing the at least one function to be applied to the Cb and Cr video data includes respective Cb and Cr reshaping transfer functions; and

the generating of the second portion of the metadata includes generating metadata describing the respective Cb and Cr reshaping transfer functions.

6. The method of claim 4 wherein:

the data describing the at least one function to be applied to the Cb and Cr video data includes respective scale and offset values for each of the Cb and Cr video data sets, the respective scale and offset values representing modifications of a multiplication of the respective Cb and Cr HDR pixel values by the reshaping transfer function for the Y video data to implement a cross-channel reshaping transform function; and

the generating of the second portion of the metadata includes generating metadata describing the respective scale and offset values for each of the Cb and Cr video data sets.

7. The method of claim 4 , wherein:

the data describing the at least one function to be applied to the Cb and Cr video data includes an input offset value and an input scale value for each of the Cb and Cr video data sets and an output offset value and an output scale value for each of the Cb and Cr video data sets; and

the generating of the second portion of the metadata includes generating metadata describing the respective input and output scale and offset values for each of the Cb and Cr video data sets.

8. The method of claim 4 , further comprising, after applying the linear color conversion operation:

quantizing the color converted video data to a bit depth consistent with the SDR video data; and

downsampling the CbCr video data to generate color converted video data in a 4:2:0 format.

9. Apparatus comprising:

a memory; and

a preprocessor, coupled to the memory, the preprocessor including program instructions that cause the processor to perform single layer high dynamic range (HDR) coding process with standard dynamic range (SDR) backwards compatibility, including instructions to:

generate a tone map using quantized input pixel values, the tone map describing a transformation from data representing a first color component of an HDR video image to data representing a corresponding first color component of an SDR video image on a pixel-by-pixel basis,

model the tone map as a reshaping transfer function;

apply the reshaping transfer function to the HDR to generate SDR video data; determine an inverse reshaping transfer function from the reshaping transfer function;

generate a self-referential metadata structure describing the inverse reshaping transfer function, the self-referential metadata structure including:

a piece-wise polynomial function describing a mapping of reconstructed SDR samples to HDR samples for the first color components; and

a piece-wise polynomial function describing a mapping of reconstructed SDR samples to HDR samples for the one or more additional color components; and

store the self-referential metadata structure in the memory; and an encoder that encodes the SDR video and the self-referential metadata structure from the memory to generate encoded video data including the metadata structure included in a bitstream as supplemental enhancement information data or video usability information data;

wherein the program instructions that cause the preprocessor to generate the self-referential data structure describing the inverse reshaping transfer function include program instructions that cause the preprocessor to:

divide the inverse reshaping transfer function into P-1 segments defined by a P pivot points, where P is an integer;

fit an equation to each segment, each equation having an order, N, where N is an integer that varies based on characteristics of the segment;

for each pivot point except the last pivot point:

allocate a cell in the metadata structure to hold a value indicating a number of coefficients to be stored for the pivot point;

allocate a number of cells in the metadata structure sufficient to describe the coefficients for the pivot point;

store a value indicating the number of cells for the pivot point into a first one of the allocated cells; and

store the coefficient values in the remaining allocated cells;

further including program instructions that, for each pivot point except the last pivot point, cause the preprocessor to:

allocate a cell in the metadata structure for storing a smoothness degree, the smoothness degree indicating constraints on the equations fitted to the segment, wherein, for each pivot point except the last pivot point:

the number of cells allocated to describe the coefficients of the pivot point is N when the smoothness degree indicates that the functions modeling the segments are continuous; and

the number of cells allocated to describe the coefficients of the pivot point is N-1 when the smoothness degree indicates that the functions modeling the segments are continuous and have corresponding slopes at the pivot points.

10. The apparatus of claim 9 , wherein the program instructions that cause the preprocessor to generate the self-referential data structure describing the inverse reshaping transfer function include program instructions that cause the preprocessor to:

select a predetermined transfer function from a plurality of predetermined transfer functions, each of the plurality of predetermined transfer functions having a respectively different number of parameters;

allocate a cell in the metadata structure and store a value identifying the selected predetermined transfer function in the allocated cell;

adjust the parameters of the selected predetermined transfer function to approximate the reshaping transfer function;

allocate a number of cells in the metadata structure corresponding to the number of parameters for the selected predetermined transfer function and storing the adjusted parameters for the selected predetermined transfer function in the allocated cells.

11. The apparatus of claim 9 wherein:

the preprocessor is configured to receive linear RGB HDR video data;

and the program instructions further cause the preprocessor to:

apply a coding transfer function to the RGB HDR data to generate non-linear R′G′B′ HDR video data that conforms to the human visual system;

apply a linear color conversion operation to the non-linear R′G′B′ HDR video data to generate color converted video data in a YCbCr color space;

determining a value of α for each Y pixel in the color converted video data, where the transfer function corresponds to pixel-based scaling computed in either the RGB or YCbCr color spaces and α is a scaling factor of the pixel-based scaling;

wherein:

the program instructions that cause the preprocessor to generate the tone map include instructions that cause the preprocessor to:

generate a portion of the tone map for the Y video data;

based on the generated portion of the tone map for the Y video data generate at least one function of the reshaping transfer function for the Cb and Cr video data;

the program instructions that cause the preprocessor to determine the inverse reshaping transfer function include instructions that cause the preprocessor to:

generate data describing a first portion of the inverse reshaping transfer function from the tone map for the Y video data;

generate data describing at least one function to be applied to the Cb and Cr video data; and

the program instructions that cause the preprocessor to generate the self-referential metadata structure describing the inverse transfer function include program instructions that cause the preprocessor to:

generate a first portion of the metadata describing the first portion of the inverse reshaping transfer function; and

generate a second portion of the metadata describing the at least one function to be applied to the Cb and Cr data.

12. The apparatus of claim 11 wherein:

the data describing the at least one function to be applied to the Cb and Cr video data includes respective Cb and Cr reshaping transfer functions; and

the program instructions that cause the preprocessor to generate the second portion of the metadata include program instructions that cause the preprocessor to generate metadata describing the respective Cb and Cr reshaping transfer functions.

13. The apparatus of claim 11 wherein:

the data describing the at least one function to be applied to the Cb and Cr video data includes respective scale and offset values for each of the Cb and Cr video data sets, the respective scale and offset values representing modifications of a multiplication of the respective Cb and Cr HDR pixel values by the reshaping transfer function for the Y video data to implement a cross-channel reshaping transform function; and

the program instructions cause the preprocessor to generate the second portion of the metadata include program instructions that cause the preprocessor to generate metadata describing the respective scale and offset values for each of the Cb and Cr video data sets.

14. The method of claim 11 , wherein:

the data describing the at least one function to be applied to the Cb and Cr video data includes an input offset value and an input scale value for each of the Cb and Cr video data sets and an output offset value and an output scale value for each of the Cb and Cr video data sets and

the program instructions that cause the preprocessor to generate the second portion of the metadata include program instructions that cause the preprocessor to generate metadata describing the respective input and output scale and offset values for each of the Cb and Cr video data sets.

15. The apparatus of claim 11 , wherein the preprocessor further includes:

a quantizer configured to quantize the color converted video data to a bit depth consistent with the SDR video data; and

a downsampler configured to downsample the CbCr video data to generate color converted video data in a 4:2:0 format.

Assignments (7)
RELEASE OF SECURITY INTEREST AT REEL/FRAME 049905/0504 Recorded Dec 19, 2024
From: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT
To: ARRIS ENTERPRISES LLC (F/K/A ARRIS ENTERPRISES, INC.); ARRIS TECHNOLOGY, INC.; ARRIS SOLUTIONS, INC.; COMMSCOPE, INC. OF NORTH CAROLINA; COMMSCOPE TECHNOLOGIES LLC; RUCKUS WIRELESS, LLC (F/K/A RUCKUS WIRELESS, INC.)
Reel/Frame 071477/0255 →
SECURITY INTEREST Recorded Dec 17, 2024
From: ARRIS ENTERPRISES LLC; COMMSCOPE TECHNOLOGIES LLC; COMMSCOPE INC., OF NORTH CAROLINA; OUTDOOR WIRELESS NETWORKS LLC; RUCKUS IP HOLDINGS LLC
To: APOLLO ADMINISTRATIVE AGENCY LLC
Reel/Frame 069889/0114 →
SECURITY INTEREST Recorded Nov 19, 2021
From: ARRIS SOLUTIONS, INC.; ARRIS ENTERPRISES LLC; COMMSCOPE TECHNOLOGIES LLC; COMMSCOPE, INC. OF NORTH CAROLINA; RUCKUS WIRELESS, INC.
To: WILMINGTON TRUST
Reel/Frame 060752/0001 →
TERM LOAN SECURITY AGREEMENT Recorded Jul 3, 2019
From: COMMSCOPE, INC. OF NORTH CAROLINA; COMMSCOPE TECHNOLOGIES LLC; ARRIS ENTERPRISES LLC; ARRIS TECHNOLOGY, INC.; RUCKUS WIRELESS, INC.; ARRIS SOLUTIONS, INC.
To: JPMORGAN CHASE BANK, N.A.
Reel/Frame 049905/0504 →
ABL SECURITY AGREEMENT Recorded Jul 3, 2019
From: COMMSCOPE, INC. OF NORTH CAROLINA; COMMSCOPE TECHNOLOGIES LLC; ARRIS ENTERPRISES LLC; ARRIS TECHNOLOGY, INC.; RUCKUS WIRELESS, INC.; ARRIS SOLUTIONS, INC.
To: JPMORGAN CHASE BANK, N.A.
Reel/Frame 049892/0396 →
PATENT SECURITY AGREEMENT Recorded Jul 3, 2019
From: ARRIS ENTERPRISES LLC
To: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT
Reel/Frame 049820/0495 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 4, 2016
From: MINOO, KOOHYAR; GU, ZHOUYE; BAYLON, DAVID M.; LUTHRA, AJAY; YU, YUE
To: ARRIS ENTERPRISES LLC
Reel/Frame 040226/0861 →
Continuity (5)
Provisional Application 62222723 · Sep 23, 2015
Provisional Application 62241094 · Oct 13, 2015
Provisional Application 62241087 · Oct 13, 2015
Provisional Application 62242272 · Oct 15, 2015
Related Publication 20170085879A1 · Mar 23, 2017
Cited By (1)
US 12,452,428