USRE50091E1 - Offset temporal motion vector predictor (TMVP) - Google Patents
Offset temporal motion vector predictor (TMVP) Download PDFInfo
- Publication number
- USRE50091E1 USRE50091E1 US17/487,450 US202117487450A USRE50091E US RE50091 E1 USRE50091 E1 US RE50091E1 US 202117487450 A US202117487450 A US 202117487450A US RE50091 E USRE50091 E US RE50091E
- Authority
- US
- United States
- Prior art keywords
- offset
- block
- tmvp
- current prediction
- neighboring
- 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.)
- Active, expires
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/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
- H04N19/513—Processing of motion vectors
-
- 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/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
- H04N19/513—Processing of motion vectors
- H04N19/517—Processing of motion vectors by encoding
- H04N19/52—Processing of motion vectors by encoding by predictive encoding
-
- 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/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
- H04N19/513—Processing of motion vectors
- H04N19/521—Processing of motion vectors for estimating the reliability of the determined motion vectors or motion vector field, e.g. for smoothing the motion vector field or for correcting motion vectors
-
- 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/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/503—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
- H04N19/51—Motion estimation or motion compensation
- H04N19/523—Motion estimation or motion compensation with sub-pixel accuracy
-
- 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/169—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
- H04N19/17—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
- H04N19/176—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a block, e.g. a macroblock
Definitions
- the present invention relates to coding using High Efficiency Video Coding (HEVC or H-265). More particularly, the present system relates to motion vector prediction for coding of HEVC blocks.
- HEVC High Efficiency Video Coding
- HEVC High Efficiency Video Coding
- the HEVC coding standard (also called H.265) is a coding standard promulgated by the ISO/IEC MPEG standardization organizations.
- HEVC supports resolutions higher than “high definition,” which means pixels may be represented by a larger number of bits than the high definition pictures. For example, 4K resolutions may include images that are 4,000 pixels wide compared to high definition images that are 1920 pixels wide.
- Temporal motion prediction is an effective method to increase the coding efficiency and provides high compression necessary for HEVC.
- HEVC uses a translational model for temporal motion prediction.
- a prediction signal for a given current unit in a current picture is generated from a corresponding reference unit in a reference picture.
- the coordinates of the reference unit are given by a motion vector that describes the translational motion along horizontal (x) and vertical (y) directions that would be added/subtracted to/from the coordinates of the current unit.
- a decoder needs the motion vector to decode the compressed video.
- HEVC relies on a block based translational model for its temporal prediction (inter coding) in order to keep complexity and overhead bits low.
- inter coding For inter coding block, HEVC designates a prediction block as an area for motion compensation where all the pixels inside the prediction block performs identical translation temporally using either one or two motion vectors (MV).
- Motion vector prediction is used to code motion vector(s) to reduce the overhead bits for motion vector signaling.
- Motion estimation or prediction is a process of determining a motion vector (MV) for a current unit of video. The motion estimation process searches for a best match prediction for a current unit block of video (e.g., a prediction block) over reference pictures.
- a current inter block its motion vector predictor can be derived from the motion vectors of its spatially neighboring blocks and/or the temporally collocated block.
- Embodiments of the invention provide a method for temporal motion vector prediction for inter block HEVC that relies on a block translational model, enabling more efficient encoding.
- the method adjusts the coordinate of a temporal motion vector predictor (TMVP) by adding an offset to improve prediction accuracy.
- TMVP temporal motion vector predictor
- the modified coordinate provides better prediction when there is significant object motion between the frames
- the method begins by designating a current prediction block as an area for motion compensation using HEVC where all the pixels inside the prediction block perform identical translation temporally using either one or more motion vectors MVs.
- a coordinate offset is derived for a current prediction block from the MVs of its spatially neighboring blocks.
- An offset TMVP is then defined for the current prediction block as the MV of an offset block which is in the geometrical location of the current prediction block coordinate plus the coordinate offset in a specified temporal reference picture.
- the offset TMVP can be used to code MVs to reduce the overhead bits for motion vector signaling.
- the offset TMVP can be used in motion vector predictor calculation of merge mode such as alternative temporal motion vector prediction (ATMVP), or spatial temporal motion vector prediction (STMVP).
- the offset TMVP in one embodiment is specifically defined assuming that the current prediction block is at the position of coordinate (x, y) in the current picture.
- the coordinate offset is added by doing the following:
- syntax elements expressing the offset are used.
- One offset can be shared for multiple prediction blocks.
- motion vectors of neighboring prediction blocks to the current prediction block are used to calculate the offset for the TMVP.
- the neighboring prediction blocks located in a first three positions in a merge candidate list for the current prediction block are used in calculating the TMVP offset.
- the three neighboring prediction blocks, the left (L), the above (A), and the above-left (AL), are used for computing the TMVP offset.
- Lx, ALx, Ax are the x component of motion vectors of Left neighbor, Above-left neighbor, and Above neighbor, respectively, and
- Ly, ALy, Ay are the y component of Left neighbor, Above-left neighbor, and Above neighbor, respectively.
- An added TMVP offset mode can be used in one embodiment of the present invention that can be turned on and off with either the explicit or implicit means. Implicit signaling for turn on and turn off of the offset TMVP mode can be based on coding information of neighboring blocks. Explicit signaling for turn on and turn off in the offset TMVP mode can be thru a flag at a CU, slice or sequence level.
- FIG. 1 shows a simplified system for encoding and decoding video according to embodiments of the present invention
- FIG. 2 illustrates video pictures with reference unit blocks for motion estimation and compensation
- FIG. 3 is a flowchart showing steps of a method of adding an offset to a TMVP according to embodiments of the present invention
- FIG. 4 is a flowchart showing specifics of the steps to further define the offset TMVP
- FIG. 5 is a flowchart showing calculation of the TMVP offset using the neighboring prediction blocks located in a first three positions in a merge candidate list for the current prediction block;
- FIG. 6 illustrates the three neighboring prediction blocks used to calculate the TMVP offset in FIG. 5 .
- FIG. 1 shows a simplified system for encoding and decoding video according to embodiments of the present invention.
- System includes an encoder 102 and a decoder 104 .
- Encoder 102 and decoder 104 may use a video coding standard to encode and decode video, such as HEVC.
- HEVC high definition video
- encoder 102 and decoder 104 may use syntax elements from the HEVC range extension. Also, other elements of encoder 102 and decoder 104 may be appreciated.
- Encoder 102 and decoder 104 perform temporal prediction through motion estimation and motion compensation.
- Motion estimation is a process of determining a motion vector (MV) for a current unit of video.
- the motion estimation process searches for a best match prediction for a current unit block of video (e.g., a prediction block) over reference pictures.
- the best match prediction is described by the motion vector and associated reference picture ID.
- a reference unit in a B picture may have up to two motion vectors that point to a previous reference unit in a previous picture and a subsequent reference unit in a subsequent reference picture in the picture order.
- Motion compensation is then performed by subtracting a reference unit pointed to by the motion vector from the current unit of video. In the case of bi-prediction, the two motion vectors point to two reference units, which can be combined to form a combined bi-directional reference unit.
- encoder 102 and decoder 104 include motion estimation and compensation blocks 104 - 1 and 104 - 2 , respectively.
- the motion estimation and compensation blocks 104 - 1 and 104 - 2 can use a combined bi-directional reference unit in the motion compensation process for the current unit. Syntax elements are further used in the motion prediction process.
- embodiments of the present invention contemplate that software to enable them to perform functions described to follow for the present invention is provided in a memory.
- the encoder 102 and decoder 104 are further contemplated to include one or more processors that function in response to executable code stored in the memory to cause the processor to perform the functions described.
- FIG. 2 illustrates video pictures with reference unit blocks for motion estimation and compensation.
- the video includes a number of pictures 200 - 1 - 200 - 5 .
- a current picture is shown at 200 - 3 and includes a current unit of video 202 - 1 .
- Current unit 202 - 1 may be bi-predicted using reference unit blocks from reference pictures in other pictures, such as a previous picture 200 - 1 in the picture order and a subsequent picture 200 - 5 in the picture order.
- Picture 200 - 1 includes a reference unit 202 - 2 and picture 200 - 5 includes a reference unit block 202 - 3 , both of which can be used to predict current unit block 202 - 1 .
- motion estimation and compensation block 104 - 1 can determine motion vectors that represent the location of reference unit blocks 202 - 2 and 202 - 3 with respect to current unit block 202 - 1 . Then, motion estimation and compensation block 104 - 1 calculates a difference between the combined reference unit block and the current unit block 202 - 1 . Encoder 102 outputs the motion vectors in an encoded bitstream that is sent to decoder 104 .
- Decoder 104 receives the encoded bitstream and can reconstruct the pictures of the video. Decoder 104 may reconstruct reference unit blocks 202 - 2 and 202 - 3 from the encoded bitstream prior to decoding current unit block 202 - 1 . Also, decoder 104 decodes the motion vectors for current unit block 202 - 1 . Then, in decoder 104 , motion estimation and compensation block 104 - 2 are used to reconstruct the current unit block 202 - 1 . The motion estimation and compensation block 104 - 2 uses the motion vectors to locate reconstructed reference unit blocks 202 - 2 and 202 - 3 and reconstruct the current unit block 202 - 1 .
- Motion vector prediction is used in motion vector coding process to exploit correlation between the coding motion vector and its selected predictor. Due to the characteristics of natural video, object generally moves in a smooth, linear trajectory from frame to frame. This behavior makes the motion vector of the temporally collocated block as a powerful motion vector predictor for a current block, and it is hence used in HEVC motion vector coding.
- the motion vector of its temporal collocated prediction block which is in the same geometrical location in a specified temporal reference picture as the current prediction block in the current picture, is defined as the temporal motion vector predictor (TMVP) for the current prediction block.
- TMVP temporal motion vector predictor
- the collocated block has the same spatial coordinate (x,y) in the reference picture as the current prediction block (x,y) in the current picture.
- the collocated position can however be suboptimal when there is significant object motion between the frames. In such case, the collocated position may represent a different object and its motion vector is not a useful TMVP.
- embodiments of the present invention introduce a way to improve TMVP effectiveness, especially when there are a lot of movements between the frames. Instead of using the same coordinate in the reference picture as the coding prediction block in the current picture, embodiments of the present invention add a coordinate offset to the coordinate for the TMVP location.
- FIG. 3 is a flowchart showing steps of a method of adding an offset to a TMVP according to embodiments of the present invention.
- the method uses a block translational model and begins in step 300 with designating a current prediction block as an area for motion compensation where all the pixels inside the prediction block perform identical translation temporally using either one or more motion vectors (MVs).
- MVs motion vectors
- a coordinate offset is derived for the current prediction block from the MVs of its spatially neighboring blocks.
- the offset TMVP is defined for the current prediction block as the MV of an offset block which is in the geometrical location of the current prediction block coordinate plus a coordinate offset computed in step 302 in a specified temporal reference picture.
- the MV prediction with the offset TMVP is used to code MVs.
- FIG. 4 is a flowchart showing specifics of the steps to further define the offset TMVP.
- step 400 an assumption is made that the current prediction block is at the position of coordinate (x, y) in the current picture.
- the TMVP offset (dx, dy) can be determined explicitly or implicitly. Details of the two approaches are described to follow.
- syntax elements in coding bitstream can be used to indicate TMVP offset values.
- one offset may be shared for multiple prediction blocks and coded with coarser granularity than the final fractional motion vector accuracy.
- a motion vector derivation method is specified so that decoder can repeat the same process and be able to regenerate the same TMVP offset.
- the motion vectors of neighboring prediction blocks are used to calculate the offset for TMVP.
- Motion vectors of neighboring prediction blocks in this approach are normalized to compensate for the difference in temporal distances between references used among these prediction blocks.
- FIG. 5 is a flowchart showing calculation of the coordinate offset using the neighboring prediction blocks.
- FIG. 6 illustrates the three neighboring prediction blocks used to calculate the coordinate offset for the current block (C) in FIG. 5 .
- the prediction blocks in FIG. 6 include the above left (AL), above (A), above right (AR), left (L), right (R), below left (BL), below (B), and below right (AR).
- the three neighboring prediction blocks are used for the current prediction block to calculate the offset TMVP.
- the three neighboring prediction blocks include the left (L) 601 , the above (A) 602 , and the above-left (AL) 603 .
- Lx, ALx, Ax are the x component of motion vectors of Left neighbor, Above-left neighbor, and Above neighbor, respectively, and
- Ly, ALy, Ay are the y component of Left neighbor, Above-left neighbor, and Above neighbor, respectively.
- An added TMVP offset mode can be used in one embodiment of the present invention that can be turned on and off with either the explicit or implicit means. Implicit signaling for turn on and turn off of the offset TMVP mode can be based on coding information of neighboring blocks. Explicit signaling for turn on and turn off in the offset TMVP mode can be thru a flag at a CU, slice or sequence level.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
(x′,y′)=(x,y)+(dx,dy)=(x+dx,y+dy).
dx=median(Lx,ALx,Ax)
dy=median(Ly,ALy,Ay)
(x′,y′)=(x,y)+(dx,dy)=(x+dx,y+dy).
dx=median(Lx,ALx,Ax)
dy=median(Ly,ALy,Ay)
Claims (7)
dx=median (Lx, ALx, Ax)
dy=median (Ly, ALy, Ay)
(x′, y′) =(x, y) +(dx, dy) =(x+dx, y+dy).
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/487,450 USRE50091E1 (en) | 2016-10-05 | 2021-09-28 | Offset temporal motion vector predictor (TMVP) |
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201662404573P | 2016-10-05 | 2016-10-05 | |
| US15/726,078 US10432960B2 (en) | 2016-10-05 | 2017-10-05 | Offset temporal motion vector predictor (TMVP) |
| US17/487,450 USRE50091E1 (en) | 2016-10-05 | 2021-09-28 | Offset temporal motion vector predictor (TMVP) |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/726,078 Reissue US10432960B2 (en) | 2016-10-05 | 2017-10-05 | Offset temporal motion vector predictor (TMVP) |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| USRE50091E1 true USRE50091E1 (en) | 2024-08-20 |
Family
ID=61757400
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/726,078 Ceased US10432960B2 (en) | 2016-10-05 | 2017-10-05 | Offset temporal motion vector predictor (TMVP) |
| US17/487,450 Active 2037-12-28 USRE50091E1 (en) | 2016-10-05 | 2021-09-28 | Offset temporal motion vector predictor (TMVP) |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/726,078 Ceased US10432960B2 (en) | 2016-10-05 | 2017-10-05 | Offset temporal motion vector predictor (TMVP) |
Country Status (4)
| Country | Link |
|---|---|
| US (2) | US10432960B2 (en) |
| EP (1) | EP3504876A1 (en) |
| CA (1) | CA3039039C (en) |
| WO (1) | WO2018067841A1 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN118488218A (en) | 2018-09-24 | 2024-08-13 | 有限公司B1影像技术研究所 | Image encoding/decoding method, bit stream transmission method and data transmission method |
| TWI898943B (en) * | 2019-06-21 | 2025-09-21 | 南韓商三星電子股份有限公司 | Apparatus and method for decoding motion information, method of transmitting bitstream generated by image encoding method and apparatus and method for encoding motion information |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130003851A1 (en) * | 2011-07-01 | 2013-01-03 | General Instrument Corporation | Motion vector prediction design simplification |
| US20130195182A1 (en) * | 2012-02-01 | 2013-08-01 | General Instrument Corporation | Simplification of significance map coding |
| US20170347096A1 (en) * | 2016-05-25 | 2017-11-30 | Arris Enterprises Llc | General block partitioning method |
| US20180084260A1 (en) * | 2016-09-16 | 2018-03-22 | Qualcomm Incorporated | Offset vector identification of temporal motion vector predictor |
| US20180184110A1 (en) * | 2016-12-28 | 2018-06-28 | Arris Enterprises Llc | Unequal weight planar prediction |
| US10200709B2 (en) * | 2012-03-16 | 2019-02-05 | Qualcomm Incorporated | High-level syntax extensions for high efficiency video coding |
-
2017
- 2017-10-05 WO PCT/US2017/055379 patent/WO2018067841A1/en not_active Ceased
- 2017-10-05 US US15/726,078 patent/US10432960B2/en not_active Ceased
- 2017-10-05 EP EP17787771.9A patent/EP3504876A1/en not_active Withdrawn
- 2017-10-05 CA CA3039039A patent/CA3039039C/en active Active
-
2021
- 2021-09-28 US US17/487,450 patent/USRE50091E1/en active Active
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130003851A1 (en) * | 2011-07-01 | 2013-01-03 | General Instrument Corporation | Motion vector prediction design simplification |
| US20130195182A1 (en) * | 2012-02-01 | 2013-08-01 | General Instrument Corporation | Simplification of significance map coding |
| US10200709B2 (en) * | 2012-03-16 | 2019-02-05 | Qualcomm Incorporated | High-level syntax extensions for high efficiency video coding |
| US20170347096A1 (en) * | 2016-05-25 | 2017-11-30 | Arris Enterprises Llc | General block partitioning method |
| US20180084260A1 (en) * | 2016-09-16 | 2018-03-22 | Qualcomm Incorporated | Offset vector identification of temporal motion vector predictor |
| US20180184110A1 (en) * | 2016-12-28 | 2018-06-28 | Arris Enterprises Llc | Unequal weight planar prediction |
Non-Patent Citations (4)
| Title |
|---|
| G. Sullivan, et al., "Standardized Extensions of High Efficiency Video Coding (HVEC)", IEEE Journal of Selected Topics in Signal Processing, Oct. 1, 2013, pp. 1001-1016. |
| J. Guoxin, et al. "Motion estimation and compensation for fish eye warped video", 2015 IEEE International Conference in Image Processing (ICIP), Sep. 27, 2015, pp. 2751-2755. |
| M. Karczewicz, et al., "Study of coding efficiency improvements beyond HEVC", 113th MPEG Meeting (Motion picture Expert Group or ISO/IEC JTC1/SC29/WG11, No. m37102, Oct. 15, 2015. |
| PCT International Search Report & Written Opinion, RE: Application No. PCT/US2017/055379, dated Jan. 23, 2018. |
Also Published As
| Publication number | Publication date |
|---|---|
| US20180098085A1 (en) | 2018-04-05 |
| WO2018067841A1 (en) | 2018-04-12 |
| US10432960B2 (en) | 2019-10-01 |
| CA3039039A1 (en) | 2018-04-12 |
| CA3039039C (en) | 2021-07-27 |
| EP3504876A1 (en) | 2019-07-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11956462B2 (en) | Video processing methods and apparatuses for sub-block motion compensation in video coding systems | |
| US11190795B2 (en) | Method and an apparatus for processing a video signal | |
| US10856006B2 (en) | Method and system using overlapped search space for bi-predictive motion vector refinement | |
| US10638152B2 (en) | Method and apparatus of video coding with affine motion compensation | |
| US11800150B2 (en) | Method for deriving a motion vector | |
| US20190058896A1 (en) | Method and apparatus of video coding with affine motion compensation | |
| US20190364296A1 (en) | Video encoder and decoder for predictive partitioning | |
| US20140044181A1 (en) | Method and a system for video signal encoding and decoding with motion estimation | |
| US10298951B2 (en) | Method and apparatus of motion vector prediction | |
| US11785242B2 (en) | Video processing methods and apparatuses of determining motion vectors for storage in video coding systems | |
| USRE50091E1 (en) | Offset temporal motion vector predictor (TMVP) |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| AS | Assignment |
Owner name: ARRIS ENTERPRISES LLC, GEORGIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PANUSOPONE, KRIT;HONG, SEONGWOOK;WANG, LIMIN;SIGNING DATES FROM 20171113 TO 20171114;REEL/FRAME:058709/0760 |
|
| AS | Assignment |
Owner name: JPMORGAN CHASE BANK, N.A., NEW YORK Free format text: TERM LOAN SECURITY AGREEMENT;ASSIGNORS:ARRIS ENTERPRISES LLC;COMMSCOPE TECHNOLOGIES LLC;COMMSCOPE, INC. OF NORTH CAROLINA;REEL/FRAME:059350/0921 Effective date: 20220307 Owner name: JPMORGAN CHASE BANK, N.A., NEW YORK Free format text: ABL SECURITY AGREEMENT;ASSIGNORS:ARRIS ENTERPRISES LLC;COMMSCOPE TECHNOLOGIES LLC;COMMSCOPE, INC. OF NORTH CAROLINA;REEL/FRAME:059350/0743 Effective date: 20220307 |
|
| AS | Assignment |
Owner name: WILMINGTON TRUST, DELAWARE Free format text: SECURITY INTEREST;ASSIGNORS:ARRIS ENTERPRISES LLC;COMMSCOPE TECHNOLOGIES LLC;COMMSCOPE, INC. OF NORTH CAROLINA;REEL/FRAME:059710/0506 Effective date: 20220307 |
|
| AS | Assignment |
Owner name: APOLLO ADMINISTRATIVE AGENCY LLC, NEW YORK Free format text: SECURITY INTEREST;ASSIGNORS:ARRIS ENTERPRISES LLC;COMMSCOPE TECHNOLOGIES LLC;COMMSCOPE INC., OF NORTH CAROLINA;AND OTHERS;REEL/FRAME:069889/0114 Effective date: 20241217 |
|
| AS | Assignment |
Owner name: COMMSCOPE TECHNOLOGIES LLC, NORTH CAROLINA Free format text: RELEASE OF SECURITY INTEREST AT REEL/FRAME 059350/0921;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT;REEL/FRAME:069743/0704 Effective date: 20241217 Owner name: COMMSCOPE, INC. OF NORTH CAROLINA, NORTH CAROLINA Free format text: RELEASE OF SECURITY INTEREST AT REEL/FRAME 059350/0921;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT;REEL/FRAME:069743/0704 Effective date: 20241217 Owner name: ARRIS ENTERPRISES LLC (F/K/A ARRIS ENTERPRISES, INC.), NORTH CAROLINA Free format text: RELEASE OF SECURITY INTEREST AT REEL/FRAME 059350/0921;ASSIGNOR:JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT;REEL/FRAME:069743/0704 Effective date: 20241217 |