Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
MV PRECISION IN BIO
Document Type and Number:
WIPO Patent Application WO/2020/031057
Kind Code:
A1
Abstract:
Devices, systems and methods for digital video coding, which includes motion prediction based on updated motion vectors generated using two-step inter-prediction, are described, and methods for MV precision in BIO are described. An exemplary method for video coding includes: determining original motion information for a current block; scaling original motion vectors of the original motion information and derived motion vectors derived based on the original motion vectors to a same target precision; generating updated motion vectors from the scaled original and derived motion vectors; and performing a conversion between the current block and a bitstream representation of a video including the current block, based on the updated motion vectors.

Inventors:
LIU HONGBIN (CN)
ZHANG LI (US)
ZHANG KAI (US)
WANG YUE (CN)
Application Number:
PCT/IB2019/056640
Publication Date:
February 13, 2020
Filing Date:
August 05, 2019
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
BEIJING BYTEDANCE NETWORK TECH CO LTD (CN)
BYTEDANCE INC (US)
International Classes:
H04N19/109; H04N19/523; H04N19/176; H04N19/513; H04N19/527
Foreign References:
US20150189313A12015-07-02
US20150195562A12015-07-09
CN201810091792A2018-01-30
Other References:
YANG H ET AL: "Description of Core Experiment 4 (CE4): Inter prediction and motion vector coding", 10. JVET MEETING; 10-4-2018 - 20-4-2018; SAN DIEGO; (THE JOINT VIDEO EXPLORATION TEAM OF ISO/IEC JTC1/SC29/WG11 AND ITU-T SG.16 ); URL: HTTP://PHENIX.INT-EVRY.FR/JVET/,, no. JVET-J1024, 20 April 2018 (2018-04-20), XP030151318
ZHANG (QUALCOMM) Y ET AL: "Rounding Align of Adaptive Motion Vector Resolution", no. m44403, 25 September 2018 (2018-09-25), XP030191106, Retrieved from the Internet [retrieved on 20180925]
Attorney, Agent or Firm:
LIU, SHEN & ASSOCIATES (CN)
Download PDF:
Claims:
CLAIMS

What is claimed is:

1. A video processing method, comprising:

determining original motion information for a current block;

scaling original motion vectors of the original motion information and derived motion vectors derived based on the original motion vectors to a same target precision;

generating updated motion vectors from the scaled original and derived motion vectors; and

performing a conversion between the current block and a bitstream representation of a video including the current block, based on the updated motion vectors.

2. The method of claim 1, wherein the original motion vectors have a first precision, the derived motion vectors have a second precision different from the first precision, and the target precision is set to a higher precision or a lower precision between the first precision and the second precision.

3. The method of claim 1, wherein the target precision is set to a fixed precision.

4. The method of claim 1, wherein the target precision is higher than a precision of the original motion vectors.

5. The method of claim 4, wherein the original motion vectors are scaled as: mvLX’x= sign(mvLXx) * (abs(mvLXx) << N), mvLX’y = sign(mvLXy) * (abs(mvLXy) << N), wherein (mvLXx, mvLXy) are the original motion vectors, (mvLX’x, mvLX’y) are the scaled original motion vectors, function sign(.) returns a sign of an input parameter, function abs(.) returns absolute value of an input parameter, N = log2(curr_mv_precision /targ_mv_precision), and wherein curr_mv_precision is the precision of the original motion vectors, and

targ_mv_precision is a precision of the derived motion vectors as the target precision.

6. The method of claim 1 , wherein the target precision is the same as a precision of the original motion vectors.

7. The method of claim 1 , wherein the original motion vectors have a first precision, the derived motion vectors have a second precision different from the first precision, and the target precision is set to the first precision.

8. The method of claim 7, wherein, the derived motion vectors are scaled as: v’x = (vx + offset) >> N, v’y = (vy + offset) >> N; or v’x = sign(Vx) * ((abs(Vx) + offset) >> N), v’y = sign(vy) * ((abs(vy) + offset) >> N) when the derived motion vectors are to be right-shifted by N to achieve the target precision, wherein (vx, vy) are the derived motion vectors, (v’x, v’y) are the scaled derived motion vectors, offset is an offset applied to the derived motion vectors to achieve the target precision, function sign(.) returns a sign of an input parameter, function abs(.) returns absolute value of an input parameter,

N = log2(curr_mv_precision/targ_mv_precision), wherein curr_mv_precision is the first precision, and targ_mv_precision is the second precision.

9. The method of claim 1 , wherein the scaling and the generation of the updated motion vectors are performed as: mvLO’x = -vx / So + mvLOx, mvLO’y = -vy / So + mvLOy; and/or mvLl’x = Vx / Si + mvLlx, mvLl’y = vy / Si + mvLly wherein, (mvLOx, mvLOy) and (mvLlx, mvLly) are the original motion vectors, (mvLO’x, mvLO’y) and (mvLl’x, mvLl’y) are the updated motion vectors, (vx, vy) are the derived motion vectors, and So and Si are scaling factors.

10. The method of claim 1, wherein the scaling and the generation of the updated motion vectors are performed as : mvLO’x = (-Vx +offset0) / So + mvL0x, mvL0’y = -(vy + offsetO) / So + mvL0y, and/or mvLl’x = (vx + offsetl ) / Si + mvLlx, mvLl’y = (vy + offsetl) / Si + mvLly wherein, (mvL0x, mvL0y) and (mvLlx, mvLly) are the original motion vectors, (mvLO’x, mvL0’y) and (mvLl’x, mvLl’y) are the updated motion vectors, (vx, vy) are the derived motion vectors, offsetO and offsetl are offsets, and So and Si are scaling factors.

11. The method of claim 1, wherein the scaling and the generation of the updated motion vectors are performed as : mvLO’x = ((-vx + l )>> l) + mvLOx, mvL0’y = (-(vy + 1) >> l) + mvL0y, and/or mvLl’x = ((vx + 1) > > 1 ) + mvLlx, mvLl’y = ((vy + l)>> l)+ mvLly wherein, (mvL0x, mvL0y) and (mvLlx, mvLly) are the original motion vectors, (mvLO’x, mvL0’y) and (mvLl’x, mvLl’y) are the updated motion vectors, and (vx, vy) are the derived motion vectors.

12. The method of anyone of claims 9-11 , wherein the scaling and the generation of the updated motion vectors are performed when to > 0 and ti >0, wherein ro=POC(current) - POC(Refo), ti= POC(Refi) - POC(current), and wherein POC(current), POC(Refo) and POC(Refi) are the picture order counts of the current block, a first reference block and a second reference block, respectively.

13. The method of claim 1, wherein the scaling and the generation of the updated motion vectors are performed as : mvLO’x = - SFo * vx + mvLOx, mvLO’y = -vy * SFo + mvLOy, and/or mvLl’x = - SFi* vx + mvLl x, mvLl’y = - SFi*vy + mvLly wherein, (mvL0x, mvL0y) and (mvLlx, mvLly) are the original motion vectors, (mvLO’x, mvLO’y) and (mvLl’x, mvLl’y) are the updated motion vectors, (vx, vy) are the derived motion vectors, and SFo and SFi are scaling factors.

14. The method of claim 13, wherein the scaling and the generation of the updated motion vectors are performed when to > 0, t\ < 0 and to > |ti|, wherein ro=POC(current) - POC(Refo), ti= POC(Refi) - POC(current), and wherein POC(current), POC(Refo) and POC(Refi) are the picture order counts of the current block, a first reference block and a second reference block, respectively.

15. The method of claim 1, wherein the scaling and the generation of the updated motion vectors are performed as: mvLO’x = SFACTo*vx + mvLOx, mvLO’y = SFACTo*vy + mvLOy, and/or mvLl’x = SFACTi *vx + mvLlx, mvLl’y = SFACTi * vy + mvLly wherein, (mvLOx, mvLOy) and (mvLlx, mvLly) are the original motion vectors, (mvLO’x, mvLO’y) and (mvLl’x, mvLl’y) are the updated motion vectors, (vx, vy) are the derived motion vectors, and SFACTo and SFACTi are scaling factors.

16. The method of claim 15, wherein the scaling and the generation of the updated motion vectors are performed when to > 0, t\ < 0 and to < |ti|, wherein ro=POC(current) - POC(Refo), ti= POC(Refi) - POC(current), and wherein POC(current), POC(Refo) and POC(Refi) are the picture order counts of the current block, a first reference block and a second reference block, respectively.

17. The method of claim 1, wherein the derivation of the derived motion vectors and the generation of the updated motion vectors are performed together when to > 0 and ti > 0, wherein To=POC(current) - POC(Refo), ti= POC(Refi) - POC(current), and wherein POC(current), POC(Refo) and POC(Refi) are the picture order counts of the current block, a first reference block and a second reference block, respectively.

18. The method of claim 17, wherein the scaling and the generation of the updated motion vectors are performed as: mvLO’x = ((-Vx + offset) >> (N + 1)) + mvL0x, mvL0’y = ((-vy + offset 1) >> (N + 1)) + mvL0y, mvLl’x = ((Vx + offset) >> (N + 1)) + mvLlx, mvLl’y = ((vy + offset2) >> (N + 1)) + mvLly , when the derived motion vectors are right-shifted by N to achieve the target precision, wherein (mvL0x, mvL0y) and (mvLlx, mvLly) are the original motion vectors, (mvLO’x, mvL0’y) and (mvLl’x, mvLl’y) are the updated motion vectors, and (vx, vy) are the derived motion vectors, offsetl and offset 2 are offsets, N = log2(curr_mv_precision/targ_mv_precision), and wherein curr_mv_precision is a precision of the original motion vectors, and

targ_mv_precision is a precision of the derived motion vectors.

19. The method of claim 17, wherein the original motion vectors have a first precision, the derived motion vectors have a second precision different from the first precision, and the original motion vectors are left-shifted by N to achieve the target precision as the second precision.

20. The method of claim 17, wherein the original motion vectors are left-shifted by K and the derived motion vectors are right-shifted by N-K to achieve the target precision.

21. The method of claim 17, wherein, the scaling and the generation of the updated motion vectors are performed as: mvLO’x = -sign(Vx) * ((abs(vx) + offsetO) >> (N + 1)) + mvL0x, mvL0’y = -sign(vy) * ((abs(vy) + offsetO) >> (N + 1)) + mvL0y, mvLl’x = sign(Vx) * ((abs(vx) + offsetl) >> (N + 1)) + mvLlx, mvLl’y = sign(vy) * ((abs(vy) + offsetl) >> (N + 1)) + mvLly wherein (mvL0x, mvL0y) and (mvLlx, mvLly) are the original motion vectors, (mvLO’x, mvL0’y) and (mvLl’x, mvLl’y) are the updated motion vectors, (vx, vy) are the derived motion vectors, offsetO and offsetl are offsets, function sign(.) returns a sign of an input parameter, function abs(.) returns absolute value of an input parameter, N = log2(curr_mv_precision/targ_mv_precision), curr_mv_precision is a precision of the original motion vectors, and targ_mv_precision is a precision of the derived motion vector.

22. The method of claim 1, wherein the updating of the first and second reference motion vectors comprises using a bi-directional optical flow (BIO) refinement.

23. The method of anyone of claims 1-22, wherein the method is not applied in case that the current block meets a certain condition.

24. The method of claim 23, wherein the certain condition specifies at least one of: a size of the current block, a slice type of the current block, a picture type of the current block and a tile type of the current block.

25. The method of claim 23, wherein the certain condition specifies that a sample number that the current block contains is smaller than a first threshold.

26. The method of claim 23, wherein the certain condition specifies that minimum size of a width and a height of the current block is smaller than or no larger than a second threshold.

27. The method of claim 23, wherein the certain condition specifies that a width of the current block is smaller than or no larger than a third threshold, and/or a height of the current block is smaller than or no larger than a fourth threshold.

28. The method of claim 23, wherein the certain condition specifies that a width of the current block is larger than or no smaller than a third threshold, and/or a height of the current block is larger than or no smaller than a fourth threshold.

29. The method of claim 23, wherein the method is applied in a sub-block level, in case that a width and/or a height of a block, to which the sub-block belongs, is equal to or larger than a fifth threshold.

30. The method of claim 29, wherein the current block is split into multiple sub-blocks and each of the multiple sub-blocks further undergoes a bidirectional optical flow (BIO) process, in a same way as a normal coding block with a size equal to the sub-block size.

31. The method of anyone of claims 25-29, wherein each of the first to fifth thresholds is pre defined or signaled in sequence parameter set (SPS) level, or picture parameter set (PPS) level, or picture level, or slice level, or tile level.

32. The method of claim 31, wherein each of the first to fifth thresholds is defined depending on coded information including at least one of a block size, a picture type, and a temporal layer index.

33. An apparatus in a video system comprising a processor and a non-transitory memory with instructions thereon, wherein the instructions upon execution by the processor, cause the processor to implement the method in any one of claims 1 to 32.

34. A computer program product stored on a non-transitory computer readable media, the computer program product including program code for carrying out the method in any one of claims 1 to 32.

Description:
MV PRECISION IN BIO

CROSS-REFERENCE TO RELATED APPLICATION

[0001] Under the applicable patent law and/or rules pursuant to the Paris Convention, this application is made to timely claim the priority to and benefits of International Patent

Application No. PCT/CN2018/098691 , filed on August 4, 2018, No. PCT/CN2018/106920, filed on September 21 , 2018 and No. PCT/CN2018/109250, filed on October 6, 2018. The entire disclosures of International Patent Application Nos. PCT/CN2018/098691,

PCT/CN2018/106920 and PCT/CN2018/109250, are incorporated by reference as part of the disclosure of this application.

TECHNICAL FIELD

[0002] This patent document relates to video coding techniques, devices and systems.

BACKGROUND

[0003] In spite of the advances in video compression, digital video still accounts for the largest bandwidth use on the internet and other digital communication networks. As the number of connected user devices capable of receiving and displaying video increases, it is expected that the bandwidth demand for digital video usage will continue to grow.

SUMMARY

[0004] Devices, systems and methods related to digital video coding, and specifically, motion refinement based on updated motion vectors that are generated based on two-step inter prediction are described. The described methods may be applied to both the existing video coding standards (e.g., High Efficiency Video Coding (HEVC)) and future video coding standards or video codecs.

[0005] In one representative aspect, a video processing method is provided, comprising: determining original motion information for a current block; scaling original motion vectors of the original motion information and derived motion vectors derived based on the original motion vectors to a same target precision; generating updated motion vectors from the scaled original and derived motion vectors; and performing a conversion between the current block and the bitstream representation of a video including the current block, based on the updated motion vectors.

[0006] In another representative aspect, a video processing method is provided, comprising: determining original motion information for a current block; updating original motion vectors of the original motion information for the current block based on a refining method; clipping the updated motion vectors to be within a range; and performing a conversion between the current block and a bitstream representation of a video including the current block, based on the clipped updated motion vectors.

[0007] In yet another representative aspect, the disclosed technology may be used to provide a method for video processing, comprising: determining original motion information associated with a current block; generating updated motion information based on specific prediction mode; and performing, based on the updated motion information, a conversion between the current block and a bitstream representation of a video data including the current block, wherein the specific prediction mode includes one or more of bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame -rate up conversion (FRUC) techniques or a template matching technique.

[0008] In yet another representative aspect, a video processing method is provided, comprising: determining a motion vector difference (MVD) precision for a current block processed with affine mode from an MVD precision set; performing, based on the determined MVD precision, a conversion between the current block and a bitstream representation of a video including the current block.

[0009] In yet another representative aspect, a video processing method is provided, comprising: determining non-updated motion information associated with a current block;

updating the non-updated motion information based on multiple decoder-side motion vector derivation (DMVD) methods to generate updated motion information for the current block; and performing, based on the updated motion information, a conversion between the current block and a bitstream representation of a video including the current block.

[0010] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes receiving a bitstream representation of a current block of video data, generating updated first and second reference motion vectors based on a weighted sum of a first scaled motion vector and first and second scaled reference motion vectors, respectively, where a first motion vector is derived based on a first reference motion vector from a first reference block and a second reference motion vector from a second reference block, where the current block is associated with the first and second reference blocks with the first scaled motion vector being generated by scaling the first motion vector to a target precision, and the first and second scaled reference motion vectors being generated by scaling the first and second reference motion vectors to the target precision, respectively, and processing the bitstream representation based on the updated first and second reference motion vectors to generate the current block.

[0011] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes generating, for a current block, an intermediate prediction based on a first motion information associated with the current block, updating the first motion information to a second motion information, and generating a final prediction for the current block based on the intermediate prediction or the second motion information.

[0012] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes receiving a bitstream representation of a current block of video data, generating intermediate motion information based on motion information associated with the current block, generating updated first and second reference motion vectors based on first and second reference motion vectors, respectively, where the current block is associated with first and second reference blocks, and where the first and second reference motion vectors are associated with the first and second reference blocks, respectively, and processing the bitstream representation based on the intermediate motion information or the updated first and second reference motion vectors to generate the current block.

[0013] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes generating, for a current block, an intermediate prediction based on a first motion information associated with the current block, updating the first motion information to a second motion information, and generating a final prediction for the current block based on the intermediate prediction or the second motion information.

[0014] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes receiving a bitstream representation of a current block of video data, generating intermediate motion information based on motion information associated with the current block, generating updated first and second reference motion vectors based on first and second reference motion vectors, respectively, where the current block is associated with first and second reference blocks, and where the first and second reference motion vectors are associated with the first and second reference blocks, respectively, and processing the bitstream representation based on the intermediate motion information or the updated first and second reference motion vectors to generate the current block.

[0015] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes generating, for a current block, an intermediate prediction based on a first motion information associated with the current block, updating the first motion information to a second motion information, and generating a final prediction for the current block based on the intermediate prediction or the second motion information.

[0016] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes receiving a bitstream representation of a current block of video data, generating intermediate motion information based on motion information associated with the current block, generating updated first and second reference motion vectors based on first and second reference motion vectors, respectively, where the current block is associated with first and second reference blocks, and where the first and second reference motion vectors are associated with the first and second reference blocks, respectively, and processing the bitstream representation based on the intermediate motion information or the updated first and second reference motion vectors to generate the current block.

[0017] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes generating, for a bitstream representation of a current block, an updated reference block by modifying a reference block associated with the current block, calculating, based on the updated reference block, a temporal gradient for a bi directional optical flow (BIO) motion refinement, and performing, based on the temporal gradient, a conversion, which includes the BIO motion refinement, between the bitstream representation and the current block.

[0018] In yet another representative aspect, the disclosed technology may be used to provide a method for video coding. This method includes generating, for a bitstream representation of a current block, a temporal gradient for a bi-directional optical flow (BIO) motion refinement, generating an updated temporal gradient by subtracting a difference of a first mean value and a second mean value from the temporal gradient, where the first mean value is a mean value for a first reference block, the second mean value is a mean value for a second reference block, and the first and second reference blocks are associated with the current block, and performing, based on the updated temporal gradient, a conversion, which includes the BIO motion refinement, between the bitstream representation and the current block.

[0019] In yet another representative aspect, the above -described method is embodied in the form of processor-executable code and stored in a computer-readable program medium.

[0020] In yet another representative aspect, a device that is configured or operable to perform the above -described method is disclosed. The device may include a processor that is

programmed to implement this method.

[0021] In yet another representative aspect, a video decoder apparatus may implement a method as described herein.

[0022] The above and other aspects and features of the disclosed technology are described in greater detail in the drawings, the description and the claims.

BRIEF DESCRIPTION OF THE DRAWINGS

[0023] FIG. 1 shows an example of constmcting a merge candidate list.

[0024] FIG. 2 shows an example of positions of spatial candidates.

[0025] FIG. 3 shows an example of candidate pairs subject to a redundancy check of spatial merge candidates.

[0026] FIGS. 4A and 4B show examples of the position of a second prediction unit (PU) based on the size and shape of the current block.

[0027] FIG. 5 shows an example of motion vector scaling for temporal merge candidates.

[0028] FIG. 6 shows an example of candidate positions for temporal merge candidates.

[0029] FIG. 7 shows an example of generating a combined bi-predictive merge candidate.

[0030] FIG. 8 shows an example of constmcting motion vector prediction candidates.

[0031] FIG. 9 shows an example of motion vector scaling for spatial motion vector candidates.

[0032] FIG. 10 shows an example of motion prediction using the alternative temporal motion vector prediction (ATMVP) algorithm for a coding unit (CU).

[0033] FIG. 1 1 shows an example of a coding unit (CU) with sub-blocks and neighboring blocks used by the spatial-temporal motion vector prediction (STMVP) algorithm.

[0034] FIGS. 12A and 12B show example snapshots of sub-block when using the overlapped block motion compensation (OBMC) algorithm.

[0035] FIG. 13 shows an example of neighboring samples used to derive parameters for the local illumination compensation (LIC) algorithm.

[0036] FIG. 14 shows an example of a simplified affine motion model.

[0037] FIG. 15 shows an example of an affine motion vector field (MVF) per sub-block.

[0038] FIG. 16 shows an example of motion vector prediction (MVP) for the AF_INTER affine motion mode.

[0039] FIGS. 17A and 17B show example candidates for the AF_MERGE affine motion mode.

[0040] FIG. 18 shows an example of bilateral matching in pattern matched motion vector derivation (PMMVD) mode, which is a special merge mode based on the frame -rate up conversion (FRUC) algorithm.

[0041] FIG. 19 shows an example of template matching in the FRUC algorithm.

[0042] FIG. 20 shows an example of unilateral motion estimation in the FRUC algorithm.

[0043] FIG. 21 shows an example of an optical flow trajectory used by the bi-directional optical flow (BIO) algorithm.

[0044] FIGS. 22A and 22B show example snapshots of using of the bi-directional optical flow (BIO) algorithm without block extensions.

[0045] FIG. 23 shows an example of the decoder-side motion vector refinement (DMVR) algorithm based on bilateral template matching.

[0046] FIG. 24 shows an example of a template definition used in transform coefficient context modelling.

[0047] FIG. 25 shows different examples of motion vector scaling.

[0048] FIGS. 26A and 26B show examples of inner and boundary sub-blocks in a PU/CU.

[0049] FIG. 27 shows a flowchart of an example method for video coding in accordance with the presently disclosed technology.

[0050] FIG. 28 shows a flowchart of another example method for video coding in accordance with the presently disclosed technology.

[0051] FIG. 29 shows a flowchart of another example method for video coding in accordance with the presently disclosed technology.

[0052] FIG. 30 shows a flowchart of another example method for video coding in accordance with the presently disclosed technology.

[0053] FIG. 31 shows a flowchart of another example method for video coding in accordance with the presently disclosed technology.

[0054] FIG. 32 shows an example of deriving motion vector in bi-directional optical flow based video encoding.

[0055] FIG. 33 shows a flowchart of another example method for video coding in accordance with the presently disclosed technology.

[0056] FIG. 34 shows a flowchart of another example method for video coding in accordance with the presently disclosed technology.

[0057] FIG. 35 shows a flowchart of another example method for video coding in accordance with the presently disclosed technology.

[0058] FIG. 36 shows a flowchart of another example method for video coding in accordance with the presently disclosed technology.

[0059] FIG. 37 is a block diagram of an example of a hardware platform for implementing a visual media decoding or a visual media encoding technique described in the present document.

[0060] FIG. 38 shows a flowchart of another example method for video processing in accordance with the presently disclosed technology.

[0061] FIG. 39 shows a flowchart of another example method for video processing in accordance with the presently disclosed technology.

[0062] FIG. 40 shows a flowchart of another example method for video processing in accordance with the presently disclosed technology.

[0063] FIG. 41 shows a flowchart of another example method for video processing in accordance with the presently disclosed technology.

[0064] FIG. 42 shows a flowchart of another example method for video processing in accordance with the presently disclosed technology.

DETAILED DESCRIPTION

[0065] Due to the increasing demand of higher resolution video, video coding methods and techniques are ubiquitous in modem technology. Video codecs typically include an electronic circuit or software that compresses or decompresses digital video, and are continually being improved to provide higher coding efficiency. A video codec converts uncompressed video to a compressed format or vice versa. There are complex relationships between the video quality, the amount of data used to represent the video (determined by the bit rate), the complexity of the encoding and decoding algorithms, sensitivity to data losses and errors, ease of editing, random access, and end-to-end delay (latency). The compressed format usually conforms to a standard video compression specification, e.g., the High Efficiency Video Coding (HEVC) standard (also known as H.265 or MPEG-H Part 2), the Versatile Video Coding standard to be finalized, or other current and/or future video coding standards.

[0066] Embodiments of the disclosed technology may be applied to existing video coding standards (e.g., HEVC, H.265) and future standards to improve compression performance.

Section headings are used in the present document to improve readability of the description and do not in any way limit the discussion or the embodiments (and/or implementations) to the respective sections only.

1. Examples of inter-prediction in HEVC/H.265

[0067] Video coding standards have significantly improved over the years, and now provide, in part, high coding efficiency and support for higher resolutions. Recent standards such as HEVC and H.265 are based on the hybrid video coding structure wherein temporal prediction plus transform coding are utilized.

1.1 Examples of prediction modes

[0068] Each inter-predicted PU (prediction unit) has motion parameters for one or two reference picture lists. In some embodiments, motion parameters include a motion vector and a reference picture index. In other embodiments, the usage of one of the two reference picture lists may also be signaled using inter_pred_idc. In yet other embodiments, motion vectors may be explicitly coded as deltas relative to predictors.

[0069] When a CU is coded with skip mode, one PU is associated with the CU, and there are 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 PU are obtained from neighboring PUs, including spatial and temporal candidates. The merge mode can be applied to any inter-predicted PU, not only for skip mode. The alternative to merge mode is the explicit transmission of motion parameters, where motion vector, corresponding reference picture index for each reference picture list and reference picture list usage are signaled explicitly per each PU.

[0070] When signaling indicates that one of the two reference picture lists is to be used, the PU is produced from one block of samples. This is referred to as‘uni-prediction’. Uni-prediction is available both for P-slices and B-slices.

[0071] When signaling indicates that both of the reference picture lists are to be used, the PU is produced from two blocks of samples. This is referred to as‘bi-prediction’. Bi-prediction is available for B-slices only.

1.1.1 Embodiments of constructing candidates for merge mode

[0072] When a PU is predicted using merge mode, an index pointing to an entry in the merge candidates list is parsed from the bitstream and used to retrieve the motion information. The constmction of this list can be summarized according to the following sequence of steps:

[0073] Step 1 : Initial candidates derivation

[0074] Step 1.1 : Spatial candidates derivation

[0075] Step 1.2: Redundancy check for spatial candidates

[0076] Step 1.3: Temporal candidates derivation

[0077] Step 2: Additional candidates insertion

[0078] Step 2.1 : Creation of bi -predictive candidates

[0079] Step 2.2: Insertion of zero motion candidates

[0080] FIG. 1 shows an example of constmcting a merge candidate list based on the sequence of steps summarized above. For spatial merge candidate derivation, a maximum of four merge candidates are selected among candidates that are located in five different positions. For temporal merge candidate derivation, a maximum of one merge candidate is selected among two candidates. Since constant number of candidates for each PU is assumed at decoder, additional candidates are generated when the number of candidates does not reach to maximum number of merge candidate (MaxNumMergeCand) which is signalled in slice header. Since the number of candidates is constant, index of best merge candidate is encoded using tmncated unary binarization (TU). If the size of CU is equal to 8, all the PUs of the current CU share a single merge candidate list, which is identical to the merge candidate list of the 2Nx2N prediction unit.

1.1.2 Constructing spatial merge candidates

[0081] In the derivation of spatial merge candidates, a maximum of four merge candidates are selected among candidates located in the positions depicted in FIG. 2. The order of derivation is Ai , Bi , Bo , Ao and B 2 . Position B 2 is considered only when any PU of position Ai, Bi, Bo, Ao is not available (e.g. because it belongs to another slice or tile) or 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] To reduce computational complexity, not all possible candidate pairs are considered in the mentioned redundancy check. Instead only the pairs linked with an arrow in FIG. 3 are considered and a candidate is only added to the list if the corresponding candidate used for redundancy check has not the same motion information. Another source of duplicate motion information is the“ second PIT’ associated with partitions different from 2Nx2N. As an example, FIG. 4A and 4B depict the second PU for the case of Nx2N and 2NxN, respectively. When the current PU is partitioned as Nx2N, candidate at position Ai is not considered for list

constmction. In some embodiments, adding this candidate may lead to two prediction units having the same motion information, which is redundant to just have one PU in a coding unit. Similarly, position Bi is not considered when the current PU is partitioned as 2NxN.

1.1.3 Constructing temporal merge candidates

[0083] In this step, 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 PU belonging to the picture which has the smallest POC difference with current picture within the given reference picture list. The reference picture list to be used for derivation of the co-located PU is explicitly signaled in the slice header.

[0084] FIG. 5 shows an example of the derivation of the scaled motion vector for a temporal merge candidate (as the dotted line), which is scaled from the motion vector of the co-located PU using the POC distances, tb and td, where tb is defined to be the POC difference between the reference picture of the current picture and the current picture and td is defined to be the POC difference between the reference picture of the co-located picture and the co-located picture. The reference picture index of temporal merge candidate is set equal to zero. For a B-slice, two motion vectors, one is for reference picture list 0 and the other is for reference picture list 1, are obtained and combined to make the bi-predictive merge candidate.

[0085] In the co-located PU (Y) belonging to the reference frame, the position for the temporal candidate is selected between candidates Co and Ci, as depicted in FIG. 6. If PU at position Co is not available, is intra coded, or is outside of the current CTU, position Ci is used. Otherwise, position Co is used in the derivation of the temporal merge candidate. 1.1.4 Constructing additional types of merge candidates

[0086] Besides spatio-temporal merge candidates, there are two additional types of merge candidates: combined bi-predictive merge candidate and zero merge candidate. Combined bi- predictive merge candidates are generated by utilizing spatio-temporal merge candidates.

Combined bi-predictive merge candidate is used for B-Slice only. The combined bi-predictive candidates are generated by combining the first reference picture list motion parameters of an initial candidate with the second reference picture list motion parameters of another. If these two tuples provide different motion hypotheses, they will form a new bi-predictive candidate.

[0087] FIG. 7 shows an example of this process, wherein two candidates in the original list (710, on the left), which have mvLO and refldxLO or mvLl and refldxLl, are used to create a combined bi-predictive merge candidate added to the final list (720, on the right).

[0088] Zero motion candidates are inserted to fill the remaining entries in the merge candidates list and therefore hit the MaxNumMergeCand capacity. These candidates have zero spatial displacement and a reference picture index which starts from zero and increases every time a new zero motion candidate is added to the list. The number of reference frames used by these candidates is one and two for uni- and bi-directional prediction, respectively. In some embodiments, no redundancy check is performed on these candidates.

1.1.5 Examples of motion estimation regions for parallel processing

[0089] To speed up the encoding process, motion estimation can be performed in parallel whereby the motion vectors for all prediction units inside a given region are derived

simultaneously. The derivation of merge candidates from spatial neighborhood may interfere with parallel processing as one prediction unit cannot derive the motion parameters from an adjacent PU until its associated motion estimation is completed. To mitigate the trade-off between coding efficiency and processing latency, a motion estimation region (MER) may be defined. The size of the MER may be signaled in the picture parameter set (PPS) using the “log2_parallel_merge_level_minus2” syntax element. When a MER is defined, merge candidates falling in the same region are marked as unavailable and therefore not considered in the list constmction.

1.2 Embodiments of advanced motion vector prediction (AMVP)

[0090] AMVP exploits spatio-temporal correlation of motion vector with neighboring PUs, which is used for explicit transmission of motion parameters. It constructs a motion vector candidate list by firstly checking availability of left, above temporally neighboring PU positions, removing redundant candidates and adding zero vector to make the candidate list to be constant length. Then, the encoder can select the best predictor from the candidate list and transmit the corresponding index indicating the chosen candidate. Similarly with merge index signaling, the index of the best motion vector candidate is encoded using truncated unary. The maximum value to be encoded in this case is 2 (see FIG. 8). In the following sections, details about derivation process of motion vector prediction candidate are provided.

1.2.1 Examples of constructing motion vector prediction candidates

[0091] FIG. 8 summarizes derivation process for motion vector prediction candidate, and may be implemented for each reference picture list with refidx as an input.

[0092] In motion vector prediction, two types of motion vector candidates are considered: spatial motion vector candidate and temporal motion vector candidate. For spatial motion vector candidate derivation, two motion vector candidates are eventually derived based on motion vectors of each PU located in five different positions as previously shown in FIG. 2.

[0093] For temporal motion vector candidate derivation, one motion vector candidate is selected from two candidates, which are derived based on two different co-located positions. After the first list of spatio-temporal candidates is made, duplicated motion vector candidates in the list are removed. If the number of potential candidates is larger than two, motion vector candidates whose reference picture index within the associated reference picture list is larger than 1 are removed from the list. If the number of spatio-temporal motion vector candidates is smaller than two, additional zero motion vector candidates is added to the list.

1.2.2 Constructing spatial motion vector candidates

[0094] In the derivation of spatial motion vector candidates, a maximum of two candidates are considered among five potential candidates, which are derived from PUs located in positions as previously shown in FIG. 2, those positions being the same as those of motion merge. The order of derivation for the left side of the current PU is defined as A 0 , Ai,and scaled Ao, scaled Ai. The order of derivation for the above side of the current PU is defined as Bo, Bi, B 2 , scaled Bo, scaled Bi, scaled B 2. For each side there are therefore four cases that can be used as motion vector candidate, with two cases not required to use spatial scaling, and two cases where spatial scaling is used. The four different cases are summarized as follows:

[0095] — No spatial scaling [0096] (1) Same reference picture list, and same reference picture index (same POC)

[0097] (2) Different reference picture list, but same reference picture (same POC)

[0098] — Spatial scaling

[0099] (3) Same reference picture list, but different reference picture (different POC)

[00100] (4) Different reference picture list, and different reference picture (different POC)

[00101] The no-spatial-scaling cases are checked first followed by the cases that allow spatial scaling. Spatial scaling is considered when the POC is different between the reference picture of the neighbouring PU and that of the current PU regardless of reference picture list. If all PUs of left candidates are not available or are intra coded, scaling for the above motion vector is allowed to help parallel derivation of left and above MV candidates. Otherwise, spatial scaling is not allowed for the above motion vector.

[00102] As shown in the example in FIG. 9, for the spatial scaling case, the motion vector of the neighbouring PU is scaled in a similar manner as for temporal scaling. One difference is that the reference picture list and index of current PU is given as input; the actual scaling process is the same as that of temporal scaling.

1.2.3 Constructing temporal motion vector candidates

[00103] Apart from the reference picture index derivation, all processes for the derivation of temporal merge candidates are the same as for the derivation of spatial motion vector candidates (as shown in the example in FIG. 6). In some embodiments, the reference picture index is signaled to the decoder.

2. Example of inter prediction methods in Joint Exploration Model (JEM)

[00104] In some embodiments, future video coding technologies are explored using a reference software known as the Joint Exploration Model (JEM). In JEM, sub-block based prediction is adopted in several coding tools, such as affine prediction, alternative temporal motion vector prediction (ATMVP), spatial-temporal motion vector prediction (STMVP), bi directional optical flow (BIO), Frame-Rate Up Conversion (FRUC), Locally Adaptive Motion Vector Resolution (LAMVR), Overlapped Block Motion Compensation (OBMC), Local Illumination Compensation (LIC), and Decoder-side Motion Vector Refinement (DMVR).

2.1 Examples of sub-CU based motion vector prediction

[00105] In the JEM with quadtrees plus binary trees (QTBT), each CU can have at most one set of motion parameters for each prediction direction. In some embodiments, two sub-CU level motion vector prediction methods are considered in the encoder by splitting a large CU into sub- CUs and deriving motion information for all the sub-CUs of the large CU. Alternative temporal motion vector prediction (ATMVP) method allows each CU to fetch multiple sets of motion information from multiple blocks smaller than the current CU in the collocated reference picture. In spatial-temporal motion vector prediction (STMVP) method motion vectors of the sub-CUs are derived recursively by using the temporal motion vector predictor and spatial neighbouring motion vector. In some embodiments, and to preserve more accurate motion field for sub-CU motion prediction, the motion compression for the reference frames may be disabled.

2.1.1 Examples of alternative temporal motion vector prediction (ATMVP)

[00106] In the ATMVP method, the temporal motion vector prediction (TMVP) method is modified by fetching multiple sets of motion information (including motion vectors and reference indices) from blocks smaller than the current CU.

[00107] FIG. 10 shows an example of ATMVP motion prediction process for a CU 1000. The ATMVP method predicts the motion vectors of the sub-CUs 1001 within a CU 1000 in two steps. The first step is to identify the corresponding block 1051 in a reference picture 1050 with a temporal vector. The reference picture 1050 is also referred to as the motion source picture. The second step is to split the current CU 1000 into sub-CUs 1001 and obtain the motion vectors as well as the reference indices of each sub-CU from the block corresponding to each sub-CU.

[00108] In the first step, a reference picture 1050 and the corresponding block is determined by the motion information of the spatial neighboring blocks of the current CU 1000. To avoid the repetitive scanning process of neighboring blocks, the first merge candidate in the merge candidate list of the current CU 1000 is used. The first available motion vector as well as its associated reference index are set to be the temporal vector and the index to the motion source picture. This way, the corresponding block may be more accurately identified, compared with TMVP, wherein the corresponding block (sometimes called collocated block) is always in a bottom-right or center position relative to the current CU.

[00109] In the second step, a corresponding block of the sub-CU 1051 is identified by the temporal vector in the motion source picture 1050, by adding to the coordinate of the current CU the temporal vector. For each sub-CU, the motion information of its corresponding block (e.g., the smallest motion grid that covers the center sample) is used to derive the motion information for the sub-CU. After the motion information of a corresponding NxN block is identified, it is converted to the motion vectors and reference indices of the current sub-CU, in the same way as TMVP of HEVC, wherein motion scaling and other procedures apply. For example, the decoder checks whether the low-delay condition (e.g. the POCs of all reference pictures of the current picture are smaller than the POC of the current picture) is fulfilled and possibly uses motion vector MVx (e.g., the motion vector corresponding to reference picture list X) to predict motion vector MVy (e.g., with X being equal to 0 or 1 and Y being equal to 1— X) for each sub-CU.

2.1.2 Examples of spatial-temporal motion vector prediction (STMVP)

[00110] In the STMVP method, the motion vectors of the sub-CUs are derived recursively, following raster scan order. FIG. 1 1 shows an example of one CU with four sub-blocks and neighboring blocks. Consider an 8x8 CU 1100 that includes four 4x4 sub-CUs A (1101), B (1102), C (1103), and D (1104). The neighboring 4x4 blocks in the current frame are labelled as a (l l l l), b (1 112), c (1 113), and d (1114).

[00111] The motion derivation for sub-CU A starts by identifying its two spatial neighbors. The first neighbor is the NxN block above sub-CU A 1 101 (block e l l 13). If this block c (1113) is not available or is intra coded the other NxN blocks above sub-CU A (1101) are checked (from left to right, starting at block c 1113). The second neighbor is a block to the left of the sub- CU A 1101 (block b 1112). If block b (1112) is not available or is intra coded other blocks to the left of sub-CU A 1101 are checked (from top to bottom, staring at block b 1112). The motion information obtained from the neighboring blocks for each list is scaled to the first reference frame for a given list. Next, temporal motion vector predictor (TMVP) of sub-block A 1101 is derived by following the same procedure of TMVP derivation as specified in HEVC. The motion information of the collocated block at block D 1104 is fetched and scaled accordingly. Finally, after retrieving and scaling the motion information, all available motion vectors are averaged separately for each reference list. The averaged motion vector is assigned as the motion vector of the current sub-CU.

2.1.3 Examples of sub-CU motion prediction mode signaling

[00112] In some embodiments, the sub-CU modes are enabled as additional merge candidates and there is no additional syntax element required to signal the modes. Two additional merge candidates are added to merge candidates list of each CU to represent the ATMVP mode and STMVP mode. In other embodiments, up to seven merge candidates may be used, if the sequence parameter set indicates that ATMVP and STMVP are enabled. The encoding logic of the additional merge candidates is the same as for the merge candidates in the HM, which means, for each CU in P or B slice, two more RD checks may be needed for the two additional merge candidates. In some embodiments, e.g., JEM, all bins of the merge index are context coded by CABAC (Context-based Adaptive Binary Arithmetic Coding). In other embodiments, e.g., HEVC, only the first bin is context coded and the remaining bins are context by-pass coded.

2.2 Examples of adaptive motion vector difference resolution

[00113] In some embodiments, motion vector differences (MVDs) (between the motion vector and predicted motion vector of a PU) are signalled in units of quarter luma samples when use_integer_mv_flag is equal to 0 in the slice header. In the JEM, a locally adaptive motion vector resolution (LAMVR) is introduced. In the JEM, MVD can be coded in units of quarter luma samples, integer luma samples or four luma samples. The MVD resolution is controlled at the coding unit (CU) level, and MVD resolution flags are conditionally signalled for each CU that has at least one non-zero MVD components.

[00114] For a CU that has at least one non-zero MVD components, a first flag is signalled to indicate whether quarter luma sample MV precision is used in the CU. When the first flag (equal to 1) indicates that quarter luma sample MV precision is not used, another flag is signalled to indicate whether integer luma sample MV precision or four luma sample MV precision is used.

[00115] When the first MVD resolution flag of a CU is zero, or not coded for a CU (meaning all MVDs in the CU are zero), the quarter luma sample MV resolution is used for the CU. When a CU uses integer-luma sample MV precision or four-luma-sample MV precision, the MVPs in the AMVP candidate list for the CU are rounded to the corresponding precision.

[00116] In the encoder, CU-level RD checks are used to determine which MVD resolution is to be used for a CU. That is, the CU-level RD check is performed three times for each MVD resolution. To accelerate encoder speed, the following encoding schemes are applied in the JEM:

[00117] — During RD check of a CU with normal quarter luma sample MVD resolution, the motion information of the current CU (integer luma sample accuracy) is stored. The stored motion information (after rounding) is used as the starting point for further small range motion vector refinement during the RD check for the same CU with integer luma sample and 4 luma sample MVD resolution so that the time-consuming motion estimation process is not duplicated three times.

[00118] — RD check of a CU with 4 luma sample MVD resolution is conditionally invoked. For a CU, when RD cost integer luma sample MVD resolution is much larger than that of quarter luma sample MVD resolution, the RD check of 4 luma sample MVD resolution for the CU is skipped.

2.3 Examples of higher motion vector storage accuracy

[00119] In HEVC, motion vector accuracy is one-quarter pel (one-quarter luma sample and one-eighth chroma sample for 4:2:0 video). In the JEM, the accuracy for the internal motion vector storage and the merge candidate increases to 1/16 pel. The higher motion vector accuracy (1/16 pel) is used in motion compensation inter prediction for the CU coded with skip/merge mode. For the CU coded with normal AMVP mode, either the integer-pel or quarter-pel motion is used.

[00120] SHVC upsampling interpolation filters, which have same filter length and normalization factor as HEVC motion compensation interpolation filters, are used as motion compensation interpolation filters for the additional fractional pel positions. The chroma component motion vector accuracy is 1/32 sample in the JEM, the additional interpolation filters of 1/32 pel fractional positions are derived by using the average of the filters of the two neighbouring 1/16 pel fractional positions.

2.4 Examples of overlapped block motion compensation (OBMC)

[00121] In the JEM, OBMC can be switched on and off using syntax at the CU level. When OBMC is used in the JEM, the OBMC is performed for all motion compensation (MC) block boundaries except the right and bottom boundaries of a CU. Moreover, it is applied for both the luma and chroma components. In the JEM, an MC block corresponds to a coding block. When a CU is coded with sub-CU mode (includes sub-CU merge, affine and FRUC mode), each sub block of the CU is a MC block. To process CU boundaries in a uniform fashion, OBMC is performed at sub-block level for all MC block boundaries, where sub-block size is set equal to 4x4, as shown in FIGS. 12A and 12B.

[00122] FIG. 12A shows sub-blocks at the CU/PU boundary, and the hatched sub-blocks are where OBMC applies. Similarly, FIG. 12B shows the sub-Pus in ATMVP mode.

[00123] When OBMC applies to the current sub-block, besides current motion vectors, motion vectors of four connected neighboring sub-blocks, if available and are not identical to the current motion vector, are also used to derive prediction block for the current sub-block. These multiple prediction blocks based on multiple motion vectors are combined to generate the final prediction signal of the current sub-block.

[00124] Prediction block based on motion vectors of a neighboring sub-block is denoted as PN, with N indicating an index for the neighboring above, below, left and right sub-blocks and prediction block based on motion vectors of the current sub-block is denoted as PC. When PN is based on the motion information of a neighboring sub-block that contains the same motion information to the current sub-block, the OBMC is not performed from PN. Otherwise, every sample of PN is added to the same sample in PC, i.e., four rows/columns of PN are added to PC. The weighting factors { 1/4, 1/8, 1/16, 1/32} are used for PN and the weighting factors {3/4, 7/8, 15/16, 31/32} are used for PC. The exception are small MC blocks, (i.e., when height or width of the coding block is equal to 4 or a CU is coded with sub-CU mode), for which only two rows/columns of PN are added to PC. In this case weighting factors { 1/4, 1/8} are used for PN and weighting factors {3/4, 7/8} are used for PC. For PN generated based on motion vectors of vertically (horizontally) neighboring sub-block, samples in the same row (column) of PN are added to PC with a same weighting factor.

[00125] In the JEM, for a CU with size less than or equal to 256 luma samples, a CU level flag is signaled to indicate whether OBMC is applied or not for the current CU. For the CUs with size larger than 256 luma samples or not coded with AMVP mode, OBMC is applied by default. At the encoder, when OBMC is applied for a CU, its impact is taken into account during the motion estimation stage. The prediction signal formed by OBMC using motion information of the top neighboring block and the left neighboring block is used to compensate the top and left boundaries of the original signal of the current CU, and then the normal motion estimation process is applied.

2.5 Examples of local illumination compensation (LIC)

[00126] LIC is based on a linear model for illumination changes, using a scaling factor a and an offset b. And it is enabled or disabled adaptively for each inter-mode coded coding unit (CU).

[00127] When LIC applies for a CU, a least square error method is employed to derive the parameters a and b by using the neighboring samples of the current CU and their corresponding reference samples. FIG. 13 shows an example of neighboring samples used to derive parameters of the IC algorithm. Specifically, and as shown in FIG. 13, the subsampled (2:1 subsampling) neighbouring samples of the CU and the corresponding samples (identified by motion information of the current CU or sub-CU) in the reference picture are used. The IC parameters are derived and applied for each prediction direction separately.

[00128] When a CU is coded with merge mode, the FIC flag is copied from neighboring blocks, in a way similar to motion information copy in merge mode; otherwise, an FIC flag is signaled for the CU to indicate whether FIC applies or not.

[00129] When FIC is enabled for a picture, an additional CU level RD check is needed to determine whether FIC is applied or not for a CU. When FIC is enabled for a CU, the mean- removed sum of absolute difference (MR-SAD) and mean-removed sum of absolute Hadamard- transformed difference (MR-SATD) are used, instead of SAD and SATD, for integer pel motion search and fractional pel motion search, respectively.

[00130] To reduce the encoding complexity, the following encoding scheme is applied in the JEM:

[00131] — LIC is disabled for the entire picture when there is no obvious illumination change between a current picture and its reference pictures. To identify this situation, histograms of a current picture and every reference picture of the current picture are calculated at the encoder. If the histogram difference between the current picture and every reference picture of the current picture is smaller than a given threshold, LIC is disabled for the current picture; otherwise, LIC is enabled for the current picture.

2.6 Examples of affine motion compensation prediction

[00132] In HEVC, only a translation motion model is applied for motion compensation prediction (MCP). However, the camera and objects may have many kinds of motion, e.g. zoom in/out, rotation, perspective motions, and/or other irregular motions. JEM, on the other hand, applies a simplified affine transform motion compensation prediction. FIG. 14 shows an example of an affine motion field of a block 1400 described by two control point motion vectors Vo and Vi. The motion vector field (MVF) of the block 1400 can be described by the following equation:

[00134] As shown in FIG. 14, (v 0x , vo y ) is motion vector of the top-left corner control point, and (vi x , vi y ) is motion vector of the top-right corner control point. To simplify the motion compensation prediction, sub-block based affine transform prediction can be applied. The sub- block size MxN is derived as follows:

[00136] Here, MvPre is the motion vector fraction accuracy (e.g., 1/16 in JEM). (v 2x , v 2y ) is motion vector of the bottom-left control point, calculated according to Eq. (1). M and N can be adjusted downward if necessary to make it a divisor of w and h, respectively.

[00137] FIG. 15 shows an example of affine MVF per sub-block for a block 1500. To derive motion vector of each MxN sub-block, the motion vector of the center sample of each sub-block can be calculated according to Eq. (1), and rounded to the motion vector fraction accuracy (e.g., 1/16 in JEM). Then the motion compensation interpolation filters can be applied to generate the prediction of each sub-block with derived motion vector. After the MCP, the high accuracy motion vector of each sub-block is rounded and saved as the same accuracy as the normal motion vector.

[00138] In the JEM, there are two affine motion modes: AF_INTER mode and AF_MERGE mode. For CUs with both width and height larger than 8, AF_INTER mode can be applied. An affine flag in CU level is signaled in the bitstream to indicate whether AF_INTER mode is used. In the AF_INTER mode, a candidate list with motion vector pair ((v^v jlVo =

{v A , v B , v c }, Vi = {v D y E } j is constmcted using the neighboring blocks.

[00139] FIG. 16 shows an example of motion vector prediction (MVP) for a block 1600 in the AF_INTER mode. As shown in FIG. 16, vo is selected from the motion vectors of the sub-block A, B, or C. The motion vectors from the neighboring blocks can be scaled according to the reference list. The motion vectors can also be scaled according to the relationship among the Picture Order Count (POC) of the reference for the neighboring block, the POC of the reference for the current CU, and the POC of the current CU. The approach to select vi from the neighboring sub-block D and E is similar. If the number of candidate list is smaller than 2, the list is padded by the motion vector pair composed by duplicating each of the AMVP candidates. When the candidate list is larger than 2, the candidates can be firstly sorted according to the neighboring motion vectors (e.g., based on the similarity of the two motion vectors in a pair candidate). In some implementations, the first two candidates are kept. In some embodiments, a Rate Distortion (RD) cost check is used to determine which motion vector pair candidate is selected as the control point motion vector prediction (CPMVP) of the current CU. An index indicating the position of the CPMVP in the candidate list can be signaled in the bitstream. After the CPMVP of the current affine CU is determined, affine motion estimation is applied and the control point motion vector (CPMV) is found. Then the difference of the CPMV and the CPMVP is signaled in the bitstream.

[00140] When a CU is applied in AF_MERGE mode, it gets the first block coded with an affine mode from the valid neighboring reconstmcted blocks. FIG. 17 A shows an example of the selection order of candidate blocks for a current CU 1700. As shown in FIG. 17A, the selection order can be from left (1701), above (1702), above right (1703), left bottom (1704) to above left (1705) of the current CU 1700. FIG. 17B shows another example of candidate blocks for a current CU 1700 in the AF_MERGE mode. If the neighboring left bottom block 1701 is coded in affine mode, as shown in FIG. 17B, the motion vectors v 2 , v 3 and v 4 of the top left comer, above right comer, and left bottom corner of the CU containing the sub-block 1701 are derived. The motion vector vo of the top left corner on the current CU 1700 is calculated based on v2, v3 and v4. The motion vector vl of the above right of the current CU can be calculated accordingly.

[00141] After the CPMV of the current CU vO and vl are computed according to the affine motion model in Eq. (1), the MVF of the current CU can be generated. In order to identify whether the current CU is coded with AF_MERGE mode, an affine flag can be signaled in the bitstream when there is at least one neighboring block is coded in affine mode.

2.7 Examples of pattern matched motion vector derivation (PMMVD)

[00142] The PMMVD mode is a special merge mode based on the Frame-Rate Up Conversion (FRUC) method. With this mode, motion information of a block is not signaled but derived at decoder side.

[00143] A FRUC flag can be signaled for a CU when its merge flag is tme. When the FRUC flag is false, a merge index can be signaled and the regular merge mode is used. When the FRUC flag is tme, an additional FRUC mode flag can be signaled to indicate which method (e.g., bilateral matching or template matching) is to be used to derive motion information for the block.

[00144] At the encoder side, the decision on whether using FRUC merge mode for a CU is based on RD cost selection as done for normal merge candidate. For example, multiple matching modes (e.g., bilateral matching and template matching) are checked for a CU by using RD cost selection. The one leading to the minimal cost is further compared to other CU modes. If a FRUC matching mode is the most efficient one, FRUC flag is set to true for the CU and the related matching mode is used.

[00145] Typically, motion derivation process in FRUC merge mode has two steps: a CU-level motion search is first performed, then followed by a Sub-CU level motion refinement. At CU level, an initial motion vector is derived for the whole CU based on bilateral matching or template matching. First, a list of MV candidates is generated and the candidate that leads to the minimum matching cost is selected as the starting point for further CU level refinement. Then a local search based on bilateral matching or template matching around the starting point is performed. The MV results in the minimum matching cost is taken as the MV for the whole CU. Subsequently, the motion information is further refined at sub-CU level with the derived CU motion vectors as the starting points.

[00146] For example, the following derivation process is performed for a W c H CU motion information derivation. At the first stage, MV for the whole W c H CU is derived. At the second stage, the CU is further split into M c M sub-CUs. The value of M is calculated as in Eq. (3), D is a predefined splitting depth which is set to 3 by default in the JEM. Then the MV for each sub- CU is derived.

[00148] FIG. 18 shows an example of bilateral matching used in the Frame-Rate Up

Conversion (FRUC) method. The bilateral matching is used to derive motion information of the current CU by finding the closest match between two blocks along the motion trajectory of the current CU ( 1800) in two different reference pictures (1810, 1811). Under the assumption of continuous motion trajectory, the motion vectors MV0 (1801) and MV1 (1802) pointing to the two reference blocks are proportional to the temporal distances, e.g., TD0 (1803) and TD1 (1804), between the current picture and the two reference pictures. In some embodiments, when the current picture 1800 is temporally between the two reference pictures (1810, 1811) and the temporal distance from the current picture to the two reference pictures is the same, the bilateral matching becomes mirror based bi-directional MV.

[00149] FIG. 19 shows an example of template matching used in the Frame-Rate Up

Conversion (FRUC) method. Template matching can be used to derive motion information of the current CU 1900 by finding the closest match between a template (e.g., top and/or left neighboring blocks of the current CU) in the current picture and a block (e.g., same size to the template) in a reference picture 1910. Except the aforementioned FRUC merge mode, the template matching can also be applied to AMVP mode. In both JEM and HEVC, AMVP has two candidates. With the template matching method, a new candidate can be derived. If the newly derived candidate by template matching is different to the first existing AMVP candidate, it is inserted at the very beginning of the AMVP candidate list and then the list size is set to two (e.g., by removing the second existing AMVP candidate). When applied to AMVP mode, only CU level search is applied.

[00150] The MV candidate set at CU level can include the following: (1) original AMVP candidates if the current CU is in AMVP mode, (2) all merge candidates, (3) several MVs in the interpolated MV field (described later), and top and left neighboring motion vectors.

[00151] When using bilateral matching, each valid MV of a merge candidate can be used as an input to generate a MV pair with the assumption of bilateral matching. For example, one valid MV of a merge candidate is (MVa, ref a ) at reference list A. Then the reference picture reft of its paired bilateral MV is found in the other reference list B so that ref a and reft, are temporally at different sides of the current picture. If such a reft is not available in reference list B, reft is determined as a reference which is different from reft and its temporal distance to the current picture is the minimal one in list B. After reft is determined, MVb is derived by scaling MVa based on the temporal distance between the current picture and reft, reft.

[00152] In some implementations, four MVs from the interpolated MV field can also be added to the CU level candidate list. More specifically, the interpolated MVs at the position (0, 0),

(W/2, 0), (0, H/2) and (W/2, H/2) of the current CU are added. When FRUC is applied in AMVP mode, the original AMVP candidates are also added to CU level MV candidate set. In some implementations, at the CU level, 15 MVs for AMVP CUs and 13 MVs for merge CUs can be added to the candidate list.

[00153] The MV candidate set at sub-CU level includes an MV determined from a CU-level search, (2) top, left, top-left and top-right neighboring MVs, (3) scaled versions of collocated MVs from reference pictures, (4) one or more ATMVP candidates (e.g., up to four), and (5) one or more STMVP candidates (e.g., up to four). The scaled MVs from reference pictures are derived as follows. The reference pictures in both lists are traversed. The MVs at a collocated position of the sub-CU in a reference picture are scaled to the reference of the starting CU-level MV. ATMVP and STMVP candidates can be the four first ones. At the sub-CU level, one or more MVs (e.g., up to 17) are added to the candidate list.

[00154] Generation of an interpolated MV field. Before coding a frame, interpolated motion field is generated for the whole picture based on unilateral ME. Then the motion field may be used later as CU level or sub-CU level MV candidates.

[00155] In some embodiments, the motion field of each reference pictures in both reference lists is traversed at 4x4 block level. FIG. 20 shows an example of unilateral Motion Estimation (ME) 2000 in the FRUC method. For each 4x4 block, if the motion associated to the block passing through a 4x4 block in the current picture and the block has not been assigned any interpolated motion, the motion of the reference block is scaled to the current picture according to the temporal distance TD0 and TD1 (the same way as that of MV scaling of TMVP in HE VC) and the scaled motion is assigned to the block in the current frame. If no scaled MV is assigned to a 4x4 block, the block’s motion is marked as unavailable in the interpolated motion field.

[00156] Interpolation and matching cost. When a motion vector points to a fractional sample position, motion compensated interpolation is needed. To reduce complexity, bi-linear interpolation instead of regular 8-tap HEVC interpolation can be used for both bilateral matching and template matching.

[00157] The calculation of matching cost is a bit different at different steps. When selecting the candidate from the candidate set at the CU level, the matching cost can be the absolute sum difference (SAD) of bilateral matching or template matching. After the starting MV is determined, the matching cost C of bilateral matching at sub-CU level search is calculated as follows:

[00159] Here, w is a weighting factor. In some embodiments, w can be empirically set to 4.

MV and MV S indicate the current MV and the starting MV, respectively. SAD may still be used as the matching cost of template matching at sub-CU level search.

[00160] In FRUC mode, MV is derived by using luma samples only. The derived motion will be used for both luma and chroma for MC inter prediction. After MV is decided, final MC is performed using 8-taps interpolation filter for luma and 4-taps interpolation filter for chroma.

[00161] MV refinement is a pattern based MV search with the criterion of bilateral matching cost or template matching cost. In the JEM, two search patterns are supported - an unrestricted center-biased diamond search (UCBDS) and an adaptive cross search for MV refinement at the CU level and sub-CU level, respectively. For both CU and sub-CU level MV refinement, the MV is directly searched at quarter luma sample MV accuracy, and this is followed by one -eighth luma sample MV refinement. The search range of MV refinement for the CU and sub-CU step are set equal to 8 luma samples.

[00162] In the bilateral matching merge mode, bi-prediction is applied because the motion information of a CU is derived based on the closest match between two blocks along the motion trajectory of the current CU in two different reference pictures. In the template matching merge mode, the encoder can choose among uni -prediction from listO, uni-prediction from listl, or bi prediction for a CU. The selection ca be based on a template matching cost as follows:

[00163] If costBi <= factor * min (costO, costl)

[00164] bi -prediction is used;

[00165] Otherwise, if costO <= costl

[00166] uni-prediction from listO is used;

[00167] Otherwise,

[00168] uni-prediction from listl is used;

[00169] Here, costO is the SAD of listO template matching, costl is the SAD of listl template matching and costBi is the SAD of bi -prediction template matching. For example, when the value of factor is equal to 1.25, it means that the selection process is biased toward bi -prediction. The inter prediction direction selection can be applied to the CU-level template matching process.

2.8 Examples of bi-directional optical flow (BIO)

[00170] In BIO, motion compensation is first performed to generate the first predictions (in each prediction direction) of the current block. The first predictions are used to derive the spatial gradient, the temporal gradient and the optical flow of each sub-block/pixel within the block, which are then used to generate the second prediction, e.g., the final prediction of the sub- block/pixel. The details are described as follows.

[00171] The bi-directional optical flow (BIO) method is a sample -wise motion refinement performed on top of block- wise motion compensation for bi -prediction. In some

implementations, the sample -level motion refinement does not use signaling.

[00172] Let l ,k> be the luma value from reference k (k= 0, 1) after block motion compensation, and denote dI (k J dx and dI (k J dy as the horizontal and vertical components of the I lkl gradient, respectively. Assuming the optical flow is valid, the motion vector field ( v x , v y ) is given by:

[00173] dl^/di+v x dl^/dx+v y dl^/dy = 0. Eq. (5)

[00174] Combining this optical flow equation with Hermite interpolation for the motion trajectory of each sample results in a unique third-order polynomial that matches both the function values I (k) and derivatives dI (k J dx and dI (k J dy at the ends. The value of this polynomial at t=0 is the BIO prediction:

[00175] pre4 IO =l/ -(^ +v x /2-(r 1 dfi /dc-T 0 d^ /dcj+V y jl-^dfi /dy-T 0 ^ /dyj). Eq. (6)

[00176] FIG. 21 shows an example optical flow trajectory in the Bi-directional Optical flow (BIO) method. Here, t 0 and t 1 denote the distances to the reference frames. Distances t 0 and t 1 are calculated based on POC for Refo and Refi: To=POC(current) - POC(Refo), ti= POC(Refi) - POC(current). If both predictions come from the same time direction (either both from the past or both from the future) then the signs are different (e.g., t 0 t c < 0). In this case, BIO is applied if the prediction is not from the same time moment (e.g., t 0 ¹ t c ) . Both referenced regions have non-zero motion (e.g., MVx 0 MVy 0 MVx 1 MVy 1 ¹ 0 ) and the block motion vectors are proportional to the time distance (e.g., MVx o / MVx = MVy o / MVy = - T »A ).

[00177] The motion vector field ( v x , v y ) is determined by minimizing the difference D between values in points A and B. FIGS. 9A-9B show an example of intersection of motion trajectory and reference frame planes. Model uses only first linear term of a local Taylor expansion for D:

[00178] A = (l^ - o + n c (t 1 dI^ /dx+T Q dI / dx^+V y dl^ /dy + T Q dI^° dy Eq. (7)

[00179] All values in the above equation depend on the sample location, denoted as (i' ). Assuming the motion is consistent in the local surrounding area, D can be minimized inside the (2M+l)x(2M+l) square window W centered on the currently predicted point (i ), where M is equal to 2:

[00181] For this optimization problem, the JEM uses a simplified approach making first a minimization in the vertical direction and then in the horizontal direction. This results in the following:

[00186] In order to avoid division by zero or a very small value, regularization parameters r and m can be introduced in Eq. (9) and Eq. (10), where:

[00187] r = 500 4 d_8 Eq. (12)

[00188] m - 700 4 d~8 Eq. (13)

[00189] Here, d is bit depth of the video samples.

[00190] In order to keep the memory access for BIO the same as for regular bi-predictive motion compensation, all prediction and gradients values, , dl (ki / dy, are calculated for positions inside the current block. FIG. 22A shows an example of access positions outside of a block 2200. As shown in FIG. 22A, in Eq. (9), (2M+l)x(2M+l) square window W centered in currently predicted point on a boundary of predicted block needs to accesses positions outside of the block. In the JEM, values of I^ k dl^/ dx , dl^ k) /dy outside of the block are set to be equal to the nearest available value inside the block. For example, this can be implemented as a padding area 2201, as shown in FIG. 22B.

[00191] With BIO, it is possible that the motion field can be refined for each sample. To reduce the computational complexity, a block-based design of BIO is used in the JEM. The motion refinement can be calculated based on a 4x4 block. In the block-based BIO, the values of s n in Eq. (9) of all samples in a 4x4 block can be aggregated, and then the aggregated values of s n in are used to derived BIO motion vectors offset for the 4x4 block. More specifically, the following formula can used for block-based BIO derivation:

[00193] Here, b k denotes the set of samples belonging to the k-th 4x4 block of the predicted block. S n in Eq (9) and Eq (10) are replaced by (( s n,bk ) >> 4 ) to derive the associated motion vector offsets.

[00194] In some scenarios, MV regiment of BIO may be unreliable due to noise or irregular motion. Therefore, in BIO, the magnitude of MV regiment is clipped to a threshold value. The threshold value is determined based on whether the reference pictures of the current picture are all from one direction. For example, if all the reference pictures of the current picture are from one direction, the value of the threshold is set to 12 c 2 14_d ; otherwise, it is set to 12 c 2 13-d .

[00195] Gradients for BIO can be calculated at the same time with motion compensation interpolation using operations consistent with HEVC motion compensation process (e.g., 2D separable Finite Impulse Response (FIR)). In some embodiments, the input for the 2D separable FIR is the same reference frame sample as for motion compensation process and fractional position (fracX,fracY) according to the fractional part of block motion vector. For horizontal gradient dl/ dx, a signal is first interpolated vertically using BlOfilterS corresponding to the fractional position fracY with de-scaling shift d— 8. Gradient filter BIOfilterG is then applied in horizontal direction corresponding to the fractional position fracX with de-scaling shift by 18—d. For vertical gradient dl/dy, a gradient filter is applied vertically using BIOfilterG corresponding to the fractional position fracY with de-scaling shift d 8. The signal displacement is then performed using BlOfilterS in horizontal direction corresponding to the fractional position fracX with de-scaling shift by 18—d. The length of interpolation filter for gradients calculation

BIOfilterG and signal displacement BIOfilterF can be shorter (e.g., 6-tap) in order to maintain reasonable complexity. Table 1 shows example filters that can be used for gradients calculation of different fractional positions of block motion vector in BIO. Table 2 shows example interpolation filters that can be used for prediction signal generation in BIO.

[00196] In the JEM, BIO can be applied to all bi-predicted blocks when the two predictions are from different reference pictures. When Local Illumination Compensation (LIC) is enabled for a CU, BIO can be disabled.

[00197] In some embodiments, OBMC is applied for a block after normal MC process. To reduce the computational complexity, BIO may not be applied during the OBMC process. This means that BIO is applied in the MC process for a block when using its own MV and is not applied in the MC process when the MV of a neighboring block is used during the OBMC process.

2.9 Examples of decoder-side motion vector refinement (DMVR)

[00198] In a bi-prediction operation, for the prediction of one block region, two prediction blocks, formed using a motion vector (MV) of listO and a MV of list 1, respectively, are combined to form a single prediction signal. In the decoder-side motion vector refinement (DMVR) method, the two motion vectors of the bi-prediction are further refined by a bilateral template matching process. The bilateral template matching applied in the decoder to perform a distortion-based search between a bilateral template and the reconstruction samples in the reference pictures in order to obtain a refined MV without transmission of additional motion information.

[00199] In DMVR, a bilateral template is generated as the weighted combination (i.e.

average) of the two prediction blocks, from the initial MV0 of listO and MV1 of list 1, respectively, as shown in FIG. 23. The template matching operation consists of calculating cost measures between the generated template and the sample region (around the initial prediction block) in the reference picture. For each of the two reference pictures, the MV that yields the minimum template cost is considered as the updated MV of that list to replace the original one. In the JEM, nine MV candidates are searched for each list. The nine MV candidates include the original MV and 8 surrounding MVs with one luma sample offset to the original MV in either the horizontal or vertical direction, or both. Finally, the two new MVs, i.e., MV0' and MV1' as shown in FIG. 23, are used for generating the final bi-prediction results. A sum of absolute differences (SAD) is used as the cost measure.

[00200] DMVR is applied for the merge mode of bi-prediction with one MV from a reference picture in the past and another from a reference picture in the future, without the transmission of additional syntax elements. In the JEM, when LIC, affine motion, FRUC, or sub-CU merge candidate is enabled for a CU, DMVR is not applied.

3. Examples of CABAC modifications

[00201] In the JEM, CABAC contains the following three major changes compared to the design in HE VC:

[00202] • Modified context modeling for transform coefficients

[00203] • Multi-hypothesis probability estimation with context-dependent updating speed

[00204] · Adaptive initialization for context models

3.1 Examples of context modeling for transform coefficients

[00205] In HEVC, transform coefficients of a coding block are coded using non-overlapped coefficient groups (CGs), and each CG contains the coefficients of a 4x4 block of a coding block. The CGs inside a coding block, and the transform coefficients within a CG, are coded according to pre -defined scan orders. The coding of transform coefficient levels of a CG with at least one non-zero transform coefficient may be separated into multiple scan passes. In the first pass, the first bin (denoted by binO, also referred as significant _coeff_Jlag, which indicates the magnitude of the coefficient is larger than 0) is coded. Next, two scan passes for context coding the second/third bins (denoted by binl and bin2, respectively, also referred as

coeff_abs_greaterl _Jlag and coeff_abs_greater2Jlag) may be applied. Finally, two more scan passes for coding the sign information and the remaining values (also referred as

coeff_abs_level_remaining ) of coefficient levels are invoked, if necessary. Only bins in the first three scan passes are coded in a regular mode and those bins are termed regular bins in the following descriptions.

[00206] In the JEM, the context modeling for regular bins is changed. When coding bin i in the /-th scan pass (i being 0, 1 , 2), the context index is dependent on the values of the /-th bins of previously coded coefficients in the neighbourhood covered by a local template. Specifically, the context index is determined based on the sum of the i-th bins of neighbouring coefficients.

[00207] As shown in FIG. 24, the local template contains up to five spatial neighbouring transform coefficients wherein x indicates the position of current transform coefficient and xi (i being 0 to 4) indicates its five neighbours. To capture the characteristics of transform coefficients at different frequencies, one coding block may be split into up to three regions and the splitting method is fixed regardless of the coding block sizes. For example, when coding binO of luma transform coefficients, as depicted in FIG. 24, one coding block is split into three regions marked with different colours, and the context index assigned to each region is listed. Fuma and chroma components are treated in a similar way but with separate sets of context models. Moreover, the context model selection for binO (e.g., significant flags) of the luma component is further dependent on transform size.

3.2 Examples of multi-hypothesis probability estimation

[00208] The binary arithmetic coder is applied with a“multi-hypothesis” probability update model based on two probability estimates Po and Pi that are associated with each context model and are updated independently with different adaptation rates as follows:

[00210] Here, 1) represent the probabilities before and after decoding a bin, respectively. The variable M, (being 4, 5, 6, 7) is a parameter which controls the probability updating speed for the context model with index equal to i; and k represents the precision of probabilities (here it is equal to 15).

[00211] The probability estimate P used for the interval subdivision in the binary arithmetic coder is the average of the estimates from the two hypotheses:

[00213] In the JEM, the value of the parameter M, used in Equation (15) that controls the probability updating speed for each context model is assigned as follows:

[00214] At the encoder side, the coded bins associated with each context model are recorded. After one slice is coded, for each context model with index equal to i, the rate costs of using different values of M, (being 4, 5, 6, 7) are calculated and the one that provides the minimum rate cost is selected. For simplicity, this selection process is performed only when a new combination of slice type and slice -level quantization parameter are encountered.

[00215] A l-bit flag is signalled for each context model i to indicate whether M, is different from the default value 4. When the flag is 1, two bits are used to indicate whether M, is equal to 5, 6, or 7.

3.3 Examples of initialization for context models

[00216] Instead of using fixed tables for context model initialization in HEVC, the initial probability states of context models for inter-coded slices can be initialized by copying states from previously coded pictures. More specifically, after coding a centrally-located CTU of each picture, the probability states of all context models are stored for potential use as the initial states of the corresponding context models on later pictures. In the JEM, the set of initial states for each inter-coded slice is copied from the stored states of a previously coded picture that has the same slice type and the same slice -level QP as the current slice. This lacks loss robustness, but is used in the current JEM scheme for coding efficiency experiment purposes.

4. Examples of related embodiments and methods

[00217] Methods related to the disclosed technology include extended LAMVR, wherein supported motion vector resolutions range from l/4-pel to 4-pel (l/4-pel, l/2-pel, l-pel, 2-pel and 4-pel). Information about the motion vector resolution is signaled at the CU level when MVD information is signaled.

[00218] Depending on the resolution of CU, both motion vector (MV) and motion vector predictor (MVP) of the CU are adjusted. If applied motion vector resolution is denoted as R (R could be ¼, ½, 1, 2, 4), MV (MV X , MV y ) and MVP (MVP X , MVP y ) are represented as follows:

[00219] (MV X , MV y ) = (Round(MV x / (R * 4)) * (R * 4), Round(MV y / (R * 4)) * (R * 4))

[00220] (MVP* MVP y ) = (Round(MVP x / (R * 4)) * (R * 4), Round(MVP y / (R * 4)) * (R * 4))

[00221] Since the motion vector predictor and MV are both adjusted by an adaptive resolution, MVD (MVD X , MVD y ) is also aligned to the resolution and, is signaled according to the resolution as follows:

[00222] (MVD X , MVD y ) = ((MV X - MVP X ) / (R * 4), (MV y - MVP y ) /R * 4))

[00223] In this proposal, motion vector resolution index (MVR index) indicates MVP index as well as the motion vector resolution. As result, the proposed method has no MVP index signaling. The table shows what each value of MVR index represents.

Table 3: Examples of MVR index representation

[00224] In the case of bi -prediction, AMVR has 3 modes for every resolution. AMVR Bi- Index indicates whether MVD X , MVD y of each reference list (list 0 or list 1) are signaled or not. An example of the AMVR Bi-Index is defined as in the table below.

Table 4: Examples of the AMVR bi-index

5. Drawbacks of existing implementations

[00225] In one existing implementation that uses BIO, the calculated MV between reference block/subblock in list 0 (denoted by refblkO) and reference block/subblock list 1 (refblkl), denoted by (v x , v y ), is only used for motion compensation of the current block/subblock, and are not used for motion prediction, deblocking, OBMC etc. of future coded blocks, which may be inefficient. For example, (v x , v y ) may be generated for each sub-block/pixel of the block, and Eq. (7) may be used to generate the second prediction of the sub-block/pixel. However, (v x , v y ) is not used for motion compensation of the sub-block/pixel, which may also be inefficient.

[00226] In another existing implementation that uses both DMVR and BIO for a bi-predicted PU, firstly, DMVR is performed. After that, motion information of the PU is updated. Then, BIO is performed with the updated motion information. That is to say, the input of BIO depends on the output of DMVR.

[00227] In yet another existing implementation that uses OBMC, for AMVP mode, whether OBMC is enabled or not is decided at encoder and signaled to decoder for small blocks (width * height <= 256). This increases the encoder complexity. Meanwhile, for a given block/subblock, when OBMC is enabled, it is always applied to both luma and chroma, this may leads to coding efficiency drop.

[00228] In yet another existing implementation that uses AF_INTER mode, MVD is required to be coded, however, it can only be encoded in 1/4 pel precision, which may be inefficient.

6. Example methods for two-step inter-prediction for visual media coding

[00229] Embodiments of the presently disclosed technology overcome the drawbacks of existing implementations, and provide additional solutions, thereby providing video coding with higher coding efficiencies. The two-step inter-prediction, based on the disclosed technology, may enhance both existing and future video coding standards, is elucidated in the following examples described for various implementations. The examples of the disclosed technology provided below explain general concepts, and are not meant to be interpreted as limiting. In an example, unless explicitly indicated to the contrary, the various features described in these examples may be combined.

[00230] With regard to terminology, the reference picture of current picture from list 0 and list 1 is denoted RefO and Refl, respectively. Denote T O =POC (current) - POC(RefO), ti= POC(Refl) - POC(current), and denote reference block of the current block from RefO and Refl by refblkO and refblkl respectively. For a sub-block in current block, original MV of its corresponding sub block in refblkO pointing to refblkl is denoted by (v x , v y ). MVs of the sub-block in RefO and Refl are denoted by (mvL0 x , mvL0 y ) and (mvLl x , mvLl y ) respectively. Derived MVs derived from the original MVs in BIO are denoted by (v x , v y ). The updated motion vector based methods for motion prediction may be extended, as described in this patent document, to existing and future video coding standards.

[00231] Example 1. MV (v x , v y ) and MV (mvLl x , mvLl y ), with X = 0 or 1 , should be scaled to the same precision before the adding operation, such as before performing the techniques in Example 1(e) and/or Example 2.

[00232] (a) In one example, the target precision (to be scaled to) is set to be the higher (for better performance)/lower precision (for lower complexity) between MV (v x , v y ) and MV (mvLX x , mvLX y ). Alternatively, the target precision (to be scaled to) is set to be a fixed value (e.g., 1/32 pel precision) regardless the precisions of these two MVs.

[00233] (b) In one example, the original MV (mvLX x , mvLX y ) may be scaled to a higher precision before the adding operation, for example, it may be scaled from 1/4 pel precision to 1/16 pel precision. In this case, mvLX x = sign(mvLX x ) * (abs(mvLX x ) << N), mvLX y = sign(mvLX y ) * (abs(mvLX y ) << N), wherein function sign(· ) returns the sign of an input parameter (shown below), and function abs(·) returns absolute value of an input parameter, and N = log2(curr_mv_precision/targ_mv_precision), and curr_mv_precision and targ_mv_precision are the current MV precision and target MV precision respectively. For example, if MV is scaled from 1/4 pel precision to 1/16 pel precision, then N = log2((l/4) / (1/16)) = 2.

[00235] (i) Alternatively, mvLX x = mvLX x << N, mvLX y = mvLX y << N.

[00236] (ii) Alternatively, mvLX x = mvLX x << (N + K), mvLX y = mvLX y << (N +

K).

[00237] (iii) Alternatively, mvLX x = sign(mvLX x ) * (abs(mvLX x ) << (N + K)), mvLX y = sign(mvLX y ) * (abs(mvLX y ) << (N + K)).

[00238] (iv) Similarly, if MV (v x , v y ) needs to be scaled to a lower precision, the scaling process as specified in Example 1(d) may be applicable.

[00239] (c) In one example, if the precision of MV (v x , v y ) is lower/higher than the precision of MV (mvLX x , mvLX y ), MV (v x , v y ) should be scaled to finer/coarser precision. For example, (mvLX x , mvLX y ) is with 1/16 pel precision, then (v x , v y ) is also scaled to 1/16 pel precision.

[00240] (d) If (v x , v y ) needs to be right-shifted (i.e., scaled to a lower precision) by N to achieve the same precision with (mvLX x , mvLX y ), then v x = (v x + offset) >> N, v y = (v y + offset) >> N, wherein, for example, offset = 1 << (N - 1).

[00241] (i) Alternatively, v x = sign(v x ) * ((abs(v x ) + offset) >> N), v y = sign(v y ) * ((abs(V y ) + offset) >> N).

[00242] (ii) Similarly, if MV mvLX x , mvLX y ) needs to be scaled to a higher precision, the above scaling process as specified in Example 1(b) may be applicable.

[00243] (e) In one example, it is proposed that the MV (v x , v y ) derived in BIO is scaled and added up to the original MV (mvLX x , mvLX y ) (X = 0 or 1 ) of current block/subblock. The updated MV is calculated as: mvL0’ x = -v x * (to/(t 0 + ti)) + mvL0 x , mvL0’ y = -v y * (to/(t 0 + ti)) + mvL0 y , and mvLl’ x = v x * (ti/(t 0 + ti)) + mvLl x , mvLl’ y = v y * (ti/(t 0 + ti)) + mvLl y .

[00244] (i) In one example, the updated MV is used for future motion prediction

(like in AMVP, merge and affine mode), deblocking, OBMC etc.

[00245] (ii) Alternatively, the updated MV can only be used in motion prediction of its non-immediately following CU/PUs in decoding order.

[00246] (iii) Alternatively, the updated MV can only be used as TMVP in AMVP, merge or affine mode.

[00247] (f) If (v x , v y ) needs to be right-shifted (i.e., scaled to a lower precision) by N to achieve the same precision with (mvLX x , mvLX y ), then v x = (v x + offset) >> (N + K), v y = (v y + offset) >> (N + K), wherein, for example, offset = 1 << (N + K - l). K is an integer number, for example, K is equal to 1, 2, 3, -2, -1 or 0.

[00248] (i) Alternatively, v x = sign(v x ) * ((abs(v x ) + offset) >> (N + K)), v y = sign(v y ) * ((abs(v y ) + offset) >> (N + K)), wherein, for example, offset = 1 << (N + K - 1).

[00249] Example 2. Instead of considering POC distances (e.g., in the computation of to and Ti as described above), the scaling method of MVs invoked in BIO process may be simplified.

[00250] (a) mvL0’ x = -v x / So + mvL0 x , mvL0’ y = -v y / So + mvL0 y , and/or mvLl’ x = v x /

Si + mvLl x , mvLl’ y = v y / Si + mvLl y . In one example, So and/or Si is set to 2. In one example, it is invoked under certain conditions, such as to > 0 and ti > 0.

[00251] (i) Alternatively, offsets may be added during division process. For example, mvL0’ x = (-v x +offset0) / So + mvL0 x , mvL0’ y = -(v y + offsetO) / So + mvL0 y , and/or mvLl’ x = (v x + offsetl) / Si + mvLl x , mvLl’ y = (v y + offsetl) / Si + mvLl y . in one example, offsetO is set to So/2 and offsetl is set to Si/2.

[00252] (ii) In one example, mvL0’ x = ((-v x + l)>>l) + mvL0 x , mvL0’ y = (-(v y +

1) »l) + mvLO y , and/or mvLl’ x = ((v x + 1) >> l) + mvLl x , mvLl’ y = ((v y + l)>>l)+ mvLl y.

[00253] (b) mvL0’ x = - SFo * v x + mvL0 x , mvL0’ y = -v y * SFo + mvL0 y , and/or mvLl’ x = - SFi* v x + mvLl x , mvLl’ y = - SFi*v y + mvLl y . In one example, SFo is set to 2, and/or SFi is set to 1. In one example, it is invoked under certain conditions, such as to > 0 and T I < 0 and to > |xi | as shown in FIG. 25(b).

[00254] (c) mvLO’ x = SFACTo*v x + mvL0 x , mvL0’ y = SFACTo*v y + mvL0 y , and/or mvLl’ x = SFACTi *v x + mvLl x , mvLl’ y = SFACTi * v y + mvLl y . In one example, SFACTois set to 1, and/or SFACT i is set to 2. In one example, it is invoked under certain conditions, such as to > 0 and T I < 0 and T O < |T I | as shown in FIG. 25(c).

[00255] Example 3. Derivation of (v x , v y ) and update of (mvLX x , mvLX y ) may be done together when T O > 0 and Ti > 0 to keep high precision.

[00256] (a) In one example, if (v x , v y ) needs to be right-shifted (i.e., scaled to a lower precision) by N to achieve the same precision with (mvLX x , mvLX y ), then mvLO’ x = ((-v x + offset) >> (N + 1)) + mvLO x , mvL0’ y = ((-v y + offset) >> (N + 1)) + mvL0 y , mvLl’ x = ((v x + offset) >> (N + 1)) + mvLl x , mvLl’ y = ((v y + offset) >> (N + 1)) + mvLl y , wherein, for example, offset = 1 << N.

[00257] (b) In one example, if (v x , v y ) needs to be right-shifted (i.e., scaled to a lower precision) by N to achieve the same precision with (mvLX x , mvLX y ), mvLO’ x = ((-v x + offset) >> (N + K + 1 )) + mvLO x , mvL0’ y = ((-v y + offset) >> (N + K + l)) + mvL0 y , mvLl’ x = ((v x + offset) >> (N + K + 1)) + mvLl x , mvLl’ y = ((v y + offset) >> (N + K + 1)) + mvLl y , wherein, for example, offset = 1 << (N + K). K is an integer number, for example, K is equal to 1, 2, 3, -2, -1 or 0.

[00258] (c) Alternatively, mvLO’ x = -sign(v x ) * ((abs(v x ) + offset) >> (N + 1)) + mvL0 x , mvL0’ y = -sign(v y ) * ((abs(v y ) + offset) >> (N + 1)) + mvL0 y , mvLl’ x = sign(v x ) * ((abs(v x ) + offset) >> (N + 1)) + mvLl x , mvLl’ y = sign(v y ) * ((abs(v y ) + offset) >> (N + 1)) + mvLl y .

[00259] (d) Alternatively, mvLO’ x = -sign(v x ) * ((abs(v x ) + offset) >> (N + K+ 1)) + mvLO x , mvL0’ y = -sign(v y ) * ((abs(v y ) + offset) >> (N + K + l)) + mvL0 y , mvLl’ x = sign(v x ) * ((abs(V x ) + offset) >> (N + K + l)) + mvLl x , mvLl’ y = sign(v y ) * ((abs(v y ) + offset) >> (N + K + 1)) + mvLl y , wherein, for example, offset = 1 << (N + K). K is an integer number, for example, K is equal to 1, 2, 3, -2, -1 or 0.

[00260] Example 4. Clipping operations may be further applied to the updated MVs employed in BIO and/or DMVR or other kinds of coding methods that may require MVs to be updated.

[00261] (a) In one example, updated MVs are clipped in the same way other conventional MVs, e.g., clipped to be within a certain range compared to picture boundaries.

[00262] (b) Alternatively, updated MVs are clipped to be within a certain range (or multiple ranges for different sub-blocks) compared to the MVs used in MC process. That is, the differences between the MV used in MC and updated MVs are clipped to be within a certain range (or multiple ranges for different sub-blocks).

[00263] Example 5. Usage of the updated MV invoked in BIO and/or other kinds of coding methods that may require MVs to be updated may be constrained.

[00264] (a) In one example, the updated MV is used for future motion prediction (like in

AMVP, merge and/or affine mode), deblocking, OBMC etc. Alternatively, updated MVs may be used for a first module but original MVs may be used for a second module. For example, the first module is motion prediction, and the second module is deblocking.

[00265] (i) In one example, future motion prediction refers to motion prediction in blocks to be coded/decoded after the current block in the current picture or slice.

[00266] (ii) Alternatively, future motion prediction refers to motion prediction in pictures or slices to be coded/decoded after the current picture or slice.

[00267] (b) Alternatively, the updated MV can only be used in motion prediction of its non-immediately following CU/PUs in decoding order.

[00268] (c) The updated MV shall not be used in motion prediction of its next CU/PUs in decoding order.

[00269] (d) Alternatively, the updated MV can only be used as predictors for coding subsequent pictures/tiles/slices, such as TMVP in AMVP, and/or merge and/or affine mode.

[00270] (e) Alternatively, the updated MV can only be used as predictors for coding subsequent pictures/tiles/slices, such as ATMVP and/or STMVP, etc. al.

[00271] Example 6. In one example, a two-step inter-prediction process is proposed wherein the first step is performed to generate some intermediate predictions (first predictions) based on the signaled/derived motion information associated with the current block and the second step is performed to derive final predictions of the current block (second predictions) based on updated motion information which may rely on the intermediate predictions.

[00272] (a) In one example, the BIO procedure (i.e., using signaled/derived motion information which is used to generate the first predictions and the spatial gradient, the temporal gradient and the optical flow of each sub-bloc k/pixel within the block) is only used to derive the updated MV as specified in Example 1 (and Eq. (7) is not applied to generate the second prediction), and the updated MV is then used to perform motion compensation and generate the second prediction (i.e., the final prediction) of each sub-block/pixel within the block.

[00273] (b) In one example, different interpolation filters from those used for inter-coded blocks which are not coded with such a method may be used in the first or/and the second steps to reduce the memory bandwidth.

[00274] (i) In one example, shorter-tap filters (like 6-tap filters, 4-tap filters or bilinear filters) may be used.

[00275] (ii) Alternatively, the filters (such as filter taps, filter coefficients) utilized in the first/second steps may be pre-defined.

[00276] (iii) Alternatively, furthermore, the selected filter tap for the first and/or second step may depend on coded information, such as block sizes/block shapes (square, non square, etc. al)/slice types/prediction directions (uni or bi-prediction or multiple -hypothesis, forward or backward).

[00277] (iv) Alternatively, furthermore, different block may choose different filters for the first/second steps. In one example, one or more candidate sets of multiple filters may be pre-defined or signaled. A block may select from the candidate sets. The selected filter may be indicated by a signaled index or may be derived on-the-fly without being signaled.

[00278] (c) In one example, only integer MV are used when generating the first predictions and interpolation filter process is not applied in the first step.

[00279] (i) In one example, a fractional MV is rounded to the closest integer MV.

[00280] (1) If there is more than one closest integer MV, the fractional MV is rounded to the smaller closest integer MV.

[00281] (2) If there is more than one closest integer MV, the fractional MV is rounded to the larger closest integer MV.

[00282] (3) If there is more than one closest integer MV, the fractional MV is rounded to the closest MV closer to zero.

[00283] (ii) In one example, the fractional MV is rounded to the closest integer

MV that is no smaller than the fractional MV.

[00284] (iii) In one example, the fractional MV is rounded to the closest integer

MV that is no larger than the fractional MV. [00285] (d) Usage of such a method may be signaled in SPS, PPS, Slice header, CTUs or

CUs or group of CTUs.

[00286] (e) Usage of such a method may further depend on coded information, such as block sizes/block shapes (square, non-square, etc. al)/slice types/prediction directions (uni or bi prediction or multiple-hypothesis, forward or backward).

[00287] (i) In one example, such a method may be automatically disallowed under certain conditions, for example, it may be disabled when the current block is coded with the affine mode.

[00288] (ii) In one example, such a method may be automatically applied under certain conditions, such as when the block is coded with bi-prediction and block size is larger than a threshold (e.g., more than 16 samples).

[00289] Example 7. In one example, it is proposed that before calculating the temporal gradient in BIO, a reference block (or a prediction block) may be modified firstly, and the calculation of temporal gradient is based on the modified reference block.

[00290] (a) In one example, mean is removed for all reference blocks.

[00291] (i) For example, for reference block X with X = 0 or 1 , first, mean

(denoted by MeanX) is calculated for the block, then each pixel in the reference block is subtracted by MeanX.

[00292] (ii) Alternatively, for different reference picture list, it may decide whether to remove the mean or not. For example, for one reference block/sub-block, mean is removed before calculating temporal gradients, while for another one, mean is not removed.

[00293] (iii) Alternatively, different reference blocks (e.g., 3 or 4 reference blocks utilized in multiple hypothesis prediction) may select whether to be modified firstly or not.

[00294] (b) In one example, mean is defined as the average of selected samples in the reference block.

[00295] (c) In one example, all pixels in a reference block X or a sub-block of the reference block X are used to calculate MeanX.

[00296] (d) In one example, only partial pixels in a reference block X or a sub-block of the reference block are used to calculate MeanX. For example, only pixels in every second row/column are used.

[00297] (i) Alternatively, and in an example, only pixels in every fourth row/column are used to calculate MeanX.

[00298] (ii) Alternatively, only four comer pixels are used to calculate MeanX.

[00299] (iii) Alternatively, only four comer pixels and the center pixel, for example, pixel at position (W/2, H/2) wherein WxH is the reference block size, are used to calculate MeanX.

[00300] (e) In one example, reference blocks may be firstly filtered before being used to derive temporal gradients.

[00301] (i) In one example, smooth filtering methods may be first applied to reference blocks.

[00302] (ii) In one example, the pixels at block boundaries are first filtered.

[00303] (iii) In one example, Overlapped Block Motion Compensation (OBMC) is first applied before deriving temporal gradients.

[00304] (iv) In one example, Illumination Compensation (IC) is first applied before deriving temporal gradients.

[00305] (v) In one example, weighted prediction is first applied before deriving temporal gradients.

[00306] (f) In one example, temporal gradient is calculated first and then is modified. For example, temporal gradient is further subtracted by the difference between MeanO and Meanl .

[00307] Example 8. In one example, whether to update MV for BIO coded blocks and/or use updated MV for future motion prediction and/or how to use updated MV for future motion prediction may be signaled from the encoder to the decoder, such as in Video Parameter Set (VPS), Sequence Parameter Set (SPS), Picture Parameter Set (PPS), Slice header, CTUs or CUs.

[00308] Example 9. In one example, it is proposed to add a constraint to motion vectors utilized in the BIO process.

[00309] (a) In one example, (v x , v y ) are constrained to given ranges, -M x < v x < N x , and/or

-M y < v y < N y , wherein M x , N x , M y , N y are none-negative integers, and may be equal to 32, for example.

[00310] (b) In one example, updated MVs of a BIO-coded sub-block/a BIO-coded block are constrained to given ranges, such as -MLO X < mvL0’ x < NLO X and/or -MLI X < mvLl’ x < NLI x , - MLOy < mvLO’y < NLOy and/or -Mu y < mvLl’ y < Nu y , wherein MLO x , NLO x , MLI x , NLI x , Muy,

Ni Dy , Mu y , Nu y are none-negative integers, and may be equal to 1024, 2048 and so on, for example.

[00311] Example 10. It is proposed that for BIO, DMVR, FRUC, template matching or other methods that require to update MV (or motion information including MV and/or reference pictures) from those derived from the bitstream, usage of the updated motion information may be constrained.

[00312] (a) In one example, even if motion information is updated at block level, updated and non-updated motion information may be stored differently for different subblocks. In one example, the updated motion information of some subblocks may be stored and for the other remaining subblocks, the non-updated motion information are stored.

[00313] (b) In one example, if MV (or motion information) is updated at subblock/block level, the updated MV are only stored for inner subblocks, i.e., subblocks that are not at PU/CU/CTU boundary, and are then used for motion prediction, deblocking, OBMC etc. as shown in FIGS. 26A and 26B. Alternatively, the updated MV are only stored for boundary subblocks.

[00314] (c) In one example, the updated motion information from a neighbouring block is not used if the neighbouring block and the current block are not in the same CTU or the same region with a size such as 64x64 or 32x32.

[00315] (i) In one example, a neighbouring block is treated as“unavailable” if the neighbouring block and the current block are not in the same CTU or the same region with a size such as 64x64 or 32x32.

[00316] (ii) Alternatively, the motion information without the updating process is used by the current block if the neighbouring block and the current block are not in the same CTU or the same region with a size such as 64x64 or 32x32.

[00317] (d) In one example, the updated MVs from a neighbouring block are not used if the neighbouring block and the current block are not in the same CTU row or the same row of regions with a size such as 64x64 or 32x32.

[00318] (i) In one example, a neighbouring block is treated as“unavailable” if the neighbouring block and the current block are not in the same CTU row or the same row of regions with a size such as 64x64 or 32x32.

[00319] (ii) Alternatively, the motion information without the updating process is used by the current block if the neighbouring block and the current block are not in the same CTU row or the same row of regions with a size such as 64x64 or 32x32.

[00320] (e) In one example, the motion information of a block is not updated if the bottom-most row of the block is the bottom-most row of a CTU or a region of a size such as 64x64 or 32x32.

[00321] (f) In one example, the motion information of a block is not updated if the right most column of the block is the right-most column of a CTU or a region of a size such as 64x64 or 32x32.

[00322] (g) In one example, refined motion information from some neighboring CTU or region are used for the current CTU, and unrefined motion information from other neighboring CTU or regions are used for the current CTU.

[00323] (i) In one example, refined motion information from left CTU or left region are used for current CTU.

[00324] (ii) Alternatively, in addition, refined motion information from top-left

CTU or top-left region are used for current CTU.

[00325] (iii) Alternatively, in addition, refined motion information from top CTU or top region are used for current CTU.

[00326] (iv) Alternatively, in addition, refined motion information from top-right

CTU or top-right region are used for current CTU.

[00327] (v) In one example, region is of size such as 64x64 or 32x32.

[00328] Example 11. In one example, it is proposed that different MVD precisions maybe used in AF_INTER mode and a syntax element may be signaled to indicate the MVD precision for each block/CU/PU.

[00329] (a) In one example, { 1/4, 1 , 4} pel MVD precision are allowed.

[00330] (b) In one example, { 1/4, 1/2, 1, 2, 4} pel MVD precision are allowed.

[00331] (c) In one example, { 1/16, 1/8, 1/4} pel MVD precision are allowed.

[00332] (d) The syntax element is present under further conditions, such as when there is non-zero MVD component of the block/CU/PU.

[00333] (e) In one example, the MVD precision information is always signaled regardless whether there is any non-zero MVD component or not.

[00334] (f) Alternatively, for 4/6-paramter AF_INTER mode wherein 2/3 MVDs are encoded, different MVD precisions may be used for the 2/3 MVDs, (1 MVD for each control point in uni -prediction and 2 MVDs for each control point in bi-prediction, i.e., 1 MVD for each control point in each prediction direction), and the 2/3 control points are associated with different MVD precisions. In this case, furthermore, 2/3 syntax elements may be signaled to indicate the MVD precisions.

[00335] (g) In one example, the methods described in PCT/CN2018/091792 may be used for coding the MVD precisions in AF_INTER mode.

[00336] Example 12. In one example, it is proposed that different Decoder-side Motion Vector Derivation (DMVD) methods like BIO, DMVR, FRUC and template matching etc. work independently if more than one DMVD methods are performed for a block (e.g., PU), i.e., the input of a DMVD method does not depend on the output of another DMVD method.

[00337] (a) In one example, furthermore, one prediction block and/or one set of updated motion information (e.g., motion vector and reference picture for each prediction direction) are generated from the multiple sets of motion information derived by the multiple DMVD methods.

[00338] (b) In one example, motion compensation is performed using the derived motion information of each DMVD method, and they are averaged or weighted averaged or filtered (like by median filter) to generate the final prediction.

[00339] (c) In one example, the derived motion information of all DMVD methods are averaged or weighted averaged or filtered (like by median filter) to generate the final motion information. Alternatively, different priorities are assigned to different DMVD methods, and motion information derived by the method with the highest priority is selected as the final motion information. For example, when both BIO and DMVR are performed for a PU, then motion information generated by DMVR is used as the final motion information.

[00340] (d) In one example, no more than N DMVD method are allowed for a PU, wherein N >= 1.

[00341] (i) Different priorities are assigned to different DMVD methods, and the methods that are valid and are with the highest N priority are performed.

[00342] (e) The DMVD methods are performed in a simultaneous way. The updated MV of one DMVD method is not input as the start-point of the next DMVD method. For all DMVD methods, the non-updated MV is input as the searching start-point. Alternatively, the DMVD methods are performed in a cascade way. The updated MV of one DMVD method is input as the searching start-point of the next DMVD method. [00343] Additional Embodiments

[00344] This section describes the way of MV refinement and stored for future usage of BIO coded blocks. The refined MVs may be used for motion vector prediction of following blocks within current slice/CTU row/tile, and/or filtering process (e.g., deblocking filter process) and/or motion vector prediction for blocks located at different pictures.

[00345] As depicted in FIG. 32, the derived motion vector, pointing from the sub-block in reference block 0 to the sub-block in reference block 1, denoted by (DMV X , DMV y ), is used to further improve prediction of the current sub-block.

[00346] It is proposed to further refine the motion vector of each sub-block by using the derived motion vector in BIO. Denote the POC distance (e.g., absolute POC difference) between the LX reference picture and the current picture as deltaPOCX, and denote (MVLX x , MVLX y ) and (MVLX x ’, MVLX ) as the signaled and refined motion vector of the current sub-block, with X = 0 or 1. Then (MVLX x ’, MVLX y ’) is calculated as follows:

[00347] However, multiplication and division are required in the above equations. To address this issue, derivation of the refined motion vector is simplified as follows:

MVL0 x = MVL0 x - (( DMV X + 1 ) » 1 )

MVLO y = MVLO y - ({DMV y + 1 ) » 1 )

MV LA x ' = MVLA X + {(DMV X + 1 ) » 1 )

MVLA y - MVLA y + ({DMV y + 1 ) » l )

[00348] In some embodiments, this method is employed only when the current CU is predicted from a preceding picture and a following picture, and therefore only works in the Random Access (RA) configuration.

[00349] Example 13. The proposed method may be applied under certain conditions, such as block sizes, slice/picture/tile types.

[00350] (a) In one example, when a block size contains smaller than M*H samples, e.g.,

16 or 32 or 64 luma samples, the above methods are not allowed. [00351] (b) Alternatively, when minimum size of a block’s width or height is smaller than or no larger than X, the above methods are not allowed. In one example, X is set to 8.

[00352] (c) Alternatively, when a block’s width > thl or >=thl and/or a block’s height > th2 or >=th2, the above methods are not allowed. In one example, X is set to 8.

[00353] (d) Alternatively, when a block’s width < thl or <=thl and/or a block’s height < th2 or <a=th2, the above methods are not allowed. In one example, X is set to 8.

[00354] Example 14. The above methods may be applied in a sub-block level.

[00355] (a) In one example, the BIO updating process, or a two-step inter prediction process or a temporal gradient derivation method described in Example 7, may be invoked for each sub-block.

[00356] (b) In one example, when a block with either width or height or both width and height are both larger than (or equal to ) a threshold L, the block may be split into multiple sub blocks. Each sub-block is treated in the same way as a normal coding block with size equal to the sub-block size.

[00357] Example 15. The threshold may be pre-defined or signaled in

SPS/PPS/picture/slice/tile level.

[00358] (a) Alternatively, the thresholds may be depend on certain coded information, such as block size, picture type, temporal layer index, etc.

[00359] The examples described above may be incorporated in the context of the methods described below, e.g., methods 2700 -3100, 3300-3600 and 3800-4200, which may be implemented at a video decoder.

[00360] FIG. 27 shows a flowchart of an exemplary method for video decoding. The method 2700 includes, at step 2710, receiving a bitstream representation of a current block of video data.

[00361] The method 2700 includes, at step 2720, generating updated first and second reference motion vectors based on a weighted sum of a first scaled motion vector and first and second scaled reference motion vectors, respectively. In some embodiments, the first scaled motion vector is generated by scaling a first motion vector to a target precision, and wherein the first and second scaled reference motion vectors are generated by scaling first and second reference motion vectors to the target precision, respectively. In some embodiments, the first motion vector is derived based on the first reference motion vector from a first reference block and the second reference motion vector from a second reference block, and where the current block is associated with the first and second reference blocks.

[00362] In some embodiments, an indication of the target precision is signaled in a Video Parameter Set (VPS), a Sequence Parameter Set (SPS), a Picture Parameter Set (PPS), a slice header, a coding tree unit (CTU) or a coding unit (CU).

[00363] In some embodiments, the first motion vector has a first precision and the first and second reference motion vectors have a reference precision. In other embodiments, the first precision may be higher or lower than the reference precision. In yet other embodiments, the target precision may be set to either the first precision, the reference precision or a fixed (or predetermined) precision regardless of the first and reference precisions.

[00364] In some embodiments, the first motion vector is derived based on a bi-directional optical flow (BIO) refinement using the first and second reference motion vectors.

[00365] The method 2700 includes, at step 2730, processing the bitstream representation based on the updated first and second reference motion vectors to generate the current block. In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement or a decoder-side motion vector refinement (DMVR), and wherein the updated first and second reference motion vectors are clipped prior to the processing.

[00366] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement, and the updated first and second reference motion vectors are constrained to a predetermined range of values prior to the processing.

[00367] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame-rate up conversion (FRUC) techniques or a template matching technique. In one example, the updated first and second reference motion vectors are generated for inner sub-blocks that are not on a boundary of the current block. In another example, the updated first and second reference motion vectors are generated for a subset of sub-blocks of the current block.

[00368] In some embodiments, the processing is based on at least two techniques, which may include a bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame -rate up conversion (FRUC) techniques or a template matching technique. In one example, the processing is performed for each of the at least two techniques to generate multiple sets of results, which may be averaged or filtered to generate the current block. In another example, the processing is performed in a cascaded manner for each of the at least two techniques to generate the current block.

[00369] FIG. 28 shows a flowchart of an exemplary method for video decoding. The method 2800 includes, at step 2810, generating, for a current block, an intermediate prediction based on a first motion information associated with the current block. In some embodiments, generating the intermediate prediction comprises a first interpolation filtering process. In some

embodiments, the generating the intermediate prediction is further based on signaling in a sequence parameter set (SPS), a picture parameter set (PPS), a coding tree unit (CTU), a slice header, a coding unit (CU) or a group of CTUs.

[00370] The method 2800 includes, at step 2820, updating the first motion information to a second motion information. In some embodiments, updating the first motion information comprises using a bi-directional optical flow (BIO) refinement.

[00371] The method 2800 includes, at step 2830, generating a final prediction for the current block based on the intermediate prediction or the second motion information. In some embodiments, generating the final prediction comprises a second interpolation filtering process.

[00372] In some embodiments, the first interpolation filtering process uses a first set of filters that are different from a second set of filters used by the second interpolation filtering process. In some embodiments, at least one filter tap of the first or second interpolation filtering process is based on a dimension, a prediction direction, or a prediction type of the current block.

[00373] FIG. 29 shows a flowchart of another exemplary method for video decoding. This example includes some features and/or steps that are similar to those shown in FIG. 28, and described above. At least some of these features and/or components may not be separately described in this section.

[00374] The method 2900 includes, at step 2910, receiving a bitstream representation of a current block of video data. In some embodiments, step 2910 includes receiving the bitstream representation from a memory location or buffer in a video encoder or decoder. In other embodiments, step 2910 includes receiving the bitstream representation over a wireless or wired channel at a video decoder. In yet other embodiments, step 2910 include receiving the bitstream representation from a different module, unit or processor, which may implement one or more methods as described in, but not limited to, the embodiments in the present document.

[00375] The method 2900 includes, at step 2920, generating intermediate motion information based on motion information associated with the current block. [00376] The method 2900 includes, at step 2930, generating updated first and second reference motion vectors based on first and second reference motion vectors, respectively. In some embodiments, the current block is associated with first and second reference blocks. In some embodiments, the first and second reference motion vectors are associated with the first and second reference blocks, respectively.

[00377] The method 2900 includes, at step 2940, processing the bitstream representation based on the intermediate motion information or the updated first and second reference motion vectors to generate the current block.

[00378] In some embodiments of method 2900, the generating the updated first and second reference motion vectors is based on a weighted sum of a first scaled motion vector and first and second scaled reference motion vectors, respectively. In some embodiments, a first motion vector is derived based on the first reference motion vector and the second reference motion vector, the first scaled motion vector is generated by scaling the first motion vector to a target precision, and the first and second scaled reference motion vectors are generated by scaling the first and second reference motion vectors to the target precision, respectively.

[00379] In some embodiments, an indication of the target precision is signaled in a Video Parameter Set (VPS), a Sequence Parameter Set (SPS), a Picture Parameter Set (PPS), a slice header, a coding tree unit (CTU) or a coding unit (CU).

[00380] In some embodiments, the first motion vector has a first precision and the first and second reference motion vectors have a reference precision. In other embodiments, the first precision may be higher or lower than the reference precision. In yet other embodiments, the target precision may be set to either the first precision, the reference precision or a fixed (or predetermined) precision regardless of the first and reference precisions.

[00381] In some embodiments, the first motion vector is derived based on a bi-directional optical flow (BIO) refinement using the first and second reference motion vectors.

[00382] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement, and the updated first and second reference motion vectors are constrained to a predetermined range of values prior to the processing.

[00383] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement or a decoder-side motion vector refinement (DMVR), and wherein the updated first and second reference motion vectors are clipped prior to the processing. [00384] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame-rate up conversion (FRUC) techniques or a template matching technique. In one example, the updated first and second reference motion vectors are generated for inner sub-blocks that are not on a boundary of the current block. In another example, the updated first and second reference motion vectors are generated for a subset of sub-blocks of the current block.

[00385] In some embodiments, the processing is based on at least two techniques, which may include a bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame -rate up conversion (FRUC) techniques or a template matching technique. In one example, the processing is performed for each of the at least two techniques to generate multiple sets of results, which may be averaged or filtered to generate the current block. In another example, the processing is performed in a cascaded manner for each of the at least two techniques to generate the current block.

[00386] FIG. 30 shows a flowchart of an exemplary method for video decoding. The method 3000 includes, at step 3010, generating, for a current block, an intermediate prediction based on a first motion information associated with the current block. In some embodiments, generating the intermediate prediction comprises a first interpolation filtering process. In some

embodiments, the generating the intermediate prediction is further based on signaling in a sequence parameter set (SPS), a picture parameter set (PPS), a coding tree unit (CTU), a slice header, a coding unit (CU) or a group of CTUs.

[00387] The method 3000 includes, at step 3020, updating the first motion information to a second motion information. In some embodiments, updating the first motion information comprises using a bi-directional optical flow (BIO) refinement.

[00388] The method 3000 includes, at step 3030, generating a final prediction for the current block based on the intermediate prediction or the second motion information. In some embodiments, generating the final prediction comprises a second interpolation filtering process.

[00389] In some embodiments, the first interpolation filtering process uses a first set of filters that are different from a second set of filters used by the second interpolation filtering process. In some embodiments, at least one filter tap of the first or second interpolation filtering process is based on a dimension, a prediction direction, or a prediction type of the current block.

[00390] FIG. 31 shows a flowchart of another exemplary method for video decoding. This example includes some features and/or steps that are similar to those shown in FIG. 30, and described above. At least some of these features and/or components may not be separately described in this section.

[00391] The method 3100 includes, at step 3110, receiving a bitstream representation of a current block of video data. In some embodiments, step 3110 includes receiving the bitstream representation from a memory location or buffer in a video encoder or decoder. In other embodiments, step 3110 includes receiving the bitstream representation over a wireless or wired channel at a video decoder. In yet other embodiments, step 3110 include receiving the bitstream representation from a different module, unit or processor, which may implement one or more methods as described in, but not limited to, the embodiments in the present document.

[00392] The method 3100 includes, at step 3120, generating intermediate motion information based on motion information associated with the current block.

[00393] The method 3100 includes, at step 3130, generating updated first and second reference motion vectors based on first and second reference motion vectors, respectively. In some embodiments, the current block is associated with first and second reference blocks. In some embodiments, the first and second reference motion vectors are associated with the first and second reference blocks, respectively.

[00394] The method 3100 includes, at step 3140, processing the bitstream representation based on the intermediate motion information or the updated first and second reference motion vectors to generate the current block.

[00395] In some embodiments of method 3100, the generating the updated first and second reference motion vectors is based on a weighted sum of a first scaled motion vector and first and second scaled reference motion vectors, respectively. In some embodiments, a first motion vector is derived based on the first reference motion vector and the second reference motion vector, the first scaled motion vector is generated by scaling the first motion vector to a target precision, and the first and second scaled reference motion vectors are generated by scaling the first and second reference motion vectors to the target precision, respectively.

[00396] In some embodiments, an indication of the target precision is signaled in a Video Parameter Set (VPS), a Sequence Parameter Set (SPS), a Picture Parameter Set (PPS), a slice header, a coding tree unit (CTU) or a coding unit (CU).

[00397] In some embodiments, the first motion vector has a first precision and the first and second reference motion vectors have a reference precision. In other embodiments, the first precision may be higher or lower than the reference precision. In yet other embodiments, the target precision may be set to either the first precision, the reference precision or a fixed (or predetermined) precision regardless of the first and reference precisions.

[00398] In some embodiments, the first motion vector is derived based on a bi-directional optical flow (BIO) refinement using the first and second reference motion vectors.

[00399] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement, and the updated first and second reference motion vectors are constrained to a predetermined range of values prior to the processing.

[00400] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement or a decoder-side motion vector refinement (DMVR), and wherein the updated first and second reference motion vectors are clipped prior to the processing.

[00401] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame-rate up conversion (FRUC) techniques or a template matching technique. In one example, the updated first and second reference motion vectors are generated for inner sub-blocks that are not on a boundary of the current block. In another example, the updated first and second reference motion vectors are generated for a subset of sub-blocks of the current block.

[00402] In some embodiments, the processing is based on at least two techniques, which may include a bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame -rate up conversion (FRUC) techniques or a template matching technique. In one example, the processing is performed for each of the at least two techniques to generate multiple sets of results, which may be averaged or filtered to generate the current block. In another example, the processing is performed in a cascaded manner for each of the at least two techniques to generate the current block.

[00403] FIG. 33 shows a flowchart of an exemplary method for video decoding. The method 3300 includes, at step 3310, generating, for a current block, an intermediate prediction based on a first motion information associated with the current block. In some embodiments, generating the intermediate prediction comprises a first interpolation filtering process. In some

embodiments, the generating the intermediate prediction is further based on signaling in a sequence parameter set (SPS), a picture parameter set (PPS), a coding tree unit (CTU), a slice header, a coding unit (CU) or a group of CTUs.

[00404] The method 3300 includes, at step 3320, updating the first motion information to a second motion information. In some embodiments, updating the first motion information comprises using a bi-directional optical flow (BIO) refinement.

[00405] The method 3300 includes, at step 3330, generating a final prediction for the current block based on the intermediate prediction or the second motion information. In some embodiments, generating the final prediction comprises a second interpolation filtering process.

[00406] In some embodiments, the first interpolation filtering process uses a first set of filters that are different from a second set of filters used by the second interpolation filtering process. In some embodiments, at least one filter tap of the first or second interpolation filtering process is based on a dimension, a prediction direction, or a prediction type of the current block.

[00407] FIG. 34 shows a flowchart of another exemplary method for video decoding. This example includes some features and/or steps that are similar to those shown in FIG. 33, and described above. At least some of these features and/or components may not be separately described in this section.

[00408] The method 3400 includes, at step 3410, receiving a bitstream representation of a current block of video data. In some embodiments, step 3410 includes receiving the bitstream representation from a memory location or buffer in a video encoder or decoder. In other embodiments, step 3410 includes receiving the bitstream representation over a wireless or wired channel at a video decoder. In yet other embodiments, step 3410 include receiving the bitstream representation from a different module, unit or processor, which may implement one or more methods as described in, but not limited to, the embodiments in the present document.

[00409] The method 3400 includes, at step 3420, generating intermediate motion information based on motion information associated with the current block.

[00410] The method 3400 includes, at step 3430, generating updated first and second reference motion vectors based on first and second reference motion vectors, respectively. In some embodiments, the current block is associated with first and second reference blocks. In some embodiments, the first and second reference motion vectors are associated with the first and second reference blocks, respectively.

[00411] The method 3400 includes, at step 3440, processing the bitstream representation based on the intermediate motion information or the updated first and second reference motion vectors to generate the current block.

[00412] In some embodiments of method 3400, the generating the updated first and second reference motion vectors is based on a weighted sum of a first scaled motion vector and first and second scaled reference motion vectors, respectively. In some embodiments, a first motion vector is derived based on the first reference motion vector and the second reference motion vector, the first scaled motion vector is generated by scaling the first motion vector to a target precision, and the first and second scaled reference motion vectors are generated by scaling the first and second reference motion vectors to the target precision, respectively.

[00413] In some embodiments, an indication of the target precision is signaled in a Video Parameter Set (VPS), a Sequence Parameter Set (SPS), a Picture Parameter Set (PPS), a slice header, a coding tree unit (CTU) or a coding unit (CU).

[00414] In some embodiments, the first motion vector has a first precision and the first and second reference motion vectors have a reference precision. In other embodiments, the first precision may be higher or lower than the reference precision. In yet other embodiments, the target precision may be set to either the first precision, the reference precision or a fixed (or predetermined) precision regardless of the first and reference precisions.

[00415] In some embodiments, the first motion vector is derived based on a bi-directional optical flow (BIO) refinement using the first and second reference motion vectors.

[00416] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement, and the updated first and second reference motion vectors are constrained to a predetermined range of values prior to the processing.

[00417] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement or a decoder-side motion vector refinement (DMVR), and wherein the updated first and second reference motion vectors are clipped prior to the processing.

[00418] In some embodiments, the processing is based on a bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame-rate up conversion (FRUC) techniques or a template matching technique. In one example, the updated first and second reference motion vectors are generated for inner sub-blocks that are not on a boundary of the current block. In another example, the updated first and second reference motion vectors are generated for a subset of sub-blocks of the current block.

[00419] In some embodiments, the processing is based on at least two techniques, which may include a bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame -rate up conversion (FRUC) techniques or a template matching technique. In one example, the processing is performed for each of the at least two techniques to generate multiple sets of results, which may be averaged or filtered to generate the current block. In another example, the processing is performed in a cascaded manner for each of the at least two techniques to generate the current block.

[00420] FIG. 35 shows a flowchart of an exemplary method for video decoding. The method 3500 includes, at step 3510, generating, for a bitstream representation of a current block, an updated reference block by modifying a reference block associated with the current block.

[00421] In some embodiments, the method 3500 further includes the step of filtering the reference block using a smoothing filter.

[00422] In some embodiments, the method 3500 further includes the step of filtering pixels at block boundaries of the reference block.

[00423] In some embodiments, the method 3500 further includes the step of applying overlapped block motion compensation (OBMC) to the reference block.

[00424] In some embodiments, the method 3500 further includes the step of applying illumination compensation (IC) to the reference block.

[00425] In some embodiments, the method 3500 further includes the step of applying a weighted prediction to the reference block.

[00426] The method 3500 includes, at step 3520, calculating, based on the updated reference block, a temporal gradient for a bi-directional optical flow (BIO) motion refinement.

[00427] The method 3500 includes, at step 3530, performing, based on the temporal gradient, a conversion, which includes the BIO motion refinement, between the bitstream representation and the current block. In some embodiments, the conversion generates the current block from the bitstream representation (e.g., as might be implemented in a video decoder). In other

embodiments, the conversion generates the bitstream representation from the current block (e.g., as might be implemented in a video encoder).

[00428] In some embodiments, the method 3500 further includes the steps of computing a mean value for the reference block, and subtracting the mean value from each pixel of the reference block. In one example, computing the mean value is based on all pixels of the reference block. In another example, computing the mean value is based on all pixels in a sub- block of the reference block.

[00429] In some embodiments, computing the mean value is based on a subset of pixels (in other words, not all the pixels) of the reference block. In one example, the subset of pixels includes pixels in every fourth row or column of the reference block. In another example, the subset of pixels includes four comer pixels. In yet another example, the subset of pixels includes the four corner pixels and a center pixel.

[00430] FIG. 36 shows a flowchart of another exemplary method for video decoding. This example includes some features and/or steps that are similar to those shown in FIG. 35, and described above. At least some of these features and/or components may not be separately described in this section.

[00431] The method 3600 includes, at step 3610, generating, for a bitstream representation of a current block, a temporal gradient for a bi-directional optical flow (BIO) motion refinement.

[00432] The method 3600 includes, at step 3620, generating an updated temporal gradient by subtracting a difference of a first mean value and a second mean value from the temporal gradient, where the first mean value is a mean value for a first reference block, the second mean value is a mean value for a second reference block, and the first and second reference blocks are associated with the current block.

[00433] In some embodiments, the mean value is based on all pixels of the corresponding reference block (e.g., the first mean value is computed as the average of all the pixels of the first reference block). In another example, computing the mean value is based on all pixels in a sub block of the corresponding reference block.

[00434] In some embodiments, the mean value is based on a subset of pixels (in other words, not all the pixels) of the corresponding reference block. In one example, the subset of pixels includes pixels in every fourth row or column of the corresponding reference block. In another example, the subset of pixels includes four comer pixels. In yet another example, the subset of pixels includes the four corner pixels and a center pixel.

[00435] The method 3600 includes, at step 3630, performing, based on the updated temporal gradient, a conversion, which includes the BIO motion refinement, between the bitstream representation and the current block. In some embodiments, the conversion generates the current block from the bitstream representation (e.g., as might be implemented in a video decoder). In other embodiments, the conversion generates the bitstream representation from the current block (e.g., as might be implemented in a video encoder).

[00436] FIG. 38 shows a flowchart of an exemplary method for video processing. The method 3800 includes, at step 3810, determining original motion information for a current block; at step 3820, scaling original motion vectors of the original motion information and derived motion vectors derived based on the original motion vectors to a same target precision; at step 3830, generating updated motion vectors from the scaled original and derived motion vectors; and at step 3840, performing a conversion between the current block and a bitstream representation of a video including the current block, based on the updated motion vectors.

[00437] FIG. 39 shows a flowchart of an exemplary method for video processing. The method 3900 includes, at step 3910, determining original motion information for a current block; at step 3920, updating original motion vectors of the original motion information for the current block based on a refining method; at step 3930, clipping the updated motion vectors to be within a range; and at step 3940, performing a conversion between the current block and a bitstream representation of a video including the current block, based on the clipped updated motion vectors.

[00438] FIG. 40 shows a flowchart of an exemplary method for video processing. The method 4000 includes, at step 4010, determining original motion information associated with a current block; at step 4020, generating updated motion information based on specific prediction mode; and at step 4030, performing, based on the updated motion information, a conversion between the current block and a bitstream representation of a video data including the current block, wherein the specific prediction mode includes one or more of bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame-rate up conversion (FRUC) techniques or a template matching technique.

[00439] FIG. 41 shows a flowchart of an exemplary method for video processing. The method 4100 includes, at step 4110, determining a motion vector difference (MVD) precision for a current block processed with affine mode from an MVD precision set; at step 4120, performing, based on the determined MVD precision, a conversion between the current block and a bitstream representation of a video including the current block.

[00440] FIG. 42 shows a flowchart of an exemplary method for video processing. The method 4200 includes, at step 4210, determining non -updated motion information associated with a current block; at step 4220, updating the non -updated motion information based on multiple decoder-side motion vector derivation (DMVD) methods to generate updated motion information for the current block; at step 4230, performing, based on the updated motion information, a conversion between the current block and a bitstream representation of a video including the current block.

7. Example implementations of the disclosed technology

[00441] FIG. 37 is a block diagram of a video processing apparatus 3700. The apparatus 3700 may be used to implement one or more of the methods described herein. The apparatus 3700 may be embodied in a smartphone, tablet, computer, Internet of Things (IoT) receiver, and so on. The apparatus 3700 may include one or more processors 3702, one or more memories 3704 and video processing hardware 3706. The processor(s) 3702 may be configured to implement one or more methods (including, but not limited to, methods 2700-3100, 3300-3600 and 3800-4200) described in the present document. The memory (memories) 3704 may be used for storing data and code used for implementing the methods and techniques described herein. The video processing hardware 3706 may be used to implement, in hardware circuitry, some techniques described in the present document.

[00442] In some embodiments, the video coding methods may be implemented using an apparatus that is implemented on a hardware platform as described with respect to FIG. 37.

[00443] Various embodiments and techniques described throughout the present document may be described using the following clause based format.

[00444] 1.1. A video processing method, comprising: determining original motion information for a current block; scaling original motion vectors of the original motion information and derived motion vectors derived based on the original motion vectors to a same target precision; generating updated motion vectors from the scaled original and derived motion vectors; and performing a conversion between the current block and a bitstream representation of a video including the current block, based on the updated motion vectors.

[00445] 1.2. The method of example 1.1, wherein the original motion vectors have a first precision, the derived motion vectors have a second precision different from the first precision, and the target precision is set to a higher precision or a lower precision between the first precision and the second precision.

[00446] 1.3. The method of example 1.1, wherein the target precision is set to a fixed precision. [00447] 1.4. The method of example 1.1, wherein the target precision is higher than a precision of the original motion vectors.

[00448] 1.5. The method of example 1.4, wherein the original motion vectors are scaled as:

mvLX’ x = sign(mvLX x ) * (abs(mvLX x ) << N), mvLX’ y = sign(mvLX y ) * (abs(mvLX y ) << N),

[00449] wherein (mvLX x , mvLX y ) are the original motion vectors, (mvLX’ x , mvLX’ y ) are the scaled original motion vectors, function sign(.) returns a sign of an input parameter, function abs(.) returns absolute value of an input parameter, N = log2(curr_mv_precision

/targ_mv_precision), and wherein curr_mv_precision is the precision of the original motion vectors, and targ_mv_precision is a precision of the derived motion vectors as the target precision.

[00450] 1.6. The method of example 1.1 , wherein the target precision is the same as a precision of the original motion vectors.

[00451] 1.7. The method of example 1.1 , wherein the original motion vectors have a first precision, the derived motion vectors have a second precision different from the first precision, and the target precision is set to the first precision.

[00452] 1.8. The method of example 1.7, wherein, the derived motion vectors are scaled as:

v’ x = (v x + offset) >> N, v’ y = (v y + offset) >> N; or v’ x = sign(V x ) * ((abs(V x ) + offset) >> N), v’ y = sign(v y ) * ((abs(v y ) + offset) >> N)

[00453] when the derived motion vectors are to be right-shifted by N to achieve the target precision, wherein (v x , v y ) are the derived motion vectors, (v’ x , v’ y ) are the scaled derived motion vectors, offset is an offset applied to the derived motion vectors to achieve the target precision, function sign(.) returns a sign of an input parameter, function abs(.) returns absolute value of an input parameter, N = log2(curr_mv_precision/targ_mv_precision), wherein curr_mv_precision is the first precision, and targ_mv_precision is the second precision.

[00454] 1.9. The method of example 1.1 , wherein the scaling and the generation of the updated motion vectors are performed as :

mvLO’x = -v x / So + mvLOx, mvL0’ y = -v y / So + mvL0 y ; and/or

mvLl’ x = V x / Si + mvLl x , mvLl’ y = v y / Si + mvLl y [00455] wherein, (mvL0 x , mvL0 y ) and (mvLl x , mvLl y ) are the original motion vectors, (mvL0’ x , mvL0’ y ) and (mvLl’ x , mvLl’ y ) are the updated motion vectors, (v x , v y ) are the derived motion vectors, and So and Si are scaling factors.

[00456] 1.10. The method of example 1.1 , wherein the scaling and the generation of the updated motion vectors are performed as :

mvL0’ x = (-v x +offset0) / So + mvL0 x , mvL0’ y = -(v y + offsetO) / So + mvL0 y , and/or mvLl’ x = (v x + offsetl) / Si + mvLl x , mvLl’ y = (v y + offsetl) / Si + mvLl y

[00457] wherein, (mvL0 x , mvL0 y ) and (mvLl x , mvLl y ) are the original motion vectors, (mvL0’ x , mvL0’ y ) and (mvLl’ x , mvLl’ y ) are the updated motion vectors, (v x , v y ) are the derived motion vectors, offsetO and offsetlare offsets, and So and Si are scaling factors.

[00458] 1.11. The method of example 1.1 , wherein the scaling and the generation of the updated motion vectors are performed as :

mvL0’ x = ((-v x + l)>> l) + mvLO x , mvL0’ y = (-(v y + 1) >>l) + mvL0 y , and/or mvLl’ x = ((v x + 1) >> l) + mvLl x , mvLl’ y = ((v y + l)>> l)+ mvLl y

[00459] wherein, (mvL0 x , mvL0 y ) and (mvLl x , mvLl y ) are the original motion vectors, (mvLO’ x , mvL0’ y ) and (mvLl’ x , mvLl’ y ) are the updated motion vectors, and (v x , v y ) are the derived motion vectors.

[00460] 1.12. The method of anyone of examples 1.9-1.11, wherein the scaling and the generation of the updated motion vectors are performed when to > 0 and ti >0, wherein

To=POC(current) - POC(Refo), ti= POC(Refi) - POC(current), and wherein POC(current), POC(Refo) and POC(Refi) are the picture order counts of the current block, a first reference block and a second reference block, respectively.

[00461] 1.13. The method of example 1.1 , wherein the scaling and the generation of the updated motion vectors are performed as :

mvLO’ x = - SFo * v x + mvL0 x , mvL0’ y = -v y * SFo + mvL0 y , and/or

mvLl’ x = - SFi* v x + mvLl x , mvLl’ y = - SFi*v y + mvLl y

[00462] wherein, (mvL0 x , mvL0 y ) and (mvLl x , mvLl y ) are the original motion vectors, (mvLO’ x , mvL0’ y ) and (mvLl’ x , mvLl’ y ) are the updated motion vectors, (v x , v y ) are the derived motion vectors, and SFo and SFi are scaling factors.

[00463] 1.14. The method of example 1.13, wherein the scaling and the generation of the updated motion vectors are performed when t 0 > 0, ti < 0 and to > |xi |, wherein ro=POC(current) - POC(Refo), ti= POC(Refi) - POC(current), and wherein POC(current), POC(Refo) and POC(Refi) are the picture order counts of the current block, a first reference block and a second reference block, respectively.

[00464] 1.15. The method of example 1.1 , wherein the scaling and the generation of the updated motion vectors are performed as :

[00465] mvLO’ x = SFACTo*v x + mvL0 x , mvL0’ y = SFACTo*v y + mvL0 y , and/or

[00466] mvLl’ x = SFACTi *v x + mvLl x , mvLl’ y = SFACTi * v y + mvLl y

[00467] wherein, (mvL0 x , mvL0 y ) and (mvLl x , mvLl y ) are the original motion vectors, (mvL0’ x , mvL0’ y ) and (mvLl’ x , mvLl’ y ) are the updated motion vectors, (v x , v y ) are the derived motion vectors, and SFACTo and SFACTi are scaling factors.

[00468] 1.16. The method of example 1.15, wherein the scaling and the generation of the updated motion vectors are performed when to > 0, t \ < 0 and to < |xi |, wherein ro=POC(current)

- POC(Refo), ti= POC(Refi) - POC(current), and wherein POC(current), POC(Refo) and POC(Refi) are the picture order counts of the current block, a first reference block and a second reference block, respectively.

[00469] 1.17. The method of example 1.1 , wherein the derivation of the derived motion vectors and the generation of the updated motion vectors are performed together when to > 0 and Ti > 0, wherein ro=POC(current) - POC(Refo), ti= POC(Refi) - POC(current), and wherein POC(current), POC(Refo) and POC(Refi) are the picture order counts of the current block, a first reference block and a second reference block, respectively.

[00470] 1.18. The method of example 1.17, wherein the scaling and the generation of the updated motion vectors are performed as :

[00471] mvL0’ x = ((-v x + offset) >> (N + 1)) + mvL0 x , mvL0’ y = ((-v y + offsetl) >> (N + 1))

+ mvL0 y , mvLl’ x = ((v x + offset) >> (N + 1)) + mvLl x , mvLl’ y = ((v y + offset2) >> (N + 1)) + mvLl y ,

[00472] when the derived motion vectors are right-shifted by N to achieve the target precision, wherein (mvL0 x , mvL0 y ) and (mvLl x , mvLl y ) are the original motion vectors, (mvL0’ x , mvL0’ y ) and (mvLl’ x , mvLl’ y ) are the updated motion vectors, and (v x , v y ) are the derived motion vectors, offsetl and offset 2 are offsets, N = log2(curr_mv_precision/targ_mv_precision), and wherein curr_mv_precision is a precision of the original motion vectors, and

targ_mv_precision is a precision of the derived motion vectors. [00473] 1.19. The method of example 1.17, wherein the original motion vectors have a first precision, the derived motion vectors have a second precision different from the first precision, and the original motion vectors are left-shifted by N to achieve the target precision as the second precision.

[00474] 1.20. The method of example 1.17, wherein the original motion vectors are left- shifted by K and the derived motion vectors are right-shifted by N-K to achieve the target precision.

[00475] 1.21. The method of example 1.17, wherein, the scaling and the generation of the updated motion vectors are performed as :

[00476] mvLO’ x = -sign(v x ) * ((abs(v x ) + offsetO) >> (N + 1)) + mvL0 x ,

[00477] mvLO’ y = -sign(v y ) * ((abs(v y ) + offsetO) >> (N + 1)) + mvL0 y ,

[00478] mvLl’ x = sign(v x ) * ((abs(v x ) + offsetl) > > (N + 1 )) + mvLl x ,

[00479] mvLl’ y = sign(v y ) * ((abs(v y ) + offsetl) > > (N + 1 )) + mvLl y

[00480] wherein (mvL0 x , mvL0 y ) and (mvLl x , mvLl y ) are the original motion vectors, (mvL0’ x , mvL0’ y ) and (mvLl’ x , mvLl’ y ) are the updated motion vectors, (v x , v y ) are the derived motion vectors, offsetO and offsetl are offsets, function sign(.) returns a sign of an input parameter, function abs(.) returns absolute value of an input parameter, N =

log2(curr_mv_precision/targ_mv_precision), curr_mv_precision is a precision of the original motion vectors, and targ_mv_precision is a precision of the derived motion vector.

[00481] 1.22. The method of example 1.1 , wherein the updating of the first and second reference motion vectors comprises using a bi-directional optical flow (BIO) refinement.

[00482] 1.23. The method of anyone of examples 1.1-1.22, wherein the method is not applied in case that the current block meets a certain condition.

[00483] 1.24. The method of example 1.23, wherein the certain condition specifies at least one of: a size of the current block, a slice type of the current block, a picture type of the current block and a tile type of the current block.

[00484] 1.25. The method of example 1.23, wherein the certain condition specifies that a sample number that the current block contains is smaller than a first threshold.

[00485] 1.26. The method of example 1.23, wherein the certain condition specifies that minimum size of a width and a height of the current block is smaller than or no larger than a second threshold. [00486] 1.27. The method of example 1.23, wherein the certain condition specifies that a width of the current block is smaller than or no larger than a third threshold, and/or a height of the current block is smaller than or no larger than a fourth threshold.

[00487] 1.28. The method of example 1.23, wherein the certain condition specifies that a width of the current block is larger than or no smaller than a third threshold, and/or a height of the current block is larger than or no smaller than a fourth threshold.

[00488] 1.29. The method of example 1.23, wherein the method is applied in a sub-block level, in case that a width and/or a height of a block, to which the sub-block belongs, is equal to or larger than a fifth threshold.

[00489] 1.30. The method of example 1.29, wherein the current block is split into multiple sub-blocks and each of the multiple sub-blocks further undergoes a bidirectional optical flow (BIO) process, in a same way as a normal coding block with a size equal to the sub-block size.

[00490] 1.31. The method of anyone of examples 1.25-1.29, wherein each of the first to fifth thresholds is pre-defined or signaled in sequence parameter set (SPS) level, or picture parameter set (PPS) level, or picture level, or slice level, or tile level.

[00491] 1.32. The method of example 1.31, wherein each of the first to fifth thresholds is defined depending on coded information including at least one of a block size, a picture type, and a temporal layer index.

[00492] 1.33. An apparatus in a video system comprising a processor and a non- transitory memory with instructions thereon, wherein the instmctions upon execution by the processor, cause the processor to implement the method in any one of examples 1.1 to 1.32.

[00493] 1.34. A computer program product stored on a non-transitory computer readable media, the computer program product including program code for carrying out the method in any one of examples 1.1 to 1.32.

[00494] 2.1. A video processing method, comprising: determining original motion information for a current block; updating original motion vectors of the original motion information for the current block based on a refining method; clipping the updated motion vectors to be within a range; and performing a conversion between the current block and a bitstream representation of a video including the current block, based on the clipped updated motion vectors.

[00495] 2.2. The method of example 2.1 , wherein the refining method comprises a bi directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR) , a frame -rate up conversion (FRUC) or a template matching.

[00496] 2.3. The method of example 2.1 , wherein the updated motion vectors are clipped to be within a range that is same as an allowed range of the original motion vectors.

[00497] 2.4. The method of example 2.1 , wherein differences between the updated motion vectors and the original motion vectors are clipped to be within a same range or different ranges for different sub-blocks.

[00498] 2.5. The method of example 2.1 , wherein the refining method comprises a bi directional optical flow (BIO) refinement, and motion vectors derived from the original motion vectors in the BIO refinement are constrained to a first range as:

[00499] -M x < v x < N x , and/or -M y < v y < N y ,

[00500] wherein (v x , v y ) are the derived motion vectors, and M x , N x , M y , N y are none-negative integers.

[00501] 2.6. The method of example 2.1 , wherein the refining method comprises a bi directional optical flow (BIO) refinement, and the updated motion vectors are constrained to a second range as:

[00502] -MLO X < mvLO’x < NLO X and/or

[00503] -MLI X < mvLl’ x < NLI X , and/or

[00504] -M L o y < mvL0’ y < N L 0 y and/or

[00505] -Mu y < mvLl’ y < Nu y

[00506] wherein (mvLO’ x , mvL0’ y ) and (mvLl’ x , mvLl’ y ) are the updated motion vectors for different reference list, and MLO X , NLO X , MLI X , NLI X , MLo y , Nu) y , Mu y , Nu y are none-negative integers.

[00507] 2.7. The method of anyone of examples 2.1-2.6, wherein the method is not applied in case that the current block meets a certain condition.

[00508] 2.8. The method of example 2.7, wherein the certain condition specifies at least one of: a size of the current block, a slice type of the current block, a picture type of the current block and a tile type of the current block.

[00509] 2.9. The method of example 2.7, wherein the certain condition specifies that a sample number that the current block contains is smaller than a first threshold.

[00510] 2.10. The method of example 2.7, wherein the certain condition specifies that minimum size of a width and a height of the current block is smaller than or no larger than a second threshold.

[00511] 2.11. The method of example 2.7, wherein the certain condition specifies that a width of the current block is smaller than or no larger than a third threshold, and/or a height of the current block is smaller than or no larger than a fourth threshold.

[00512] 2.12. The method of example 2.7, wherein the certain condition specifies that a width of the current block is larger than or no smaller than a third threshold, and/or a height of the current block is larger than or no smaller than a fourth threshold.

[00513] 2.13. The method of example 2.7, wherein the method is applied in a sub-block level, in case that a width and/or a height of a block, to which the sub-block belongs, is equal to or larger than a fifth threshold.

[00514] 2.14. The method of example 2.13, wherein the current block is split into multiple sub-blocks and each of the multiple sub-blocks further undergoes a bidirectional optical flow (BIO) process, in a same way as a normal coding block with a size equal to the sub-block size.

[00515] 2.15. The method of anyone of examples 2.9-2.13, wherein each of the first to fifth thresholds is pre-defined or signaled in sequence parameter set (SPS) level, or picture parameter set (PPS) level, or picture level, or slice level, or tile level.

[00516] 2.16. The method of example 2.15, wherein each of the first to fifth thresholds is defined depending on coded information including at least one of a block size, a picture type, and a temporal layer index.

[00517] 2.17. An apparatus in a video system comprising a processor and a non- transitory memory with instructions thereon, wherein the instmctions upon execution by the processor, cause the processor to implement the method in any one of examples 2.1 to 2.16.

[00518] 2.18. A computer program product stored on a non-transitory computer readable media, the computer program product including program code for carrying out the method in any one of examples 2.1 to 2.16.

[00519] 3.1. A method for video processing, comprising: determining original motion information associated with a current block; generating updated motion information based on specific prediction mode; and performing, based on the updated motion information, a conversion between the current block and a bitstream representation of a video data including the current block, wherein the specific prediction mode includes one or more of bi-directional optical flow (BIO) refinement, a decoder-side motion vector refinement (DMVR), frame-rate up conversion (FRUC) techniques or a template matching technique.

[00520] 3.2. The method of example 3.1 , wherein the updated motion information comprises updated motion vectors.

[00521] 3.3. The method of example 3.1 , wherein the updated motion vectors are used for motion prediction for coding subsequent video blocks; or the updated motion vectors are used for filtering or overlapped block motion compensation (OBMC).

[00522] 3.4. The method of example 3.2, wherein the updated motion vectors are used for motion prediction in advanced motion vector prediction (AMVP) mode, merge mode and/or affine mode.

[00523] 3.5. The method of example 3.3, wherein the filtering includes deblocking filtering.

[00524] 3.6. The method of any one of examples 3.1-3.5, wherein the updated motion information are used for a first module and original motion information are used for a second module.

[00525] 3.7. The method of example 3.6, wherein the first module is motion prediction module, and the second module is deblocking module.

[00526] 3.8. The method of any one of examples 3.2-3.7, wherein the motion prediction is used in processing blocks after the current video block in a current picture or slice.

[00527] 3.9. The method of any one of examples 3.2-3.7, wherein the motion prediction is used in processing pictures or slices to be processed after a current picture or slice including the current video block.

[00528] 3.10. The method of any one of examples 3.1-3.9, wherein the updated motion vectors are only used in motion information prediction of coding units (CUs) or prediction units (Pus) that are not immediately following the current video block in processing order.

[00529] 3.11. The method of any one of examples 3.1-3.10, wherein the updated motion vectors are not used in motion prediction of CUs/PUs that are next to the current video block in processing order.

[00530] 3.12. The method of any one of examples 3.1-3.11, wherein the updated motion vectors are only used as predictors for processing subsequent pictures/tiles/slices. [00531] 3.13. The method of example 3.12, wherein the updated motion vectors are used as temporal motion vector prediction (TMVP) in advanced motion vector prediction (AMVP) mode, merge mode or affine mode.

[00532] 3.14. The method of example 3.12, wherein the updated motion vectors are only used as predictors for processing subsequent pictures/tiles/slices in alternative temporal motion vector prediction (ATMVP) mode and/or spatial-temporal motion vector prediction (STMVP) mode.

[00533] 3.15. The method of any one of examples 3.1-3.14, wherein information including whether to update MV for BIO coded blocks and/or use the updated MV for motion prediction and/or how to use the updated MV for motion prediction is signaled from an encoder to a decoder.

[00534] 3.16. The method of example 3.15, further comprising that the information is signaled in Video Parameter Set (VPS), Sequence Parameter Set (SPS), Picture Parameter Set (PPS), Slice header, coding tree units (CTUs) or CUs.

[00535] 3.17. The method of example 3.1, further comprising updating motion information that includes updating motion vector and reference picture for each prediction direction at block level.

[00536] 3.18. The method of example 3.1 or 3.17, wherein the updated motion information is stored for some sub-blocks and for the other remaining sub-blocks, the non-updated motion information is stored within one block.

[00537] 3.19. The method of example 3.1 or 3.17, the updated motion vectors are only stored for inner sub-blocks that are not at PU/CU/CTU boundary.

[00538] 3.20. The method of example 3.19, further comprising the updated motion vectors for inner sub-blocks are then used for motion prediction, deblocking, or OBMC.

[00539] 3.21. The method of example 3.1 or 3.17, the updated motion vectors are only stored for boundary sub-blocks that are at PU/CU/CTU boundary.

[00540] 3.22. The method of example 3.1 or 3.17, wherein updated motion information from a neighboring block is not used if the neighboring block and the current block are not in a same CTU or a same region with a size of 64x64 or 32x32.

[00541] 3.23. The method of example 3.22, wherein the neighboring block is marked as unavailable if the neighboring block and the current block are not in the same CTU or the same region with a size of 64x64 or 32x32.

[00542] 3.24. The method of example 3.22, wherein non-updated motion information is used by the current block if the neighboring block and the current block are not in the same CTU or the same region with a size of 64x64 or 32x32.

[00543] 3.25. The method of example 3.17, wherein the updated motion vectors from a neighboring block are not used if the neighboring block and the current block are not in a same CTU row or a same row of regions with a size of 64x64 or 32x32.

[00544] 3.26. The method of example 3.25, wherein the a neighboring block is marked as unavailable if the neighboring block and the current block are not in the same CTU row or the same row of regions with a size of 64x64 or 32x32.

[00545] 3.27. The method of example 3.25, wherein non-updated motion information from the neighboring block is used by the current block if the neighboring block and the current block are not in the same CTU row or the same row of regions with a size of 64x64 or 32x32.

[00546] 3.28. The method of example 3.17, wherein the motion information of a block is not updated if a bottom-most row of the block is a bottom-most row of a CTU or a region with a size of 64x64 or 32x32.

[00547] 3.29. The method of example 3.17, wherein the motion information of a block is not updated if a right-most column of the block is a right-most column of a CTU or a region with a size of 64x64 or 32x32.

[00548] 3.30. The method of example 3.1 or 3.17, further comprising predicting motion information of blocks/CUs within the current CTU based on the updated motion information or the non-updated motion information of neighboring CTUs or regions.

[00549] 3.31. The method of example 3.30, wherein the updated motion information from left

CTU or left region are used for the current CTU.

[00550] 3.32. The method of example 3.30 or 3.31 , wherein the updated motion information from top-left CTU or top-left region are used for the current CTU.

[00551] 3.33. The method of any one of examples 3.30-3.32, wherein the updated motion information from top CTU or top region are used for the current CTU.

[00552] 3.34. The method of any one of examples 3.30-3.33, wherein the updated motion information from top-right CTU or top-right region are used for the current CTU.

[00553] 3.35. The method of any one of examples 3.30-3.34, wherein each of the one or more regions have a size of 64x64 or 32x32.

[00554] 3.36. The method of anyone of examples 3.1-3.35, wherein the method is not applied in case that the current block meets a certain condition. [00555] 3.37. The method of example 3.36, wherein the certain condition specifies at least one of: a size of the current block, a slice type of the current block, a picture type of the current block and a tile type of the current block.

[00556] 3.38. The method of example 3.36, wherein the certain condition specifies that a sample number that the current block contains is smaller than a first threshold.

[00557] 3.39. The method of example 3.36, wherein the certain condition specifies that minimum size of a width and a height of the current block is smaller than or no larger than a second threshold.

[00558] 3.40. The method of example 3.36, wherein the certain condition specifies that a width of the current block is smaller than or no larger than a third threshold, and/or a height of the current block is smaller than or no larger than a fourth threshold.

[00559] 3.41. The method of example 3.36, wherein the certain condition specifies that a width of the current block is larger than or no smaller than a third threshold, and/or a height of the current block is larger than or no smaller than a fourth threshold.

[00560] 3.42. The method of example 3.36, wherein the method is applied in a sub-block level, in case that a width and/or a height of a block, to which the sub-block belongs, is equal to or larger than a fifth threshold.

[00561] 3.43. The method of example 3.42, wherein the current block is split into multiple sub blocks and each of the multiple sub-blocks further undergoes a bidirectional optical flow (BIO) process, in a same way as a normal coding block with a size equal to the sub-block size.

[00562] 3.44. The method of anyone of examples 3.38-3.42, wherein each of the first to fifth thresholds is pre -defined or signaled in sequence parameter set (SPS) level, or picture parameter set (PPS) level, or picture level, or slice level, or tile level.

[00563] 3.45. The method of example 3.44, wherein each of the first to fifth thresholds is defined depending on coded information including at least one of a block size, a picture type, and a temporal layer index.

[00564] 3.46. An apparatus in a video system comprising a processor and a non-transitory memory with instructions thereon, wherein the instmctions upon execution by the processor, cause the processor to implement the method in any one of examples 3.1 to 3.45.

[00565] 3.47. A computer program product stored on a non-transitory computer readable media, the computer program product including program code for carrying out the method in any one of examples 3.1 to 3.45.

[00566] 4.1. A video processing method, comprising: determining a motion vector difference (MVD) precision for a current block processed with affine mode from an MVD precision set; performing, based on the determined MVD precision, a conversion between the current block and a bitstream representation of a video including the current block.

[00567] 4.2. The method of example 4.1, wherein the MVD represents a difference between a predicted motion vector and an actual motion vector used during motion

compensation processing.

[00568] 4.3. The method of example 4.2, wherein the MVD precision set includes multiple different MVD precisions which construct a geometric sequence.

[00569] 4.4. The method of example 4.3, wherein the MVD precision set includes 1/4,

1 and 4 pixel MVD precisions.

[00570] 4.5. The method of example 4.3, wherein the MVD precision set includes 1/4,

1/2, 1, 2 and 4 pixel MVD precisions.

[00571] 4.6. The method of example 4.3, wherein the MVD precision set includes 1/16,

1/8 and 1/4 pixel MVD precisions.

[00572] 4.7. The method of example 4.1, wherein the current block is a coding unit or a prediction unit.

[00573] 4.8. The method of any one of examples 4.1-4.7, wherein determining the MVD precision further comprises: determining the MVD precision for the current block based on a syntax element indicating the MVD precision.

[00574] 4.9. The method of example 4.8, wherein the syntax element is present when there is non-zero MVD component of the current block.

[00575] 4.10. The method of example 4.8, wherein the syntax element is not present when there is no non-zero MVD component of the current block.

[00576] 4.11. The method of example 4.8, wherein the syntax element is present regardless whether there is any non-zero MVD component of the current block.

[00577] 4.12. The method of example 4.1 , wherein the current block is processed with affine inter mode or affine advanced motion vector prediction (AMVP) mode.

[00578] 4.13. The method of example 4.12, wherein different MVDs of the current block are associated with different MVD precisions. [00579] 4.14. The method of example 4.13, wherein the affine inter mode is a 4-parameter affine inter mode with 2 control points, and one MVD is used for each control point in each prediction direction.

[00580] 4.15. The method of example 4.14, wherein the 2 control points are associated with different MVD precisions.

[00581] 4.16. The method of example 4.13, wherein the affine inter mode is a 6-parameter affine inter mode with 3 control points, and one MVD is used for each control point in each prediction direction.

[00582] 4.17. The method of example 4.16, wherein the 3 control points are associated with different MVD precisions.

[00583] 4.18. The method of example 4.15, wherein two syntax elements are present to indicate the different MVD precisions for the 2 control points.

[00584] 4.19. The method of example 4.17, wherein three syntax elements are present to indicate the different MVD precisions for the 3 control points.

[00585] 4.20. The method of example 4.1 , wherein the MVD precision set is determined based on coding information of the current block.

[00586] 4.21. The method of example 4.20, wherein the coding information includes a quantization level of the current block.

[00587] 4.22. The method of example 4.21 , wherein a set of coarser MVD precision values is selected for a larger quantization level.

[00588] 4.23. The method of example 4.21 , wherein a set of finer MVD precision values is selected for a smaller quantization level.

[00589] 4.24. The method of anyone of examples 4.1-4.23, wherein the method is not applied in case that the current block meets a certain condition.

[00590] 4.25. The method of example 4.24, wherein the certain condition specifies at least one of: a size of the current block, a slice type of the current block, a picture type of the current block and a tile type of the current block.

[00591] 4.26. The method of example 4.24, wherein the certain condition specifies that a sample number that the current block contains is smaller than a first threshold.

[00592] 4.27. The method of example 4.24, wherein the certain condition specifies that minimum size of a width and a height of the current block is smaller than or no larger than a second threshold.

[00593] 4.28. The method of example 4.24, wherein the certain condition specifies that a width of the current block is smaller than or no larger than a third threshold, and/or a height of the current block is smaller than or no larger than a fourth threshold.

[00594] 4.29. The method of example 4.24, wherein the certain condition specifies that a width of the current block is larger than or no smaller than a third threshold, and/or a height of the current block is larger than or no smaller than a fourth threshold.

[00595] 4.30. The method of example 4.24, wherein the method is applied in a sub-block level, in case that a width and/or a height of a block, to which the sub-block belongs, is equal to or larger than a fifth threshold.

[00596] 4.31. The method of example 4.30, wherein the current block is split into multiple sub-blocks and each of the multiple sub-blocks further undergoes a bidirectional optical flow (BIO) process, in a same way as a normal coding block with a size equal to the sub-block size.

[00597] 4.32. The method of anyone of examples 4.26-4.30, wherein each of the first to fifth thresholds is pre-defined or signaled in sequence parameter set (SPS) level, or picture parameter set (PPS) level, or picture level, or slice level, or tile level.

[00598] 4.33. The method of example 4.32, wherein each of the first to fifth thresholds is defined depending on coded information including at least one of a block size, a picture type, and a temporal layer index.

[00599] 4.34. An apparatus in a video system comprising a processor and a non- transitory memory with instructions thereon, wherein the instmctions upon execution by the processor, cause the processor to implement the method in any one of examples 4.1 to 4.33.

[00600] 4.35. A computer program product stored on a non-transitory computer readable media, the computer program product including program code for carrying out the method in any one of examples 4.1 to 4.33.

[00601] 5.1. A video processing method, comprising: determining non-updated motion information associated with a current block; updating the non-updated motion information based on multiple decoder-side motion vector derivation (DMVD) methods to generate updated motion information for the current block; and performing, based on the updated motion information, a conversion between the current block and a bitstream representation of a video including the current block. [00602] 5.2. The method of example 5.1, wherein the multiple DMVD methods include at least two of the followings: bi-directional optical flow (BIO) refinement, decoder-side motion vector refinement (DMVR), frame -rate up conversion (FRUC) technique, and template matching technique.

[00603] 5.3. The method of example 5.2, wherein the multiple DMVD methods are performed in a simultaneous way on the non-updated motion information for the current block, and a non-updated motion vector of the non-updated motion information is input as the searching start-point for each of the multiple DMVD methods.

[00604] 5.4. The method of example 5.2, wherein the multiple DMVD methods are performed in a cascade way on the non-updated motion information for the current block, and an updated motion vector of the updated motion information generated by one DMVD method is input as the searching start-point of a next DMVD method.

[00605] 5.5. The method of example 5.4, wherein the one DMVD method is DMVR and the next DMVD method is BIO, wherein DMVR is performed on the non-updated motion information for the current block to generate the updated motion information, and the updated motion vector of the updated motion information is input as the searching start-point of BIO.

[00606] 5.6. The method of any one of examples 5.1 to 5.5, wherein updating the non- updated motion information based on multiple decoder-side motion vector derivation (DMVD) methods to generate updated motion information for the current block further includes: deriving multiple sets of updated motion information by the multiple DMVD methods, generating a final set of updated motion information from the multiple sets of motion information.

[00607] 5.7. The method of example 5.6, wherein generating the final set of updated motion information from the multiple sets of motion information further includes:

generating the final set of updated motion information based on an average or a weighted average of the multiple sets of motion information.

[00608] 5.8. The method of example 5.6, wherein generating the final set of updated motion information from the multiple sets of motion information further includes:

generating the final set of updated motion information by filtering the multiple sets of motion information using a median filter.

[00609] 5.9. The method of example 5.6, wherein generating the final set of updated motion information from the multiple sets of motion information further includes: assigning different priorities to the multiple DMVD methods, selecting a set of updated motion information derived by the DMVD method with the highest priority as the final set of updated motion information.

[00610] 5.10. The method of example 5.9, wherein the decoder-side motion vector refinement (DMVR) is assigned the highest priority.

[00611] 5.11. The method of any one of examples 5.1 to 5.5, wherein performing, based on the updated motion information, a conversion between the current block and a bitstream representation of a video including the current block further includes: performing motion compensation using multiple sets of updated motion information derived by the multiple DMVD method, respectively, to obtain multiple sets of motion compensation results, generating the current block based on an average or a weighted average of the multiple sets of motion compensation results.

[00612] 5.12. The method of any one of examples 5.1 to 5.5, wherein performing, based on the updated motion information, a conversion between the current block and a bitstream representation of a video including the current block further includes: performing motion compensation using multiple sets of updated motion information derived by the multiple DMVD method, respectively, to obtain multiple sets of motion compensation results, generating the current block by filtering the multiple sets of motion compensation results using a median filter.

[00613] 5.13. The method of any one of examples 5.1 to 5.5, wherein updating the non- updated motion information based on multiple decoder-side motion vector derivation (DMVD) methods to generate updated motion information for the current block further includes:

[00614] assigning different priorities to the multiple DMVD methods, selecting DMVD methods with the highest N priorities and being valid from the multiple DMVD methods, N being an integer and N>=l , generating, for the current block, updated motion information based on the N DMVD methods.

[00615] 5.14. The method of any one of examples 5.1 to 5.13, wherein the current block is a prediction unit.

[00616] 5.15. The method of any one of examples 5.1 to 5.14, wherein the non-updated motion information includes non-updated motion vector and reference picture for each prediction direction.

[00617] 5.16. The method of anyone of examples 5.1-5.15, wherein the method is not applied in case that the current block meets a certain condition.

[00618] 5.17. The method of example 5.16, wherein the certain condition specifies at least one of: a size of the current block, a slice type of the current block, a picture type of the current block and a tile type of the current block.

[00619] 5.18. The method of example 5.16, wherein the certain condition specifies that a sample number that the current block contains is smaller than a first threshold.

[00620] 5.19. The method of example 5.16, wherein the certain condition specifies that minimum size of a width and a height of the current block is smaller than or no larger than a second threshold.

[00621] 5.20. The method of example 5.16, wherein the certain condition specifies that a width of the current block is smaller than or no larger than a third threshold, and/or a height of the current block is smaller than or no larger than a fourth threshold.

[00622] 5.21. The method of example 5.16, wherein the certain condition specifies that a width of the current block is larger than or no smaller than a third threshold, and/or a height of the current block is larger than or no smaller than a fourth threshold.

[00623] 5.22. The method of example 5.16, wherein the method is applied in a sub-block level, in case that a width and/or a height of a block, to which the sub-block belongs, is equal to or larger than a fifth threshold.

[00624] 5.23. The method of example 5.22, wherein the current block is split into multiple sub-blocks and each of the multiple sub-blocks further undergoes a bidirectional optical flow (BIO) process, in a same way as a normal coding block with a size equal to the sub-block size.

[00625] 5.24. The method of anyone of examples 5.18-5.22, wherein each of the first to fifth thresholds is pre -defined or signaled in sequence parameter set (SPS) level, or picture parameter set (PPS) level, or picture level, or slice level, or tile level.

[00626] 5.25. The method of example 5.24, wherein each of the first to fifth thresholds is defined depending on coded information including at least one of a block size, a picture type, and a temporal layer index.

[00627] 5.26. An apparatus in a video system comprising a processor and a non- transitory memory with instmctions thereon, wherein the instmctions upon execution by the processor, cause the processor to implement the method in any one of examples 5.1 to 5.25.

[00628] 5.27. A computer program product stored on a non-transitory computer readable media, the computer program product including program code for carrying out the method in any one of examples 5.1 to 5.25.

[00629] From the foregoing, it will be appreciated that specific embodiments of the presently disclosed technology have been described herein for purposes of illustration, but that various modifications may be made without deviating from the scope of the invention. Accordingly, the presently disclosed technology is not limited except as by the appended claims.

[00630] Implementations of the subject matter and the functional operations described in this patent document can be implemented in various systems, digital electronic circuitry, or in computer software, firmware, or hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Implementations of the subject matter described in this specification can be implemented as one or more computer program products, i.e., one or more modules of computer program instructions encoded on a tangible and non -transitory computer readable medium for execution by, or to control the operation of, data processing apparatus. The computer readable medium can be a machine- readable storage device, a machine-readable storage substrate, a memory device, a composition of matter effecting a machine -readable propagated signal, or a combination of one or more of them. The term“data processing unit” or“data processing apparatus” encompasses all apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers. The apparatus can include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.

[00631] A computer program (also known as a program, software, software application, script, or code) can be written in any form of programming language, including compiled or interpreted languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.

A computer program does not necessarily correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data (e.g., one or more scripts stored in a markup language document), in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub programs, or portions of code).

A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.

[00632] The processes and logic flows described in this specification can be performed by one or more programmable processors executing one or more computer programs to perform functions by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit).

[00633] Processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer. Generally, a processor will receive instructions and data from a read only memory or a random access memory or both. The essential elements of a computer are a processor for performing instructions and one or more memory devices for storing instmctions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks. However, a computer need not have such devices.

Computer readable media suitable for storing computer program instmctions and data include all forms of nonvolatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.

[00634] It is intended that the specification, together with the drawings, be considered exemplary only, where exemplary means an example. As used herein, the singular forms“a”, “an” and“the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. Additionally, the use of“of’ is intended to include“and/or”, unless the context clearly indicates otherwise.

[00635] While this patent document contains many specifics, these should not be constmed as limitations on the scope of any invention or of what may be claimed, but rather as descriptions of features that may be specific to particular embodiments of particular inventions. Certain features that are described in this patent document in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.

[00636] Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. Moreover, the separation of various system components in the embodiments described in this patent document should not be understood as requiring such separation in all

embodiments.

[00637] Only a few implementations and examples are described and other implementations, enhancements and variations can be made based on what is described and illustrated in this patent document.