The application relates to methods and apparatuses for transform selection in encoding and decoding.
The current test model VTM of the video codec under standardization Versatile Video Coding (VVC) includes a tool called Multiple Transform Selection (MTS). This tool allows an encoder to choose between three different transforms. These transforms consist of two variants of a Discrete Cosine Transformation (DCT) and one variant of a Discrete Sine Transformation (DST). During encoding, a transform is typically performed in the horizontal direction of the block, followed by a second transform in the vertical direction. These two transforms are independent of each other, so it is very much possible to use different transforms in different directions. The set of transforms that can be selected from includes DCT-2, DST-7 and DCT-8 [2].
The encoder tests all allowed combinations when selecting a transform to use. These are dependent on block type (inter/intra), block size, channel type and prediction mode. For example, for intra blocks in the luma channel with sizes between 4×4 samples and 32×32 samples, five different combinations are tested:
Blocks that are larger or in the chroma channel use only the DCT-2 in both directions. The tool can be enabled separately for intra and inter prediction. In the Common Test Conditions (CTC) [1] the tool is only enabled for intra predicted blocks. When the tool is disabled, the encoder uses the DCT-2 in both directions.
To reduce the number of bits needed to code the chosen combination, an arithmetic coder with adaptive probabilities may be used (Context-Adaptive Binary Arithmetic Coding, CABAC). The coder uses different contexts, each indicating a separate probability, to encode bins in the most efficient way. In the bit stream the combination chosen by the encoder is signaled as follows:
In the decoder, a corresponding process is carried out. First, the emt_cu_flag is parsed. If the flag is set, the emt_tu_idx is parsed to determine the transform to be used.
Note that in some cases, the names EMT (Explicit Multiple-core Transform) or AMT (Adaptive Multicore Transform) are used for the transform tool. These were previous names of the tool, which has since been changed to MTS. As all names refer to the same tool, they may be used interchangeably.
The current draft of the WC standard performs an exhaustive search through all possible combinations. This results in the encoder spending a lot of time on testing different modes, some of which are very unlikely to be chosen. Furthermore, the binary coder uses an inefficient way to signal the transform index.
A first aspect of the embodiments defines a method performed by a decoder. The method comprises receiving an encoded video block having at least one flag encoded using context-based adaptive arithmetic coding. The method comprises parsing at least one flag to determine if the at least one flag is set to signal that a first transform of a plurality of transforms is to be used to decode the encoded video block in both a horizontal direction and a vertical direction. Responsive to the at least one flag being set to signal that the first transform is to be used in both the horizontal direction and in the vertical direction, the method further comprises decoding the encoded video block is decoded in the horizontal direction and the vertical direction using the first transform to generate a decoded video block. Responsive to the at least one flag being set to signal that the first transform is not to be used in both the horizontal direction and in the vertical direction, the method comprises parsing a second flag of the at least one flag to determine if the second flag is set to signal a second transform of the plurality of transforms is to be used to decode the encoded video block in both a horizontal direction and a vertical direction to generate the decoded video block. Responsive to the second flag being set to signal that the second transform is to be used in both the horizontal direction and in the vertical direction, the method comprises decoding the encoded video block in the horizontal direction and the vertical direction using the second transform to generate the decoded video block. Responsive to the second flag being set to signal that the second transform is not to be used in both the horizontal direction and in the vertical direction, the method comprises parsing a third flag of the at least one flag to determine in which of the horizontal direction or the vertical direction the second transform is to be used to decode the encoded video block and in which of the horizontal direction or the vertical direction a third transform is to be used to decode the encoded video block. The method comprises decoding the encoded video block using the second and third transforms to generate the decoded video block.
A second aspect of the embodiments defines a decoder comprising at least one processor and a memory coupled to the processor. The memory comprises instructions executable by the processor, which cause the processor to perform receiving an encoded video block having at least one flag encoded using context-based adaptive arithmetic coding. The memory comprises instructions executable by the processor, which cause the processor to perform parsing the at least one flag to determine if the at least one flag is set to signal that a first transform of a plurality of transforms is to be used to decode the encoded video block in both a horizontal direction and a vertical direction. The memory comprises instructions executable by the processor, which cause the processor to perform, responsive to the at least one flag being set to signal that the first transform is to be used in both the horizontal direction and in the vertical direction, decoding the encoded video block in the horizontal direction and the vertical direction using the first transform to generate a decoded video block. The memory comprises instructions executable by the processor, which cause the processor to perform, responsive to the at least one flag being set to signal that the first transform is not to be used in both the horizontal direction and in the vertical direction, parsing a second flag of the at least one flag to determine if the second flag is set to signal a second transform of the plurality of transforms is to be used to decode the encoded video block in both a horizontal direction and a vertical direction to generate the decoded video block. The memory comprises instructions executable by the processor, which cause the processor to perform, responsive to the at least one flag being set to signal that the first transform is to be used in both the horizontal direction and in the vertical direction, decoding the encoded video block in the horizontal direction and the vertical direction using the second transform to generate the decoded video block. The memory comprises instructions executable by the processor, which cause the processor to perform, responsive to the at least one flag being set to signal that the first transform is not to be used in both the horizontal direction and in the vertical direction, parsing a third flag of the at least one flag to determine in which of the horizontal direction or the vertical direction the second transform is to be used to decode the encoded video block and in which of the horizontal direction or the vertical direction a third transform is to be used to decode the encoded video block. The memory comprises instructions executable by the processor, which cause the processor to perform decoding the encoded video block using the second and third transforms to generate the decoded video block.
A third aspect of the embodiments defines a computer program for a decoder. The computer program comprises code means which, when run on a computer, causes the computer to receive an encoded video block having at least one flag encoded using context-based adaptive arithmetic coding. The computer program comprises code means which, when run on a computer, causes the computer to parse at least one flag to determine if the at least one flag is set to signal that a first transform of a plurality of transforms is to be used to decode the encoded video block in both a horizontal direction and a vertical direction. The computer program comprises code means which, when run on a computer, causes the computer to, responsive to the at least one flag being set to signal that the first transform is to be used in both the horizontal direction and in the vertical direction, decode the encoded video block is decoded in the horizontal direction and the vertical direction using the first transform to generate a decoded video block. The computer program comprises code means which, when run on a computer, causes the computer to, responsive to the at least one flag being set to signal that the first transform is not to be used in both the horizontal direction and in the vertical direction, parse a second flag of the at least one flag to determine if the second flag is set to signal a second transform of the plurality of transforms is to be used to decode the encoded video block in both a horizontal direction and a vertical direction to generate the decoded video block. The computer program comprises code means which, when run on a computer, causes the computer to, responsive to the second flag being set to signal that the second transform is to be used in both the horizontal direction and in the vertical direction, decode the encoded video block in the horizontal direction and the vertical direction using the second transform to generate the decoded video block. The computer program comprises code means which, when run on a computer, causes the computer to, responsive to the second flag being set to signal that the second transform is not to be used in both the horizontal direction and in the vertical direction, parse a third flag of the at least one flag to determine in which of the horizontal direction or the vertical direction the second transform is to be used to decode the encoded video block and in which of the horizontal direction or the vertical direction a third transform is to be used to decode the encoded video block. The computer program comprises code means which, when run on a computer, causes the computer to decode the encoded video block using the second and third transforms to generate the decoded video block.
A fourth aspect of the embodiments defines a computer program product comprising computer readable means and a computer program according to the third aspect, stored on the computer readable means.
A fifth aspect of the embodiments defines a method performed by an encoder. The method comprises receiving a video block for encoding. The method comprises determining a characteristic of the video block. The method further comprises, responsive to the characteristic being of a type that indicates a multiple transform selection is used, selecting a first transform in a plurality of transforms that is part of the multiple transform selection and that is one of most computationally expensive to use or least likely to be used in encoding the video block. The method comprises testing combinations of the plurality of transforms in a horizontal direction and a vertical direction without testing a combination where the first transform is used in both the horizontal direction and the vertical direction. The method comprises selecting a combination from the combinations that provides the lowest rate distortion. The method comprises encoding the video block using the selected combination to generate an encoded video block. The method comprises, responsive to the characteristic being of a type that indicates a multiple transform selection is not to be used, encoding the video block using a default transform in the horizontal direction and the vertical direction.
A sixth aspect of the embodiments defines an encoder for encoding
A seventh aspect of the embodiments defines a computer program for encoding a block of video based on a block size of the block, wherein each of a horizontal direction and a vertical direction of the block is encoded using a transform, wherein the transform can be one of a first transform, a second transform or a third transform. The computer program comprises code means which, when run on a computer, causes the computer to determine a characteristic of the video block. The computer program comprises code means which, when run on a computer, causes the computer to, responsive to the characteristic being of a type that indicates a multiple transform selection is used, select a first transform in a plurality of transforms that is part of the multiple transform selection and that is one of most computationally expensive to use or least likely to be used in encoding the video block. The computer program comprises code means which, when run on a computer, causes the computer to test combinations of the plurality of transforms in a horizontal direction and a vertical direction without testing a combination where the first transform is used in both the horizontal direction and the vertical direction. The computer program comprises code means which, when run on a computer, causes the computer to select a combination from the combinations that provides the lowest rate distortion. The computer program comprises code means which, when run on a computer, causes the computer to encoding the video block using the selected combination to generate an encoded video block. The computer program comprises code means which, when run on a computer, causes the computer to, responsive to the characteristic being of a type that indicates a multiple transform selection is not to be used, encode the video block using a default transform in the horizontal direction and the vertical direction.
An eighth aspect of the embodiments defines a computer program product comprising computer readable means and a computer program according to the seventh aspect, stored on the computer readable means.
The advantages provided by the inventive concepts include reducing the encoder complexity by removing one of the five combinations described above. Both encoder and decoder complexity are reduced by using a less complex transform for certain block sizes. Furthermore, the efficiency of the binarization is increased as the number of bins for the most common combination (DST-7 in both directions) is reduced from 3 to 2.
The accompanying drawings, which are included to provide a further understanding of the disclosure and are incorporated in and constitute a part of this application, illustrate certain non-limiting embodiments of inventive concepts. In the drawings:
Inventive concepts will now be described more fully hereinafter with reference to the accompanying drawings, in which examples of embodiments of inventive concepts are shown. Inventive concepts may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of present inventive concepts to those skilled in the art. It should also be noted that these embodiments are not mutually exclusive. Components from one embodiment may be tacitly assumed to be present/used in another embodiment.
The following description presents various embodiments of the disclosed subject matter. These embodiments are presented as teaching examples and are not to be construed as limiting the scope of the disclosed subject matter. For example, certain details of the described embodiments may be modified, omitted, or expanded upon without departing from the scope of the described subject matter.
According to other embodiments, processor circuit 201 may be defined to include memory so that a separate memory circuit is not required. As discussed herein, operations of the encoder 100 may be performed by processor 201 and/or network interface 205. For example, processor 201 may control network interface 205 to transmit communications to decoder 108 and/or to receive communications through network interface 104 from one or more other network nodes/entities/servers such as other encoder nodes, depository servers, etc. Moreover, modules may be stored in memory 203, and these modules may provide instructions so that when instructions of a module are executed by processor 201, processor 201 performs respective operations.
According to other embodiments, processor circuit 301 may be defined to include memory so that a separate memory circuit is not required. As discussed herein, operations of the decoder 108 may be performed by processor 301 and/or network interface 305. For example, processor 301 may control network interface 305 to receive communications from encoder 100. Moreover, modules may be stored in memory 303, and these modules may provide instructions so that when instructions of a module are executed by processor 301, processor 301 performs respective operations.
A potential advantage provided by the inventive concepts described herein include reducing the encoder run time by limiting the number of transform combinations to be evaluated in the case of an encoder implemented in software. In the case of an encoder implemented in hardware, the complexity reduction may take another form, such as lowered silicon area usage instead of encoder run time.
The embodiments described herein reduce the complexity of both the encoder and decoder by replacing a transform that is computationally expensive to use or that is infrequently used by another transform for certain block sizes. For example, in an encoder that is configured to operate under the WC standard, the DCT-8, which is relatively speaking computationally expensive, may be replaced by the DCT-2, which is relatively speaking less computationally expensive, for certain block sizes.
Furthermore, the compression efficiency is increased by using CABAC contexts to binarize emt_cu_flag and emt_tu_idx.
A further improvement is a reduction in memory usage as no transform coefficients for the transform replaced (e.g., size-32 DCT-8) have to be stored in the memory. In a hardware implementation this may translate to a smaller silicon surface area.
For example, in an implementation based on an anchor using VTM-2.0.1 according to the Common Test Conditions (CTC) as described in [1], the compression efficiency (average BD-rate for luma) is improved by 0.07% in the All Intra configuration and 0.02% in the Random Access (RA) configuration. At the same time, the encoding time is reduced to 85% (AI) and 95% (RA), respectively, compared to the anchor. There is minimal, if any, impact on the complexity of the decoder, but to the extent that is impact, it is favorable. One reason for this is due to the computationally expensive combination of DCT-8 horizontally and DCT-8 vertically being removed from use. When implementing the same modifications in VTM-3.0, the improvements in compression efficiency are 0.03% (AI) and 0.01% (RA), while the encoder run time is reduced to 88% (AI) and 98% (RA), respectively.
In the description that follows, an encoder and decoder configured to perform in accordance with portions of the VVC standardization is used to describe the inventive concepts. Other standardizations may be implemented using the concepts described herein.
Change 1 to change 6 are reflected in
Prior to describing various embodiments based on the above changes, an overview of how the encoder 100 and decoder 108 operate with the changes implemented shall be described. Turning now to
Responsive to the characteristic being of a type that indicates a multiple transform selection component is used, the encoder 100 in operation 703 selects a first transform from a plurality of transforms used by the multiple selection transform component (MST) and that is either the most computationally expensive or least likely to be used in encoding the video block. For example, when the transforms used by the MST are DCT-2, DST-7, and DCT-8, the DCT-8 often is the most computationally expensive to use. In such scenarios, the DCT-8 transform may be selected and designated as the first transform.
In operation 705, the encoder 100 tests combinations of transforms without testing a combination where the first transform is used both in the horizontal direction and in the vertical direction. For example, the DCT-8 transform in the scenario described in operation 703 would not be tested in both the horizontal direction and the vertical direction.
In operation 707, a combination is selected that provides the lowest rate distortion in comparison to other test combinations. Other decision factors may also be used in selecting the combination to use. For example, of one of the transforms is preferred over another transform and both transforms have comparable rate distortions, the preferred transform may be used.
In operation 709, the video block is encoded using the combination selected to generate an encoded block. In operation 711, the encoded block is transmitted to a decoder, such as decoder 108, with flags that are used by the decoder to determine which combination was used in encoding and is to be used in decoding the encoded block.
Responsive to the characteristic not being of the type, the video block is encoded using a default transformation is both horizontal and vertical directions. In one embodiment, the DCT-2 transform may be used as the default transform. In operation 715, the encoded block is transmitted to the decoder, such as decoder 108, with flags that are used by the decoder to determine which combination was used in encoding and is to be used in decoding the encoded block.
Turning now to
In operation 805, the video block is decoded using the first transform in both the horizontal direction and the vertical direction responsive to the first flag have a value associated with the first transform being used in both directions (e.g., the first flag is equal to a first value). For example, the DCT-2 transform may be used in both the horizontal direction and the vertical direction to decode the video block.
In operation 807, a second flag is parsed responsive to the first flag setting having a value associated with the first transform not being used in both directions. The second flag is parsed to determine the second flag setting. The flag setting may indicate whether a second transform is to be used to decode the encoded video block in both the horizontal direction and the vertical direction. For example, in one embodiment, the setting may be a binary setting of a 1 or a 0. In other words, the second flag is equal to a first value or a second value. A setting of 1 may indicate the second transform is to be used in both directions. In other embodiments, a setting of 0 may be used to indicate the second transform is to be used in both directions.
The second transform may be one of two transforms. The second flag may be parsed to determine which of the two transforms to be sued to decode the video block. For example, the two transforms in one embodiment may be the DST-7 transform and the DCT-8 transform
In operation 809, the video block is decoded using the second transform in both the horizontal direction and the vertical direction responsive to the second flag have a value associated with the second transform being used in both directions (e.g., the second flag is equal to a first value). For example, the DST-7 transform may be used in both the horizontal direction and the vertical direction to decode the video block in operation 809.
In operation 811, a third flag is parsed responsive to the second flag setting having a value associated with the second transform not being used in both directions. The third flag is parsed to determine the third flag setting. The third flag setting may indicate whether a second transform is to be used to decode the encoded video block in the horizontal direction or the vertical direction and a third transform to be used to decode in the other of the horizontal direction and vertical direction. This may be a first preferred transform combination. For example, in one embodiment, the setting may be a binary setting of a 1 or a 0. A setting of 1 may indicate the second transform is to be used in the horizontal direction and the third transform is to be used in the vertical direction. In other embodiments, a setting of 0 may be used to indicate the second transform is to be used in the horizontal direction and the third transform to be used in the vertical direction. This may be a second preferred transform combination. The third transform in an embodiment may be the first transform.
In operation 813, the video block is decoded using the second transform in either the horizontal direction or the vertical direction based on the setting of the third flag. For example, the DST-7 transform may be used in the horizontal direction and either the DCT-2 or DCT-8 transform used in the vertical direction to decode the video block in operation 813. Alternatively, the DST-7 transform may be used in the vertical direction and either the DCT-2 or DCT-8 transform used in the horizontal direction to decode the video block in operation 813.
In operation 815, the decoder may output the decoded video block to a media player for playback of the decoded video block.
Turning now to
In operation 903, responsive to the first criterion met, the decoder selects the transform combination from one: of the first transform in both the vertical direction and the horizontal direction; the third transform in both the vertical direction and the horizontal direction; the first transform in the vertical direction and the third transform in the horizontal direction; and the third transform in the vertical direction and the first transform in the horizontal direction.
In operation 905, responsive to the first criterion met, the decoder selects the transform combination from one of: the first transform in both the vertical direction and the horizontal direction; the third transform in both the vertical direction and the horizontal direction; the second transform in the vertical direction and the third transform in the horizontal direction; and the third transform in the vertical direction and the second transform in the horizontal direction.
In operation 907, the decoder decodes the block using the selected combination. In operation 909, the decoder may transmit the encoded block towards a media player.
The first transform in the embodiments described below is the DCT-2 transform, the second transform is the DCT-8 transform, and the third transform is the DST-7 transform. In the description of the embodiments that follows, the first criterion is block size.
In a first embodiment, change 1 is done for all block sizes where the MTS tool is allowed, and change 2 is done for all blocks where at least one dimension has a length of 32 samples. In this first embodiment all blocks of size 16×16 or smaller evaluate the following combinations:
For blocks of size 32×N or N×32 in the first embodiment, where N can be 4, 8, 16 or 32, the following combinations are evaluated:
The decoder can determine the correct combination of transforms based on the parsed flags and the block size. If the block is of size 16×16 or smaller, the decoded bins can indicate the following combinations:
If the block is of size 32×N or Nx32 in the first embodiment, where N can be 4, 8, 16 or 32 (i.e., the first criterion of
Table 1 shows where DCT-2 and DCT-8 are used in the first embodiment:
In a second embodiment, change 1 is done for all block sizes where the MTS tool is allowed, and change 2 is done for all blocks of size 16×32, 32×16 or 32×32. In this embodiment all blocks of size 16×16 or smaller, 4×32, 8×32, 32×4 and 32×8 evaluate the following combinations:
For blocks of size 32×16, 16×32 or 32×32 in the second embodiment, the following combinations are evaluated:
The decoder is able to determine the correct combination of transforms based on the parsed flags and the block size. If the block is of size 16×16 or smaller, 4×32, 8×32, 32×4 or 32×8 the decoded bins can indicate the following combinations:
If the block is of size 32×16, 16×32 or 32×32 in the second embodiment (i.e., the first criterion of
Table 2 shows where DCT-2 and DCT-8 are used in the second embodiment:
In a third embodiment, changes 1, 3 and 4 are done for all block sizes. If a step to the right in
The decoder will parse the flags and determine the combination of transforms based on the decoded bins. With respect to
In a set of embodiments, changes 1, 3, 4 and 5 are done for all block sizes. As an example, the more preferred combination as described in change 5 can be marked by setting the mts_tu_flag to ‘1’ and the less preferred combination as described in change 5 can be marked by setting the mts_tu_flag to ‘0’.
In a fifth embodiment that is one of the set of embodiments, if the block is using intra prediction, the combination of using DST-7 horizontally and DCT-X vertically is regarded more preferred if the intra direction is closer to horizontal than to vertical. At the same time, if the intra direction is closer to vertical than to horizontal, the combination of using DCT-X horizontally and DST-7 vertically is regarded as more preferred. Thus, the decoder will determine the combination based on the intra direction of the block.
If the intra direction is, for example, purely horizontal, and the decoder reads the mts_tu_flag as ‘1’, it will use a transform combination of DST-7 horizontally and DCT-X vertically. If the flag is read as ‘0’, the decoder will use a transform combination of DCT-X horizontally and the DST-7 vertically.
If the intra direction is, for example, purely vertical, and the decoder reads the mts_tu_flag as ‘1’, it will use a transform combination of DCT-X horizontally and the DST-7 vertically. If the flag is read as ‘0’, the decoder will use a transform combination of DST-7 horizontally and DCT-X vertically.
In a sixth embodiment that is one of the set of embodiments, if the block is using inter prediction, the combination of using DST-7 horizontally and DCT-X vertically is regarded as more probable if the block has a larger width than height. If the block has a larger height than width the combination of using DCT-X horizontally and DST-7 vertically is regarded as more probable.
If the block has, for example, a size of 16×4 samples, and the decoder reads the mts_tu_flag as ‘1’, it will use a transform combination of DST-7 horizontally and DCT-X vertically. If the flag is read as ‘0’, the decoder will use a transform combination of DCT-X horizontally and the DST-7 vertically.
If the block has, for example, a size of 4×16 samples, and the decoder reads the mts_tu_flag as ‘1’, it will use a transform combination of DCT-X horizontally and DST-7 vertically. If the flag is read as ‘0’, the decoder will use a transform combination of DST-7 horizontally and the DCT-X vertically.
In the embodiments above, a 45-degree prediction direction is equally close to vertical as to horizontal. Therefore, the decoder and encoder have to agree on a tie-breaking rule to treat 45-degree directions in the same manner. In the set of embodiments above, this is handled by treating 45-degree directions as more vertical than horizontal. In a different embodiment, it may be advantageous to use a different tie-breaking rule, such as treating 45-degree directions as horizontal. Another possibility is to change at another degree than 45-degree directions. As an example, it may be advantageous to treat not only 45-degree directions as vertical, but also treat, for example, 43-degree directions as vertical, although mathematically they are closer to a horizontal direction. In general, it is therefore possible to use any angle in the tie-break rule, not just diagonal directions.
Another case where a tie-breaking rule should be defined are non-directional intra prediction modes (planar or DC). In the set of embodiments above, these predictions are treated as more horizontal than vertical. In a slightly different embodiment, it might be advantageous to treat these as more vertical than horizontal. For example, in an implementation, the intra modes 0-34 are treated as being closer to horizontal and the intra modes 35-66 are treated as being closer to vertical.
In a seventh embodiment, change 6 is used for intra coded blocks. The selection of which context to use for encoding and decoding the mts_cu_flag is made based on the longer side of the block and the intra direction. The intra directions are divided into two groups, one where using the DCT-2 horizontally and vertically is more preferred and one where using the DCT-2 horizontally and vertically is less preferred. These groups can be identical for different block sizes. Using the DCT-2 both horizontally and vertically can for example be more preferred if the intra mode is close to horizontal or vertical. In the same example, the combination would be less preferred if the intra direction is close to diagonal.
Turning to
Responsive to the block being of size 32×N or Nx32 where N can be 4, 8, 16 or 32 and the intra direction is close to diagonal (i.e., it does not pass one of a horizontal closeness test or a vertical closeness test as determined in operation 1103), for instance if it is purely diagonal, a different context will be chosen, for example with a second id 1 in operation 1107.
In operation 1108, the decoder determines if the block is of size 16×N or Nx16 where N can be 4, 8 or 16. In operation 1111, responsive to the block being one of size 16×N or Nx16 and the intra direction is close to horizontal or close to vertical (i.e., it passes one of a horizontal closeness test or a vertical closeness test as determined in operation 1111), for instance if it is purely vertical, a different context will be chosen, for example with a third id 2 in operation 1113.
Responsive to the block being is of size 16×N or Nx16 where N can be 4, 8 or 16 and the intra direction is close to diagonal (i.e., it does not pass one of a horizontal closeness test or a vertical closeness test as determined in operation 1111), for instance if it is purely diagonal, a different context will be chosen, for example with a fourth id 3 in operation 1115.
In operation 1117, the decoder determines, if the block is of size 8×8, 8×4, 4×8 or 4×4. In operation 1119, responsive to the block being one of size 8×8, 8×4, 4×8, or 4×4 and the intra direction is close to horizontal or close to vertical (i.e., it passes one of a horizontal closeness test or a vertical closeness test as determined in operation 1119), for instance if it is purely horizontal, a different context will be chosen, for example with a fifth id 4 in operation 1121.
Responsive to the block being of size 8×8, 8×4, 4×8 or 4×4 and the intra direction is close to diagonal (i.e., it does not pass one of a horizontal closeness test or a vertical closeness test as determined in operation 1119), for instance if it is purely diagonal, a different context will be chosen, for example with a sixth id 5 in operation 1123.
This can be summarized in the following table:
As described in the previous embodiment, a set of tie-breaking rules should be defined for the encoder and decoder for the cases where a prediction direction is equally close to horizontal and vertical. Tie-breaking rules should also be defined for the non-directional intra prediction modes Planar or DC. For example, in one implementation, the intra modes 10-22 may be seen as close to horizontal and may be treated as being horizontal, the intra modes 46-57 may be seen as close to vertical and may be treated as being vertical, and the remaining intra modes 0-9, 23-45 and 58-66 may be seen as close to diagonal and be treated as being diagonal.
In an eighth embodiment, change 6 is used for inter coded blocks. The selection of which context to use for encoding and decoding the mts_cu_flag is made based on the block size and shape. For example, the six contexts can be selected as follows:
The eighth embodiment can be summarized in Table 6:
In a ninth embodiment, change 1 is done for all block sizes where the MTS tool is allowed, and change 2 is done for all blocks where at least one dimension has a length of 16 or 32 samples. In this embodiment all blocks of size 8×8 or smaller evaluate the following combinations:
For blocks of size 16×N, Nx16, 32×N or Nx32 in the ninth embodiment, where N can be 4, 8, 16 or 32, the following combinations are evaluated:
The decoder can determine the correct combination of transforms based on the parsed flags and the block size. If the block is of size 8×8 or smaller, the decoded bins can indicate the following combinations:
If the block is of size 16×N, Nx16, 32×N or Nx32 in the ninth embodiment, where N can be 4, 8, 16 or 32 (i.e., the first criterion of
Table 7 shows where DCT-2 and DCT-8 are used in the ninth embodiment:
In a tenth embodiment, change 1 is done for all block sizes where the MTS tool is allowed, and change 2 is done for all blocks where at least one dimension has a length of 32 samples or 4 samples. In this embodiment all blocks of size 8×8, 8×16, 16×8 or 16×16 evaluate the following combinations:
For blocks of size 4×N, Nx4, 32×N or Nx32 in the tenth embodiment, where N can be 4, 8, 16 or 32, the following combinations are evaluated:
The decoder can determine the correct combination of transforms based on the parsed flags and the block size. If the block is of size 8×8, 8×16, 16×8 or 16×16, the decoded bins can indicate the following combinations:
If the block is of size 4×N, Nx4, 32×N or Nx32 in the tenth embodiment, where N can be 4, 8, 16 or 32 (i.e., the first criterion of
Table 8 shows where DCT-2 and DCT-8 are used in the tenth embodiment:
In an eleventh embodiment, change 1 is done for all block sizes where the MTS tool is allowed, and change 2 is done for all blocks where at least one dimension has a length of 32 samples or the block has a size of 4×4 samples. In this embodiment all blocks of size 16×16 or smaller but larger than 4×4 evaluate the following combinations:
For blocks of size 4×4, 32×N or Nx32 in the eleventh embodiment, where N can be 4, 8, 16 or 32, the following combinations are evaluated:
The decoder can determine the correct combination of transforms based on the parsed flags and the block size. If the block is of size 16×16 or smaller but larger than 4×4, the decoded bins can indicate the following combinations:
If the block is of size 4×4, 32×N or Nx32 in the eleventh embodiment, where N can be 4, 8, 16 or 32 (i.e., the first criterion of
Table 9 shows where DCT-2 and DCT-8 are used in the eleventh embodiment:
In a twelfth embodiment, changes 1 and 2 is done for all block sizes where the MTS tool is allowed. In this embodiment all blocks evaluate the following combinations:
The decoder can determine the correct combination of transforms based on the parsed flags. The decoded bins can indicate the following combinations:
In a further set of embodiments, change 7 is incorporated. A new flag, called mts_same_flag, is signaled to indicate whether a block use the same transform in both horizontal and vertical direction. In one embodiment, if the flag has the value ‘1’, the block uses identical transforms in both directions, whereas if the flag has the value ‘0’, two different transformations will be used.
In an embodiment, the mts_same_flag indicates that a block uses the same transform in both horizontal and vertical direction. An additional flag mts_tu_idx is signaled to indicate whether to use DCT-8 or DST-7 in both directions.
In another embodiment, the mts_same_flag indicates that a block uses different transforms in horizontal and vertical direction. An additional flag mts_tu_idx is signaled to indicate whether to use DCT-8 in the horizontal direction and DST-7 in the vertical direction, or DST-7 in the horizontal direction and DCT-8 in the vertical direction.
The processing in the decoder works analogously. First, the mts_same_flag is parsed by the decoder, followed by parsing the mts_tu_idx to determine the correct combination of transforms to use.
In another embodiment, the mts_same_flag is parsed by the decoder, indicating that the same transform should be used in both horizontal and vertical direction. Afterwards, the mts_tu_idx is parsed by the decoder, indicating whether to use DST-7 or DCT-8 in both directions.
In another embodiment, the mts_same_flag is parsed by the decoder, indicating that two different transforms should be used for the current block. The mts_tu_idx is parsed by the decoder to determine whether to use DCT-8 in horizontal and DST-7 in vertical direction, or DST-7 in horizontal and DCT-8 in vertical direction
Thus, the disabling of one of the transform combination which enables the change to the CABAC coding by replacing the two existing flags as described herein with two new flags. Another key aspect is to replace one transform in certain cases by a different transform.
This application is a continuation application of U.S. patent application Ser. No. 18/077,414, filed Dec. 8, 2022, which itself is a continuation application of U.S. patent application Ser. No. 17/360,088 filed Jun. 28, 2021 (now U.S. Pat. No. 11,558,613), which itself is a continuation application of U.S. patent application Ser. No. 16/640,010 filed Feb. 18, 2020 (now U.S. Pat. No. 11,082,692), which is a 35 U.S.C. § 371 national stage application of PCT International Application No. PCT/SE2019/051206 filed Nov. 28, 2019, which itself claims priority to U.S. Provisional Application No. 62/785,856 filed Dec. 28, 2018, the disclosure and content of each of which are incorporated herein by reference in their entireties.
Number | Date | Country | |
---|---|---|---|
62785856 | Dec 2018 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 18077414 | Dec 2022 | US |
Child | 18639115 | US | |
Parent | 17360088 | Jun 2021 | US |
Child | 18077414 | US | |
Parent | 16640010 | Feb 2020 | US |
Child | 17360088 | US |