WO2023044247A1 - Multiple inter predictors with decoder side motion vector derivation for video coding - Google Patents

Multiple inter predictors with decoder side motion vector derivation for video coding Download PDF

Info

Publication number
WO2023044247A1
WO2023044247A1 PCT/US2022/075830 US2022075830W WO2023044247A1 WO 2023044247 A1 WO2023044247 A1 WO 2023044247A1 US 2022075830 W US2022075830 W US 2022075830W WO 2023044247 A1 WO2023044247 A1 WO 2023044247A1
Authority
WO
WIPO (PCT)
Prior art keywords
motion vector
technique
decoder side
prediction signal
side motion
Prior art date
Application number
PCT/US2022/075830
Other languages
French (fr)
Inventor
Han HUANG
Yan Zhang
Vadim Seregin
Marta Karczewicz
Original Assignee
Qualcomm Incorporated
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US17/823,714 external-priority patent/US20230079743A1/en
Application filed by Qualcomm Incorporated filed Critical Qualcomm Incorporated
Priority to CN202280060948.9A priority Critical patent/CN117981313A/en
Publication of WO2023044247A1 publication Critical patent/WO2023044247A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/513Processing of motion vectors
    • H04N19/517Processing of motion vectors by encoding
    • H04N19/52Processing of motion vectors by encoding by predictive encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/577Motion compensation with bidirectional frame interpolation, i.e. using B-pictures

Definitions

  • This disclosure relates to video encoding and video decoding.
  • Digital video capabilities can be incorporated into a wide range of devices, including digital televisions, digital direct broadcast systems, wireless broadcast systems, personal digital assistants (PDAs), laptop or desktop computers, tablet computers, e-book readers, digital cameras, digital recording devices, digital media players, video gaming devices, video game consoles, cellular or satellite radio telephones, so-called “smart phones,” video teleconferencing devices, video streaming devices, and the like.
  • PDAs personal digital assistants
  • laptop or desktop computers tablet computers
  • e-book readers digital cameras
  • digital recording devices digital media players
  • video gaming devices video game consoles
  • cellular or satellite radio telephones so-called “smart phones”
  • video teleconferencing devices video streaming devices, and the like.
  • Digital video devices implement video coding techniques, such as those described in the standards defined by MPEG-2, MPEG-4, ITU-T H.263, ITU-T H.264/MPEG-4, Part 10, Advanced Video Coding (AVC), ITU-T H.265/High Efficiency Video Coding (HEVC), ITU-T H.266/Versatile Video Coding (VVC), and extensions of such standards, as well as proprietary video codecs/formats such as AOMedia Video 1 (AVI) that was developed by the Alliance for Open Media.
  • the video devices may transmit, receive, encode, decode, and/or store digital video information more efficiently by implementing such video coding techniques.
  • Video coding techniques include spatial (intra-picture) prediction and/or temporal (inter-picture) prediction to reduce or remove redundancy inherent in video sequences.
  • a video slice e.g., a video picture or a portion of a video picture
  • video blocks may also be referred to as coding tree units (CTUs), coding units (CUs), and/or coding nodes.
  • Video blocks in an intra-coded (I) slice of a picture are encoded using spatial prediction with respect to reference samples in neighboring blocks in the same picture.
  • Video blocks in an inter-coded (P or B) slice of a picture may use spatial prediction with respect to reference samples in neighboring blocks in the same picture or temporal prediction with respect to reference samples in other reference pictures.
  • Pictures may be referred to as frames, and reference pictures may be referred to as reference frames.
  • this disclosure describes techniques related to inter prediction in video codecs. More specifically, this disclosure describes devices and methods related to decoder side motion vector derivation techniques and techniques with multiple inter prediction signals (predictors) such as multiple hypothesis prediction (MHP).
  • predictors multiple inter prediction signals
  • MHP multiple hypothesis prediction
  • DMVR bilateral-matching based decoder side motion vector refinement
  • MHP multi-pass DMVR
  • the techniques of this disclosure may reduce the complexity of the implementation of MHP with decoder side motion derivation, with minimal effect on coding performance (e.g., distortion).
  • a video coder may be configured to determine if a merge candidate for a block of video data includes a base prediction signal and an additional inter prediction signal (e.g., an additional hypothesis as generated by MHP).
  • the additional inter prediction signal may be inherited or may be signaled in the bitstream. If the merge candidate for the block of video data includes an additional inter prediction signal, the video coder may be configured to disable a decoder side motion vector derivation technique for use when determining an overall prediction signal for the block.
  • the decoder side motion vector derivation techniques may include DMVR, multi-pass DMVR, BDOF, or other decoder side motion vector derivation techniques.
  • this disclosure describes a method of coding video data, the method comprising determining merge candidates for a block of video data, determining if a merge candidate of the merge candidates includes an additional inter prediction signal, and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
  • a device for decoding or encoding includes a memory, and one or more processors configured to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidates includes an additional inter prediction signal, and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
  • a device for decoding or encoding includes means for determining merge candidates for a block of video data, means for determining if a merge candidate of the merge candidates includes an additional inter prediction signal, and means for disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
  • this disclosure describes a non-transitory computer-readable storage medium storing instructions that, when executed, cause one or more processors to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidates includes an additional inter prediction signal, and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
  • FIG. 1 is a block diagram illustrating an example video encoding and decoding system that may perform the techniques of this disclosure.
  • FIG. 2 illustrates example positions of spatial merge candidates.
  • FIG. 3 illustrates an example of motion vector scaling for a temporal merge candidate.
  • FIG. 4 illustrates example candidate positions for temporal merge candidates.
  • FIG. 5 illustrates an example of bilateral matching.
  • FIG. 6 illustrates an example of an extended coding unit region used in bi- directional optical flow.
  • FIG. 7 illustrates an example diamond search region for multi-pass decoder side motion refinement.
  • FIG. 8 is a block diagram illustrating an example video encoder that may perform the techniques of this disclosure.
  • FIG. 9 is a block diagram illustrating an example video decoder that may perform the techniques of this disclosure.
  • FIG. 10 is a flowchart illustrating an example method for encoding a current block in accordance with the techniques of this disclosure.
  • FIG. 11 is a flowchart illustrating an example method for decoding a current block in accordance with the techniques of this disclosure.
  • FIG. 12 is a flowchart illustrating another example method for decoding a current block in accordance with the techniques of this disclosure.
  • FIG. 13 is a flowchart illustrating an example method for encoding a current block in accordance with the techniques of this disclosure.
  • decoder side motion vector derivation techniques such as decoder side motion vector refinement (DMVR), bi-directional optical flow, or the like, may be applied to blocks to increase the accuracy of motion vectors in a merge mode.
  • Other techniques for video coding such as multiple hypothesis prediction (MHP), may also be used to predict motion vectors. For example, when DMVR and MHP are combined together, the computational complexity increases significantly.
  • FIG. 1 is a block diagram illustrating an example video encoding and decoding system 100 that may perform the techniques of this disclosure.
  • the techniques of this disclosure are generally directed to coding (encoding and/or decoding) video data.
  • video data includes any data for processing a video.
  • video data may include raw, unencoded video, encoded video, decoded (e.g., reconstructed) video, and video metadata, such as signaling data.
  • system 100 includes a source device 102 that provides encoded video data to be decoded and displayed by a destination device 116, in this example.
  • source device 102 provides the video data to destination device 116 via a computer-readable medium 110.
  • Source device 102 and destination device 116 may comprise any of a wide range of devices, including desktop computers, notebook (i.e., laptop) computers, mobile devices, tablet computers, set-top boxes, telephone handsets such as smartphones, televisions, cameras, display devices, digital media players, video gaming consoles, video streaming device, broadcast receiver devices, or the like.
  • source device 102 and destination device 116 may be equipped for wireless communication, and thus may be referred to as wireless communication devices.
  • source device 102 includes video source 104, memory 106, video encoder 200, and output interface 108.
  • Destination device 116 includes input interface 122, video decoder 300, memory 120, and display device 118.
  • video encoder 200 of source device 102 and video decoder 300 of destination device 116 may be configured to apply the techniques for decoder side motion vector derivation.
  • source device 102 represents an example of a video encoding device
  • destination device 116 represents an example of a video decoding device.
  • a source device and a destination device may include other components or arrangements.
  • source device 102 may receive video data from an external video source, such as an external camera.
  • destination device 116 may interface with an external display device, rather than include an integrated display device.
  • System 100 as shown in FIG. 1 is merely one example.
  • any digital video encoding and/or decoding device may perform techniques for decoder side motion vector derivation.
  • Source device 102 and destination device 116 are merely examples of such coding devices in which source device 102 generates coded video data for transmission to destination device 116.
  • This disclosure refers to a “coding” device as a device that performs coding (encoding and/or decoding) of data.
  • video encoder 200 and video decoder 300 represent examples of coding devices, in particular, a video encoder and a video decoder, respectively.
  • source device 102 and destination device 116 may operate in a substantially symmetrical manner such that each of source device 102 and destination device 116 includes video encoding and decoding components.
  • system 100 may support one-way or two-way video transmission between source device 102 and destination device 116, e.g., for video streaming, video playback, video broadcasting, or video telephony.
  • video source 104 represents a source of video data (i.e., raw, unencoded video data) and provides a sequential series of pictures (also referred to as “frames”) of the video data to video encoder 200, which encodes data for the pictures.
  • Video source 104 of source device 102 may include a video capture device, such as a video camera, a video archive containing previously captured raw video, and/or a video feed interface to receive video from a video content provider.
  • video source 104 may generate computer graphics-based data as the source video, or a combination of live video, archived video, and computer-generated video.
  • video encoder 200 encodes the captured, pre-captured, or computer-generated video data.
  • Video encoder 200 may rearrange the pictures from the received order (sometimes referred to as “display order”) into a coding order for coding. Video encoder 200 may generate a bitstream including encoded video data. Source device 102 may then output the encoded video data via output interface 108 onto computer-readable medium 110 for reception and/or retrieval by, e.g., input interface 122 of destination device 116.
  • Memory 106 of source device 102 and memory 120 of destination device 116 represent general purpose memories.
  • memories 106, 120 may store raw video data, e.g., raw video from video source 104 and raw, decoded video data from video decoder 300.
  • memories 106, 120 may store software instructions executable by, e.g., video encoder 200 and video decoder 300, respectively.
  • memory 106 and memory 120 are shown separately from video encoder 200 and video decoder 300 in this example, it should be understood that video encoder 200 and video decoder 300 may also include internal memories for functionally similar or equivalent purposes.
  • Computer-readable medium 110 may represent any type of medium or device capable of transporting the encoded video data from source device 102 to destination device 116.
  • computer-readable medium 110 represents a communication medium to enable source device 102 to transmit encoded video data directly to destination device 116 in real-time, e.g., via a radio frequency network or computer-based network.
  • Output interface 108 may modulate a transmission signal including the encoded video data, and input interface 122 may demodulate the received transmission signal, according to a communication standard, such as a wireless communication protocol.
  • the communication medium may comprise any wireless or wired communication medium, such as a radio frequency (RF) spectrum or one or more physical transmission lines.
  • the communication medium may form part of a packet- based network, such as a local area network, a wide-area network, or a global network such as the Internet.
  • the communication medium may include routers, switches, base stations, or any other equipment that may be useful to facilitate communication from source device 102 to destination device 116.
  • source device 102 may output encoded data from output interface 108 to storage device 112.
  • destination device 116 may access encoded data from storage device 112 via input interface 122.
  • Storage device 112 may include any of a variety of distributed or locally accessed data storage media such as a hard drive, Blu-ray discs, DVDs, CD-ROMs, flash memory, volatile or non-volatile memory, or any other suitable digital storage media for storing encoded video data.
  • source device 102 may output encoded video data to file server 114 or another intermediate storage device that may store the encoded video data generated by source device 102. Destination device 116 may access stored video data from file server 114 via streaming or download.
  • File server 114 may be any type of server device capable of storing encoded video data and transmitting that encoded video data to the destination device 116.
  • File server 114 may represent a web server (e.g., for a website), a server configured to provide a file transfer protocol service (such as File Transfer Protocol (FTP) or File Delivery over Unidirectional Transport (FLUTE) protocol), a content delivery network (CDN) device, a hypertext transfer protocol (HTTP) server, a Multimedia Broadcast Multicast Service (MBMS) or Enhanced MBMS (eMBMS) server, and/or a network attached storage (NAS) device.
  • a file transfer protocol service such as File Transfer Protocol (FTP) or File Delivery over Unidirectional Transport (FLUTE) protocol
  • CDN content delivery network
  • HTTP hypertext transfer protocol
  • MBMS Multimedia Broadcast Multicast Service
  • eMBMS Enhanced MBMS
  • NAS network attached storage
  • File server 114 may, additionally or alternatively, implement one or more HTTP streaming protocols, such as Dynamic Adaptive Streaming over HTTP (DASH), HTTP Live Streaming (HLS), Real Time Streaming Protocol (RTSP), HTTP Dynamic Streaming, or the like.
  • HTTP streaming protocols such as Dynamic Adaptive Streaming over HTTP (DASH), HTTP Live Streaming (HLS), Real Time Streaming Protocol (RTSP), HTTP Dynamic Streaming, or the like.
  • Destination device 116 may access encoded video data from file server 114 through any standard data connection, including an Internet connection. This may include a wireless channel (e.g., a Wi-Fi connection), a wired connection (e.g., digital subscriber line (DSL), cable modem, etc.), or a combination of both, which is suitable for accessing encoded video data stored on file server 114.
  • Input interface 122 may be configured to operate according to any one or more of the various protocols discussed above for retrieving or receiving media data from file server 114, or other such protocols for retrieving media data.
  • Output interface 108 and input interface 122 may represent wireless transmitters/receivers, modems, wired networking components (e.g., Ethernet cards), wireless communication components that operate according to any of a variety of IEEE 802.11 standards, or other physical components.
  • output interface 108 and input interface 122 may be configured to transfer data, such as encoded video data, according to a cellular communication standard, such as 4G, 4G-LTE (Long-Term Evolution), LTE Advanced, 5G, or the like.
  • output interface 108 comprises a wireless transmitter
  • output interface 108 and input interface 122 may be configured to transfer data, such as encoded video data, according to other wireless standards, such as an IEEE 802.11 specification, an IEEE 802.15 specification (e.g., ZigBeeTM), a BluetoothTM standard, or the like.
  • source device 102 and/or destination device 116 may include respective system-on-a-chip (SoC) devices.
  • SoC system-on-a-chip
  • source device 102 may include an SoC device to perform the functionality attributed to video encoder 200 and/or output interface 108
  • destination device 116 may include an SoC device to perform the functionality attributed to video decoder 300 and/or input interface 122.
  • Input interface 122 of destination device 116 receives an encoded video bitstream from computer-readable medium 110 (e.g., a communication medium, storage device 112, file server 114, or the like).
  • computer-readable medium 110 e.g., a communication medium, storage device 112, file server 114, or the like.
  • the encoded video bitstream may include signaling information defined by video encoder 200, which is also used by video decoder 300, such as syntax elements having values that describe characteristics and/or processing of video blocks or other coded units (e.g., slices, pictures, groups of pictures, sequences, or the like).
  • Display device 118 displays decoded pictures of the decoded video data to a user.
  • Display device 118 may represent any of a variety of display devices such as a liquid crystal display (LCD), a plasma display, an organic light emitting diode (OLED) display, or another type of display device.
  • LCD liquid crystal display
  • OLED organic light emitting diode
  • video encoder 200 and video decoder 300 may each be integrated with an audio encoder and/or audio decoder, and may include appropriate MUX-DEMUX units, or other hardware and/or software, to handle multiplexed streams including both audio and video in a common data stream.
  • Video encoder 200 and video decoder 300 each may be implemented as any of a variety of suitable encoder and/or decoder circuitry, such as one or more microprocessors, digital signal processors (DSPs), application specific integrated circuits (ASICs), field programmable gate arrays (FPGAs), discrete logic, software, hardware, firmware or any combinations thereof.
  • DSPs digital signal processors
  • ASICs application specific integrated circuits
  • FPGAs field programmable gate arrays
  • a device may store instructions for the software in a suitable, non- transitory computer-readable medium and execute the instructions in hardware using one or more processors to perform the techniques of this disclosure.
  • Each of video encoder 200 and video decoder 300 may be included in one or more encoders or decoders, either of which may be integrated as part of a combined encoder/decoder (CODEC) in a respective device.
  • a device including video encoder 200 and/or video decoder 300 may comprise an integrated circuit, a microprocessor, and/or a wireless communication device, such as a cellular telephone.
  • Video encoder 200 and video decoder 300 may operate according to a video coding standard, such as ITU-T H.265, also referred to as High Efficiency Video Coding (HEVC) or extensions thereto, such as the multi-view and/or scalable video coding extensions.
  • video encoder 200 and video decoder 300 may operate according to other proprietary or industry standards, such as ITU-T H.266, also referred to as Versatile Video Coding (VVC).
  • video encoder 200 and video decoder 300 may operate according to a proprietary video codec/format, such as AOMedia Video 1 (AVI), extensions of AVI, and/or successor versions of AVI (e.g., AV2).
  • a proprietary video codec/format such as AOMedia Video 1 (AVI), extensions of AVI, and/or successor versions of AVI (e.g., AV2).
  • video encoder 200 and video decoder 300 may operate according to other proprietary formats or industry standards. The techniques of this disclosure, however, are not limited to any particular coding standard or format. In general, video encoder 200 and video decoder 300 may be configured to perform the techniques of this disclosure in conjunction with any video coding techniques that use decoder side motion vector derivation techniques.
  • video encoder 200 and video decoder 300 may perform block-based coding of pictures.
  • the term “block” generally refers to a structure including data to be processed (e.g., encoded, decoded, or otherwise used in the encoding and/or decoding process).
  • a block may include a two-dimensional matrix of samples of luminance and/or chrominance data.
  • video encoder 200 and video decoder 300 may code video data represented in a YUV (e.g., Y, Cb, Cr) format.
  • YUV e.g., Y, Cb, Cr
  • video encoder 200 and video decoder 300 may code luminance and chrominance components, where the chrominance components may include both red hue and blue hue chrominance components.
  • video encoder 200 converts received RGB formatted data to a YUV representation prior to encoding
  • video decoder 300 converts the YUV representation to the RGB format.
  • pre- and post-processing units may perform these conversions.
  • This disclosure may generally refer to coding (e.g., encoding and decoding) of pictures to include the process of encoding or decoding data of the picture.
  • this disclosure may refer to coding of blocks of a picture to include the process of encoding or decoding data for the blocks, e.g., prediction and/or residual coding.
  • An encoded video bitstream generally includes a series of values for syntax elements representative of coding decisions (e.g., coding modes) and partitioning of pictures into blocks.
  • references to coding a picture or a block should generally be understood as coding values for syntax elements forming the picture or block.
  • HEVC defines various blocks, including coding units (CUs), prediction units (PUs), and transform units (TUs).
  • a video coder such as video encoder 200 partitions a coding tree unit (CTU) into CUs according to a quadtree structure. That is, the video coder partitions CTUs and CUs into four equal, non- overlapping squares, and each node of the quadtree has either zero or four child nodes. Nodes without child nodes may be referred to as “leaf nodes,” and CUs of such leaf nodes may include one or more PUs and/or one or more TUs.
  • the video coder may further partition PUs and TUs.
  • a residual quadtree represents partitioning of TUs.
  • PUs represent inter-prediction data
  • TUs represent residual data.
  • CUs that are intra-predicted include intra-prediction information, such as an intra-mode indication.
  • video encoder 200 and video decoder 300 may be configured to operate according to VVC.
  • a video coder such as video encoder 200 partitions a picture into a plurality of coding tree units (CTUs).
  • Video encoder 200 may partition a CTU according to a tree structure, such as a quadtree-binary tree (QTBT) structure or Multi-Type Tree (MTT) structure.
  • QTBT quadtree-binary tree
  • MTT Multi-Type Tree
  • the QTBT structure removes the concepts of multiple partition types, such as the separation between CUs, PUs, and TUs of HEVC.
  • a QTBT structure includes two levels: a first level partitioned according to quadtree partitioning, and a second level partitioned according to binary tree partitioning.
  • a root node of the QTBT structure corresponds to a CTU.
  • Leaf nodes of the binary trees correspond to coding units (CUs).
  • blocks may be partitioned using a quadtree (QT) partition, a binary tree (BT) partition, and one or more types of triple tree (TT) (also called ternary tree (TT)) partitions.
  • QT quadtree
  • BT binary tree
  • TT triple tree
  • a triple or ternary tree partition is a partition where a block is split into three sub-blocks.
  • a triple or ternary tree partition divides a block into three sub-blocks without dividing the original block through the center.
  • the partitioning types in MTT e.g., QT, BT, and TT), may be symmetrical or asymmetrical.
  • video encoder 200 and video decoder 300 may be configured to code video data in blocks.
  • a superblock can be either 128x128 luma samples or 64x64 luma samples.
  • a superblock may be defined by different (e.g., larger) luma sample sizes.
  • a superblock is the top level of a block quadtree.
  • Video encoder 200 may further partition a superblock into smaller coding blocks.
  • Video encoder 200 may partition a superblock and other coding blocks into smaller blocks using square or non-square partitioning.
  • Non-square blocks may include N/2xN, NxN/2, N/4xN, and NxN/4 blocks.
  • Video encoder 200 and video decoder 300 may perform separate prediction and transform processes on each of the coding blocks.
  • AVI also defines a tile of video data.
  • a tile is a rectangular array of superblocks that may be coded independently of other tiles. That is, video encoder 200 and video decoder 300 may encode and decode, respectively, coding blocks within a tile without using video data from other tiles. However, video encoder 200 and video decoder 300 may perform filtering across tile boundaries. Tiles may be uniform or non-uniform in size. Tile-based coding may enable parallel processing and/or multi -threading for encoder and decoder implementations.
  • video encoder 200 and video decoder 300 may use a single QTBT or MTT structure to represent each of the luminance and chrominance components, while in other examples, video encoder 200 and video decoder 300 may use two or more QTBT or MTT structures, such as one QTBT/MTT structure for the luminance component and another QTBT/MTT structure for both chrominance components (or two QTBT/MTT structures for respective chrominance components).
  • Video encoder 200 and video decoder 300 may be configured to use quadtree partitioning, QTBT partitioning, MTT partitioning, superblock partitioning, or other partitioning structures.
  • a CTU includes a coding tree block (CTB) of luma samples, two corresponding CTBs of chroma samples of a picture that has three sample arrays, or a CTB of samples of a monochrome picture or a picture that is coded using three separate color planes and syntax structures used to code the samples.
  • a CTB may be an NxN block of samples for some value of N such that the division of a component into CTBs is a partitioning.
  • a component is an array or single sample from one of the three arrays (luma and two chroma) that compose a picture in 4:2:0, 4:2:2, or 4:4:4 color format or the array or a single sample of the array that compose a picture in monochrome format.
  • a coding block is an MxN block of samples for some values of M and N such that a division of a CTB into coding blocks is a partitioning.
  • the blocks may be grouped in various ways in a picture.
  • a brick may refer to a rectangular region of CTU rows within a particular tile in a picture.
  • a tile may be a rectangular region of CTUs within a particular tile column and a particular tile row in a picture.
  • a tile column refers to a rectangular region of CTUs having a height equal to the height of the picture and a width specified by syntax elements (e.g., such as in a picture parameter set).
  • a tile row refers to a rectangular region of CTUs having a height specified by syntax elements (e.g., such as in a picture parameter set) and a width equal to the width of the picture.
  • a tile may be partitioned into multiple bricks, each of which may include one or more CTU rows within the tile.
  • a tile that is not partitioned into multiple bricks may also be referred to as a brick.
  • a brick that is a true subset of a tile may not be referred to as a tile.
  • the bricks in a picture may also be arranged in a slice.
  • a slice may be an integer number of bricks of a picture that may be exclusively contained in a single network abstraction layer (NAL) unit.
  • NAL network abstraction layer
  • a slice includes either a number of complete tiles or only a consecutive sequence of complete bricks of one tile.
  • NxN and N by N interchangeably to refer to the sample dimensions of a block (such as a CU or other video block) in terms of vertical and horizontal dimensions, e.g., 16x16 samples or 16 by 16 samples.
  • an NxN CU generally has N samples in a vertical direction and N samples in a horizontal direction, where N represents a nonnegative integer value.
  • the samples in a CU may be arranged in rows and columns.
  • CUs need not necessarily have the same number of samples in the horizontal direction as in the vertical direction.
  • CUs may comprise NxM samples, where M is not necessarily equal to N.
  • Video encoder 200 encodes video data for CUs representing prediction and/or residual information, and other information.
  • the prediction information indicates how the CU is to be predicted in order to form a prediction block for the CU.
  • the residual information generally represents sample-by-sample differences between samples of the CU prior to encoding and the prediction block.
  • video encoder 200 may generally form a prediction block for the CU through inter-prediction or intra-prediction.
  • Inter-prediction generally refers to predicting the CU from data of a previously coded picture
  • intra-prediction generally refers to predicting the CU from previously coded data of the same picture.
  • video encoder 200 may generate the prediction block using one or more motion vectors.
  • Video encoder 200 may generally perform a motion search to identify a reference block that closely matches the CU, e.g., in terms of differences between the CU and the reference block.
  • Video encoder 200 may calculate a difference metric using a sum of absolute difference (SAD), sum of squared differences (SSD), mean absolute difference (MAD), mean squared differences (MSD), or other such difference calculations to determine whether a reference block closely matches the current CU.
  • video encoder 200 may predict the current CU using uni-directional prediction or bi-directional prediction.
  • VVC also provide an affine motion compensation mode, which may be considered an inter-prediction mode.
  • affine motion compensation mode video encoder 200 may determine two or more motion vectors that represent non- translational motion, such as zoom in or out, rotation, perspective motion, or other irregular motion types.
  • video encoder 200 may select an intra-prediction mode to generate the prediction block.
  • VVC provides sixty-seven intra-prediction modes, including various directional modes, as well as planar mode and DC mode.
  • video encoder 200 selects an intra-prediction mode that describes neighboring samples to a current block (e.g., a block of a CU) from which to predict samples of the current block. Such samples may generally be above, above and to the left, or to the left of the current block in the same picture as the current block, assuming video encoder 200 codes CTUs and CUs in raster scan order (left to right, top to bottom).
  • Video encoder 200 encodes data representing the prediction mode for a current block. For example, for inter-prediction modes, video encoder 200 may encode data representing which of the various available inter-prediction modes is used, as well as motion information for the corresponding mode. For uni-directional or bi-directional inter-prediction, for example, video encoder 200 may encode motion vectors using advanced motion vector prediction (AMVP) or merge mode. Video encoder 200 may use similar modes to encode motion vectors for affine motion compensation mode.
  • AVI includes two general techniques for encoding and decoding a coding block of video data. The two general techniques are intra prediction (e.g., intra frame prediction or spatial prediction) and inter prediction (e.g., inter frame prediction or temporal prediction).
  • video encoder 200 and video decoder 300 do not use video data from other frames of video data.
  • video encoder 200 encodes blocks of a current frame based on the difference between sample values in the current block and predicted values generated from reference samples in the same frame.
  • Video encoder 200 determines predicted values generated from the reference samples based on the intra prediction mode.
  • video encoder 200 may calculate residual data for the block.
  • the residual data such as a residual block, represents sample by sample differences between the block and a prediction block for the block, formed using the corresponding prediction mode.
  • Video encoder 200 may apply one or more transforms to the residual block, to produce transformed data in a transform domain instead of the sample domain.
  • video encoder 200 may apply a discrete cosine transform (DCT), an integer transform, a wavelet transform, or a conceptually similar transform to residual video data.
  • DCT discrete cosine transform
  • an integer transform an integer transform
  • wavelet transform or a conceptually similar transform
  • video encoder 200 may apply a secondary transform following the first transform, such as a mode-dependent non-separable secondary transform (MDNSST), a signal dependent transform, a Karhunen-Loeve transform (KLT), or the like.
  • Video encoder 200 produces transform coefficients following application of the one or more transforms.
  • video encoder 200 may perform quantization of the transform coefficients.
  • Quantization generally refers to a process in which transform coefficients are quantized to possibly reduce the amount of data used to represent the transform coefficients, providing further compression.
  • video encoder 200 may reduce the bit depth associated with some or all of the transform coefficients. For example, video encoder 200 may round an «-bit value down to an m-bit value during quantization, where n is greater than m.
  • video encoder 200 may perform a bitwise right-shift of the value to be quantized.
  • video encoder 200 may scan the transform coefficients, producing a one-dimensional vector from the two-dimensional matrix including the quantized transform coefficients.
  • the scan may be designed to place higher energy (and therefore lower frequency) transform coefficients at the front of the vector and to place lower energy (and therefore higher frequency) transform coefficients at the back of the vector.
  • video encoder 200 may utilize a predefined scan order to scan the quantized transform coefficients to produce a serialized vector, and then entropy encode the quantized transform coefficients of the vector.
  • video encoder 200 may perform an adaptive scan.
  • video encoder 200 may entropy encode the one-dimensional vector, e.g., according to context-adaptive binary arithmetic coding (CABAC).
  • Video encoder 200 may also entropy encode values for syntax elements describing metadata associated with the encoded video data for use by video decoder 300 in decoding the video data.
  • CABAC context-adaptive binary arithmetic coding
  • video encoder 200 may assign a context within a context model to a symbol to be transmitted.
  • the context may relate to, for example, whether neighboring values of the symbol are zero-valued or not.
  • the probability determination may be based on a context assigned to the symbol.
  • Video encoder 200 may further generate syntax data, such as block-based syntax data, picture-based syntax data, and sequence-based syntax data, to video decoder 300, e.g., in a picture header, a block header, a slice header, or other syntax data, such as a sequence parameter set (SPS), picture parameter set (PPS), or video parameter set (VPS).
  • Video decoder 300 may likewise decode such syntax data to determine how to decode corresponding video data.
  • video encoder 200 may generate a bitstream including encoded video data, e.g., syntax elements describing partitioning of a picture into blocks (e.g., CUs) and prediction and/or residual information for the blocks.
  • video decoder 300 may receive the bitstream and decode the encoded video data.
  • video decoder 300 performs a reciprocal process to that performed by video encoder 200 to decode the encoded video data of the bitstream.
  • video decoder 300 may decode values for syntax elements of the bitstream using CABAC in a manner substantially similar to, albeit reciprocal to, the CABAC encoding process of video encoder 200.
  • the syntax elements may define partitioning information for partitioning of a picture into CTUs, and partitioning of each CTU according to a corresponding partition structure, such as a QTBT structure, to define CUs of the CTU.
  • the syntax elements may further define prediction and residual information for blocks (e.g., CUs) of video data.
  • the residual information may be represented by, for example, quantized transform coefficients.
  • Video decoder 300 may inverse quantize and inverse transform the quantized transform coefficients of a block to reproduce a residual block for the block.
  • Video decoder 300 uses a signaled prediction mode (intra- or inter-prediction) and related prediction information (e.g., motion information for inter-prediction) to form a prediction block for the block.
  • Video decoder 300 may then combine the prediction block and the residual block (on a sample-by-sample basis) to reproduce the original block.
  • Video decoder 300 may perform additional processing, such as performing a deblocking process to reduce visual artifacts along boundaries of the block.
  • This disclosure may generally refer to “signaling” certain information, such as syntax elements.
  • the term “signaling” may generally refer to the communication of values for syntax elements and/or other data used to decode encoded video data. That is, video encoder 200 may signal values for syntax elements in the bitstream. In general, signaling refers to generating a value in the bitstream.
  • source device 102 may transport the bitstream to destination device 116 substantially in real time, or not in real time, such as might occur when storing syntax elements to storage device 112 for later retrieval by destination device 116.
  • video encoder 200 and video decoder 300 may be configured to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidate includes an additional hypothesis, and disable a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
  • motion parameters include motion vectors, reference picture indices, and reference picture list usage index, as well as any additional information needed for new coding feature of VVCs, are used for inter-predicted sample generation.
  • the motion parameters can be signalled in an explicit or implicit manner.
  • a CU is coded with skip mode, the CU is associated with one PU and has no significant residual coefficients, no coded motion vector delta, or reference picture index.
  • a merge mode is specified whereby the motion parameters for the current CU are obtained from neighboring CUs, including spatial and temporal candidates, as well as additional schedules introduced in VVC.
  • the merge mode can be applied to any inter-predicted CU, not only for skip mode.
  • the alternative to merge mode is the explicit transmission of motion parameters, where a motion vector (e.g., a motion vector difference), a corresponding reference picture index for each reference picture list, and a reference picture list usage flag and other needed information are signalled explicitly for each CU.
  • a motion vector e.g., a motion vector difference
  • a corresponding reference picture index for each reference picture list e.g., a reference picture index for each reference picture list
  • a reference picture list usage flag and other needed information are signalled explicitly for each CU.
  • MMVD Merge mode with MVD
  • SMVD Symmetric MVD
  • SBTMVP Adaptive motion vector resolution
  • Motion field storage 1/16 th luma sample MV storage and 8x8 motion field compression
  • the merge candidate list is constructed by including the following five types of candidates, in order:
  • MVP Spatial motion vector predictor
  • the size of the merge list is signalled in a sequence parameter set (SPS) header.
  • SPS sequence parameter set
  • the maximum allowed size of the merge list is 6 candidates.
  • an index of the selected merge candidate is encoded using truncated unary binarization (TU).
  • VVC also supports parallel derivation of the merging candidate lists for all CUs within a certain size of area.
  • FIG. 2 illustrates example positions of spatial merge candidates relative to block 400 (e.g., a CU). A maximum of four merge candidates are selected among candidates located in the positions depicted in FIG. 2.
  • the order of derivation is: Bo, Ao, Bi, Ai and B2.
  • Position B2 is considered only when one or more the CUs at positions Bo, Ao, Bi, Ai are not available (e.g., because the CU belongs to another slice or tile) or the CU is intra coded.
  • candidate at position Ai is added, the addition of the remaining candidates is subject to a redundancy check which ensures that candidates with same motion information are excluded from the list so that coding efficiency is improved.
  • FIG. 3 illustrates an example of motion vector scaling for a temporal merge candidate.
  • the reference picture list to be used for derivation of the co-located CU is explicitly signaled in the slice header.
  • the scaled motion vector 402 for the temporal merge candidate of the current CU (curr CU) 408 is obtained as illustrated by the dotted line in FIG.
  • tb is defined to be the POC difference between the reference picture of the current picture (curr ref) and the current picture (curr ref)
  • td is defined to be the POC difference between the reference picture of the co- located picture (col ref) and the co-located picture (col_pic).
  • the reference picture index of temporal merge candidate is set equal to zero.
  • FIG. 4 illustrates example candidate positions for temporal merge candidates for block 400.
  • the position for the temporal candidate is selected between candidates Co and Ci, as depicted in FIG 4. If the CU at position Co is not available (e.g., is intra coded or is outside of the current row of CTUs), position Ci is used. Otherwise, position Co is used in the derivation of the temporal merge candidate.
  • HMVP history-based MVP
  • the motion information of a previously coded block is stored in a table and used as MVP for the current CU.
  • the table with multiple HMVP candidates is maintained during the encoding/decoding process.
  • the table is reset (e.g., emptied) when a new CTU row is encountered. Whenever there is a non-subblock inter-coded CU, the associated motion information is added to the last entry of the table as a new HMVP candidate.
  • the HMVP table size S is set to be 6, which indicates up to 6 HMVP candidates may be added to the table.
  • a constrained first-in-first-out (FIFO) rule is utilized, wherein a redundancy check is firstly applied to find whether there is an identical HMVP in the table. If found, the identical HMVP is removed from the table and all the HMVP candidates afterwards are moved forward.
  • HMVP candidates could be used in the merge candidate list construction process.
  • the latest several HMVP candidates in the table are checked in order and inserted to the candidate list after the TMVP candidate.
  • a redundancy check is applied on the HMVP candidates to compare the motion information of the HMVP candidate to the spatial or temporal merge candidate.
  • Pairwise average candidates are generated by averaging predefined pairs of candidates in the existing merge candidate list.
  • the predefined pairs are defined as ⁇ (0, 1), (0, 2), (1, 2), (0, 3), (1, 3), (2, 3) ⁇ , where the numbers denote the merge indices to the merge candidate list.
  • the averaged motion vectors are calculated separately for each reference list. If both motion vectors are available in one list, these two motion vectors are averaged even when they point to different reference pictures; if only one motion vector is available, use the one directly; if no motion vector is available, keep this list invalid.
  • the zero MVPs are inserted in the end of the list until the maximum merge candidate number is reached.
  • the bi-prediction signal is generated by averaging two prediction signals obtained from two different reference pictures and/or using two different motion vectors.
  • the bi-prediction mode is extended beyond simple averaging to allow weighted averaging of the two prediction signals.
  • the weight w is determined in one of two ways: 1) for a non-merge CU, the weight index is signalled after the motion vector difference; 2) for a merge CU, the weight index is inferred from neighbouring blocks based on the merge candidate index. BCW is only applied to CUs with 256 or more luma samples (i. e. , CU width times CU height is greater than or equal to 256). For low- delay pictures, all 5 weights are used. For non-low-delay pictures, only 3 weights (w ⁇ ⁇ 3,4,5 ⁇ ) are used.
  • affine ME When combined with affine motion estimation (ME), affine ME will be performed for unequal weights if and only if the affine mode is selected as the current best mode.
  • the BCW weight index is coded using one context coded bin followed by bypass coded bins.
  • the first context coded bin indicates if equal weight is used; and if unequal weight is used, additional bins are signalled using bypass coding to indicate which unequal weight is used.
  • Weighted prediction is a coding tool supported by the H.264/AVC and HEVC standards to efficiently code video content with fading. Support for WP was also added into the VVC standard. WP allows weighting parameters (weight and offset) to be signalled for each reference picture in each of the reference picture lists L0 and LI. Then, during motion compensation, the weight(s) and offset(s) of the corresponding reference picture(s) are applied. WP and BCW are designed for different types of video content.
  • the BCW weight index is not signalled, and w is inferred to be 4 (e.g., equal weight is applied).
  • the weight index is inferred from neighbouring blocks based on the merge candidate index. This can be applied to both normal merge mode and inherited affine merge mode.
  • constructed affine merge mode the affine motion information is constructed based on the motion information of up to 3 blocks.
  • the BCW index for a CU using the constructed affine merge mode is simply set equal to the BCW index of the first control point MV.
  • CIIP and BCW cannot be jointly applied for a CU.
  • the BCW index of the current CU is set to 2, e.g., equal weight.
  • BM bilateral-matching
  • DMVR decoder side motion vector refinement
  • the BM method calculates the sum of absolute differences (SAD) between the two candidate blocks in the reference picture list L0 and list LI.
  • FIG. 5 illustrates an example of bilateral matching. As illustrated in FIG. 5, the SAD between blocks 600 and 602, based on each MV candidate around the initial MV, is calculated. The MV candidate with the lowest SAD becomes the refined MV and used to generate the bi-predicted signal. The SAD of the initial MVs is subtracted by of the SAD value to serve as a regularization term.
  • the temporal distances e.g., the Picture Order Count (POC) difference
  • POC Picture Order Count
  • the refinement search range is two integer luma samples from the initial MV.
  • the searching includes the integer sample offset search stage and fractional sample refinement stage.
  • a 25 points full search is applied for integer sample offset searching.
  • the SAD of the initial MV pair is first calculated. If the SAD of the initial MV pair is smaller than a threshold, the integer sample stage of DMVR is terminated. Otherwise, SADs of the remaining 24 points are calculated and checked in raster scanning order. The point with the smallest SAD is selected as the output of integer sample offset searching stage.
  • the integer sample search is followed by fractional sample refinement.
  • the fractional sample refinement is derived by using parametric error surface equation, instead of using an additional search with a SAD comparison.
  • the fractional sample refinement is conditionally invoked based on the output of the integer sample search stage. When the integer sample search stage is terminated with the center having the smallest SAD in either the first iteration or the second iteration search, the fractional sample refinement is further applied.
  • x min and y min are automatically constrained to be between - 8 and 8 since all cost values are positive and the smallest value is E(0,0). This corresponds to half-pel offset with 1/16th-pel MV accuracy in VVC.
  • the computed fractional (x min , ymin) are added to the integer distance refinement MV to get the sub-pixel accurate refinement delta MV.
  • the resolution of the MVs is 1/16 luma samples.
  • the samples at the fractional position are interpolated using an 8-tap interpolation filter.
  • the search points surround the initial fractional-pel MV with integer sample offset. Therefore, the samples of those fractional position are interpolated for the DMVR search process.
  • the bi-linear interpolation filter is used to generate the fractional samples for the searching process in DMVR. Another effect is that, by using a bi-linear filter with 2-sample search range, the DVMR does not access more reference samples compared to the normal motion compensation process.
  • the normal 8-tap interpolation filter is applied to generate the final prediction. In order to not access more reference samples relative to a normal motion compensation process, the samples which are not needed for the interpolation process based on the original MV, but are needed for the interpolation process based on the refined MV, will be padded from those available samples.
  • the CU When the width and/or height of a CU are larger than 16 luma samples, the CU will be further split into subblocks with width and/or height equal to 16 luma samples for the DMVR process.
  • VVC VVC
  • DMVR can be applied for the CUs which are coded with following modes and features:
  • One reference picture is in the past and another reference picture is in the future with respect to the current picture
  • Both reference pictures are short-term reference pictures CU has more than 64 luma samples
  • Bi-Directional Optical Flow is used to refine the bi -prediction on signal of luma samples in a CU at the 4x4 sub-block level.
  • the BDOF mode is based on the optical flow concept, which assumes that the motion of an object is smooth.
  • a motion refinement (v x ,v y ) is calculated by minimizing the difference between the L0 and L1 prediction samples.
  • the motion refinement is then used to adjust the bi-predicted sample values in the 4x4 sub-block. The following steps are applied in the BDOF process.
  • the BDOF samples of the CU are calculated by adjusting the bi- prediction samples as follows: where shift5 is set equal to Max(3, 15 - BitDepth) and the variable o offset is set equal to (1 « ( shift5— 1)).
  • FIG. 6 illustrates an example of an extended coding unit region used in bi-directional optical flow.
  • the BDOF uses one extended row/column around the boundaries of CU 610.
  • prediction samples in the extended area are generated by taking the reference samples at the nearby integer positions (using floor() operation on the coordinates) directly without interpolation, and the normal 8-tap motion compensation interpolation filter is used to generate prediction samples within the CU (gray positions).
  • These extended sample values are used in gradient calculation only. For the remaining steps in the BDOF process, if any sample and gradient values outside of the CU boundaries are needed, they are padded (e.g., repeated) from their nearest neighbors.
  • BDOF is used to refine the bi -prediction signal of a CU at the 4x4 subblock level. BDOF is applied to a CU if it satisfies all the following conditions:
  • the CU is coded using “true” bi-prediction mode, i.e., one of the two reference pictures is prior to the current picture in display order and the other is after the current picture in display order
  • the CU is not coded using affine mode or the SbTMVP merge mode CU has more than 64 luma samples
  • Both CU height and CU width are larger than or equal to 8 luma samples
  • BM (similar to that of DMVR in VVC) is applied to the coding block.
  • BM is applied to each 16x16 subblock within the coding block with the refined MVs in the first pass as initial MVs.
  • BDOF bi-directional optical flow
  • a refined MV is derived by applying BM to a coding block. Similar to decoder side motion vector refinement (DMVR), in bi-prediction operations, a refined MV is searched around the two initial MVs (MV0 and MV1) in the reference picture lists L0 and L1. The refined MVs (MV0_passl and MVl_passl) are derived around the initial MVs based on the minimum bilateral matching cost between the two reference blocks in L0 and L1. [0123] BM includes performing a local search to derive integer sample precision intDeltaMV.
  • the local search applies a 3x3 square search pattern to loop through the search range [-sHor, sHor] in the horizontal direction and [-sVer, sVer] in the vertical direction, wherein the values of sHor and sVer are determined by the block dimension, and the maximum value of sHor and sVer is 8.
  • a mean-removed SAD (MRSAD) cost function is applied to remove the DC effect of distortion between reference blocks.
  • MRSAD mean-removed SAD
  • the existing fractional sample refinement is further applied to derive the final deltaMV.
  • the refined MVs after the first pass is then derived as:
  • a refined MV is derived by applying BM to a 16x16 grid subblock. For each subblock, a refined MV is searched around the two MVs (MV0_passl and MVl_passl), obtained on the first pass, in the reference picture list L0 and LI.
  • BM includes performing a full search to derive integer sample precision intDeltaMV.
  • the full search has a search range [-sHor, sHor] in horizontal direction and [- sVer, sVer] in vertical direction, wherein the values of sHor and sVer are determined by the block dimension, and the maximum value of sHor and sVer is 8.
  • FIG. 7 illustrates an example diamond search region 650 for multi-pass decoder side motion refinement.
  • the search area (2*sHor + 1) * (2*sVer + 1) is divided into 5 diamond shaped search regions, as shown in FIG. 7.
  • Each search region is assigned a costF actor, which is determined by the distance (intDeltaMV) between each search point and the starting MV.
  • Each diamond region is processed in the order starting from the center of the search area.
  • the search points are processed in the raster scan order starting from the top left going to the bottom right comer of the region.
  • the minimum bilCost within the current search region is less than a threshold equal to sbW * sbH, the int-pel full search is terminated. Otherwise, the int-pel full search continues to the next search region until all search points are examined.
  • the existing VVC DMVR fractional sample refinement is further applied to derive the final deltaMV(sb!dx2) .
  • MVl_pass2(sbIdx2) MVl_passl - deltaMV(sb!dx2)
  • a refined MV is derived by applying BDOF to an 8x8 grid subblock. For each 8x8 subblock, BDOF refinement is applied to derive scaled Vx and Vy values, without clipping, starting from the refined MV of the parent subblock of the second pass.
  • the derived bioMv(Vx, Vy) is rounded to 1/16 sample precision and clipped between -32 and 32.
  • temporally predicted blocks may employ either uni or bi prediction.
  • MHP multiple hypothesis prediction
  • JVET Joint Video Experts Team
  • JVET- J0041 Joint Video Experts Team
  • JVET- K0269 Joint Video Experts Team
  • JVET Joint Video Experts Team
  • JVET-M0425 Joint Video Experts Team
  • the weighting factor a is specified by the syntax element add hyp weight idx, according to the following mapping:
  • more than one additional prediction signal can be used.
  • the resulting overall prediction signal is accumulated iteratively with each additional prediction signal.
  • the resulting overall prediction signal is obtained as the last p n (i.e., the p n having the largest index n).
  • DMVR bilateral -matching based decoder side motion vector refinement
  • the techniques of this disclosure may reduce the complexity of the implementation of decoder side motion derivation with inter-prediction techniques that use more than two predictors, such as MHP.
  • DMVR decoder side motion derivation with inter-prediction techniques that use more than two predictors, such as MHP.
  • MHP multiple predictors
  • DMVR will be used as representative of either DMVR in VVC or multi-pass DMVR.
  • Some other similar bilateral matching based decoder side motion refinement techniques may also be applicable to the techniques of this disclosure.
  • video encoder 200 and video decoder 300 may be configured to determine if a merge candidate for a block of video data includes an additional inter prediction signal such as an additional hypothesis (e.g., as generated by MHP).
  • the additional inter prediction signal (additional hypothesis) may be inherited or may be signaled in the bitstream. If the merge candidate for the block of video data includes an additional inter prediction signal, video encoder 200 and video decoder 300 may be configured to disable a decoder side motion vector derivation technique for use when coding a base prediction signal for the block.
  • the decoder side motion vector derivation techniques may include DMVR (e.g., as in VVC), multi-pass DMVR, BDOF, or other decoder side motion vector derivation techniques.
  • DMVR e.g., as in VVC
  • multi-pass DMVR e.g., BDOF
  • BDOF e.g., BDOF
  • DMVR decoder side motion vector derivation techniques
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) DMVR to be performed on the base prediction signal regardless of whether the other DMVR conditions are met.
  • the BDOF can be performed on the base prediction signal if the BDOF conditions are met.
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) both DMVR and BDOF to be performed on the base prediction signal regardless of whether the other DMVR and BDOF conditions are met.
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) BDOF to be performed on the base prediction signal regardless of whether the other BDOF conditions are met.
  • the DMVR can be performed on the base prediction signal if the DMVR conditions are met.
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) DMVR to be performed on the base prediction signal regardless of whether the other DMVR conditions are met.
  • the BDOF can be performed on the base prediction signal if the BDOF conditions are met.
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) both DMVR and BDOF to be performed on the base prediction signal regardless of whether the other DMVR and BDOF conditions are met.
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) BDOF to be performed on the base prediction signal regardless of whether the other BDOF conditions are met.
  • the DMVR can be performed on the base prediction signal if the DMVR conditions are met.
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) DMVR to be performed on the base prediction signal regardless of whether the other DMVR conditions are met.
  • the BDOF can be performed on the base prediction signal if the BDOF conditions are met.
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) both DMVR and BDOF to be performed on the base prediction signal regardless of whether the other DMVR and BDOF conditions are met.
  • video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) BDOF to be performed on the base prediction signal regardless of whether the other BDOF conditions are met.
  • the DMVR can be performed on the base prediction signal if the DMVR conditions are met.
  • FIG. 8 is a block diagram illustrating an example video encoder 200 that may perform the techniques of this disclosure.
  • FIG. 8 is provided for purposes of explanation and should not be considered limiting of the techniques as broadly exemplified and described in this disclosure.
  • this disclosure describes video encoder 200 according to the techniques of VVC (ITU-T H.266, under development), and HEVC (ITU-T H.265).
  • the techniques of this disclosure may be performed by video encoding devices that are configured to other video coding standards and video coding formats, such as AVI and successors to the AVI video coding format.
  • video encoder 200 includes video data memory 230, mode selection unit 202, residual generation unit 204, transform processing unit 206, quantization unit 208, inverse quantization unit 210, inverse transform processing unit 212, reconstruction unit 214, filter unit 216, decoded picture buffer (DPB) 218, and entropy encoding unit 220.
  • Any or all of video data memory 230, mode selection unit 202, residual generation unit 204, transform processing unit 206, quantization unit 208, inverse quantization unit 210, inverse transform processing unit 212, reconstruction unit 214, filter unit 216, DPB 218, and entropy encoding unit 220 may be implemented in one or more processors or in processing circuitry.
  • video encoder 200 may be implemented as one or more circuits or logic elements as part of hardware circuitry, or as part of a processor, ASIC, or FPGA.
  • video encoder 200 may include additional or alternative processors or processing circuitry to perform these and other functions.
  • Video data memory 230 may store video data to be encoded by the components of video encoder 200.
  • Video encoder 200 may receive the video data stored in video data memory 230 from, for example, video source 104 (FIG. 1).
  • DPB 218 may act as a reference picture memory that stores reference video data for use in prediction of subsequent video data by video encoder 200.
  • Video data memory 230 and DPB 218 may be formed by any of a variety of memory devices, such as dynamic random access memory (DRAM), including synchronous DRAM (SDRAM), magnetoresistive RAM (MRAM), resistive RAM (RRAM), or other types of memory devices.
  • Video data memory 230 and DPB 218 may be provided by the same memory device or separate memory devices.
  • video data memory 230 may be on-chip with other components of video encoder 200, as illustrated, or off-chip relative to those components.
  • reference to video data memory 230 should not be interpreted as being limited to memory internal to video encoder 200, unless specifically described as such, or memory external to video encoder 200, unless specifically described as such. Rather, reference to video data memory 230 should be understood as reference memory that stores video data that video encoder 200 receives for encoding (e.g., video data for a current block that is to be encoded). Memory 106 of FIG. 1 may also provide temporary storage of outputs from the various units of video encoder 200.
  • the various units of FIG. 8 are illustrated to assist with understanding the operations performed by video encoder 200.
  • the units may be implemented as fixed- function circuits, programmable circuits, or a combination thereof.
  • Fixed-function circuits refer to circuits that provide particular functionality, and are preset on the operations that can be performed.
  • Programmable circuits refer to circuits that can be programmed to perform various tasks, and provide flexible functionality in the operations that can be performed.
  • programmable circuits may execute software or firmware that cause the programmable circuits to operate in the manner defined by instructions of the software or firmware.
  • Fixed-function circuits may execute software instructions (e.g., to receive parameters or output parameters), but the types of operations that the fixed-function circuits perform are generally immutable.
  • one or more of the units may be distinct circuit blocks (fixed-function or programmable), and in some examples, one or more of the units may be integrated circuits.
  • Video encoder 200 may include arithmetic logic units (ALUs), elementary function units (EFUs), digital circuits, analog circuits, and/or programmable cores, formed from programmable circuits.
  • ALUs arithmetic logic units
  • EFUs elementary function units
  • memory 106 FIG. 1
  • Video data memory 230 is configured to store received video data.
  • Video encoder 200 may retrieve a picture of the video data from video data memory 230 and provide the video data to residual generation unit 204 and mode selection unit 202.
  • Mode selection unit 202 includes a motion estimation unit 222, a motion compensation unit 224, and an intra-prediction unit 226. Mode selection unit 202 may include additional functional units to perform video prediction in accordance with other prediction modes. As examples, mode selection unit 202 may include a palette unit, an intra-block copy unit (which may be part of motion estimation unit 222 and/or motion compensation unit 224), an affine unit, a linear model (LM) unit, or the like.
  • LM linear model
  • Mode selection unit 202 generally coordinates multiple encoding passes to test combinations of encoding parameters and resulting rate-distortion values for such combinations.
  • the encoding parameters may include partitioning of CTUs into CUs, prediction modes for the CUs, transform types for residual data of the CUs, quantization parameters for residual data of the CUs, and so on.
  • Mode selection unit 202 may ultimately select the combination of encoding parameters having rate-distortion values that are better than the other tested combinations.
  • Video encoder 200 may partition a picture retrieved from video data memory 230 into a series of CTUs, and encapsulate one or more CTUs within a slice.
  • Mode selection unit 202 may partition a CTU of the picture in accordance with a tree structure, such as the MTT structure, QTBT structure, superblock structure, or the quad- tree structure described above.
  • video encoder 200 may form one or more CUs from partitioning a CTU according to the tree structure.
  • Such a CU may also be referred to generally as a “video block” or “block.”
  • mode selection unit 202 also controls the components thereof (e.g., motion estimation unit 222, motion compensation unit 224, and intra-prediction unit 226) to generate a prediction block for a current block (e.g., a current CU, or in HEVC, the overlapping portion of a PU and a TU).
  • motion estimation unit 222 may perform a motion search to identify one or more closely matching reference blocks in one or more reference pictures (e.g., one or more previously coded pictures stored in DPB 218).
  • motion estimation unit 222 may calculate a value representative of how similar a potential reference block is to the current block, e.g., according to sum of absolute difference (SAD), sum of squared differences (SSD), mean absolute difference (MAD), mean squared differences (MSD), or the like. Motion estimation unit 222 may generally perform these calculations using sample-by-sample differences between the current block and the reference block being considered. Motion estimation unit 222 may identify a reference block having a lowest value resulting from these calculations, indicating a reference block that most closely matches the current block.
  • SAD sum of absolute difference
  • SSD sum of squared differences
  • MAD mean absolute difference
  • MSD mean squared differences
  • Motion estimation unit 222 may form one or more motion vectors (MVs) that defines the positions of the reference blocks in the reference pictures relative to the position of the current block in a current picture.
  • Motion estimation unit 222 may be configured to perform any of the techniques described herein for disabling decoder side motion vector derivation, including determining merge candidates for a block of video data, determining if a merge candidate of the merge candidates includes an additional inter prediction signal, and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
  • Motion estimation unit 222 may then provide the motion vectors to motion compensation unit 224.
  • motion estimation unit 222 may provide a single motion vector, whereas for bi-directional inter- prediction, motion estimation unit 222 may provide two motion vectors.
  • Motion compensation unit 224 may then generate a prediction block using the motion vectors. For example, motion compensation unit 224 may retrieve data of the reference block using the motion vector. As another example, if the motion vector has fractional sample precision, motion compensation unit 224 may interpolate values for the prediction block according to one or more interpolation filters.
  • motion compensation unit 224 may retrieve data for two reference blocks identified by respective motion vectors and combine the retrieved data, e.g., through sample-by-sample averaging or weighted averaging.
  • motion estimation unit 222 and motion compensation unit 224 may be configured to encode coding blocks of video data (e.g., both luma and chroma coding blocks) using translational motion compensation, affine motion compensation, overlapped block motion compensation (OBMC), and/or compound inter-intra prediction.
  • coding blocks of video data e.g., both luma and chroma coding blocks
  • OBMC overlapped block motion compensation
  • intra- prediction unit 226 may generate the prediction block from samples neighboring the current block. For example, for directional modes, intra-prediction unit 226 may generally mathematically combine values of neighboring samples and populate these calculated values in the defined direction across the current block to produce the prediction block. As another example, for DC mode, intra-prediction unit 226 may calculate an average of the neighboring samples to the current block and generate the prediction block to include this resulting average for each sample of the prediction block.
  • intra prediction unit 226 may be configured to encode coding blocks of video data (e.g., both luma and chroma coding blocks) using directional intra prediction, non-directional intra prediction, recursive filter intra prediction, chroma-from-luma (CFL) prediction, intra block copy (IBC), and/or color palette mode.
  • Mode selection unit 202 may include additional functional units to perform video prediction in accordance with other prediction modes.
  • Mode selection unit 202 provides the prediction block to residual generation unit 204.
  • Residual generation unit 204 receives a raw, unencoded version of the current block from video data memory 230 and the prediction block from mode selection unit 202.
  • Residual generation unit 204 calculates sample-by-sample differences between the current block and the prediction block. The resulting sample-by-sample differences define a residual block for the current block.
  • residual generation unit 204 may also determine differences between sample values in the residual block to generate a residual block using residual differential pulse code modulation (RDPCM).
  • RPCM residual differential pulse code modulation
  • residual generation unit 204 may be formed using one or more subtractor circuits that perform binary subtraction.
  • each PU may be associated with a luma prediction unit and corresponding chroma prediction units.
  • Video encoder 200 and video decoder 300 may support PUs having various sizes. As indicated above, the size of a CU may refer to the size of the luma coding block of the CU and the size of a PU may refer to the size of a luma prediction unit of the PU.
  • video encoder 200 may support PU sizes of 2Nx2N or NxN for intra prediction, and symmetric PU sizes of 2Nx2N, 2NxN, Nx2N, NxN, or similar for inter prediction.
  • Video encoder 200 and video decoder 300 may also support asymmetric partitioning for PU sizes of 2NxnU, 2NxnD, nLx2N, and nRx2N for inter prediction.
  • mode selection unit 202 does not further partition a CU into PUs
  • each CU may be associated with a luma coding block and corresponding chroma coding blocks.
  • the size of a CU may refer to the size of the luma coding block of the CU.
  • the video encoder 200 and video decoder 300 may support CU sizes of2Nx2N, 2NxN, orNx2N.
  • mode selection unit 202 For other video coding techniques such as an intra-block copy mode coding, an affine-mode coding, and linear model (LM) mode coding, as some examples, mode selection unit 202, via respective units associated with the coding techniques, generates a prediction block for the current block being encoded. In some examples, such as palette mode coding, mode selection unit 202 may not generate a prediction block, and instead generate syntax elements that indicate the manner in which to reconstruct the block based on a selected palette. In such modes, mode selection unit 202 may provide these syntax elements to entropy encoding unit 220 to be encoded.
  • mode selection unit 202 via respective units associated with the coding techniques, generates a prediction block for the current block being encoded.
  • mode selection unit 202 may not generate a prediction block, and instead generate syntax elements that indicate the manner in which to reconstruct the block based on a selected palette. In such modes, mode selection unit 202 may provide these syntax elements to entropy encoding unit 220 to be encoded.
  • residual generation unit 204 receives the video data for the current block and the corresponding prediction block. Residual generation unit 204 then generates a residual block for the current block. To generate the residual block, residual generation unit 204 calculates sample-by-sample differences between the prediction block and the current block.
  • Transform processing unit 206 applies one or more transforms to the residual block to generate a block of transform coefficients (referred to herein as a “transform coefficient block”).
  • Transform processing unit 206 may apply various transforms to a residual block to form the transform coefficient block.
  • transform processing unit 206 may apply a discrete cosine transform (DCT), a directional transform, a Karhunen-Loeve transform (KLT), or a conceptually similar transform to a residual block.
  • transform processing unit 206 may perform multiple transforms to a residual block, e.g., a primary transform and a secondary transform, such as a rotational transform.
  • transform processing unit 206 does not apply transforms to a residual block.
  • transform processing unit 206 may apply one or more transforms to the residual block to generate a block of transform coefficients (referred to herein as a “transform coefficient block”).
  • Transform processing unit 206 may apply various transforms to a residual block to form the transform coefficient block.
  • transform processing unit 206 may apply a horizontal/vertical transform combination that may include a discrete cosine transform (DCT), an asymmetric discrete sine transform (ADST), a flipped ADST (e.g., an ADST in reverse order), and an identity transform (IDTX).
  • DCT discrete cosine transform
  • ADST asymmetric discrete sine transform
  • IDDTX identity transform
  • the transform is skipped in one of the vertical or horizontal directions. In some examples, transform processing may be skipped.
  • Quantization unit 208 may quantize the transform coefficients in a transform coefficient block, to produce a quantized transform coefficient block. Quantization unit 208 may quantize transform coefficients of a transform coefficient block according to a quantization parameter (QP) value associated with the current block. Video encoder 200 (e.g., via mode selection unit 202) may adjust the degree of quantization applied to the transform coefficient blocks associated with the current block by adjusting the QP value associated with the CU. Quantization may introduce loss of information, and thus, quantized transform coefficients may have lower precision than the original transform coefficients produced by transform processing unit 206.
  • QP quantization parameter
  • Inverse quantization unit 210 and inverse transform processing unit 212 may apply inverse quantization and inverse transforms to a quantized transform coefficient block, respectively, to reconstruct a residual block from the transform coefficient block.
  • Reconstruction unit 214 may produce a reconstructed block corresponding to the current block (albeit potentially with some degree of distortion) based on the reconstructed residual block and a prediction block generated by mode selection unit 202. For example, reconstruction unit 214 may add samples of the reconstructed residual block to corresponding samples from the prediction block generated by mode selection unit 202 to produce the reconstructed block.
  • Filter unit 216 may perform one or more filter operations on reconstructed blocks. For example, filter unit 216 may perform deblocking operations to reduce blockiness artifacts along edges of CUs. Operations of filter unit 216 may be skipped, in some examples.
  • filter unit 216 may perform one or more filter operations on reconstructed blocks. For example, filter unit 216 may perform deblocking operations to reduce blockiness artifacts along edges of CUs. In other examples, filter unit 216 may apply a constrained directional enhancement filter (CDEF), which may be applied after deblocking, and may include the application of non-separable, non-linear, low-pass directional filters based on estimated edge directions. Filter unit 216 may also include a loop restoration filter, which is applied after CDEF, and may include a separable symmetric normalized Wiener filter or a dual self-guided filter.
  • CDEF constrained directional enhancement filter
  • Video encoder 200 stores reconstructed blocks in DPB 218. For instance, in examples where operations of filter unit 216 are not performed, reconstruction unit 214 may store reconstructed blocks to DPB 218. In examples where operations of filter unit 216 are performed, filter unit 216 may store the filtered reconstructed blocks to DPB 218.
  • Motion estimation unit 222 and motion compensation unit 224 may retrieve a reference picture from DPB 218, formed from the reconstructed (and potentially filtered) blocks, to inter-predict blocks of subsequently encoded pictures.
  • intra-prediction unit 226 may use reconstructed blocks in DPB 218 of a current picture to intra-predict other blocks in the current picture.
  • entropy encoding unit 220 may entropy encode syntax elements received from other functional components of video encoder 200. For example, entropy encoding unit 220 may entropy encode quantized transform coefficient blocks from quantization unit 208. As another example, entropy encoding unit 220 may entropy encode prediction syntax elements (e.g., motion information for inter-prediction or intra-mode information for intra-prediction) from mode selection unit 202. Entropy encoding unit 220 may perform one or more entropy encoding operations on the syntax elements, which are another example of video data, to generate entropy-encoded data.
  • prediction syntax elements e.g., motion information for inter-prediction or intra-mode information for intra-prediction
  • entropy encoding unit 220 may perform a context-adaptive variable length coding (CAVLC) operation, a CABAC operation, a variable-to-variable (V2V) length coding operation, a syntax-based context-adaptive binary arithmetic coding (SBAC) operation, a Probability Interval Partitioning Entropy (PIPE) coding operation, an Exponential-Golomb encoding operation, or another type of entropy encoding operation on the data.
  • entropy encoding unit 220 may operate in bypass mode where syntax elements are not entropy encoded.
  • Video encoder 200 may output a bitstream that includes the entropy encoded syntax elements needed to reconstruct blocks of a slice or picture.
  • entropy encoding unit 220 may output the bitstream.
  • entropy encoding unit 220 may be configured as a symbol-to-symbol adaptive multi-symbol arithmetic coder.
  • a syntax element in AVI includes an alphabet of N elements, and a context (e.g., probability model) includes a set of N probabilities.
  • Entropy encoding unit 220 may store the probabilities as n-bit (e.g., 15-bit) cumulative distribution functions (CDFs).
  • Entropy encoding unit 22 may perform recursive scaling, with an update factor based on the alphabet size, to update the contexts.
  • the operations described above are described with respect to a block. Such description should be understood as being operations for a luma coding block and/or chroma coding blocks.
  • the luma coding block and chroma coding blocks are luma and chroma components of a CU.
  • the luma coding block and the chroma coding blocks are luma and chroma components of a PU.
  • operations performed with respect to a luma coding block need not be repeated for the chroma coding blocks.
  • operations to identify a motion vector (MV) and reference picture for a luma coding block need not be repeated for identifying a MV and reference picture for the chroma blocks. Rather, the MV for the luma coding block may be scaled to determine the MV for the chroma blocks, and the reference picture may be the same.
  • the intra- prediction process may be the same for the luma coding block and the chroma coding blocks.
  • Video encoder 200 represents an example of a device configured to encode video data including a memory configured to store video data, and one or more processing units implemented in circuitry and configured to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidate includes an additional hypothesis, and disable a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
  • FIG. 9 is a block diagram illustrating an example video decoder 300 that may perform the techniques of this disclosure.
  • FIG. 9 is provided for purposes of explanation and is not limiting on the techniques as broadly exemplified and described in this disclosure.
  • this disclosure describes video decoder 300 according to the techniques of VVC (ITU-T H.266, under development), and HEVC (ITU-T H.265).
  • VVC ITU-T H.266, under development
  • HEVC ITU-T H.265
  • the techniques of this disclosure may be performed by video coding devices that are configured to other video coding standards.
  • video decoder 300 includes coded picture buffer (CPB) memory 320, entropy decoding unit 302, prediction processing unit 304, inverse quantization unit 306, inverse transform processing unit 308, reconstruction unit 310, filter unit 312, and decoded picture buffer (DPB) 314.
  • CPB memory 320, entropy decoding unit 302, prediction processing unit 304, inverse quantization unit 306, inverse transform processing unit 308, reconstruction unit 310, filter unit 312, and DPB 314 may be implemented in one or more processors or in processing circuitry.
  • the units of video decoder 300 may be implemented as one or more circuits or logic elements as part of hardware circuitry, or as part of a processor, ASIC, or FPGA.
  • video decoder 300 may include additional or alternative processors or processing circuitry to perform these and other functions.
  • Prediction processing unit 304 includes motion compensation unit 316 and intra- prediction unit 318. Prediction processing unit 304 may include additional units to perform prediction in accordance with other prediction modes. As examples, prediction processing unit 304 may include a palette unit, an intra-block copy unit (which may form part of motion compensation unit 316), an affine unit, a linear model (LM) unit, or the like. In other examples, video decoder 300 may include more, fewer, or different functional components.
  • motion compensation unit 316 may be configured to decode coding blocks of video data (e.g., both luma and chroma coding blocks) using translational motion compensation, affine motion compensation, OBMC, and/or compound inter-intra prediction, as described above.
  • Intra prediction unit 318 may be configured to decode coding blocks of video data (e.g., both luma and chroma coding blocks) using directional intra prediction, non-directional intra prediction, recursive filter intra prediction, CFL, intra block copy (IBC), and/or color palette mode, as described above.
  • CPB memory 320 may store video data, such as an encoded video bitstream, to be decoded by the components of video decoder 300.
  • the video data stored in CPB memory 320 may be obtained, for example, from computer-readable medium 110 (FIG. 1).
  • CPB memory 320 may include a CPB that stores encoded video data (e.g., syntax elements) from an encoded video bitstream.
  • CPB memory 320 may store video data other than syntax elements of a coded picture, such as temporary data representing outputs from the various units of video decoder 300.
  • DPB 314 generally stores decoded pictures, which video decoder 300 may output and/or use as reference video data when decoding subsequent data or pictures of the encoded video bitstream.
  • CPB memory 320 and DPB 314 may be formed by any of a variety of memory devices, such as DRAM, including SDRAM, MRAM, RRAM, or other types of memory devices.
  • CPB memory 320 and DPB 314 may be provided by the same memory device or separate memory devices.
  • CPB memory 320 may be on-chip with other components of video decoder 300, or off-chip relative to those components.
  • video decoder 300 may retrieve coded video data from memory 120 (FIG. 1). That is, memory 120 may store data as discussed above with CPB memory 320. Likewise, memory 120 may store instructions to be executed by video decoder 300, when some or all of the functionality of video decoder 300 is implemented in software to be executed by processing circuitry of video decoder 300.
  • the various units shown in FIG. 9 are illustrated to assist with understanding the operations performed by video decoder 300.
  • the units may be implemented as fixed- function circuits, programmable circuits, or a combination thereof. Similar to FIG. 8, fixed-function circuits refer to circuits that provide particular functionality, and are preset on the operations that can be performed.
  • Programmable circuits refer to circuits that can be programmed to perform various tasks, and provide flexible functionality in the operations that can be performed. For instance, programmable circuits may execute software or firmware that cause the programmable circuits to operate in the manner defined by instructions of the software or firmware.
  • Fixed-function circuits may execute software instructions (e.g., to receive parameters or output parameters), but the types of operations that the fixed-function circuits perform are generally immutable.
  • one or more of the units may be distinct circuit blocks (fixed-function or programmable), and in some examples, one or more of the units may be integrated circuits.
  • Video decoder 300 may include ALUs, EFUs, digital circuits, analog circuits, and/or programmable cores formed from programmable circuits.
  • on-chip or off-chip memory may store instructions (e.g., object code) of the software that video decoder 300 receives and executes.
  • Entropy decoding unit 302 may receive encoded video data from the CPB and entropy decode the video data to reproduce syntax elements.
  • Prediction processing unit 304, inverse quantization unit 306, inverse transform processing unit 308, reconstruction unit 310, and filter unit 312 may generate decoded video data based on the syntax elements extracted from the bitstream.
  • video decoder 300 reconstructs a picture on a block-by -block basis.
  • Video decoder 300 may perform a reconstruction operation on each block individually (where the block currently being reconstructed, i.e., decoded, may be referred to as a “current block”).
  • Entropy decoding unit 302 may entropy decode syntax elements defining quantized transform coefficients of a quantized transform coefficient block, as well as transform information, such as a quantization parameter (QP) and/or transform mode indication(s).
  • Inverse quantization unit 306 may use the QP associated with the quantized transform coefficient block to determine a degree of quantization and, likewise, a degree of inverse quantization for inverse quantization unit 306 to apply.
  • Inverse quantization unit 306 may, for example, perform a bitwise left-shift operation to inverse quantize the quantized transform coefficients. Inverse quantization unit 306 may thereby form a transform coefficient block including transform coefficients.
  • inverse transform processing unit 308 may apply one or more inverse transforms to the transform coefficient block to generate a residual block associated with the current block.
  • inverse transform processing unit 308 may apply an inverse DCT, an inverse integer transform, an inverse Karhunen-Loeve transform (KLT), an inverse rotational transform, an inverse directional transform, or another inverse transform to the transform coefficient block.
  • KLT Karhunen-Loeve transform
  • prediction processing unit 304 generates a prediction block according to prediction information syntax elements that were entropy decoded by entropy decoding unit 302. For example, if the prediction information syntax elements indicate that the current block is inter-predicted, motion compensation unit 316 may generate the prediction block.
  • Motion compensation unit 316 may be configured to perform any of the techniques described herein for disabling decoder side motion vector derivation, including determining merge candidates for a block of video data, determining if a merge candidate of the merge candidates includes an additional inter prediction signal, and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
  • the prediction information syntax elements may indicate a reference picture in DPB 314 from which to retrieve a reference block, as well as a motion vector identifying a location of the reference block in the reference picture relative to the location of the current block in the current picture.
  • Motion compensation unit 316 may generally perform the inter-prediction process in a manner that is substantially similar to that described with respect to motion compensation unit 224 (FIG. 8).
  • intra-prediction unit 318 may generate the prediction block according to an intra-prediction mode indicated by the prediction information syntax elements. Again, intra-prediction unit 318 may generally perform the intra-prediction process in a manner that is substantially similar to that described with respect to intra-prediction unit 226 (FIG. 8). Intra-prediction unit 318 may retrieve data of neighboring samples to the current block from DPB 314.
  • Reconstruction unit 310 may reconstruct the current block using the prediction block and the residual block. For example, reconstruction unit 310 may add samples of the residual block to corresponding samples of the prediction block to reconstruct the current block.
  • Filter unit 312 may perform one or more filter operations on reconstructed blocks. For example, filter unit 312 may perform deblocking operations to reduce blockiness artifacts along edges of the reconstructed blocks. Operations of filter unit 312 are not necessarily performed in all examples.
  • Video decoder 300 may store the reconstructed blocks in DPB 314. For instance, in examples where operations of filter unit 312 are not performed, reconstruction unit 310 may store reconstructed blocks to DPB 314. In examples where operations of filter unit 312 are performed, filter unit 312 may store the filtered reconstructed blocks to DPB 314. As discussed above, DPB 314 may provide reference information, such as samples of a current picture for intra-prediction and previously decoded pictures for subsequent motion compensation, to prediction processing unit 304. Moreover, video decoder 300 may output decoded pictures (e.g., decoded video) from DPB 314 for subsequent presentation on a display device, such as display device 118 of FIG. 1.
  • decoded pictures e.g., decoded video
  • video decoder 300 represents an example of a video decoding device including a memory configured to store video data, and one or more processing units implemented in circuitry and configured to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidate includes an additional hypothesis, and disable a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
  • FIG. 10 is a flowchart illustrating an example method for encoding a current block in accordance with the techniques of this disclosure.
  • the current block may comprise a current CU.
  • video encoder 200 initially predicts the current block (350). For example, video encoder 200 may form a prediction block for the current block. Video encoder 200 may then calculate a residual block for the current block (352). To calculate the residual block, video encoder 200 may calculate a difference between the original, unencoded block and the prediction block for the current block. Video encoder 200 may then transform the residual block and quantize transform coefficients of the residual block (354). Next, video encoder 200 may scan the quantized transform coefficients of the residual block (356). During the scan, or following the scan, video encoder 200 may entropy encode the transform coefficients (358). For example, video encoder 200 may encode the transform coefficients using CAVLC or CABAC. Video encoder 200 may then output the entropy encoded data of the block (360).
  • FIG. 11 is a flowchart illustrating an example method for decoding a current block of video data in accordance with the techniques of this disclosure.
  • the current block may comprise a current CU.
  • video decoder 300 FIGGS. 1 and 9
  • other devices may be configured to perform a method similar to that of FIG. 11.
  • Video decoder 300 may receive entropy encoded data for the current block, such as entropy encoded prediction information and entropy encoded data for transform coefficients of a residual block corresponding to the current block (370). Video decoder 300 may entropy decode the entropy encoded data to determine prediction information for the current block and to reproduce transform coefficients of the residual block (372). Video decoder 300 may predict the current block (374), e.g., using an intra- or inter- prediction mode as indicated by the prediction information for the current block, to calculate a prediction block for the current block. Video decoder 300 may then inverse scan the reproduced transform coefficients (376), to create a block of quantized transform coefficients.
  • entropy encoded data for the current block such as entropy encoded prediction information and entropy encoded data for transform coefficients of a residual block corresponding to the current block (370).
  • Video decoder 300 may entropy decode the entropy encoded data to determine prediction information for the
  • Video decoder 300 may then inverse quantize the transform coefficients and apply an inverse transform to the transform coefficients to produce a residual block (378). Video decoder 300 may ultimately decode the current block by combining the prediction block and the residual block (380). [0208] Video decoder 300 may be configured to perform the method shown in FIG. 12. In particular, at 1202, a current block of video data to be decoded is received by prediction processing unit 304. At 1204, motion compensation unit 316 determines merge candidates for the block of video data, such as by using VVC and/or MHP techniques, or the like. At 1206, motion compensation unit 316 determines if a merge candidate includes a base prediction signal and at least one additional inter prediction signal.
  • motion compensation unit 316 determines an overall prediction signal, such as by using a MHP technique to combine the multiple prediction signals.
  • An overall prediction signal may be used to decode the current block of video data by video decoder 300.
  • Video encoder 200 may be configured to perform the method shown in FIG. 13.
  • a current block of video data to be encoded is received by motion estimation unit 222.
  • motion estimation unit 222 determines merge candidates for the block of video data, such as by using VVC and/or MHP techniques, or the like.
  • motion estimation unit 222 determines if a merge candidate includes a base prediction signal and at least one additional inter prediction signal.
  • motion estimation unit 222 determines an overall prediction signal, such as by using a MHP technique to combine the multiple prediction signals.
  • Video encoder 200 may use the overall prediction signal to encode the current block of video data.
  • Aspect 1A - A method of coding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidate includes an additional hypothesis; and disabling a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
  • Aspect 2A The method of Aspect 1A, wherein the additional hypothesis is an inherited additional hypothesis.
  • Aspect 3 A The method of Aspect 1A, wherein the additional hypothesis is indicated by a syntax element signaled in a video bitstream.
  • Aspect 4A The method of Aspect 3A, further comprising: coding the syntax element indicating the additional hypothesis.
  • Aspect 5 A The method of Aspect 1A, wherein the decoder side motion vector derivation technique is one of bi-directional optical flow or a decoder side motion vector refinement technique.
  • Aspect 6A The method of Aspect 5 A, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
  • Aspect 7A The method of any of Aspects 1A-6A, wherein coding comprises decoding.
  • Aspect 8 A The method of any of Aspects 1A-6A, wherein coding comprises encoding.
  • Aspect 9A - A device for coding video data, the device comprising one or more means for performing the method of any of Aspects 1 A-8A.
  • Aspect 10A The device of Aspect 9A, wherein the one or more means comprise one or more processors implemented in circuitry.
  • Aspect 11A The device of any of Aspects 9A and 10A, further comprising a memory to store the video data.
  • Aspect 12A The device of any of Aspects 9A-11A, further comprising a display configured to display decoded video data.
  • Aspect 13A The device of any of Aspects 9A-12A, wherein the device comprises one or more of a camera, a computer, a mobile device, a broadcast receiver device, or a set-top box.
  • Aspect 14A The device of any of Aspects 9A-13A, wherein the device comprises a video decoder.
  • Aspect 15A The device of any of Aspects 9A-14A, wherein the device comprises a video encoder.
  • Aspect 16A A computer-readable storage medium having stored thereon instructions that, when executed, cause one or more processors to perform the method of any of Aspects 1A-8A.
  • a device for coding video data comprising: means for determining merge candidates for a block of video data; means for determining if a merge candidate of the merge candidate includes an additional hypothesis; and means for disabling a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
  • Aspect 18A - A method of coding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidate includes an additional hypothesis; and disabling a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
  • Aspect 19A The method of Aspect 18 A, wherein the additional hypothesis is an inherited additional hypothesis.
  • Aspect 20A - The method of Aspect 18 A, wherein the additional hypothesis is indicated by a syntax element signaled in a video bitstream.
  • Aspect 21 A The method of Aspect 20 A, further comprising: coding the syntax element indicating the additional hypothesis.
  • Aspect 22A The method of any of Aspects 18A-21A, wherein the decoder side motion vector derivation technique is one of bi-directional optical flow or a decoder side motion vector refinement technique.
  • Aspect 23 A The method of any of Aspects 18A-22A, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
  • Aspect 24A The method of any of Aspects 18A-24A, wherein coding comprises decoding.
  • Aspect 25 A The method of any of Aspects 18A-24A, wherein coding comprises encoding.
  • Aspect 26A - A device for coding video data comprising one or more means for performing the method of any of Aspects 18A-25 A.
  • Aspect IB A method of decoding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidates includes an additional inter prediction signal; and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
  • Aspect 2B The method of Aspect IB, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
  • Aspect 3B The method of Aspect IB, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
  • Aspect 4B The method of Aspect 3B, further comprising: decoding the syntax element indicating the additional inter prediction signal.
  • Aspect 5B The method of Aspect IB, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
  • Aspect 6B The method of Aspect 5B, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
  • Aspect 7B The method of Aspect IB, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
  • Aspect 8B The method of Aspect IB, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, the method further comprising enabling a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if the second decoder side motion vector derivation technique conditions are met.
  • Aspect 9B The method of Aspect 8B, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
  • Aspect 10B The method of Aspect 8B, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
  • Aspect 11B The method of Aspect IB, the method further comprising determining an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and decoding the video block using the overall prediction signal.
  • Aspect 12B The method of Aspect 1 IB, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
  • Aspect 13B The method of Aspect 1 IB, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion- compensated prediction signals.
  • a device configured to decode video data, the device comprising: a memory configured to store a block of video data; and one or more processors in communication with the memory, the one or more processors configured to: determine merge candidates for the block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
  • Aspect 15B The device of Aspect 14B, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
  • Aspect 16B The device of Aspect 14B, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
  • Aspect 17B The device of Aspect 16B, wherein the one or more processors are further configured to decode the syntax element indicating the additional inter prediction signal.
  • Aspect 18B The device of Aspect 14B, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
  • Aspect 19B The device of Aspect 14B, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
  • Aspect 20B The device of Aspect 14B, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
  • Aspect 21 B The device of Aspect 14B, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, wherein the processors are further configured to enable a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if the second decoder side motion vector derivation technique conditions are met.
  • Aspect 22B The device of Aspect 2 IB, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
  • Aspect 23B The device of Aspect 21B, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
  • Aspect 24B The device of Aspect 14B, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to decode the video block using the overall prediction signal.
  • Aspect 25B The device of Aspect 24B, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
  • Aspect 26B The device of Aspect 24B, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion- compensated prediction signals.
  • Aspect 27B The device of Aspect 24B, further comprising a display for displaying a picture of video data that includes the block of video data.
  • Aspect 28B - A device configured to encode video data, the device comprising a memory and one or more processors configured to: determine merge candidates for a block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
  • Aspect 29B The device of Aspect 28B, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to encode the video block using the overall prediction signal.
  • Aspect 30B The device of Aspect 29B, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
  • Aspect 1C - A method of decoding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidates includes an additional inter prediction signal; and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
  • Aspect 2C The method of Aspect 1C, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
  • Aspect 3C The method of Aspect 1C, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
  • Aspect 4C The method of Aspect 3C, further comprising: decoding the syntax element indicating the additional inter prediction signal.
  • Aspect 5C The method of any of Aspects 1C-4C, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
  • Aspect 6C The method of Aspect 5C, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
  • Aspect 7C The method of any of Aspects 1C-4C, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
  • Aspect 8C The method of any of Aspects 1C-4C, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, the method further comprising enabling a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if the second decoder side motion vector derivation technique conditions are met.
  • Aspect 9C The method of Aspect 8C, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
  • Aspect IOC The method of Aspect 8C, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
  • Aspect 11C The method of any of Aspects 1C-10C, the method further comprising determining an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and decoding the video block using the overall prediction signal.
  • Aspect 12C The method of Aspect 11C, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
  • Aspect 13C The method of Aspect 11C, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion- compensated prediction signals.
  • a device configured to decode video data, the device comprising: a memory configured to store a block of video data; and one or more processors in communication with the memory, the one or more processors configured to: determine merge candidates for the block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
  • Aspect 15C The device of Aspect 14C, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
  • Aspect 16C The device of Aspect 14C, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
  • Aspect 17C The device of Aspect 16C, wherein the one or more processors are further configured to decode the syntax element indicating the additional inter prediction signal.
  • Aspect 18C The device of any of Aspects 14C-17C, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
  • Aspect 19C The device of any of Aspects 14C-17C, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
  • Aspect 20C The device of any of Aspects 14C-17C, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
  • Aspect 21C The device of any of Aspects 14C-17C, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, wherein the processors are further configured to enable a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if the second decoder side motion vector derivation technique conditions are met.
  • Aspect 22C The device of Aspect 21 C, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
  • Aspect 23C The device of Aspect 21 C, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
  • Aspect 24C The device of any of Aspects 14C-23C, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to decode the video block using the overall prediction signal.
  • Aspect 25C The device of Aspect 24C, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
  • Aspect 26C The device of Aspect 24C, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion- compensated prediction signals.
  • Aspect 27C The device of Aspect 24C, further comprising a display for displaying a picture of video data that includes the block of video data.
  • Aspect 28C - A device configured to encode video data, the device comprising a memory and one or more processors configured to: determine merge candidates for a block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
  • Aspect 29C The device of Aspect 28C, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to encode the video block using the overall prediction signal.
  • Aspect 30C The device of Aspect 29C, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
  • Computer-readable media may include computer-readable storage media, which corresponds to a tangible medium such as data storage media, or communication media including any medium that facilitates transfer of a computer program from one place to another, e.g., according to a communication protocol.
  • computer- readable media generally may correspond to (1) tangible computer-readable storage media which is non-transitory or (2) a communication medium such as a signal or carrier wave.
  • Data storage media may be any available media that can be accessed by one or more computers or one or more processors to retrieve instructions, code and/or data structures for implementation of the techniques described in this disclosure.
  • a computer program product may include a computer-readable medium.
  • such computer-readable storage media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage, or other magnetic storage devices, flash memory, or any other medium that can be used to store desired program code in the form of instructions or data structures and that can be accessed by a computer.
  • any connection is properly termed a computer-readable medium.
  • coaxial cable, fiber optic cable, twisted pair, digital subscriber line (DSL), or wireless technologies such as infrared, radio, and microwave are included in the definition of medium.
  • DSL digital subscriber line
  • computer-readable storage media and data storage media do not include connections, carrier waves, signals, or other transitory media, but are instead directed to non-transitory, tangible storage media.
  • Disk and disc includes compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk and Blu-ray disc, where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
  • processors such as one or more DSPs, general purpose microprocessors, ASICs, FPGAs, or other equivalent integrated or discrete logic circuitry.
  • processors such as one or more DSPs, general purpose microprocessors, ASICs, FPGAs, or other equivalent integrated or discrete logic circuitry.
  • processors such as one or more DSPs, general purpose microprocessors, ASICs, FPGAs, or other equivalent integrated or discrete logic circuitry.
  • DSPs digital signal processors
  • ASICs application specific integrated circuitry
  • FPGAs field programmable gate arrays
  • the techniques of this disclosure may be implemented in a wide variety of devices or apparatuses, including a wireless handset, an integrated circuit (IC) or a set of ICs (e.g., a chip set).
  • IC integrated circuit
  • Various components, modules, or units are described in this disclosure to emphasize functional aspects of devices configured to perform the disclosed techniques, but do not necessarily require realization by different hardware units. Rather, as described above, various units may be combined in a codec hardware unit or provided by a collection of interoperative hardware units, including one or more processors as described above, in conjunction with suitable software and/or firmware.
  • Various examples have been described. These and other examples are within the scope of the following claims.

Landscapes

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

Abstract

A method of decoding video data may comprise determining merge candidates for a block of video data and determining if a merge candidate of the merge candidates includes an additional inter prediction signal. If a merge candidate includes an additional inter prediction signal, the method may include disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data.

Description

MULTIPLE INTER PREDICTORS WITH DECODER SIDE MOTION VECTOR DERIVATION FOR VIDEO CODING
[0001] This application claims the benefit of U.S. Pat. App. Serial No. 17/823,714, filed on 31 August 2022 and U.S. Pat. Provisional App. Serial No. 63/245,077 filed on 16 September 2021, and titled “MULTIPLE HYPOTHESIS PREDICTION FOR DECODER SIDE MOTION VECTOR DERIVATION FOR VIDEO CODING ”, the entire contents of which are both incorporated herein by reference. U.S. Pat. App. Serial No. 17/823,714 claims the benefit of U.S. Provisional App. Serial No. 63/245,077 filed on 16 September 2021.
TECHNICAL FIELD
[0002] This disclosure relates to video encoding and video decoding.
BACKGROUND
[0003] Digital video capabilities can be incorporated into a wide range of devices, including digital televisions, digital direct broadcast systems, wireless broadcast systems, personal digital assistants (PDAs), laptop or desktop computers, tablet computers, e-book readers, digital cameras, digital recording devices, digital media players, video gaming devices, video game consoles, cellular or satellite radio telephones, so-called “smart phones,” video teleconferencing devices, video streaming devices, and the like. Digital video devices implement video coding techniques, such as those described in the standards defined by MPEG-2, MPEG-4, ITU-T H.263, ITU-T H.264/MPEG-4, Part 10, Advanced Video Coding (AVC), ITU-T H.265/High Efficiency Video Coding (HEVC), ITU-T H.266/Versatile Video Coding (VVC), and extensions of such standards, as well as proprietary video codecs/formats such as AOMedia Video 1 (AVI) that was developed by the Alliance for Open Media. The video devices may transmit, receive, encode, decode, and/or store digital video information more efficiently by implementing such video coding techniques.
[0004] Video coding techniques include spatial (intra-picture) prediction and/or temporal (inter-picture) prediction to reduce or remove redundancy inherent in video sequences. For block-based video coding, a video slice (e.g., a video picture or a portion of a video picture) may be partitioned into video blocks, which may also be referred to as coding tree units (CTUs), coding units (CUs), and/or coding nodes. Video blocks in an intra-coded (I) slice of a picture are encoded using spatial prediction with respect to reference samples in neighboring blocks in the same picture. Video blocks in an inter-coded (P or B) slice of a picture may use spatial prediction with respect to reference samples in neighboring blocks in the same picture or temporal prediction with respect to reference samples in other reference pictures. Pictures may be referred to as frames, and reference pictures may be referred to as reference frames.
SUMMARY
[0005] In general, this disclosure describes techniques related to inter prediction in video codecs. More specifically, this disclosure describes devices and methods related to decoder side motion vector derivation techniques and techniques with multiple inter prediction signals (predictors) such as multiple hypothesis prediction (MHP).
[0006] In example video coding techniques, bilateral-matching based decoder side motion vector refinement (DMVR) is applied to increase the accuracy of motion vectors of a bi-prediction merge candidate. When DMVR and MHP are combined together, the computational complexity increases significantly. This disclosure describes techniques relating to the usage of decoder side motion vector derivation techniques (e.g., DMVR, bi-directional optical flow (BDOF), multi-pass DMVR) together with MHP. The techniques of this disclosure may reduce the complexity of the implementation of MHP with decoder side motion derivation, with minimal effect on coding performance (e.g., distortion).
[0007] In general, a video coder may be configured to determine if a merge candidate for a block of video data includes a base prediction signal and an additional inter prediction signal (e.g., an additional hypothesis as generated by MHP). The additional inter prediction signal may be inherited or may be signaled in the bitstream. If the merge candidate for the block of video data includes an additional inter prediction signal, the video coder may be configured to disable a decoder side motion vector derivation technique for use when determining an overall prediction signal for the block. The decoder side motion vector derivation techniques may include DMVR, multi-pass DMVR, BDOF, or other decoder side motion vector derivation techniques.
[0008] In one example, this disclosure describes a method of coding video data, the method comprising determining merge candidates for a block of video data, determining if a merge candidate of the merge candidates includes an additional inter prediction signal, and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
[0009] In another example, a device for decoding or encoding includes a memory, and one or more processors configured to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidates includes an additional inter prediction signal, and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal. [0010] In another example, a device for decoding or encoding includes means for determining merge candidates for a block of video data, means for determining if a merge candidate of the merge candidates includes an additional inter prediction signal, and means for disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
[0011] In another example, this disclosure describes a non-transitory computer-readable storage medium storing instructions that, when executed, cause one or more processors to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidates includes an additional inter prediction signal, and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
[0012] The details of one or more examples are set forth in the accompanying drawings and the description below. Other features, objects, and advantages will be apparent from the description, drawings, and claims.
BRIEF DESCRIPTION OF DRAWINGS
[0013] FIG. 1 is a block diagram illustrating an example video encoding and decoding system that may perform the techniques of this disclosure.
[0014] FIG. 2 illustrates example positions of spatial merge candidates.
[0015] FIG. 3 illustrates an example of motion vector scaling for a temporal merge candidate. [0016] FIG. 4 illustrates example candidate positions for temporal merge candidates. [0017] FIG. 5 illustrates an example of bilateral matching.
[0018] FIG. 6 illustrates an example of an extended coding unit region used in bi- directional optical flow.
[0019] FIG. 7 illustrates an example diamond search region for multi-pass decoder side motion refinement.
[0020] FIG. 8 is a block diagram illustrating an example video encoder that may perform the techniques of this disclosure.
[0021] FIG. 9 is a block diagram illustrating an example video decoder that may perform the techniques of this disclosure.
[0022] FIG. 10 is a flowchart illustrating an example method for encoding a current block in accordance with the techniques of this disclosure.
[0023] FIG. 11 is a flowchart illustrating an example method for decoding a current block in accordance with the techniques of this disclosure.
[0024] FIG. 12 is a flowchart illustrating another example method for decoding a current block in accordance with the techniques of this disclosure.
[0025] FIG. 13 is a flowchart illustrating an example method for encoding a current block in accordance with the techniques of this disclosure.
DETAILED DESCRIPTION
[0026] In video coding, various decoder side motion vector derivation techniques, such as decoder side motion vector refinement (DMVR), bi-directional optical flow, or the like, may be applied to blocks to increase the accuracy of motion vectors in a merge mode. Other techniques for video coding, such as multiple hypothesis prediction (MHP), may also be used to predict motion vectors. For example, when DMVR and MHP are combined together, the computational complexity increases significantly.
This disclosure describes techniques relating to the usage of decoder side motion vector derivation techniques (e.g., DMVR, bi-directional optical flow (BDOF), multi-pass DMVR) together with techniques that include multiple inter prediction signals. The techniques of this disclosure may reduce the implementation complexity of video coding when using multiple inter prediction signals with decoder side motion vector derivation, with minimal effect on coding performance (e.g., distortion). [0027] FIG. 1 is a block diagram illustrating an example video encoding and decoding system 100 that may perform the techniques of this disclosure. The techniques of this disclosure are generally directed to coding (encoding and/or decoding) video data. In general, video data includes any data for processing a video. Thus, video data may include raw, unencoded video, encoded video, decoded (e.g., reconstructed) video, and video metadata, such as signaling data.
[0028] As shown in FIG. 1, system 100 includes a source device 102 that provides encoded video data to be decoded and displayed by a destination device 116, in this example. In particular, source device 102 provides the video data to destination device 116 via a computer-readable medium 110. Source device 102 and destination device 116 may comprise any of a wide range of devices, including desktop computers, notebook (i.e., laptop) computers, mobile devices, tablet computers, set-top boxes, telephone handsets such as smartphones, televisions, cameras, display devices, digital media players, video gaming consoles, video streaming device, broadcast receiver devices, or the like. In some cases, source device 102 and destination device 116 may be equipped for wireless communication, and thus may be referred to as wireless communication devices.
[0029] In the example of FIG. 1, source device 102 includes video source 104, memory 106, video encoder 200, and output interface 108. Destination device 116 includes input interface 122, video decoder 300, memory 120, and display device 118. In accordance with this disclosure, video encoder 200 of source device 102 and video decoder 300 of destination device 116 may be configured to apply the techniques for decoder side motion vector derivation. Thus, source device 102 represents an example of a video encoding device, while destination device 116 represents an example of a video decoding device. In other examples, a source device and a destination device may include other components or arrangements. For example, source device 102 may receive video data from an external video source, such as an external camera. Likewise, destination device 116 may interface with an external display device, rather than include an integrated display device.
[0030] System 100 as shown in FIG. 1 is merely one example. In general, any digital video encoding and/or decoding device may perform techniques for decoder side motion vector derivation. Source device 102 and destination device 116 are merely examples of such coding devices in which source device 102 generates coded video data for transmission to destination device 116. This disclosure refers to a “coding” device as a device that performs coding (encoding and/or decoding) of data. Thus, video encoder 200 and video decoder 300 represent examples of coding devices, in particular, a video encoder and a video decoder, respectively. In some examples, source device 102 and destination device 116 may operate in a substantially symmetrical manner such that each of source device 102 and destination device 116 includes video encoding and decoding components. Hence, system 100 may support one-way or two-way video transmission between source device 102 and destination device 116, e.g., for video streaming, video playback, video broadcasting, or video telephony.
[0031] In general, video source 104 represents a source of video data (i.e., raw, unencoded video data) and provides a sequential series of pictures (also referred to as “frames”) of the video data to video encoder 200, which encodes data for the pictures. Video source 104 of source device 102 may include a video capture device, such as a video camera, a video archive containing previously captured raw video, and/or a video feed interface to receive video from a video content provider. As a further alternative, video source 104 may generate computer graphics-based data as the source video, or a combination of live video, archived video, and computer-generated video. In each case, video encoder 200 encodes the captured, pre-captured, or computer-generated video data. Video encoder 200 may rearrange the pictures from the received order (sometimes referred to as “display order”) into a coding order for coding. Video encoder 200 may generate a bitstream including encoded video data. Source device 102 may then output the encoded video data via output interface 108 onto computer-readable medium 110 for reception and/or retrieval by, e.g., input interface 122 of destination device 116.
[0032] Memory 106 of source device 102 and memory 120 of destination device 116 represent general purpose memories. In some examples, memories 106, 120 may store raw video data, e.g., raw video from video source 104 and raw, decoded video data from video decoder 300. Additionally, or alternatively, memories 106, 120 may store software instructions executable by, e.g., video encoder 200 and video decoder 300, respectively. Although memory 106 and memory 120 are shown separately from video encoder 200 and video decoder 300 in this example, it should be understood that video encoder 200 and video decoder 300 may also include internal memories for functionally similar or equivalent purposes. Furthermore, memories 106, 120 may store encoded video data, e.g., output from video encoder 200 and input to video decoder 300. In some examples, portions of memories 106, 120 may be allocated as one or more video buffers, e.g., to store raw, decoded, and/or encoded video data. [0033] Computer-readable medium 110 may represent any type of medium or device capable of transporting the encoded video data from source device 102 to destination device 116. In one example, computer-readable medium 110 represents a communication medium to enable source device 102 to transmit encoded video data directly to destination device 116 in real-time, e.g., via a radio frequency network or computer-based network. Output interface 108 may modulate a transmission signal including the encoded video data, and input interface 122 may demodulate the received transmission signal, according to a communication standard, such as a wireless communication protocol. The communication medium may comprise any wireless or wired communication medium, such as a radio frequency (RF) spectrum or one or more physical transmission lines. The communication medium may form part of a packet- based network, such as a local area network, a wide-area network, or a global network such as the Internet. The communication medium may include routers, switches, base stations, or any other equipment that may be useful to facilitate communication from source device 102 to destination device 116.
[0034] In some examples, source device 102 may output encoded data from output interface 108 to storage device 112. Similarly, destination device 116 may access encoded data from storage device 112 via input interface 122. Storage device 112 may include any of a variety of distributed or locally accessed data storage media such as a hard drive, Blu-ray discs, DVDs, CD-ROMs, flash memory, volatile or non-volatile memory, or any other suitable digital storage media for storing encoded video data. [0035] In some examples, source device 102 may output encoded video data to file server 114 or another intermediate storage device that may store the encoded video data generated by source device 102. Destination device 116 may access stored video data from file server 114 via streaming or download.
[0036] File server 114 may be any type of server device capable of storing encoded video data and transmitting that encoded video data to the destination device 116. File server 114 may represent a web server (e.g., for a website), a server configured to provide a file transfer protocol service (such as File Transfer Protocol (FTP) or File Delivery over Unidirectional Transport (FLUTE) protocol), a content delivery network (CDN) device, a hypertext transfer protocol (HTTP) server, a Multimedia Broadcast Multicast Service (MBMS) or Enhanced MBMS (eMBMS) server, and/or a network attached storage (NAS) device. File server 114 may, additionally or alternatively, implement one or more HTTP streaming protocols, such as Dynamic Adaptive Streaming over HTTP (DASH), HTTP Live Streaming (HLS), Real Time Streaming Protocol (RTSP), HTTP Dynamic Streaming, or the like.
[0037] Destination device 116 may access encoded video data from file server 114 through any standard data connection, including an Internet connection. This may include a wireless channel (e.g., a Wi-Fi connection), a wired connection (e.g., digital subscriber line (DSL), cable modem, etc.), or a combination of both, which is suitable for accessing encoded video data stored on file server 114. Input interface 122 may be configured to operate according to any one or more of the various protocols discussed above for retrieving or receiving media data from file server 114, or other such protocols for retrieving media data.
[0038] Output interface 108 and input interface 122 may represent wireless transmitters/receivers, modems, wired networking components (e.g., Ethernet cards), wireless communication components that operate according to any of a variety of IEEE 802.11 standards, or other physical components. In examples where output interface 108 and input interface 122 comprise wireless components, output interface 108 and input interface 122 may be configured to transfer data, such as encoded video data, according to a cellular communication standard, such as 4G, 4G-LTE (Long-Term Evolution), LTE Advanced, 5G, or the like. In some examples where output interface 108 comprises a wireless transmitter, output interface 108 and input interface 122 may be configured to transfer data, such as encoded video data, according to other wireless standards, such as an IEEE 802.11 specification, an IEEE 802.15 specification (e.g., ZigBee™), a Bluetooth™ standard, or the like. In some examples, source device 102 and/or destination device 116 may include respective system-on-a-chip (SoC) devices. For example, source device 102 may include an SoC device to perform the functionality attributed to video encoder 200 and/or output interface 108, and destination device 116 may include an SoC device to perform the functionality attributed to video decoder 300 and/or input interface 122.
[0039] The techniques of this disclosure may be applied to video coding in support of any of a variety of multimedia applications, such as over-the-air television broadcasts, cable television transmissions, satellite television transmissions, Internet streaming video transmissions, such as dynamic adaptive streaming over HTTP (DASH), digital video that is encoded onto a data storage medium, decoding of digital video stored on a data storage medium, or other applications. [0040] Input interface 122 of destination device 116 receives an encoded video bitstream from computer-readable medium 110 (e.g., a communication medium, storage device 112, file server 114, or the like). The encoded video bitstream may include signaling information defined by video encoder 200, which is also used by video decoder 300, such as syntax elements having values that describe characteristics and/or processing of video blocks or other coded units (e.g., slices, pictures, groups of pictures, sequences, or the like). Display device 118 displays decoded pictures of the decoded video data to a user. Display device 118 may represent any of a variety of display devices such as a liquid crystal display (LCD), a plasma display, an organic light emitting diode (OLED) display, or another type of display device.
[0041] Although not shown in FIG. 1, in some examples, video encoder 200 and video decoder 300 may each be integrated with an audio encoder and/or audio decoder, and may include appropriate MUX-DEMUX units, or other hardware and/or software, to handle multiplexed streams including both audio and video in a common data stream. [0042] Video encoder 200 and video decoder 300 each may be implemented as any of a variety of suitable encoder and/or decoder circuitry, such as one or more microprocessors, digital signal processors (DSPs), application specific integrated circuits (ASICs), field programmable gate arrays (FPGAs), discrete logic, software, hardware, firmware or any combinations thereof. When the techniques are implemented partially in software, a device may store instructions for the software in a suitable, non- transitory computer-readable medium and execute the instructions in hardware using one or more processors to perform the techniques of this disclosure. Each of video encoder 200 and video decoder 300 may be included in one or more encoders or decoders, either of which may be integrated as part of a combined encoder/decoder (CODEC) in a respective device. A device including video encoder 200 and/or video decoder 300 may comprise an integrated circuit, a microprocessor, and/or a wireless communication device, such as a cellular telephone.
[0043] Video encoder 200 and video decoder 300 may operate according to a video coding standard, such as ITU-T H.265, also referred to as High Efficiency Video Coding (HEVC) or extensions thereto, such as the multi-view and/or scalable video coding extensions. Alternatively, video encoder 200 and video decoder 300 may operate according to other proprietary or industry standards, such as ITU-T H.266, also referred to as Versatile Video Coding (VVC). In other examples, video encoder 200 and video decoder 300 may operate according to a proprietary video codec/format, such as AOMedia Video 1 (AVI), extensions of AVI, and/or successor versions of AVI (e.g., AV2). In other examples, video encoder 200 and video decoder 300 may operate according to other proprietary formats or industry standards. The techniques of this disclosure, however, are not limited to any particular coding standard or format. In general, video encoder 200 and video decoder 300 may be configured to perform the techniques of this disclosure in conjunction with any video coding techniques that use decoder side motion vector derivation techniques.
[0044] In general, video encoder 200 and video decoder 300 may perform block-based coding of pictures. The term “block” generally refers to a structure including data to be processed (e.g., encoded, decoded, or otherwise used in the encoding and/or decoding process). For example, a block may include a two-dimensional matrix of samples of luminance and/or chrominance data. In general, video encoder 200 and video decoder 300 may code video data represented in a YUV (e.g., Y, Cb, Cr) format. That is, rather than coding red, green, and blue (RGB) data for samples of a picture, video encoder 200 and video decoder 300 may code luminance and chrominance components, where the chrominance components may include both red hue and blue hue chrominance components. In some examples, video encoder 200 converts received RGB formatted data to a YUV representation prior to encoding, and video decoder 300 converts the YUV representation to the RGB format. Alternatively, pre- and post-processing units (not shown) may perform these conversions.
[0045] This disclosure may generally refer to coding (e.g., encoding and decoding) of pictures to include the process of encoding or decoding data of the picture. Similarly, this disclosure may refer to coding of blocks of a picture to include the process of encoding or decoding data for the blocks, e.g., prediction and/or residual coding. An encoded video bitstream generally includes a series of values for syntax elements representative of coding decisions (e.g., coding modes) and partitioning of pictures into blocks. Thus, references to coding a picture or a block should generally be understood as coding values for syntax elements forming the picture or block.
[0046] HEVC defines various blocks, including coding units (CUs), prediction units (PUs), and transform units (TUs). According to HEVC, a video coder (such as video encoder 200) partitions a coding tree unit (CTU) into CUs according to a quadtree structure. That is, the video coder partitions CTUs and CUs into four equal, non- overlapping squares, and each node of the quadtree has either zero or four child nodes. Nodes without child nodes may be referred to as “leaf nodes,” and CUs of such leaf nodes may include one or more PUs and/or one or more TUs. The video coder may further partition PUs and TUs. For example, in HEVC, a residual quadtree (RQT) represents partitioning of TUs. In HEVC, PUs represent inter-prediction data, while TUs represent residual data. CUs that are intra-predicted include intra-prediction information, such as an intra-mode indication.
[0047] As another example, video encoder 200 and video decoder 300 may be configured to operate according to VVC. According to VVC, a video coder (such as video encoder 200) partitions a picture into a plurality of coding tree units (CTUs). Video encoder 200 may partition a CTU according to a tree structure, such as a quadtree-binary tree (QTBT) structure or Multi-Type Tree (MTT) structure. The QTBT structure removes the concepts of multiple partition types, such as the separation between CUs, PUs, and TUs of HEVC. A QTBT structure includes two levels: a first level partitioned according to quadtree partitioning, and a second level partitioned according to binary tree partitioning. A root node of the QTBT structure corresponds to a CTU. Leaf nodes of the binary trees correspond to coding units (CUs).
[0048] In an MTT partitioning structure, blocks may be partitioned using a quadtree (QT) partition, a binary tree (BT) partition, and one or more types of triple tree (TT) (also called ternary tree (TT)) partitions. A triple or ternary tree partition is a partition where a block is split into three sub-blocks. In some examples, a triple or ternary tree partition divides a block into three sub-blocks without dividing the original block through the center. The partitioning types in MTT (e.g., QT, BT, and TT), may be symmetrical or asymmetrical.
[0049] When operating according to the AVI codec, video encoder 200 and video decoder 300 may be configured to code video data in blocks. In AVI, the largest coding block that can be processed is called a superblock. In AVI, a superblock can be either 128x128 luma samples or 64x64 luma samples. However, in successor video coding formats (e.g., AV2), a superblock may be defined by different (e.g., larger) luma sample sizes. In some examples, a superblock is the top level of a block quadtree. Video encoder 200 may further partition a superblock into smaller coding blocks. Video encoder 200 may partition a superblock and other coding blocks into smaller blocks using square or non-square partitioning. Non-square blocks may include N/2xN, NxN/2, N/4xN, and NxN/4 blocks. Video encoder 200 and video decoder 300 may perform separate prediction and transform processes on each of the coding blocks. [0050] AVI also defines a tile of video data. A tile is a rectangular array of superblocks that may be coded independently of other tiles. That is, video encoder 200 and video decoder 300 may encode and decode, respectively, coding blocks within a tile without using video data from other tiles. However, video encoder 200 and video decoder 300 may perform filtering across tile boundaries. Tiles may be uniform or non-uniform in size. Tile-based coding may enable parallel processing and/or multi -threading for encoder and decoder implementations.
[0051] In some examples, video encoder 200 and video decoder 300 may use a single QTBT or MTT structure to represent each of the luminance and chrominance components, while in other examples, video encoder 200 and video decoder 300 may use two or more QTBT or MTT structures, such as one QTBT/MTT structure for the luminance component and another QTBT/MTT structure for both chrominance components (or two QTBT/MTT structures for respective chrominance components). [0052] Video encoder 200 and video decoder 300 may be configured to use quadtree partitioning, QTBT partitioning, MTT partitioning, superblock partitioning, or other partitioning structures.
[0053] In some examples, a CTU includes a coding tree block (CTB) of luma samples, two corresponding CTBs of chroma samples of a picture that has three sample arrays, or a CTB of samples of a monochrome picture or a picture that is coded using three separate color planes and syntax structures used to code the samples. A CTB may be an NxN block of samples for some value of N such that the division of a component into CTBs is a partitioning. A component is an array or single sample from one of the three arrays (luma and two chroma) that compose a picture in 4:2:0, 4:2:2, or 4:4:4 color format or the array or a single sample of the array that compose a picture in monochrome format. In some examples, a coding block is an MxN block of samples for some values of M and N such that a division of a CTB into coding blocks is a partitioning.
[0054] The blocks (e.g., CTUs or CUs) may be grouped in various ways in a picture. As one example, a brick may refer to a rectangular region of CTU rows within a particular tile in a picture. A tile may be a rectangular region of CTUs within a particular tile column and a particular tile row in a picture. A tile column refers to a rectangular region of CTUs having a height equal to the height of the picture and a width specified by syntax elements (e.g., such as in a picture parameter set). A tile row refers to a rectangular region of CTUs having a height specified by syntax elements (e.g., such as in a picture parameter set) and a width equal to the width of the picture. [0055] In some examples, a tile may be partitioned into multiple bricks, each of which may include one or more CTU rows within the tile. A tile that is not partitioned into multiple bricks may also be referred to as a brick. However, a brick that is a true subset of a tile may not be referred to as a tile. The bricks in a picture may also be arranged in a slice. A slice may be an integer number of bricks of a picture that may be exclusively contained in a single network abstraction layer (NAL) unit. In some examples, a slice includes either a number of complete tiles or only a consecutive sequence of complete bricks of one tile.
[0056] This disclosure may use “NxN” and “N by N” interchangeably to refer to the sample dimensions of a block (such as a CU or other video block) in terms of vertical and horizontal dimensions, e.g., 16x16 samples or 16 by 16 samples. In general, a 16x16 CU will have 16 samples in a vertical direction (y = 16) and 16 samples in a horizontal direction (x = 16). Likewise, an NxN CU generally has N samples in a vertical direction and N samples in a horizontal direction, where N represents a nonnegative integer value. The samples in a CU may be arranged in rows and columns. Moreover, CUs need not necessarily have the same number of samples in the horizontal direction as in the vertical direction. For example, CUs may comprise NxM samples, where M is not necessarily equal to N.
[0057] Video encoder 200 encodes video data for CUs representing prediction and/or residual information, and other information. The prediction information indicates how the CU is to be predicted in order to form a prediction block for the CU. The residual information generally represents sample-by-sample differences between samples of the CU prior to encoding and the prediction block.
[0058] To predict a CU, video encoder 200 may generally form a prediction block for the CU through inter-prediction or intra-prediction. Inter-prediction generally refers to predicting the CU from data of a previously coded picture, whereas intra-prediction generally refers to predicting the CU from previously coded data of the same picture. To perform inter-prediction, video encoder 200 may generate the prediction block using one or more motion vectors. Video encoder 200 may generally perform a motion search to identify a reference block that closely matches the CU, e.g., in terms of differences between the CU and the reference block. Video encoder 200 may calculate a difference metric using a sum of absolute difference (SAD), sum of squared differences (SSD), mean absolute difference (MAD), mean squared differences (MSD), or other such difference calculations to determine whether a reference block closely matches the current CU. In some examples, video encoder 200 may predict the current CU using uni-directional prediction or bi-directional prediction.
[0059] Some examples of VVC also provide an affine motion compensation mode, which may be considered an inter-prediction mode. In affine motion compensation mode, video encoder 200 may determine two or more motion vectors that represent non- translational motion, such as zoom in or out, rotation, perspective motion, or other irregular motion types.
[0060] To perform intra-prediction, video encoder 200 may select an intra-prediction mode to generate the prediction block. Some examples of VVC provide sixty-seven intra-prediction modes, including various directional modes, as well as planar mode and DC mode. In general, video encoder 200 selects an intra-prediction mode that describes neighboring samples to a current block (e.g., a block of a CU) from which to predict samples of the current block. Such samples may generally be above, above and to the left, or to the left of the current block in the same picture as the current block, assuming video encoder 200 codes CTUs and CUs in raster scan order (left to right, top to bottom).
[0061] Video encoder 200 encodes data representing the prediction mode for a current block. For example, for inter-prediction modes, video encoder 200 may encode data representing which of the various available inter-prediction modes is used, as well as motion information for the corresponding mode. For uni-directional or bi-directional inter-prediction, for example, video encoder 200 may encode motion vectors using advanced motion vector prediction (AMVP) or merge mode. Video encoder 200 may use similar modes to encode motion vectors for affine motion compensation mode. [0062] AVI includes two general techniques for encoding and decoding a coding block of video data. The two general techniques are intra prediction (e.g., intra frame prediction or spatial prediction) and inter prediction (e.g., inter frame prediction or temporal prediction). In the context of AVI, when predicting blocks of a current frame of video data using an intra prediction mode, video encoder 200 and video decoder 300 do not use video data from other frames of video data. For most intra prediction modes, video encoder 200 encodes blocks of a current frame based on the difference between sample values in the current block and predicted values generated from reference samples in the same frame. Video encoder 200 determines predicted values generated from the reference samples based on the intra prediction mode.
[0063] Following prediction, such as intra-prediction or inter-prediction of a block, video encoder 200 may calculate residual data for the block. The residual data, such as a residual block, represents sample by sample differences between the block and a prediction block for the block, formed using the corresponding prediction mode. Video encoder 200 may apply one or more transforms to the residual block, to produce transformed data in a transform domain instead of the sample domain. For example, video encoder 200 may apply a discrete cosine transform (DCT), an integer transform, a wavelet transform, or a conceptually similar transform to residual video data.
Additionally, video encoder 200 may apply a secondary transform following the first transform, such as a mode-dependent non-separable secondary transform (MDNSST), a signal dependent transform, a Karhunen-Loeve transform (KLT), or the like. Video encoder 200 produces transform coefficients following application of the one or more transforms.
[0064] As noted above, following any transforms to produce transform coefficients, video encoder 200 may perform quantization of the transform coefficients.
Quantization generally refers to a process in which transform coefficients are quantized to possibly reduce the amount of data used to represent the transform coefficients, providing further compression. By performing the quantization process, video encoder 200 may reduce the bit depth associated with some or all of the transform coefficients. For example, video encoder 200 may round an «-bit value down to an m-bit value during quantization, where n is greater than m. In some examples, to perform quantization, video encoder 200 may perform a bitwise right-shift of the value to be quantized.
[0065] Following quantization, video encoder 200 may scan the transform coefficients, producing a one-dimensional vector from the two-dimensional matrix including the quantized transform coefficients. The scan may be designed to place higher energy (and therefore lower frequency) transform coefficients at the front of the vector and to place lower energy (and therefore higher frequency) transform coefficients at the back of the vector. In some examples, video encoder 200 may utilize a predefined scan order to scan the quantized transform coefficients to produce a serialized vector, and then entropy encode the quantized transform coefficients of the vector. In other examples, video encoder 200 may perform an adaptive scan. After scanning the quantized transform coefficients to form the one-dimensional vector, video encoder 200 may entropy encode the one-dimensional vector, e.g., according to context-adaptive binary arithmetic coding (CABAC). Video encoder 200 may also entropy encode values for syntax elements describing metadata associated with the encoded video data for use by video decoder 300 in decoding the video data.
[0066] To perform CABAC, video encoder 200 may assign a context within a context model to a symbol to be transmitted. The context may relate to, for example, whether neighboring values of the symbol are zero-valued or not. The probability determination may be based on a context assigned to the symbol.
[0067] Video encoder 200 may further generate syntax data, such as block-based syntax data, picture-based syntax data, and sequence-based syntax data, to video decoder 300, e.g., in a picture header, a block header, a slice header, or other syntax data, such as a sequence parameter set (SPS), picture parameter set (PPS), or video parameter set (VPS). Video decoder 300 may likewise decode such syntax data to determine how to decode corresponding video data.
[0068] In this manner, video encoder 200 may generate a bitstream including encoded video data, e.g., syntax elements describing partitioning of a picture into blocks (e.g., CUs) and prediction and/or residual information for the blocks. Ultimately, video decoder 300 may receive the bitstream and decode the encoded video data.
[0069] In general, video decoder 300 performs a reciprocal process to that performed by video encoder 200 to decode the encoded video data of the bitstream. For example, video decoder 300 may decode values for syntax elements of the bitstream using CABAC in a manner substantially similar to, albeit reciprocal to, the CABAC encoding process of video encoder 200. The syntax elements may define partitioning information for partitioning of a picture into CTUs, and partitioning of each CTU according to a corresponding partition structure, such as a QTBT structure, to define CUs of the CTU. The syntax elements may further define prediction and residual information for blocks (e.g., CUs) of video data.
[0070] The residual information may be represented by, for example, quantized transform coefficients. Video decoder 300 may inverse quantize and inverse transform the quantized transform coefficients of a block to reproduce a residual block for the block. Video decoder 300 uses a signaled prediction mode (intra- or inter-prediction) and related prediction information (e.g., motion information for inter-prediction) to form a prediction block for the block. Video decoder 300 may then combine the prediction block and the residual block (on a sample-by-sample basis) to reproduce the original block. Video decoder 300 may perform additional processing, such as performing a deblocking process to reduce visual artifacts along boundaries of the block.
[0071] This disclosure may generally refer to “signaling” certain information, such as syntax elements. The term “signaling” may generally refer to the communication of values for syntax elements and/or other data used to decode encoded video data. That is, video encoder 200 may signal values for syntax elements in the bitstream. In general, signaling refers to generating a value in the bitstream. As noted above, source device 102 may transport the bitstream to destination device 116 substantially in real time, or not in real time, such as might occur when storing syntax elements to storage device 112 for later retrieval by destination device 116.
[0072] The techniques of this disclosure are related to inter prediction in video codecs. More specifically, this disclosure describes devices and techniques related to multiple hypothesis prediction and decoder side motion vector derivation. In accordance with the techniques of this disclosure, as will be described in more detail below, video encoder 200 and video decoder 300 may be configured to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidate includes an additional hypothesis, and disable a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
[0073] Inter Prediction in Versatile Video Coding Standard
[0074] For each inter-predicted CU in the Versatile Video Coding standard (VVC), motion parameters include motion vectors, reference picture indices, and reference picture list usage index, as well as any additional information needed for new coding feature of VVCs, are used for inter-predicted sample generation. The motion parameters can be signalled in an explicit or implicit manner. When a CU is coded with skip mode, the CU is associated with one PU and has no significant residual coefficients, no coded motion vector delta, or reference picture index. A merge mode is specified whereby the motion parameters for the current CU are obtained from neighboring CUs, including spatial and temporal candidates, as well as additional schedules introduced in VVC. The merge mode can be applied to any inter-predicted CU, not only for skip mode. The alternative to merge mode is the explicit transmission of motion parameters, where a motion vector (e.g., a motion vector difference), a corresponding reference picture index for each reference picture list, and a reference picture list usage flag and other needed information are signalled explicitly for each CU. [0075] Beyond the inter coding features in HEVC, VVC includes a number of new and refined inter prediction coding tools listed as follows:
Extended merge prediction
Merge mode with MVD (MMVD) Symmetric MVD (SMVD) signalling Affine motion compensated prediction Subblock-based temporal motion vector prediction (SbTMVP) Adaptive motion vector resolution (AMVR)
Motion field storage: 1/16th luma sample MV storage and 8x8 motion field compression
Bi-prediction with CU-level weight (BCW) Bi-directional optical flow (BDOF) Decoder side motion vector refinement (DMVR) Geometric partitioning mode (GPM) Combined inter and intra prediction (CIIP)
[0076] Extended Merge Prediction
[0077] In VVC regular merge mode, the merge candidate list is constructed by including the following five types of candidates, in order:
1) Spatial motion vector predictor (MVP) from spatial neighbour CUs;
2) Temporal MVP from collocated CUs;
3) History-based MVP from a first-in, first-out (FIFO) table;
4) Pairwise average MVP; and
5) Zero motion vectors (MVs).
[0078] The size of the merge list is signalled in a sequence parameter set (SPS) header. In one example, the maximum allowed size of the merge list is 6 candidates. For each CU coded in merge mode, an index of the selected merge candidate is encoded using truncated unary binarization (TU).
[0079] The derivation process of each category of merge candidates is provided in this section. As is done in HEVC, VVC also supports parallel derivation of the merging candidate lists for all CUs within a certain size of area.
[0080] Spatial Candidates Derivation [0081] The derivation of spatial merge candidates in VVC is the as that in HEVC, except the positions of first two merge candidates are swapped. FIG. 2 illustrates example positions of spatial merge candidates relative to block 400 (e.g., a CU). A maximum of four merge candidates are selected among candidates located in the positions depicted in FIG. 2. The order of derivation is: Bo, Ao, Bi, Ai and B2. Position B2 is considered only when one or more the CUs at positions Bo, Ao, Bi, Ai are not available (e.g., because the CU belongs to another slice or tile) or the CU is intra coded. After candidate at position Ai is added, the addition of the remaining candidates is subject to a redundancy check which ensures that candidates with same motion information are excluded from the list so that coding efficiency is improved.
[0082] Temporal Candidates Derivation
[0083] In this technique, only one candidate is added to the list. Particularly, in the derivation of this temporal merge candidate, a scaled motion vector is derived based on co-located CU belonging to the collocated reference picture. FIG. 3 illustrates an example of motion vector scaling for a temporal merge candidate. The reference picture list to be used for derivation of the co-located CU is explicitly signaled in the slice header. The scaled motion vector 402 for the temporal merge candidate of the current CU (curr CU) 408 is obtained as illustrated by the dotted line in FIG. 3, which is scaled from the motion vector 404 of the co-located CU (col_CU) 406 using the picture order count (POC) distances, tb and td, where tb is defined to be the POC difference between the reference picture of the current picture (curr ref) and the current picture (curr ref) and td is defined to be the POC difference between the reference picture of the co- located picture (col ref) and the co-located picture (col_pic). The reference picture index of temporal merge candidate is set equal to zero.
[0084] FIG. 4 illustrates example candidate positions for temporal merge candidates for block 400. The position for the temporal candidate is selected between candidates Co and Ci, as depicted in FIG 4. If the CU at position Co is not available (e.g., is intra coded or is outside of the current row of CTUs), position Ci is used. Otherwise, position Co is used in the derivation of the temporal merge candidate.
[0085] History-Based Merge Candidates Derivation
[0086] The history-based MVP (HMVP) merge candidates are added to the merge list after the spatial merge candidates (e.g., spatial MVP) and the temporal merge candidate (e.g., temporal MVP or TMVP). In HMVP, the motion information of a previously coded block is stored in a table and used as MVP for the current CU. The table with multiple HMVP candidates is maintained during the encoding/decoding process. The table is reset (e.g., emptied) when a new CTU row is encountered. Whenever there is a non-subblock inter-coded CU, the associated motion information is added to the last entry of the table as a new HMVP candidate.
[0087] The HMVP table size S is set to be 6, which indicates up to 6 HMVP candidates may be added to the table. When inserting a new motion candidate to the table, a constrained first-in-first-out (FIFO) rule is utilized, wherein a redundancy check is firstly applied to find whether there is an identical HMVP in the table. If found, the identical HMVP is removed from the table and all the HMVP candidates afterwards are moved forward.
[0088] HMVP candidates could be used in the merge candidate list construction process. The latest several HMVP candidates in the table are checked in order and inserted to the candidate list after the TMVP candidate. A redundancy check is applied on the HMVP candidates to compare the motion information of the HMVP candidate to the spatial or temporal merge candidate.
[0089] To reduce the number of redundancy check operations, the following simplifications are introduced: a. The number of HMVP candidates used for merge list generation is set as (N <= 4 ) ? M: (8 - N), wherein N indicates number of existing candidates in the merge list and M indicates number of available HMVP candidates in the table. b. Once the total number of available merge candidates reaches the maximum allowed merge candidates minus 1, the merge candidate list construction process from HMVP is terminated.
[0090] Pairwise Average Merge Candidate Derivation
[0091] Pairwise average candidates are generated by averaging predefined pairs of candidates in the existing merge candidate list. In one example, the predefined pairs are defined as {(0, 1), (0, 2), (1, 2), (0, 3), (1, 3), (2, 3)}, where the numbers denote the merge indices to the merge candidate list. The averaged motion vectors are calculated separately for each reference list. If both motion vectors are available in one list, these two motion vectors are averaged even when they point to different reference pictures; if only one motion vector is available, use the one directly; if no motion vector is available, keep this list invalid. [0092] When the merge list is not full after pairwise average merge candidates are added, the zero MVPs are inserted in the end of the list until the maximum merge candidate number is reached.
[0093] Bi-prediction with CU-level weight (BCW)
[0094] In HEVC, the bi-prediction signal is generated by averaging two prediction signals obtained from two different reference pictures and/or using two different motion vectors. In VVC, the bi-prediction mode is extended beyond simple averaging to allow weighted averaging of the two prediction signals.
Figure imgf000023_0001
[0095] Five weights are allowed in the weighted averaging bi-prediction, w ∈ {—2, 3, 4, 5, 10}. For each bi-predicted CU, the weight w is determined in one of two ways: 1) for a non-merge CU, the weight index is signalled after the motion vector difference; 2) for a merge CU, the weight index is inferred from neighbouring blocks based on the merge candidate index. BCW is only applied to CUs with 256 or more luma samples (i. e. , CU width times CU height is greater than or equal to 256). For low- delay pictures, all 5 weights are used. For non-low-delay pictures, only 3 weights (w∈ {3,4,5}) are used.
- At the encoder, fast search algorithms are applied to find the weight index without significantly increasing the encoder complexity. These algorithms are summarized as follows. Further details are available from the VVC Test Model (VTM) software and in Yu-Chi Su, et al. “CE4-related: Generalized bi-prediction improvements combined from JVET-L0197 and JVET-L0296,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 12th Meeting: Macao, CN, 3-12 October 2018 (hereinafter, “JVET-L0646”). When combined with AMVR, unequal weights are only conditionally checked for 1-pel and 4-pel motion vector precisions if the current picture is a low-delay picture.
- When combined with affine motion estimation (ME), affine ME will be performed for unequal weights if and only if the affine mode is selected as the current best mode.
- When the two reference pictures in bi-prediction are the same, unequal weights are only conditionally checked. - Unequal weights are not searched when certain conditions are met, depending on the POC distance between current picture and its reference pictures, the coding QP, and the temporal level.
[0096] The BCW weight index is coded using one context coded bin followed by bypass coded bins. The first context coded bin indicates if equal weight is used; and if unequal weight is used, additional bins are signalled using bypass coding to indicate which unequal weight is used.
[0097] Weighted prediction (WP) is a coding tool supported by the H.264/AVC and HEVC standards to efficiently code video content with fading. Support for WP was also added into the VVC standard. WP allows weighting parameters (weight and offset) to be signalled for each reference picture in each of the reference picture lists L0 and LI. Then, during motion compensation, the weight(s) and offset(s) of the corresponding reference picture(s) are applied. WP and BCW are designed for different types of video content.
[0098] In order to avoid interactions between WP and BCW, which will complicate VVC decoder design, if a CU uses WP, then the BCW weight index is not signalled, and w is inferred to be 4 (e.g., equal weight is applied). For a merge CU, the weight index is inferred from neighbouring blocks based on the merge candidate index. This can be applied to both normal merge mode and inherited affine merge mode. For constructed affine merge mode, the affine motion information is constructed based on the motion information of up to 3 blocks. The BCW index for a CU using the constructed affine merge mode is simply set equal to the BCW index of the first control point MV.
[0099] In VVC, CIIP and BCW cannot be jointly applied for a CU. When a CU is coded with CIIP mode, the BCW index of the current CU is set to 2, e.g., equal weight.
[0100] Decoder -Side Motion Vector Refinement in VVC
[0101] In the Versatile Video Coding standard (VVC), bilateral-matching (BM) based decoder side motion vector refinement (DMVR) may be applied to increase the accuracy of the MVs of a bi -predict! on merge candidate. The BM method calculates the sum of absolute differences (SAD) between the two candidate blocks in the reference picture list L0 and list LI. FIG. 5 illustrates an example of bilateral matching. As illustrated in FIG. 5, the SAD between blocks 600 and 602, based on each MV candidate around the initial MV, is calculated. The MV candidate with the lowest SAD becomes the refined MV and used to generate the bi-predicted signal. The SAD of the initial MVs is subtracted by of the SAD value to serve as a regularization term. The temporal distances (e.g., the Picture Order Count (POC) difference) from two reference pictures to the current picture shall be the same, therefore, the MVDO is just the opposite sign of MVD1.
[0102] The refinement search range is two integer luma samples from the initial MV. The searching includes the integer sample offset search stage and fractional sample refinement stage. A 25 points full search is applied for integer sample offset searching. The SAD of the initial MV pair is first calculated. If the SAD of the initial MV pair is smaller than a threshold, the integer sample stage of DMVR is terminated. Otherwise, SADs of the remaining 24 points are calculated and checked in raster scanning order. The point with the smallest SAD is selected as the output of integer sample offset searching stage.
[0103] The integer sample search is followed by fractional sample refinement. To reduce calculational complexity, the fractional sample refinement is derived by using parametric error surface equation, instead of using an additional search with a SAD comparison. The fractional sample refinement is conditionally invoked based on the output of the integer sample search stage. When the integer sample search stage is terminated with the center having the smallest SAD in either the first iteration or the second iteration search, the fractional sample refinement is further applied.
[0104] In parametric error surface based sub-pixel offsets estimation, the center position cost and the costs at four neighboring positions from the center are used to fit a 2-D parabolic error surface equation of the following form:
Figure imgf000025_0001
where (xmin, ymin) corresponds to the fractional position with the least cost and C corresponds to the minimum cost value. By solving the above equations using the cost value of the five search points, the (xmin, ymin) is computed as:
Figure imgf000025_0002
[0105] The value of xmin and ymin are automatically constrained to be between - 8 and 8 since all cost values are positive and the smallest value is E(0,0). This corresponds to half-pel offset with 1/16th-pel MV accuracy in VVC. The computed fractional (xmin, ymin) are added to the integer distance refinement MV to get the sub-pixel accurate refinement delta MV.
[0106] In VVC, the resolution of the MVs is 1/16 luma samples. The samples at the fractional position are interpolated using an 8-tap interpolation filter. In DMVR, the search points surround the initial fractional-pel MV with integer sample offset. Therefore, the samples of those fractional position are interpolated for the DMVR search process. To reduce the calculation complexity, the bi-linear interpolation filter is used to generate the fractional samples for the searching process in DMVR. Another effect is that, by using a bi-linear filter with 2-sample search range, the DVMR does not access more reference samples compared to the normal motion compensation process. After the refined MV is attained with DMVR search process, the normal 8-tap interpolation filter is applied to generate the final prediction. In order to not access more reference samples relative to a normal motion compensation process, the samples which are not needed for the interpolation process based on the original MV, but are needed for the interpolation process based on the refined MV, will be padded from those available samples.
[0107] When the width and/or height of a CU are larger than 16 luma samples, the CU will be further split into subblocks with width and/or height equal to 16 luma samples for the DMVR process.
[0108] In VVC, DMVR can be applied for the CUs which are coded with following modes and features:
CU level merge mode with bi-prediction MV
One reference picture is in the past and another reference picture is in the future with respect to the current picture
- The distances (e.g., POC difference) from two reference pictures to the current picture are same
- Both reference pictures are short-term reference pictures CU has more than 64 luma samples
- Both CU height and CU width are larger than or equal to 8 luma samples
- BCW weight index indicates equal weight
- WP is not enabled for the current block
CIIP mode is not used for the current block
[0109] Bi-Directional Optical Flow [0110] Bi-directional optical flow (BDOF) is used to refine the bi -prediction on signal of luma samples in a CU at the 4x4 sub-block level. As its name indicates, the BDOF mode is based on the optical flow concept, which assumes that the motion of an object is smooth. For each 4x4 sub-block, a motion refinement (vx,vy) is calculated by minimizing the difference between the L0 and L1 prediction samples. The motion refinement is then used to adjust the bi-predicted sample values in the 4x4 sub-block. The following steps are applied in the BDOF process. [0111] First, the horizontal and vertical gradients, k = 0,1, of
Figure imgf000027_0004
the two prediction signals are computed by directly calculating the difference between two neighboring samples, e.g.,
Figure imgf000027_0003
where I(k)(i,j) are the sample value at coordinate (i,j) of the prediction signal in list k, k = 0,1, and shiftl is calculated based on the luma bit depth, bitDepth, as shiftl is set to be equal to 6.
[0112] Then, the auto- and cross-correlation of the gradients, S
Figure imgf000027_0001
1 S2, S3, S5 and S6, are calculated as
Figure imgf000027_0002
where Ω is a 6x6 window around the 4x4 sub-block, the value of shift2 is set to be equal to 4, and the value of shift3 is set to be equal to 1.
[0113] The motion refinement (vx,vy) is then derived using the cross- and auto- correlation terms using the following equations:
Figure imgf000028_0001
where, th'BI0 = 1 « 4. [·] is the floor function.
[0114] Based on the motion refinement and the gradients, the following adjustment is calculated for each sample in the 4x4 sub-block:
Figure imgf000028_0002
[0115] Finally, the BDOF samples of the CU are calculated by adjusting the bi- prediction samples as follows:
Figure imgf000028_0003
where shift5 is set equal to Max(3, 15 - BitDepth) and the variable ooffset is set equal to (1 « ( shift5— 1)).
[0116] These values are selected such that the multipliers in the BDOF process do not exceed 15-bits, and the maximum bit-width of the intermediate parameters in the BDOF process is kept within 32-bits.
[0117] In order to derive the gradient values, some prediction samples I(k)(i,j) in list k (k = 0,1) outside of the current CU boundaries may be generated. FIG. 6 illustrates an example of an extended coding unit region used in bi-directional optical flow. As depicted in FIG. 6, the BDOF uses one extended row/column around the boundaries of CU 610. In order to control the computational complexity of generating the out-of- boundary prediction samples, prediction samples in the extended area (white positions) are generated by taking the reference samples at the nearby integer positions (using floor() operation on the coordinates) directly without interpolation, and the normal 8-tap motion compensation interpolation filter is used to generate prediction samples within the CU (gray positions). These extended sample values are used in gradient calculation only. For the remaining steps in the BDOF process, if any sample and gradient values outside of the CU boundaries are needed, they are padded (e.g., repeated) from their nearest neighbors.
[0118] BDOF is used to refine the bi -prediction signal of a CU at the 4x4 subblock level. BDOF is applied to a CU if it satisfies all the following conditions:
- The CU is coded using “true” bi-prediction mode, i.e., one of the two reference pictures is prior to the current picture in display order and the other is after the current picture in display order
- The CU is not coded using affine mode or the SbTMVP merge mode CU has more than 64 luma samples
Both CU height and CU width are larger than or equal to 8 luma samples
- BCW weight index indicates equal weight
- WP is not enabled for the current CU
CIIP mode is not used for the current CU
[0119] Multi-Pass Decoder Side Motion Refinement
[0120] In the JVET-V meeting, an enhanced compression model (ECM, https://vcgit.hhi.fraunhofer.de/ecm/VVCSoftware VTM/-/tree/ECM ) was established to study the compression techniques beyond VVC. In ECM, a multi-pass decoder side motion refinement technique, described in Yao-Jen Chang, et al. “Compression efficiency beyond VVC,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 21st Meeting, by teleconference, 6-15 January 2021 (hereinafter, “JVET_U0100”) was adopted to replace the DMVR in VVC. In the first pass, BM (similar to that of DMVR in VVC) is applied to the coding block. In the second pass, BM is applied to each 16x16 subblock within the coding block with the refined MVs in the first pass as initial MVs. In the third pass, an MV in each 8x8 subblock is further refined by applying bi-directional optical flow (BDOF).
[0121] First Pass - Block-based bilateral matching MV refinement
[0122] In the first pass, a refined MV is derived by applying BM to a coding block. Similar to decoder side motion vector refinement (DMVR), in bi-prediction operations, a refined MV is searched around the two initial MVs (MV0 and MV1) in the reference picture lists L0 and L1. The refined MVs (MV0_passl and MVl_passl) are derived around the initial MVs based on the minimum bilateral matching cost between the two reference blocks in L0 and L1. [0123] BM includes performing a local search to derive integer sample precision intDeltaMV. The local search applies a 3x3 square search pattern to loop through the search range [-sHor, sHor] in the horizontal direction and [-sVer, sVer] in the vertical direction, wherein the values of sHor and sVer are determined by the block dimension, and the maximum value of sHor and sVer is 8.
[0124] The bilateral matching cost is calculated as: bilCost = mvDistanceCost + sadCost. When the block size cbW * cbH is greater than 64, a mean-removed SAD (MRSAD) cost function is applied to remove the DC effect of distortion between reference blocks. When the bilCost at the center point of the 3x3 search pattern has the minimum cost, the intDeltaMV local search is terminated. Otherwise, the current minimum cost search point becomes the new center point of the 3x3 search pattern and the video coder continues to search for the minimum cost until the end of the search range is reached.
[0125] The existing fractional sample refinement is further applied to derive the final deltaMV. The refined MVs after the first pass is then derived as:
- MV0_passl = MV0 + deltaMV
- MVl_passl = MV1 - deltaMV
[0126] Second Pass - Subblock based bilateral matching MV refinement
[0127] In the second pass, a refined MV is derived by applying BM to a 16x16 grid subblock. For each subblock, a refined MV is searched around the two MVs (MV0_passl and MVl_passl), obtained on the first pass, in the reference picture list L0 and LI. The refined MVs (MV0_pass2(sbIdx2) and MVl_pass2(sbIdx2)), wherein sbldx2 = 0, ... , N- 1, is the index for subblock, are derived based on the minimum bilateral matching cost between the two reference subblocks in L0 and LI.
[0128] For each subblock, BM includes performing a full search to derive integer sample precision intDeltaMV. The full search has a search range [-sHor, sHor] in horizontal direction and [- sVer, sVer] in vertical direction, wherein the values of sHor and sVer are determined by the block dimension, and the maximum value of sHor and sVer is 8.
[0129] The bilateral matching cost is calculated by applying a cost factor to the sum of absolute transformed differences (SATD) cost between two reference subblocks as: bilCost = satdCost * costFactor. FIG. 7 illustrates an example diamond search region 650 for multi-pass decoder side motion refinement. The search area (2*sHor + 1) * (2*sVer + 1) is divided into 5 diamond shaped search regions, as shown in FIG. 7. Each search region is assigned a costF actor, which is determined by the distance (intDeltaMV) between each search point and the starting MV. Each diamond region is processed in the order starting from the center of the search area. I n each region, the search points are processed in the raster scan order starting from the top left going to the bottom right comer of the region. When the minimum bilCost within the current search region is less than a threshold equal to sbW * sbH, the int-pel full search is terminated. Otherwise, the int-pel full search continues to the next search region until all search points are examined.
[0130] The existing VVC DMVR fractional sample refinement is further applied to derive the final deltaMV(sb!dx2) . The refined MVs at second pass is then derived as: MV0_pass2(sbIdx2) = MV0_passl + deltaMV(sb!dx2)
- MVl_pass2(sbIdx2) = MVl_passl - deltaMV(sb!dx2)
[0131] Third Pass - Subblock based Bi-Directional Optical Flow MV Refinement [0132] In the third pass, a refined MV is derived by applying BDOF to an 8x8 grid subblock. For each 8x8 subblock, BDOF refinement is applied to derive scaled Vx and Vy values, without clipping, starting from the refined MV of the parent subblock of the second pass. The derived bioMv(Vx, Vy) is rounded to 1/16 sample precision and clipped between -32 and 32.
[0133] The refined MVs (MV0_pass3(sbIdx3) and MVl_pass3(sbIdx3)) at the third pass are derived as:
• MV0_pass3(sbIdx3) = MV0_pass2(sbIdx2) + bioMv
• MVl_pass3(sbIdx3) = MV0_pass2(sbIdx2) - bioMv
More details of multi-pass DMVR can be found in co-pending U.S. Provisional Patent Application 63/129,221, filed December 22, 2020.
[0134] Multi Hypothesis Prediction (MHP)
[0135] In many of the previous and current video coding standards, temporally predicted blocks may employ either uni or bi prediction. The multiple hypothesis prediction (MHP) was proposed in M. Winken, et. al, “Multi-Hypothesis Inter Prediction,” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 10th Meeting: San Diego, US, 10-20 April 2018 (hereinafter, “JVET- J0041”), and later on in M. Winken, et. al, “CE10: Multi-Hypothesis Inter Prediction (Tests 1.5-1.8),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 11th Meeting: Ljubljana, SI, 10-18 July 2018 (hereinafter, “JVET- K0269”), M. Winken, et. al, “CE10: Multi-Hypothesis Inter Prediction (Tests 1.2a - 1.2c),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 12th Meeting: Macao, CN, 3-12 October 2018 (hereinafter, “JVET- L0148”), and M. Winken, et. al, “CE10: Multi-Hypothesis Inter Prediction (Test 10.1.2),” Joint Video Experts Team (JVET) of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29/WG 11, 13th Meeting: Marrakech, MA, 9-18 January 2019 (hereinafter, “JVET-M0425”). In MHP, an inter prediction method allows weighted superposition of more than two motion-compensated prediction signals. The resulting overall prediction signal is obtained by sample-wise weighted superposition. With the uni/bi prediction signal puni/bi (referred to as a base prediction signal) and the first additional inter prediction signal/hypothesis 3, the resulting prediction signal p3 is obtained as follows:
Figure imgf000032_0001
[0136] The weighting factor a is specified by the syntax element add hyp weight idx, according to the following mapping:
Figure imgf000032_0003
[0137] Analogously to the techniques described above, more than one additional prediction signal can be used. The resulting overall prediction signal is accumulated iteratively with each additional prediction signal.
Figure imgf000032_0002
[0138] The resulting overall prediction signal is obtained as the last pn (i.e., the pn having the largest index n).
[0139] For inter prediction blocks using MERGE mode (but not SKIP mode), additional inter prediction signals can also be specified.
[0140] In VVC, bilateral -matching based decoder side motion vector refinement (DMVR) is applied to increase the accuracy of the MVs of a bi-prediction merge candidate. When DMVR and MHP are combined together, the computational complexity increases significantly. Similarly, when other decoder side motion vector derivation techniques are used with an inter-prediction technique that uses more than two predictors, the computational complexity is increased. This disclosure describes the following techniques relating to the usage of decoder side motion vector derivation techniques (e.g., DMVR, BDOF, multi-pass DMVR) together with any inter-prediction technique that uses more than two predictors, such as MHP. The techniques of this disclosure may reduce the complexity of the implementation of decoder side motion derivation with inter-prediction techniques that use more than two predictors, such as MHP. In the following description, the term “DMVR” will be used as representative of either DMVR in VVC or multi-pass DMVR. Some other similar bilateral matching based decoder side motion refinement techniques may also be applicable to the techniques of this disclosure.
[0141] In general, video encoder 200 and video decoder 300 may be configured to determine if a merge candidate for a block of video data includes an additional inter prediction signal such as an additional hypothesis (e.g., as generated by MHP). The additional inter prediction signal (additional hypothesis) may be inherited or may be signaled in the bitstream. If the merge candidate for the block of video data includes an additional inter prediction signal, video encoder 200 and video decoder 300 may be configured to disable a decoder side motion vector derivation technique for use when coding a base prediction signal for the block. The decoder side motion vector derivation techniques may include DMVR (e.g., as in VVC), multi-pass DMVR, BDOF, or other decoder side motion vector derivation techniques. The following description provides examples of how decoder side motion vector derivation techniques may be disabled (e.g., not allowed). Again, in the following description, the term “DMVR” will be used as representative of either DMVR in VVC or multi-pass DMVR.
[0142] In one example, if a merge candidate in the merge mode has at least one inherited additional inter prediction signal (e.g., additional hypothesis as generated by MHP), then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) DMVR to be performed on the base prediction signal regardless of whether the other DMVR conditions are met. However, the BDOF can be performed on the base prediction signal if the BDOF conditions are met.
[0143] In another example, if a merge candidate in the merge mode has at least one inherited additional inter prediction signal (e.g., additional hypothesis as generated by MHP), then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) both DMVR and BDOF to be performed on the base prediction signal regardless of whether the other DMVR and BDOF conditions are met.
[0144] In another example, if a merge candidate in the merge mode has at least one inherited additional inter prediction signal (e.g., additional hypothesis as generated by MHP), then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) BDOF to be performed on the base prediction signal regardless of whether the other BDOF conditions are met. However, the DMVR can be performed on the base prediction signal if the DMVR conditions are met.
[0145] In another example, if a merge candidate in the merge mode has at least one additional inter prediction signal signaled in the bitstream (e.g., additional hypothesis as generated by MHP), then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) DMVR to be performed on the base prediction signal regardless of whether the other DMVR conditions are met. However, the BDOF can be performed on the base prediction signal if the BDOF conditions are met.
[0146] In another example, if a merge candidate in the merge mode has at least one additional inter prediction signal signaled in the bitstream (e.g., additional hypothesis as generated by MHP), then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) both DMVR and BDOF to be performed on the base prediction signal regardless of whether the other DMVR and BDOF conditions are met.
[0147] In one example, if a merge candidate in the merge mode has at least one additional inter prediction signal signaled in the bitstream (e.g., additional hypothesis as generated by MHP), then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) BDOF to be performed on the base prediction signal regardless of whether the other BDOF conditions are met. However, the DMVR can be performed on the base prediction signal if the DMVR conditions are met.
[0148] In another example, if a merge candidate in the merge mode has at least one additional inter prediction signal (e.g., additional hypothesis as generated by MHP) either inherited from the candidate or signaled in the bitstream, then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) DMVR to be performed on the base prediction signal regardless of whether the other DMVR conditions are met. However, the BDOF can be performed on the base prediction signal if the BDOF conditions are met.
[0149] In another example, if a merge candidate in the merge mode has at least one additional inter prediction signal (e.g., additional hypothesis as generated by MHP) either inherited from the candidate or signaled in the bitstream, then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) both DMVR and BDOF to be performed on the base prediction signal regardless of whether the other DMVR and BDOF conditions are met.
[0150] In one example, if a merge candidate in the merge mode has at least one additional inter prediction signal (e.g., additional hypothesis as generated by MHP) either inherited from the candidate or signaled in the bitstream, then video encoder 200 and video decoder 300 are configured to not allow (e.g., disable) BDOF to be performed on the base prediction signal regardless of whether the other BDOF conditions are met. However, the DMVR can be performed on the base prediction signal if the DMVR conditions are met.
[0151] FIG. 8 is a block diagram illustrating an example video encoder 200 that may perform the techniques of this disclosure. FIG. 8 is provided for purposes of explanation and should not be considered limiting of the techniques as broadly exemplified and described in this disclosure. For purposes of explanation, this disclosure describes video encoder 200 according to the techniques of VVC (ITU-T H.266, under development), and HEVC (ITU-T H.265). However, the techniques of this disclosure may be performed by video encoding devices that are configured to other video coding standards and video coding formats, such as AVI and successors to the AVI video coding format.
[0152] In the example of FIG. 8, video encoder 200 includes video data memory 230, mode selection unit 202, residual generation unit 204, transform processing unit 206, quantization unit 208, inverse quantization unit 210, inverse transform processing unit 212, reconstruction unit 214, filter unit 216, decoded picture buffer (DPB) 218, and entropy encoding unit 220. Any or all of video data memory 230, mode selection unit 202, residual generation unit 204, transform processing unit 206, quantization unit 208, inverse quantization unit 210, inverse transform processing unit 212, reconstruction unit 214, filter unit 216, DPB 218, and entropy encoding unit 220 may be implemented in one or more processors or in processing circuitry. For instance, the units of video encoder 200 may be implemented as one or more circuits or logic elements as part of hardware circuitry, or as part of a processor, ASIC, or FPGA. Moreover, video encoder 200 may include additional or alternative processors or processing circuitry to perform these and other functions.
[0153] Video data memory 230 may store video data to be encoded by the components of video encoder 200. Video encoder 200 may receive the video data stored in video data memory 230 from, for example, video source 104 (FIG. 1). DPB 218 may act as a reference picture memory that stores reference video data for use in prediction of subsequent video data by video encoder 200. Video data memory 230 and DPB 218 may be formed by any of a variety of memory devices, such as dynamic random access memory (DRAM), including synchronous DRAM (SDRAM), magnetoresistive RAM (MRAM), resistive RAM (RRAM), or other types of memory devices. Video data memory 230 and DPB 218 may be provided by the same memory device or separate memory devices. In various examples, video data memory 230 may be on-chip with other components of video encoder 200, as illustrated, or off-chip relative to those components.
[0154] In this disclosure, reference to video data memory 230 should not be interpreted as being limited to memory internal to video encoder 200, unless specifically described as such, or memory external to video encoder 200, unless specifically described as such. Rather, reference to video data memory 230 should be understood as reference memory that stores video data that video encoder 200 receives for encoding (e.g., video data for a current block that is to be encoded). Memory 106 of FIG. 1 may also provide temporary storage of outputs from the various units of video encoder 200.
[0155] The various units of FIG. 8 are illustrated to assist with understanding the operations performed by video encoder 200. The units may be implemented as fixed- function circuits, programmable circuits, or a combination thereof. Fixed-function circuits refer to circuits that provide particular functionality, and are preset on the operations that can be performed. Programmable circuits refer to circuits that can be programmed to perform various tasks, and provide flexible functionality in the operations that can be performed. For instance, programmable circuits may execute software or firmware that cause the programmable circuits to operate in the manner defined by instructions of the software or firmware. Fixed-function circuits may execute software instructions (e.g., to receive parameters or output parameters), but the types of operations that the fixed-function circuits perform are generally immutable. In some examples, one or more of the units may be distinct circuit blocks (fixed-function or programmable), and in some examples, one or more of the units may be integrated circuits.
[0156] Video encoder 200 may include arithmetic logic units (ALUs), elementary function units (EFUs), digital circuits, analog circuits, and/or programmable cores, formed from programmable circuits. In examples where the operations of video encoder 200 are performed using software executed by the programmable circuits, memory 106 (FIG. 1) may store the instructions (e.g., object code) of the software that video encoder 200 receives and executes, or another memory within video encoder 200 (not shown) may store such instructions. [0157] Video data memory 230 is configured to store received video data. Video encoder 200 may retrieve a picture of the video data from video data memory 230 and provide the video data to residual generation unit 204 and mode selection unit 202. Video data in video data memory 230 may be raw video data that is to be encoded. [0158] Mode selection unit 202 includes a motion estimation unit 222, a motion compensation unit 224, and an intra-prediction unit 226. Mode selection unit 202 may include additional functional units to perform video prediction in accordance with other prediction modes. As examples, mode selection unit 202 may include a palette unit, an intra-block copy unit (which may be part of motion estimation unit 222 and/or motion compensation unit 224), an affine unit, a linear model (LM) unit, or the like.
[0159] Mode selection unit 202 generally coordinates multiple encoding passes to test combinations of encoding parameters and resulting rate-distortion values for such combinations. The encoding parameters may include partitioning of CTUs into CUs, prediction modes for the CUs, transform types for residual data of the CUs, quantization parameters for residual data of the CUs, and so on. Mode selection unit 202 may ultimately select the combination of encoding parameters having rate-distortion values that are better than the other tested combinations.
[0160] Video encoder 200 may partition a picture retrieved from video data memory 230 into a series of CTUs, and encapsulate one or more CTUs within a slice. Mode selection unit 202 may partition a CTU of the picture in accordance with a tree structure, such as the MTT structure, QTBT structure, superblock structure, or the quad- tree structure described above. As described above, video encoder 200 may form one or more CUs from partitioning a CTU according to the tree structure. Such a CU may also be referred to generally as a “video block” or “block.”
[0161] In general, mode selection unit 202 also controls the components thereof (e.g., motion estimation unit 222, motion compensation unit 224, and intra-prediction unit 226) to generate a prediction block for a current block (e.g., a current CU, or in HEVC, the overlapping portion of a PU and a TU). For inter-prediction of a current block, motion estimation unit 222 may perform a motion search to identify one or more closely matching reference blocks in one or more reference pictures (e.g., one or more previously coded pictures stored in DPB 218). In particular, motion estimation unit 222 may calculate a value representative of how similar a potential reference block is to the current block, e.g., according to sum of absolute difference (SAD), sum of squared differences (SSD), mean absolute difference (MAD), mean squared differences (MSD), or the like. Motion estimation unit 222 may generally perform these calculations using sample-by-sample differences between the current block and the reference block being considered. Motion estimation unit 222 may identify a reference block having a lowest value resulting from these calculations, indicating a reference block that most closely matches the current block.
[0162] Motion estimation unit 222 may form one or more motion vectors (MVs) that defines the positions of the reference blocks in the reference pictures relative to the position of the current block in a current picture. Motion estimation unit 222 may be configured to perform any of the techniques described herein for disabling decoder side motion vector derivation, including determining merge candidates for a block of video data, determining if a merge candidate of the merge candidates includes an additional inter prediction signal, and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal. [0163] Motion estimation unit 222 may then provide the motion vectors to motion compensation unit 224. For example, for uni-directional inter-prediction, motion estimation unit 222 may provide a single motion vector, whereas for bi-directional inter- prediction, motion estimation unit 222 may provide two motion vectors. Motion compensation unit 224 may then generate a prediction block using the motion vectors. For example, motion compensation unit 224 may retrieve data of the reference block using the motion vector. As another example, if the motion vector has fractional sample precision, motion compensation unit 224 may interpolate values for the prediction block according to one or more interpolation filters. Moreover, for bi-directional inter- prediction, motion compensation unit 224 may retrieve data for two reference blocks identified by respective motion vectors and combine the retrieved data, e.g., through sample-by-sample averaging or weighted averaging.
[0164] When operating according to the AVI video coding format, motion estimation unit 222 and motion compensation unit 224 may be configured to encode coding blocks of video data (e.g., both luma and chroma coding blocks) using translational motion compensation, affine motion compensation, overlapped block motion compensation (OBMC), and/or compound inter-intra prediction.
[0165] As another example, for intra-prediction, or intra-prediction coding, intra- prediction unit 226 may generate the prediction block from samples neighboring the current block. For example, for directional modes, intra-prediction unit 226 may generally mathematically combine values of neighboring samples and populate these calculated values in the defined direction across the current block to produce the prediction block. As another example, for DC mode, intra-prediction unit 226 may calculate an average of the neighboring samples to the current block and generate the prediction block to include this resulting average for each sample of the prediction block.
[0166] When operating according to the AVI video coding format, intra prediction unit 226 may be configured to encode coding blocks of video data (e.g., both luma and chroma coding blocks) using directional intra prediction, non-directional intra prediction, recursive filter intra prediction, chroma-from-luma (CFL) prediction, intra block copy (IBC), and/or color palette mode. Mode selection unit 202 may include additional functional units to perform video prediction in accordance with other prediction modes.
[0167] Mode selection unit 202 provides the prediction block to residual generation unit 204. Residual generation unit 204 receives a raw, unencoded version of the current block from video data memory 230 and the prediction block from mode selection unit 202. Residual generation unit 204 calculates sample-by-sample differences between the current block and the prediction block. The resulting sample-by-sample differences define a residual block for the current block. In some examples, residual generation unit 204 may also determine differences between sample values in the residual block to generate a residual block using residual differential pulse code modulation (RDPCM). In some examples, residual generation unit 204 may be formed using one or more subtractor circuits that perform binary subtraction.
[0168] In examples where mode selection unit 202 partitions CUs into PUs, each PU may be associated with a luma prediction unit and corresponding chroma prediction units. Video encoder 200 and video decoder 300 may support PUs having various sizes. As indicated above, the size of a CU may refer to the size of the luma coding block of the CU and the size of a PU may refer to the size of a luma prediction unit of the PU. Assuming that the size of a particular CU is 2Nx2N, video encoder 200 may support PU sizes of 2Nx2N or NxN for intra prediction, and symmetric PU sizes of 2Nx2N, 2NxN, Nx2N, NxN, or similar for inter prediction. Video encoder 200 and video decoder 300 may also support asymmetric partitioning for PU sizes of 2NxnU, 2NxnD, nLx2N, and nRx2N for inter prediction. [0169] In examples where mode selection unit 202 does not further partition a CU into PUs, each CU may be associated with a luma coding block and corresponding chroma coding blocks. As above, the size of a CU may refer to the size of the luma coding block of the CU. The video encoder 200 and video decoder 300 may support CU sizes of2Nx2N, 2NxN, orNx2N.
[0170] For other video coding techniques such as an intra-block copy mode coding, an affine-mode coding, and linear model (LM) mode coding, as some examples, mode selection unit 202, via respective units associated with the coding techniques, generates a prediction block for the current block being encoded. In some examples, such as palette mode coding, mode selection unit 202 may not generate a prediction block, and instead generate syntax elements that indicate the manner in which to reconstruct the block based on a selected palette. In such modes, mode selection unit 202 may provide these syntax elements to entropy encoding unit 220 to be encoded.
[0171] As described above, residual generation unit 204 receives the video data for the current block and the corresponding prediction block. Residual generation unit 204 then generates a residual block for the current block. To generate the residual block, residual generation unit 204 calculates sample-by-sample differences between the prediction block and the current block.
[0172] Transform processing unit 206 applies one or more transforms to the residual block to generate a block of transform coefficients (referred to herein as a “transform coefficient block”). Transform processing unit 206 may apply various transforms to a residual block to form the transform coefficient block. For example, transform processing unit 206 may apply a discrete cosine transform (DCT), a directional transform, a Karhunen-Loeve transform (KLT), or a conceptually similar transform to a residual block. In some examples, transform processing unit 206 may perform multiple transforms to a residual block, e.g., a primary transform and a secondary transform, such as a rotational transform. In some examples, transform processing unit 206 does not apply transforms to a residual block.
[0173] When operating according to AVI, transform processing unit 206 may apply one or more transforms to the residual block to generate a block of transform coefficients (referred to herein as a “transform coefficient block”). Transform processing unit 206 may apply various transforms to a residual block to form the transform coefficient block. For example, transform processing unit 206 may apply a horizontal/vertical transform combination that may include a discrete cosine transform (DCT), an asymmetric discrete sine transform (ADST), a flipped ADST (e.g., an ADST in reverse order), and an identity transform (IDTX). When using an identity transform, the transform is skipped in one of the vertical or horizontal directions. In some examples, transform processing may be skipped.
[0174] Quantization unit 208 may quantize the transform coefficients in a transform coefficient block, to produce a quantized transform coefficient block. Quantization unit 208 may quantize transform coefficients of a transform coefficient block according to a quantization parameter (QP) value associated with the current block. Video encoder 200 (e.g., via mode selection unit 202) may adjust the degree of quantization applied to the transform coefficient blocks associated with the current block by adjusting the QP value associated with the CU. Quantization may introduce loss of information, and thus, quantized transform coefficients may have lower precision than the original transform coefficients produced by transform processing unit 206.
[0175] Inverse quantization unit 210 and inverse transform processing unit 212 may apply inverse quantization and inverse transforms to a quantized transform coefficient block, respectively, to reconstruct a residual block from the transform coefficient block. Reconstruction unit 214 may produce a reconstructed block corresponding to the current block (albeit potentially with some degree of distortion) based on the reconstructed residual block and a prediction block generated by mode selection unit 202. For example, reconstruction unit 214 may add samples of the reconstructed residual block to corresponding samples from the prediction block generated by mode selection unit 202 to produce the reconstructed block.
[0176] Filter unit 216 may perform one or more filter operations on reconstructed blocks. For example, filter unit 216 may perform deblocking operations to reduce blockiness artifacts along edges of CUs. Operations of filter unit 216 may be skipped, in some examples.
[0177] When operating according to AVI, filter unit 216 may perform one or more filter operations on reconstructed blocks. For example, filter unit 216 may perform deblocking operations to reduce blockiness artifacts along edges of CUs. In other examples, filter unit 216 may apply a constrained directional enhancement filter (CDEF), which may be applied after deblocking, and may include the application of non-separable, non-linear, low-pass directional filters based on estimated edge directions. Filter unit 216 may also include a loop restoration filter, which is applied after CDEF, and may include a separable symmetric normalized Wiener filter or a dual self-guided filter.
[0178] Video encoder 200 stores reconstructed blocks in DPB 218. For instance, in examples where operations of filter unit 216 are not performed, reconstruction unit 214 may store reconstructed blocks to DPB 218. In examples where operations of filter unit 216 are performed, filter unit 216 may store the filtered reconstructed blocks to DPB 218. Motion estimation unit 222 and motion compensation unit 224 may retrieve a reference picture from DPB 218, formed from the reconstructed (and potentially filtered) blocks, to inter-predict blocks of subsequently encoded pictures. In addition, intra-prediction unit 226 may use reconstructed blocks in DPB 218 of a current picture to intra-predict other blocks in the current picture.
[0179] In general, entropy encoding unit 220 may entropy encode syntax elements received from other functional components of video encoder 200. For example, entropy encoding unit 220 may entropy encode quantized transform coefficient blocks from quantization unit 208. As another example, entropy encoding unit 220 may entropy encode prediction syntax elements (e.g., motion information for inter-prediction or intra-mode information for intra-prediction) from mode selection unit 202. Entropy encoding unit 220 may perform one or more entropy encoding operations on the syntax elements, which are another example of video data, to generate entropy-encoded data. For example, entropy encoding unit 220 may perform a context-adaptive variable length coding (CAVLC) operation, a CABAC operation, a variable-to-variable (V2V) length coding operation, a syntax-based context-adaptive binary arithmetic coding (SBAC) operation, a Probability Interval Partitioning Entropy (PIPE) coding operation, an Exponential-Golomb encoding operation, or another type of entropy encoding operation on the data. In some examples, entropy encoding unit 220 may operate in bypass mode where syntax elements are not entropy encoded.
[0180] Video encoder 200 may output a bitstream that includes the entropy encoded syntax elements needed to reconstruct blocks of a slice or picture. In particular, entropy encoding unit 220 may output the bitstream.
[0181] In accordance with AVI, entropy encoding unit 220 may be configured as a symbol-to-symbol adaptive multi-symbol arithmetic coder. A syntax element in AVI includes an alphabet of N elements, and a context (e.g., probability model) includes a set of N probabilities. Entropy encoding unit 220 may store the probabilities as n-bit (e.g., 15-bit) cumulative distribution functions (CDFs). Entropy encoding unit 22 may perform recursive scaling, with an update factor based on the alphabet size, to update the contexts.
[0182] The operations described above are described with respect to a block. Such description should be understood as being operations for a luma coding block and/or chroma coding blocks. As described above, in some examples, the luma coding block and chroma coding blocks are luma and chroma components of a CU. In some examples, the luma coding block and the chroma coding blocks are luma and chroma components of a PU.
[0183] In some examples, operations performed with respect to a luma coding block need not be repeated for the chroma coding blocks. As one example, operations to identify a motion vector (MV) and reference picture for a luma coding block need not be repeated for identifying a MV and reference picture for the chroma blocks. Rather, the MV for the luma coding block may be scaled to determine the MV for the chroma blocks, and the reference picture may be the same. As another example, the intra- prediction process may be the same for the luma coding block and the chroma coding blocks.
[0184] Video encoder 200 represents an example of a device configured to encode video data including a memory configured to store video data, and one or more processing units implemented in circuitry and configured to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidate includes an additional hypothesis, and disable a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
[0185] FIG. 9 is a block diagram illustrating an example video decoder 300 that may perform the techniques of this disclosure. FIG. 9 is provided for purposes of explanation and is not limiting on the techniques as broadly exemplified and described in this disclosure. For purposes of explanation, this disclosure describes video decoder 300 according to the techniques of VVC (ITU-T H.266, under development), and HEVC (ITU-T H.265). However, the techniques of this disclosure may be performed by video coding devices that are configured to other video coding standards.
[0186] In the example of FIG. 9, video decoder 300 includes coded picture buffer (CPB) memory 320, entropy decoding unit 302, prediction processing unit 304, inverse quantization unit 306, inverse transform processing unit 308, reconstruction unit 310, filter unit 312, and decoded picture buffer (DPB) 314. Any or all of CPB memory 320, entropy decoding unit 302, prediction processing unit 304, inverse quantization unit 306, inverse transform processing unit 308, reconstruction unit 310, filter unit 312, and DPB 314 may be implemented in one or more processors or in processing circuitry. For instance, the units of video decoder 300 may be implemented as one or more circuits or logic elements as part of hardware circuitry, or as part of a processor, ASIC, or FPGA. Moreover, video decoder 300 may include additional or alternative processors or processing circuitry to perform these and other functions.
[0187] Prediction processing unit 304 includes motion compensation unit 316 and intra- prediction unit 318. Prediction processing unit 304 may include additional units to perform prediction in accordance with other prediction modes. As examples, prediction processing unit 304 may include a palette unit, an intra-block copy unit (which may form part of motion compensation unit 316), an affine unit, a linear model (LM) unit, or the like. In other examples, video decoder 300 may include more, fewer, or different functional components.
[0188] When operating according to AVI, motion compensation unit 316 may be configured to decode coding blocks of video data (e.g., both luma and chroma coding blocks) using translational motion compensation, affine motion compensation, OBMC, and/or compound inter-intra prediction, as described above. Intra prediction unit 318 may be configured to decode coding blocks of video data (e.g., both luma and chroma coding blocks) using directional intra prediction, non-directional intra prediction, recursive filter intra prediction, CFL, intra block copy (IBC), and/or color palette mode, as described above.
[0189] CPB memory 320 may store video data, such as an encoded video bitstream, to be decoded by the components of video decoder 300. The video data stored in CPB memory 320 may be obtained, for example, from computer-readable medium 110 (FIG. 1). CPB memory 320 may include a CPB that stores encoded video data (e.g., syntax elements) from an encoded video bitstream. Also, CPB memory 320 may store video data other than syntax elements of a coded picture, such as temporary data representing outputs from the various units of video decoder 300. DPB 314 generally stores decoded pictures, which video decoder 300 may output and/or use as reference video data when decoding subsequent data or pictures of the encoded video bitstream. CPB memory 320 and DPB 314 may be formed by any of a variety of memory devices, such as DRAM, including SDRAM, MRAM, RRAM, or other types of memory devices. CPB memory 320 and DPB 314 may be provided by the same memory device or separate memory devices. In various examples, CPB memory 320 may be on-chip with other components of video decoder 300, or off-chip relative to those components.
[0190] Additionally or alternatively, in some examples, video decoder 300 may retrieve coded video data from memory 120 (FIG. 1). That is, memory 120 may store data as discussed above with CPB memory 320. Likewise, memory 120 may store instructions to be executed by video decoder 300, when some or all of the functionality of video decoder 300 is implemented in software to be executed by processing circuitry of video decoder 300.
[0191] The various units shown in FIG. 9 are illustrated to assist with understanding the operations performed by video decoder 300. The units may be implemented as fixed- function circuits, programmable circuits, or a combination thereof. Similar to FIG. 8, fixed-function circuits refer to circuits that provide particular functionality, and are preset on the operations that can be performed. Programmable circuits refer to circuits that can be programmed to perform various tasks, and provide flexible functionality in the operations that can be performed. For instance, programmable circuits may execute software or firmware that cause the programmable circuits to operate in the manner defined by instructions of the software or firmware. Fixed-function circuits may execute software instructions (e.g., to receive parameters or output parameters), but the types of operations that the fixed-function circuits perform are generally immutable. In some examples, one or more of the units may be distinct circuit blocks (fixed-function or programmable), and in some examples, one or more of the units may be integrated circuits.
[0192] Video decoder 300 may include ALUs, EFUs, digital circuits, analog circuits, and/or programmable cores formed from programmable circuits. In examples where the operations of video decoder 300 are performed by software executing on the programmable circuits, on-chip or off-chip memory may store instructions (e.g., object code) of the software that video decoder 300 receives and executes.
[0193] Entropy decoding unit 302 may receive encoded video data from the CPB and entropy decode the video data to reproduce syntax elements. Prediction processing unit 304, inverse quantization unit 306, inverse transform processing unit 308, reconstruction unit 310, and filter unit 312 may generate decoded video data based on the syntax elements extracted from the bitstream.
[0194] In general, video decoder 300 reconstructs a picture on a block-by -block basis. Video decoder 300 may perform a reconstruction operation on each block individually (where the block currently being reconstructed, i.e., decoded, may be referred to as a “current block”).
[0195] Entropy decoding unit 302 may entropy decode syntax elements defining quantized transform coefficients of a quantized transform coefficient block, as well as transform information, such as a quantization parameter (QP) and/or transform mode indication(s). Inverse quantization unit 306 may use the QP associated with the quantized transform coefficient block to determine a degree of quantization and, likewise, a degree of inverse quantization for inverse quantization unit 306 to apply. Inverse quantization unit 306 may, for example, perform a bitwise left-shift operation to inverse quantize the quantized transform coefficients. Inverse quantization unit 306 may thereby form a transform coefficient block including transform coefficients.
[0196] After inverse quantization unit 306 forms the transform coefficient block, inverse transform processing unit 308 may apply one or more inverse transforms to the transform coefficient block to generate a residual block associated with the current block. For example, inverse transform processing unit 308 may apply an inverse DCT, an inverse integer transform, an inverse Karhunen-Loeve transform (KLT), an inverse rotational transform, an inverse directional transform, or another inverse transform to the transform coefficient block.
[0197] Furthermore, prediction processing unit 304 generates a prediction block according to prediction information syntax elements that were entropy decoded by entropy decoding unit 302. For example, if the prediction information syntax elements indicate that the current block is inter-predicted, motion compensation unit 316 may generate the prediction block. Motion compensation unit 316 may be configured to perform any of the techniques described herein for disabling decoder side motion vector derivation, including determining merge candidates for a block of video data, determining if a merge candidate of the merge candidates includes an additional inter prediction signal, and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
[0198] In this case, the prediction information syntax elements may indicate a reference picture in DPB 314 from which to retrieve a reference block, as well as a motion vector identifying a location of the reference block in the reference picture relative to the location of the current block in the current picture. Motion compensation unit 316 may generally perform the inter-prediction process in a manner that is substantially similar to that described with respect to motion compensation unit 224 (FIG. 8).
[0199] As another example, if the prediction information syntax elements indicate that the current block is intra-predicted, intra-prediction unit 318 may generate the prediction block according to an intra-prediction mode indicated by the prediction information syntax elements. Again, intra-prediction unit 318 may generally perform the intra-prediction process in a manner that is substantially similar to that described with respect to intra-prediction unit 226 (FIG. 8). Intra-prediction unit 318 may retrieve data of neighboring samples to the current block from DPB 314.
[0200] Reconstruction unit 310 may reconstruct the current block using the prediction block and the residual block. For example, reconstruction unit 310 may add samples of the residual block to corresponding samples of the prediction block to reconstruct the current block.
[0201] Filter unit 312 may perform one or more filter operations on reconstructed blocks. For example, filter unit 312 may perform deblocking operations to reduce blockiness artifacts along edges of the reconstructed blocks. Operations of filter unit 312 are not necessarily performed in all examples.
[0202] Video decoder 300 may store the reconstructed blocks in DPB 314. For instance, in examples where operations of filter unit 312 are not performed, reconstruction unit 310 may store reconstructed blocks to DPB 314. In examples where operations of filter unit 312 are performed, filter unit 312 may store the filtered reconstructed blocks to DPB 314. As discussed above, DPB 314 may provide reference information, such as samples of a current picture for intra-prediction and previously decoded pictures for subsequent motion compensation, to prediction processing unit 304. Moreover, video decoder 300 may output decoded pictures (e.g., decoded video) from DPB 314 for subsequent presentation on a display device, such as display device 118 of FIG. 1.
[0203] In this manner, video decoder 300 represents an example of a video decoding device including a memory configured to store video data, and one or more processing units implemented in circuitry and configured to determine merge candidates for a block of video data, determine if a merge candidate of the merge candidate includes an additional hypothesis, and disable a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis. [0204] FIG. 10 is a flowchart illustrating an example method for encoding a current block in accordance with the techniques of this disclosure. The current block may comprise a current CU. Although described with respect to video encoder 200 (FIGS. 1 and 8), it should be understood that other devices may be configured to perform a method similar to that of FIG. 10.
[0205] In this example, video encoder 200 initially predicts the current block (350). For example, video encoder 200 may form a prediction block for the current block. Video encoder 200 may then calculate a residual block for the current block (352). To calculate the residual block, video encoder 200 may calculate a difference between the original, unencoded block and the prediction block for the current block. Video encoder 200 may then transform the residual block and quantize transform coefficients of the residual block (354). Next, video encoder 200 may scan the quantized transform coefficients of the residual block (356). During the scan, or following the scan, video encoder 200 may entropy encode the transform coefficients (358). For example, video encoder 200 may encode the transform coefficients using CAVLC or CABAC. Video encoder 200 may then output the entropy encoded data of the block (360).
[0206] FIG. 11 is a flowchart illustrating an example method for decoding a current block of video data in accordance with the techniques of this disclosure. The current block may comprise a current CU. Although described with respect to video decoder 300 (FIGS. 1 and 9), it should be understood that other devices may be configured to perform a method similar to that of FIG. 11.
[0207] Video decoder 300 may receive entropy encoded data for the current block, such as entropy encoded prediction information and entropy encoded data for transform coefficients of a residual block corresponding to the current block (370). Video decoder 300 may entropy decode the entropy encoded data to determine prediction information for the current block and to reproduce transform coefficients of the residual block (372). Video decoder 300 may predict the current block (374), e.g., using an intra- or inter- prediction mode as indicated by the prediction information for the current block, to calculate a prediction block for the current block. Video decoder 300 may then inverse scan the reproduced transform coefficients (376), to create a block of quantized transform coefficients. Video decoder 300 may then inverse quantize the transform coefficients and apply an inverse transform to the transform coefficients to produce a residual block (378). Video decoder 300 may ultimately decode the current block by combining the prediction block and the residual block (380). [0208] Video decoder 300 may be configured to perform the method shown in FIG. 12. In particular, at 1202, a current block of video data to be decoded is received by prediction processing unit 304. At 1204, motion compensation unit 316 determines merge candidates for the block of video data, such as by using VVC and/or MHP techniques, or the like. At 1206, motion compensation unit 316 determines if a merge candidate includes a base prediction signal and at least one additional inter prediction signal. At 1208, if at least one additional inter prediction signal exists, then at least one decoder side motion vector derivation technique is disabled for use on the base prediction signal. At 1210, motion compensation unit 316 determines an overall prediction signal, such as by using a MHP technique to combine the multiple prediction signals. An overall prediction signal may be used to decode the current block of video data by video decoder 300.
[0209] Video encoder 200 may be configured to perform the method shown in FIG. 13. In particular, at 1302, a current block of video data to be encoded is received by motion estimation unit 222. At 1304, motion estimation unit 222 determines merge candidates for the block of video data, such as by using VVC and/or MHP techniques, or the like. At 1304, motion estimation unit 222 determines if a merge candidate includes a base prediction signal and at least one additional inter prediction signal. At 1308, if at least one additional inter prediction signal exists, then at least one decoder side motion vector derivation technique is disabled for use on the base prediction signal. At 1310, motion estimation unit 222 determines an overall prediction signal, such as by using a MHP technique to combine the multiple prediction signals. Video encoder 200 may use the overall prediction signal to encode the current block of video data.
[0210] Additional method and devices of the disclosure are described in the following aspects.
[0211] Aspect 1A - A method of coding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidate includes an additional hypothesis; and disabling a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
[0212] Aspect 2A - The method of Aspect 1A, wherein the additional hypothesis is an inherited additional hypothesis. [0213] Aspect 3 A - The method of Aspect 1A, wherein the additional hypothesis is indicated by a syntax element signaled in a video bitstream.
[0214] Aspect 4A - The method of Aspect 3A, further comprising: coding the syntax element indicating the additional hypothesis.
[0215] Aspect 5 A - The method of Aspect 1A, wherein the decoder side motion vector derivation technique is one of bi-directional optical flow or a decoder side motion vector refinement technique.
[0216] Aspect 6A - The method of Aspect 5 A, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique. [0217] Aspect 7A - The method of any of Aspects 1A-6A, wherein coding comprises decoding.
[0218] Aspect 8 A - The method of any of Aspects 1A-6A, wherein coding comprises encoding.
[0219] Aspect 9A - A device for coding video data, the device comprising one or more means for performing the method of any of Aspects 1 A-8A.
[0220] Aspect 10A - The device of Aspect 9A, wherein the one or more means comprise one or more processors implemented in circuitry.
[0221] Aspect 11A - The device of any of Aspects 9A and 10A, further comprising a memory to store the video data.
[0222] Aspect 12A - The device of any of Aspects 9A-11A, further comprising a display configured to display decoded video data.
[0223] Aspect 13A - The device of any of Aspects 9A-12A, wherein the device comprises one or more of a camera, a computer, a mobile device, a broadcast receiver device, or a set-top box.
[0224] Aspect 14A - The device of any of Aspects 9A-13A, wherein the device comprises a video decoder.
[0225] Aspect 15A - The device of any of Aspects 9A-14A, wherein the device comprises a video encoder.
[0226] Aspect 16A - A computer-readable storage medium having stored thereon instructions that, when executed, cause one or more processors to perform the method of any of Aspects 1A-8A.
[0227] Aspect 17A - A device for coding video data, the device comprising: means for determining merge candidates for a block of video data; means for determining if a merge candidate of the merge candidate includes an additional hypothesis; and means for disabling a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
[0228] Aspect 18A - A method of coding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidate includes an additional hypothesis; and disabling a decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes the additional hypothesis.
[0229] Aspect 19A - The method of Aspect 18 A, wherein the additional hypothesis is an inherited additional hypothesis.
[0230] Aspect 20A - The method of Aspect 18 A, wherein the additional hypothesis is indicated by a syntax element signaled in a video bitstream.
[0231] Aspect 21 A - The method of Aspect 20 A, further comprising: coding the syntax element indicating the additional hypothesis.
[0232] Aspect 22A - The method of any of Aspects 18A-21A, wherein the decoder side motion vector derivation technique is one of bi-directional optical flow or a decoder side motion vector refinement technique.
[0233] Aspect 23 A - The method of any of Aspects 18A-22A, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
[0234] Aspect 24A - The method of any of Aspects 18A-24A, wherein coding comprises decoding.
[0235] Aspect 25 A - The method of any of Aspects 18A-24A, wherein coding comprises encoding.
[0236] Aspect 26A - A device for coding video data, the device comprising one or more means for performing the method of any of Aspects 18A-25 A.
[0237] Aspect IB - A method of decoding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidates includes an additional inter prediction signal; and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal. [0238] Aspect 2B - The method of Aspect IB, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
[0239] Aspect 3B - The method of Aspect IB, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
[0240] Aspect 4B - The method of Aspect 3B, further comprising: decoding the syntax element indicating the additional inter prediction signal.
[0241] Aspect 5B - The method of Aspect IB, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
[0242] Aspect 6B - The method of Aspect 5B, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique. [0243] Aspect 7B - The method of Aspect IB, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
[0244] Aspect 8B - The method of Aspect IB, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, the method further comprising enabling a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if the second decoder side motion vector derivation technique conditions are met.
[0245] Aspect 9B - The method of Aspect 8B, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
[0246] Aspect 10B - The method of Aspect 8B, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
[0247] Aspect 11B - The method of Aspect IB, the method further comprising determining an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and decoding the video block using the overall prediction signal. [0248] Aspect 12B - The method of Aspect 1 IB, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
[0249] Aspect 13B - The method of Aspect 1 IB, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion- compensated prediction signals.
[0250] Aspect 14B - A device configured to decode video data, the device comprising: a memory configured to store a block of video data; and one or more processors in communication with the memory, the one or more processors configured to: determine merge candidates for the block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
[0251] Aspect 15B - The device of Aspect 14B, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
[0252] Aspect 16B - The device of Aspect 14B, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
[0253] Aspect 17B - The device of Aspect 16B, wherein the one or more processors are further configured to decode the syntax element indicating the additional inter prediction signal.
[0254] Aspect 18B - The device of Aspect 14B, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
[0255] Aspect 19B - The device of Aspect 14B, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique. [0256] Aspect 20B - The device of Aspect 14B, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
[0257] Aspect 21 B - The device of Aspect 14B, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, wherein the processors are further configured to enable a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if the second decoder side motion vector derivation technique conditions are met.
[0258] Aspect 22B - The device of Aspect 2 IB, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
[0259] Aspect 23B - The device of Aspect 21B, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
[0260] Aspect 24B - The device of Aspect 14B, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to decode the video block using the overall prediction signal.
[0261] Aspect 25B - The device of Aspect 24B, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
[0262] Aspect 26B - The device of Aspect 24B, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion- compensated prediction signals.
[0263] Aspect 27B - The device of Aspect 24B, further comprising a display for displaying a picture of video data that includes the block of video data.
[0264] Aspect 28B - A device configured to encode video data, the device comprising a memory and one or more processors configured to: determine merge candidates for a block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
[0265] Aspect 29B - The device of Aspect 28B, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to encode the video block using the overall prediction signal. [0266] Aspect 30B - The device of Aspect 29B, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
[0267] Aspect 1C - A method of decoding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidates includes an additional inter prediction signal; and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
[0268] Aspect 2C - The method of Aspect 1C, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
[0269] Aspect 3C - The method of Aspect 1C, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
[0270] Aspect 4C - The method of Aspect 3C, further comprising: decoding the syntax element indicating the additional inter prediction signal.
[0271] Aspect 5C - The method of any of Aspects 1C-4C, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
[0272] Aspect 6C - The method of Aspect 5C, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique. [0273] Aspect 7C - The method of any of Aspects 1C-4C, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
[0274] Aspect 8C - The method of any of Aspects 1C-4C, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, the method further comprising enabling a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if the second decoder side motion vector derivation technique conditions are met.
[0275] Aspect 9C - The method of Aspect 8C, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique. [0276] Aspect IOC - The method of Aspect 8C, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
[0277] Aspect 11C - The method of any of Aspects 1C-10C, the method further comprising determining an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and decoding the video block using the overall prediction signal.
[0278] Aspect 12C - The method of Aspect 11C, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
[0279] Aspect 13C - The method of Aspect 11C, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion- compensated prediction signals.
[0280] Aspect 14C - A device configured to decode video data, the device comprising: a memory configured to store a block of video data; and one or more processors in communication with the memory, the one or more processors configured to: determine merge candidates for the block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
[0281] Aspect 15C - The device of Aspect 14C, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
[0282] Aspect 16C - The device of Aspect 14C, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
[0283] Aspect 17C - The device of Aspect 16C, wherein the one or more processors are further configured to decode the syntax element indicating the additional inter prediction signal.
[0284] Aspect 18C - The device of any of Aspects 14C-17C, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique. [0285] Aspect 19C - The device of any of Aspects 14C-17C, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
[0286] Aspect 20C - The device of any of Aspects 14C-17C, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
[0287] Aspect 21C - The device of any of Aspects 14C-17C, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, wherein the processors are further configured to enable a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if the second decoder side motion vector derivation technique conditions are met.
[0288] Aspect 22C - The device of Aspect 21 C, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
[0289] Aspect 23C - The device of Aspect 21 C, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
[0290] Aspect 24C - The device of any of Aspects 14C-23C, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to decode the video block using the overall prediction signal.
[0291] Aspect 25C - The device of Aspect 24C, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
[0292] Aspect 26C - The device of Aspect 24C, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion- compensated prediction signals.
[0293] Aspect 27C - The device of Aspect 24C, further comprising a display for displaying a picture of video data that includes the block of video data. [0294] Aspect 28C - A device configured to encode video data, the device comprising a memory and one or more processors configured to: determine merge candidates for a block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
[0295] Aspect 29C - The device of Aspect 28C, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to encode the video block using the overall prediction signal. [0296] Aspect 30C - The device of Aspect 29C, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
[0297] It is to be recognized that depending on the example, certain acts or events of any of the techniques described herein can be performed in a different sequence, may be added, merged, or left out altogether (e.g., not all described acts or events are necessary for the practice of the techniques). Moreover, in certain examples, acts or events may be performed concurrently, e.g., through multi -threaded processing, interrupt processing, or multiple processors, rather than sequentially.
[0298] In one or more examples, the functions described may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium and executed by a hardware-based processing unit. Computer-readable media may include computer-readable storage media, which corresponds to a tangible medium such as data storage media, or communication media including any medium that facilitates transfer of a computer program from one place to another, e.g., according to a communication protocol. In this manner, computer- readable media generally may correspond to (1) tangible computer-readable storage media which is non-transitory or (2) a communication medium such as a signal or carrier wave. Data storage media may be any available media that can be accessed by one or more computers or one or more processors to retrieve instructions, code and/or data structures for implementation of the techniques described in this disclosure. A computer program product may include a computer-readable medium. [0299] By way of example, and not limitation, such computer-readable storage media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage, or other magnetic storage devices, flash memory, or any other medium that can be used to store desired program code in the form of instructions or data structures and that can be accessed by a computer. Also, any connection is properly termed a computer-readable medium. For example, if instructions are transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, digital subscriber line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. It should be understood, however, that computer-readable storage media and data storage media do not include connections, carrier waves, signals, or other transitory media, but are instead directed to non-transitory, tangible storage media. Disk and disc, as used herein, includes compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk and Blu-ray disc, where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
[0300] Instructions may be executed by one or more processors, such as one or more DSPs, general purpose microprocessors, ASICs, FPGAs, or other equivalent integrated or discrete logic circuitry. Accordingly, the terms “processor” and “processing circuitry,” as used herein may refer to any of the foregoing structures or any other structure suitable for implementation of the techniques described herein. In addition, in some aspects, the functionality described herein may be provided within dedicated hardware and/or software modules configured for encoding and decoding, or incorporated in a combined codec. Also, the techniques could be fully implemented in one or more circuits or logic elements.
[0301] The techniques of this disclosure may be implemented in a wide variety of devices or apparatuses, including a wireless handset, an integrated circuit (IC) or a set of ICs (e.g., a chip set). Various components, modules, or units are described in this disclosure to emphasize functional aspects of devices configured to perform the disclosed techniques, but do not necessarily require realization by different hardware units. Rather, as described above, various units may be combined in a codec hardware unit or provided by a collection of interoperative hardware units, including one or more processors as described above, in conjunction with suitable software and/or firmware. [0302] Various examples have been described. These and other examples are within the scope of the following claims.

Claims

CLAIMS WHAT IS CLAIMED IS:
1. A method of decoding video data, the method comprising: determining merge candidates for a block of video data; determining if a merge candidate of the merge candidates includes an additional inter prediction signal; and disabling at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to determining that the merge candidate includes an additional inter prediction signal.
2. The method of claim 1, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
3. The method of claim 1, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
4. The method of claim 3, further comprising: decoding the syntax element indicating the additional inter prediction signal.
5. The method of claim 1, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
6. The method of claim 5, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
7. The method of claim 1, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
8. The method of claim 1, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, the method further comprising enabling a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if second decoder side motion vector derivation technique conditions are met.
9. The method of claim 8, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
10. The method of claim 8, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
11. The method of claim 1, the method further comprising determining an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and decoding the video block using the overall prediction signal.
12. The method of claim 11, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
13. The method of claim 11 , wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion-compensated prediction signals.
14. A device configured to decode video data, the device comprising: a memory configured to store a block of video data; and one or more processors in communication with the memory, the one or more processors configured to: determine merge candidates for the block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
15. The device of claim 14, wherein the additional inter prediction signal is an inherited additional inter prediction signal.
16. The device of claim 14, wherein the additional inter prediction signal is indicated by a syntax element signaled in a video bitstream related to the block of video data.
17. The device of claim 16, wherein the one or more processors are further configured to decode the syntax element indicating the additional inter prediction signal.
18. The device of claim 14, wherein the at least one decoder side motion vector derivation technique is one of bi-directional optical flow technique or a decoder side motion vector refinement technique.
19. The device of claim 14, wherein the decoder side motion vector refinement technique is a multi-pass decoder side motion vector refinement technique.
20. The device of claim 14, wherein the at least one decoder side motion vector derivation technique is a bi-directional optical flow technique and a decoder side motion vector refinement technique.
21. The device of claim 14, wherein the at least one decoder side motion vector derivation technique is a first decoder side motion vector derivation technique, wherein the processors are further configured to enable a second decoder side motion vector derivation technique that is different than the first decoder side motion vector derivation technique if second decoder side motion vector derivation technique conditions are met.
22. The device of claim 21, wherein the first decoder side motion vector derivation technique is a bi-directional optical flow technique and the second decoder side motion vector derivation technique is a decoder side motion vector refinement technique.
23. The device of claim 21, wherein the first decoder side motion vector derivation technique is a decoder side motion vector refinement technique and the second decoder side motion vector derivation technique is a bi-directional optical flow technique.
24. The device of claim 14, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to decode the video block using the overall prediction signal.
25. The device of claim 24, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
26. The device of claim 24, wherein the multiple hypothesis prediction technique determines a weighted superposition of more than two motion-compensated prediction signals.
27. The device of claim 24, further comprising a display for displaying a picture of video data that includes the block of video data.
28. A device configured to encode video data, the device comprising a memory and one or more processors configured to: determine merge candidates for a block of video data; determine if a merge candidate of the merge candidates includes an additional inter prediction signal; and disable at least one decoder side motion vector derivation technique for use on a base prediction signal of the block of video data in response to a determination that a merge candidate includes an additional inter prediction signal.
29. The device of claim 28, wherein the one or more processors are further configured to determine an overall prediction signal with a multiple hypothesis prediction technique using the base prediction signal and the additional inter prediction signal and configured to encode the video block using the overall prediction signal.
30. The device of claim 29, wherein the multiple hypothesis prediction technique determines a weighted superposition of the base prediction signal and the additional inter prediction signal.
PCT/US2022/075830 2021-09-16 2022-09-01 Multiple inter predictors with decoder side motion vector derivation for video coding WO2023044247A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202280060948.9A CN117981313A (en) 2021-09-16 2022-09-01 Multiple inter predictors with decoder-side motion vector derivation for video coding

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US202163245077P 2021-09-16 2021-09-16
US63/245,077 2021-09-16
US17/823,714 2022-08-31
US17/823,714 US20230079743A1 (en) 2021-09-16 2022-08-31 Multiple inter predictors with decoder side motion vector derivation for video coding

Publications (1)

Publication Number Publication Date
WO2023044247A1 true WO2023044247A1 (en) 2023-03-23

Family

ID=83903160

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2022/075830 WO2023044247A1 (en) 2021-09-16 2022-09-01 Multiple inter predictors with decoder side motion vector derivation for video coding

Country Status (1)

Country Link
WO (1) WO2023044247A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200228815A1 (en) * 2019-01-11 2020-07-16 Tencent America LLC Method and apparatus for video coding
WO2020163837A1 (en) * 2019-02-08 2020-08-13 Beijing Dajia Internet Information Technology Co., Ltd. Methods and devices for selectively applying bi-directional optical flow and decoder-side motion vector refinement for video coding

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200228815A1 (en) * 2019-01-11 2020-07-16 Tencent America LLC Method and apparatus for video coding
WO2020163837A1 (en) * 2019-02-08 2020-08-13 Beijing Dajia Internet Information Technology Co., Ltd. Methods and devices for selectively applying bi-directional optical flow and decoder-side motion vector refinement for video coding

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
BROSS B ET AL: "Versatile Video Coding (Draft 10)", no. JVET-S2001, 4 September 2020 (2020-09-04), XP030289618, Retrieved from the Internet <URL:http://phenix.int-evry.fr/jvet/doc_end_user/documents/19_Teleconference/wg11/JVET-S2001-v17.zip JVET-S2001-vH.docx> [retrieved on 20200904] *
CHEN J ET AL: "Algorithm description for Versatile Video Coding and Test Model 10 (VTM 10)", no. JVET-S2002, 10 October 2020 (2020-10-10), XP030302176, Retrieved from the Internet <URL:https://jvet-experts.org/doc_end_user/documents/19_Teleconference/wg11/JVET-S2002-v2.zip JVET-S2002-v2.docx> [retrieved on 20201010] *
COBAN M ET AL: "Algorithm description of Enhanced Compression Model 2 (ECM 2)", no. m57745 ; JVET-W2025, 1 September 2021 (2021-09-01), XP030297803, Retrieved from the Internet <URL:https://dms.mpeg.expert/doc_end_user/documents/135_Teleconference/wg11/m57745-JVET-W2025-v1-JVET-W2025.zip JVET-W2025.docx> [retrieved on 20210901] *
GAO HAN ET AL: "Decoder-Side Motion Vector Refinement in VVC: Algorithm and Hardware Implementation Considerations", IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, IEEE, USA, vol. 31, no. 8, 9 November 2020 (2020-11-09), pages 3197 - 3211, XP011870333, ISSN: 1051-8215, [retrieved on 20210802], DOI: 10.1109/TCSVT.2020.3037024 *
HUANG (QUALCOMM) H ET AL: "CE9-related: Disabled DMVR, BDOF and BCW for CIIP", no. m48835, 27 June 2019 (2019-06-27), XP030222273, Retrieved from the Internet <URL:http://phenix.int-evry.fr/mpeg/doc_end_user/documents/127_Gothenburg/wg11/m48835-JVET-O0681-v1-JVET-O0681.zip JVET-O0681.docx> [retrieved on 20190627] *
HUANG (QUALCOMM) H ET AL: "EE2-Related: Complexity reduction for decoder side motion derivation", no. m57849 ; JVET-X0056, 30 September 2021 (2021-09-30), XP030297652, Retrieved from the Internet <URL:https://dms.mpeg.expert/doc_end_user/documents/136_Teleconference/wg11/m57849-JVET-X0056-v1-JVET-X0056-v1.zip JVET-X0056-v1.docx> [retrieved on 20210930] *

Similar Documents

Publication Publication Date Title
AU2019288269B2 (en) Signaling sub-prediction unit motion vector predictor
EP3991403A1 (en) Combined inter and intra prediction mode for video coding
WO2019199953A1 (en) Decoder-side motion vector derivation for video coding
WO2023055583A1 (en) Decoder side motion derivation using spatial correlation
WO2023279000A1 (en) Using unrefined motion vectors for performing decoder-side motion vector derivation
KR20230169958A (en) Refinement of template matching in inter-prediction modes
US20230247216A1 (en) Coding video data using out-of-boundary motion vectors
WO2023056158A1 (en) Motion vector difference sign prediction for video coding
EP4364408A1 (en) Merge candidate reordering in video coding
KR20230123933A (en) Multi-hypothesis prediction for video coding
US20230079743A1 (en) Multiple inter predictors with decoder side motion vector derivation for video coding
WO2023044247A1 (en) Multiple inter predictors with decoder side motion vector derivation for video coding
US20220311997A1 (en) Adaptively coding motion information for multiple hypothesis prediction for video coding
US20240179342A1 (en) Adaptive bilateral matching for decoder side affine motion vector refinement
US20230328257A1 (en) Bi-directional prediction boundary pixel padding with out-of-picture-boundary motion vectors
CA3227446A1 (en) Adaptive bilateral matching for decoder side motion vector refinement for video coding
WO2023044253A1 (en) Adaptive bilateral matching for decoder side motion vector refinement for video coding
WO2023278920A1 (en) Merge candidate reordering in video coding
WO2024112539A1 (en) Adaptive bilateral matching for decoder side affine motion vector refinement
WO2023200631A1 (en) Bi-directional prediction boundary pixel padding with out-of-picture-boundary motion vectors
WO2022213026A1 (en) Adaptively coding motion information for multiple hypothesis prediction for video coding
WO2023200561A1 (en) Methods for adaptive signaling of maximum number of merge candidates in multiple hypothesis prediction
WO2024073253A1 (en) Methods of subblock skipping for affine motion search for video coding
WO2022221140A1 (en) Template matching based affine prediction for video coding
WO2024073032A1 (en) Decoder-side control point motion vector refinement for affine inter-prediction in video coding

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22778190

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 202280060948.9

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 2022778190

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2022778190

Country of ref document: EP

Effective date: 20240416