WO2020162534A1 - 符号化装置、復号装置、符号化方法、および復号方法 - Google Patents

符号化装置、復号装置、符号化方法、および復号方法 Download PDF

Info

Publication number
WO2020162534A1
WO2020162534A1 PCT/JP2020/004527 JP2020004527W WO2020162534A1 WO 2020162534 A1 WO2020162534 A1 WO 2020162534A1 JP 2020004527 W JP2020004527 W JP 2020004527W WO 2020162534 A1 WO2020162534 A1 WO 2020162534A1
Authority
WO
WIPO (PCT)
Prior art keywords
processing
predicted image
image
prediction
block
Prior art date
Application number
PCT/JP2020/004527
Other languages
English (en)
French (fr)
Inventor
安倍 清史
西 孝啓
遠間 正真
祐介 加藤
Original Assignee
パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ filed Critical パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカ
Publication of WO2020162534A1 publication Critical patent/WO2020162534A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/577Motion compensation with bidirectional frame interpolation, i.e. using B-pictures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/80Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation
    • H04N19/82Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation involving filtering within a prediction loop

Definitions

  • the present disclosure relates to video coding, for example, a system, a component, and a method in moving image coding and decoding.
  • Video coding technology is based on H.264. H.261 and MPEG-1 from H.264. H.264/AVC (Advanced Video Coding), MPEG-LA, H.264. H.265/HEVC (High Efficiency Video Coding), and H.264. It has progressed to 266/VVC (Versatile Video Codec). With this advance, there is a constant need to provide improvements and optimizations in video coding techniques to handle the ever-increasing amount of digital video data in various applications.
  • Non-Patent Document 1 relates to an example of a conventional standard relating to the video coding technique described above.
  • H. 265 (ISO/IEC 23008-2 HEVC)/HEVC (High Efficiency Video Coding)
  • the present disclosure may contribute to one or more of, for example, improved coding efficiency, improved image quality, reduced throughput, reduced circuit size, improved processing speed, and proper selection of elements or operations.
  • a configuration or method is provided. It should be noted that the present disclosure may include configurations or methods that may contribute to benefits other than the above.
  • an encoding device includes a circuit and a memory connected to the circuit, and the circuit is a block to be processed based on a derived motion vector in an inter prediction mode in operation.
  • the update process is applied to the predicted image to generate a final predicted image of the processing target block.
  • the update process candidates are the first process and the second process.
  • the first process is a BDOF (bi-directional optical flow) process
  • the second process is a filter process for updating the pixel value of the predicted image
  • the update process is not applied.
  • the first process and the second process are exclusively applied.
  • Some implementations of the embodiments in this disclosure may improve coding efficiency, simplify the coding/decoding process, or speed up the coding/decoding process.
  • An appropriate filter, block size, motion vector, reference picture, reference block, etc. may be efficiently selected to use appropriate components/operations for encoding and decoding.
  • a configuration or method according to an aspect of the present disclosure includes, for example, improvement of coding efficiency, improvement of image quality, reduction of processing amount, reduction of circuit size, improvement of processing speed, and appropriate selection of elements or operations. Can contribute to more than one of them. Note that the configuration or method according to one aspect of the present disclosure may contribute to benefits other than the above.
  • FIG. 1 is a block diagram showing a functional configuration of an encoding device according to an embodiment.
  • FIG. 2 is a flowchart showing an example of the overall encoding process performed by the encoding device.
  • FIG. 3 is a conceptual diagram showing an example of block division.
  • FIG. 4A is a conceptual diagram showing an example of a slice configuration.
  • FIG. 4B is a conceptual diagram showing an example of a tile configuration.
  • FIG. 5A is a table showing conversion basis functions corresponding to various conversion types.
  • FIG. 5B is a conceptual diagram showing an example of SVT (Spatially Varying Transform).
  • FIG. 6A is a conceptual diagram showing an example of the shape of a filter used in an ALF (adaptive loop filter).
  • FIG. 1 is a block diagram showing a functional configuration of an encoding device according to an embodiment.
  • FIG. 2 is a flowchart showing an example of the overall encoding process performed by the encoding device.
  • FIG. 3 is a conceptual diagram
  • FIG. 6B is a conceptual diagram showing another example of the shape of the filter used in ALF.
  • FIG. 6C is a conceptual diagram showing another example of the shape of the filter used in ALF.
  • FIG. 7 is a block diagram showing an example of a detailed configuration of a loop filter unit that functions as a DBF (deblocking filter).
  • FIG. 8 is a conceptual diagram showing an example of a deblocking filter having a filter characteristic symmetrical with respect to a block boundary.
  • FIG. 9 is a conceptual diagram for explaining a block boundary where the deblocking filter processing is performed.
  • FIG. 10 is a conceptual diagram showing an example of the Bs value.
  • FIG. 11 is a flowchart showing an example of processing performed by the prediction processing unit of the encoding device.
  • FIG. 11 is a flowchart showing an example of processing performed by the prediction processing unit of the encoding device.
  • FIG. 12 is a flowchart showing another example of the processing performed by the prediction processing unit of the encoding device.
  • FIG. 13 is a flowchart showing another example of the processing performed by the prediction processing unit of the encoding device.
  • FIG. 14 is a conceptual diagram showing an example of 67 intra prediction modes in intra prediction according to the embodiment.
  • FIG. 15 is a flowchart showing an example of the basic processing flow of inter prediction.
  • FIG. 16 is a flowchart showing an example of motion vector derivation.
  • FIG. 17 is a flowchart showing another example of motion vector derivation.
  • FIG. 18 is a flowchart showing another example of motion vector derivation.
  • FIG. 19 is a flowchart showing an example of inter prediction in the normal inter mode.
  • FIG. 20 is a flowchart showing an example of inter prediction in the merge mode.
  • FIG. 21 is a conceptual diagram for explaining an example of motion vector derivation processing in the merge mode.
  • FIG. 22 is a flowchart showing an example of FRUC (frame rate up conversion) processing.
  • FIG. 23 is a conceptual diagram for explaining an example of pattern matching (bilateral matching) between two blocks along a motion trajectory.
  • FIG. 24 is a conceptual diagram for explaining an example of pattern matching (template matching) between a template in the current picture and a block in the reference picture.
  • FIG. 25A is a conceptual diagram for explaining an example of derivation of a motion vector in sub-block units based on motion vectors of a plurality of adjacent blocks.
  • FIG. 25B is a conceptual diagram for explaining an example of derivation of a motion vector in a sub-block unit in an affine mode having three control points.
  • FIG. 26A is a conceptual diagram for explaining the affine merge mode.
  • FIG. 26B is a conceptual diagram for explaining the affine merge mode having two control points.
  • FIG. 26C is a conceptual diagram for explaining an affine merge mode having three control points.
  • FIG. 27 is a flowchart showing an example of processing in the affine merge mode.
  • FIG. 28A is a conceptual diagram for explaining an affine inter mode having two control points.
  • FIG. 28B is a conceptual diagram for explaining an affine inter mode having three control points.
  • FIG. 29 is a flowchart showing an example of processing in the affine inter mode.
  • FIG. 30A is a conceptual diagram for explaining an affine inter mode in which a current block has three control points and an adjacent block has two control points.
  • FIG. 30B is a conceptual diagram for explaining an affine inter mode in which a current block has two control points and an adjacent block has three control points.
  • FIG. 31A is a flowchart showing a merge mode including DMVR (decoder motion vector refinement).
  • FIG. 31B is a conceptual diagram for explaining an example of DMVR processing.
  • FIG. 32 is a flowchart showing an example of generation of a predicted image.
  • FIG. 33 is a flowchart showing another example of generation of a predicted image.
  • FIG. 34 is a flowchart showing another example of generation of a predicted image.
  • FIG. 35 is a flowchart for explaining an example of a predicted image correction process by an OBMC (overlapped block motion compensation) process.
  • FIG. 36 is a conceptual diagram for explaining an example of a predicted image correction process by the OBMC process.
  • FIG. 37 is a conceptual diagram for explaining generation of prediction images of two triangles.
  • FIG. 38 is a conceptual diagram for explaining a model assuming a uniform linear motion.
  • FIG. 39 is a conceptual diagram for explaining an example of a predictive image generation method using a brightness correction process by a LIC (local illumination compensation) process.
  • FIG. 40 is a block diagram showing an implementation example of the encoding device.
  • FIG. 41 is a block diagram showing a functional configuration of the decoding device according to the embodiment.
  • FIG. 42 is a flowchart showing an example of the overall decoding process performed by the decoding device.
  • FIG. 43 is a flowchart showing an example of processing performed by the prediction processing unit of the decoding device.
  • FIG. 44 is a flowchart showing another example of the processing performed by the prediction processing unit of the decoding device.
  • FIG. 45 is a flowchart showing an example of inter prediction in the normal inter mode in the decoding device.
  • FIG. 46 is a block diagram illustrating an implementation example of the decoding device.
  • FIG. 47 is a diagram for explaining the block size when performing the prediction process.
  • FIG. 48 is a diagram schematically showing a first example of the prediction process performed by the decoding device according to the second embodiment as a configuration example of the pipeline process.
  • FIG. 49 is a flowchart showing a second example of prediction processing performed by the decoding device in the second embodiment.
  • FIG. 50 is a diagram schematically showing a second example of the prediction process performed by the decoding device according to the second embodiment as a configuration example of the pipeline process.
  • FIG. 51 is a flowchart showing a third example of prediction processing performed by the decoding device according to the second embodiment.
  • FIG. 52 is a diagram schematically showing a third example of the prediction process performed by the decoding device in the second embodiment as a configuration example of the pipeline process.
  • FIG. 53 is a flowchart showing a fourth example of the prediction process performed by the decoding device according to the second embodiment.
  • FIG. 50 is a diagram schematically showing a second example of the prediction process performed by the decoding device according to the second embodiment as a configuration example of the pipeline process.
  • FIG. 51 is a flowchart showing a third example of prediction processing performed by the decoding device according to the second embodiment.
  • FIG. 52 is a diagram schematic
  • FIG. 54 is a diagram schematically showing a fourth example of the prediction process performed by the decoding device according to the second embodiment as a configuration example of the pipeline process.
  • FIG. 55 is a flowchart showing a fifth example of prediction processing performed by the decoding device according to the second embodiment.
  • FIG. 56 is a diagram schematically showing a fifth example of the prediction process performed by the decoding device in the second embodiment as a configuration example of the pipeline process.
  • FIG. 57 is a flowchart showing a sixth example of prediction processing performed by the decoding device according to the second embodiment.
  • FIG. 58 is a diagram schematically showing a sixth example of the prediction process performed by the decoding device according to the second embodiment as a configuration example of the pipeline process.
  • FIG. 59 is a flowchart showing the seventh example of the prediction process performed by the decoding device according to the second embodiment.
  • FIG. 60 is a diagram schematically showing a seventh example of the prediction process performed by the decoding device according to the second embodiment as a configuration example of the pipeline process.
  • FIG. 61 is a flowchart showing an example of the encoding process and the decoding process in the second embodiment.
  • FIG. 62 is a flowchart showing another example of the encoding process and the decoding process in the second embodiment.
  • FIG. 63 is a block diagram showing the overall configuration of a content supply system that realizes a content distribution service.
  • FIG. 64 is a conceptual diagram showing an example of a coding structure at the time of scalable coding.
  • FIG. 65 is a conceptual diagram showing an example of a coding structure at the time of scalable coding.
  • FIG. 66 is a conceptual diagram showing an example of a web page display screen.
  • FIG. 67 is a conceptual diagram showing an example of a web page display screen.
  • FIG. 68 is a block diagram showing an example of a smartphone.
  • FIG. 69 is a block diagram illustrating a configuration example of a smartphone.
  • An encoding device includes a circuit and a memory connected to the circuit, and in the operation, the circuit predicts a processing target block based on a derived motion vector in an inter prediction mode.
  • An image is generated, and an update process is applied to the predicted image to generate a final predicted image of the processing target block.
  • the update process candidates are the first process and the second process. Including, the first process is a BDOF (bi-directional optical flow) process, the second process is a filter process for updating the pixel value of the predicted image, the application of the update process, The first processing and the second processing are exclusively applied.
  • the processes other than the update process of the first process and the second process are performed on the predicted image. Does not apply. That is, application of processing other than the update processing is prohibited. Therefore, for example, when one stage included in the pipeline process for encoding an image includes the first process and the second process, the first process and the second process are performed. By doing so, it is possible to increase the possibility that it is possible to prevent the processing time of that stage from becoming long. That is, the possibility of suppressing an increase in processing time can be increased.
  • the circuit determines whether or not the second process is applied to the predicted image in the application of the update process, and if the second process is determined to be applied, the second process is performed. Is the update processing, and when it is determined that the second processing is not applied, it is determined whether or not the first processing is applied to the predicted image, and it is determined that the first processing is applied.
  • the first process may be the update process.
  • the second process may update the pixel value of the predicted image based on the predicted image.
  • the second processing may update the pixel value of the predicted image based on (1) the predicted image and (2) a reconstructed image of a block different from the processing target block.
  • the circuit is one stage included in a pipeline process for encoding an image, and generates a reconstructed image by adding the generated final predicted image and a residual image.
  • the first process and the second process may be exclusively executed at the same stage as the reconfiguration process.
  • the update processing candidate further includes a third processing different from the first processing and the second processing, and the third processing is generated by intra prediction of the processing target block.
  • 2 is a process of mixing the predicted image of No. 2 and the first predicted image that is the predicted image generated in the inter prediction mode.
  • the first process, the second process, and The third processing may be applied exclusively.
  • the third process may be an intra/inter mixed process.
  • the circuit applies (1) the third processing to the predicted image when the inter prediction mode is an inter prediction mode in which the third processing can be selected. If it is determined that the third process is to be applied, the third process is the update process, and if the third process is not to be applied, the first process is performed. It is determined whether or not a process is applied to the predicted image, and when it is determined that the first process is applied, the first process is the update process, and (2) the inter prediction mode is the In the inter prediction mode in which the third process cannot be selected, it is determined whether or not the second process is applied to the predicted image, and when it is determined that the second process is applied, the second process is performed. When it is determined that the processing is the update processing and the second processing is not applied, it is determined whether or not the first processing is applied to the predicted image, and it is determined that the first processing is applied. In this case, the first process may be the update process.
  • the circuit is one stage included in a pipeline process for encoding an image, and generates a reconstructed image by adding the generated final predicted image and a residual image.
  • the first process, the second process, and the third process may be exclusively executed at the same stage as the reconfiguration process.
  • the number of stages included in the pipeline process can be reduced as compared with a case where the first process, the second process, and the third process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the encoding device.
  • the circuit may perform a filter process for updating the pixel value included in the reconstructed image obtained by adding the final prediction image and the residual signal generated.
  • the filtering process is a loop filter such as a deblocking filter.
  • a decoding device includes a circuit and a memory connected to the circuit, and the circuit operates in an inter prediction mode based on a derived motion vector of a block to be processed.
  • a predicted image is generated, and an update process is applied to the predicted image to generate a final predicted image of the processing target block.
  • the update process candidates are the first process and the second process.
  • the first process is a BDOF (bi-directional optical flow) process
  • the second process is a filter process for updating the pixel value of the predicted image
  • the update process is applied as follows. The first process and the second process are exclusively applied.
  • the processes other than the update process of the first process and the second process are performed on the predicted image. Does not apply. That is, application of processing other than the update processing is prohibited. Therefore, for example, when one stage included in the pipeline process for decoding the encoded image includes the first process and the second process, the first process and the second process are performed.
  • the circuit determines whether or not the second process is applied to the predicted image in the application of the update process, and if the second process is determined to be applied, the second process is performed. Is the update processing, and when it is determined that the second processing is not applied, it is determined whether or not the first processing is applied to the predicted image, and it is determined that the first processing is applied.
  • the first process may be the update process.
  • the second processing may update the pixel value of the predicted image based on the predicted image.
  • the second processing may update the pixel value of the predicted image based on (1) the predicted image and (2) a reconstructed image of a block different from the processing target block.
  • the circuit is one stage included in a pipeline process for decoding an encoded image, and a reconstructed image is obtained by adding the generated final predicted image and a residual image.
  • the first process and the second process may be exclusively executed at the same stage as the reconfiguration process to be generated.
  • the number of stages included in the pipeline process can be reduced as compared with the case where the first process and the second process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the decoding device.
  • the update processing candidate further includes a third processing different from the first processing and the second processing, and the third processing is generated by intra prediction of the processing target block.
  • 2 is a process of mixing the predicted image of No. 2 and the first predicted image that is the predicted image generated in the inter prediction mode.
  • the first process, the second process, and The third processing may be applied exclusively.
  • the third process may be an intra/inter mixed process.
  • the circuit applies (1) the third processing to the predicted image when the inter prediction mode is an inter prediction mode in which the third processing can be selected. If it is determined that the third process is to be applied, the third process is the update process, and if the third process is not to be applied, the first process is performed. It is determined whether or not a process is applied to the predicted image, and when it is determined that the first process is applied, the first process is the update process, and (2) the inter prediction mode is the In the inter prediction mode in which the third process cannot be selected, it is determined whether or not the second process is applied to the predicted image, and when it is determined that the second process is applied, the second process is performed. When it is determined that the processing is the update processing and the second processing is not applied, it is determined whether or not the first processing is applied to the predicted image, and it is determined that the first processing is applied. In this case, the first process may be the update process.
  • the circuit is one stage included in a pipeline process for decoding the encoded image, and a reconstructed image is obtained by adding the generated final predicted image and the residual image.
  • the first process, the second process, and the third process may be exclusively executed at the same stage as the reconfiguration process to be generated.
  • the number of stages included in the pipeline process can be reduced as compared with the case where the first process, the second process, and the third process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the decoding device.
  • the circuit may perform a filtering process for updating the pixel value included in the reconstructed image obtained by adding the final predicted image and the residual signal generated.
  • the filtering process is a loop filter such as a deblocking filter.
  • an encoding device includes a division unit, an intra prediction unit, an inter prediction unit, a prediction control unit, a conversion unit, a quantization unit, and an entropy encoding unit.
  • the dividing unit divides a coding target picture forming a moving image into a plurality of blocks.
  • the intra-prediction unit performs intra-prediction to generate an intra-prediction image of a processing target block in the encoding target picture using a reference image in the encoding target picture.
  • the inter prediction unit performs inter prediction to generate an inter prediction image of the processing target block by using a reference image in a reference picture different from the encoding target picture.
  • the prediction control unit controls the intra prediction performed by the intra prediction unit and the inter prediction performed by the inter prediction unit.
  • the conversion unit converts a residual image between a prediction image composed of at least one of the intra prediction image or the inter prediction image and an image of the processing target block, and the processing target block Generate a transform coefficient signal of.
  • the quantizer quantizes the transform coefficient signal.
  • the entropy coding unit codes the quantized transform coefficient signal.
  • the inter prediction unit in the inter prediction mode, the inter prediction unit generates a predicted image of a processing target block based on the derived motion vector, and applies an update process to the predicted image, thereby Generate the final predicted image.
  • the update processing candidates include a first processing and a second processing, the first processing is a BDOF (bi-directional optical flow) processing, and the second processing is a pixel of the predicted image. This is a filter process for updating a value, and in applying the update process, the first process and the second process are exclusively applied.
  • a decoding device is a decoding device that decodes a moving image using a predicted image, and includes an entropy decoding unit, a dequantization unit, an inverse transformation unit, and an intra prediction unit. And an inter prediction unit, a prediction control unit, and an addition unit (reconstruction unit).
  • the entropy decoding unit decodes the quantized transform coefficient signal of the processing target block in the decoding target picture forming the moving image.
  • the dequantization unit dequantizes the quantized transform coefficient signal.
  • the inverse transform unit inversely transforms the transform coefficient signal to obtain a residual image of the processing target block.
  • the intra-prediction unit performs intra-prediction to generate an intra-prediction image of the processing target block using a reference image in the decoding target picture.
  • the inter prediction unit performs inter prediction to generate an inter prediction image of the processing target block by using a reference image in a reference picture different from the decoding target picture.
  • the prediction control unit controls the intra prediction performed by the intra prediction unit and the inter prediction performed by the inter prediction unit.
  • the adding unit reconstructs an image of the processing target block by adding a prediction image formed of at least one of the intra prediction image and the inter prediction image and the residual image.
  • the inter prediction unit in the inter prediction mode, the inter prediction unit generates a predicted image of a processing target block based on the derived motion vector, and applies an update process to the predicted image, thereby Generate the final predicted image.
  • the update processing candidates include a first processing and a second processing, the first processing is a BDOF (bi-directional optical flow) processing, and the second processing is a pixel of the predicted image. This is a filter process for updating a value, and in applying the update process, the first process and the second process are exclusively applied.
  • the following describes embodiments of the encoding device and the decoding device.
  • the embodiments are examples of the encoding device and the decoding device to which the processing and/or the configuration described in each aspect of the present disclosure can be applied.
  • the processing and/or the configuration can be implemented in an encoding device and a decoding device different from the embodiment.
  • any of the following may be performed.
  • a function or a process performed by a part of the plurality of components of the encoding device or the decoding device is added or replaced with a function or a process.
  • Arbitrary changes such as deletion may be made.
  • any function or process may be replaced or combined with any other function or process described in any of the aspects of the present disclosure.
  • Some components of the plurality of components configuring the encoding device or the decoding device according to the embodiment may be combined with the components described in any of the aspects of the present disclosure. , May be combined with a component having a part of the function described in any of the aspects of the present disclosure, or a component that performs a part of the processing performed by the component described in each aspect of the present disclosure. May be combined with.
  • a component including a part of the functions of the encoding device or the decoding device according to the embodiment, or a component that performs a part of the processing of the encoding device or the decoding device according to the embodiment is disclosed.
  • any one of the plurality of processes included in the method is the same as or similar to the process described in any of the aspects of the present disclosure. It may be replaced or combined with any of the processes.
  • a part of the plurality of processes included in the method performed by the encoding device or the decoding device according to the embodiment may be combined with the process described in any of the aspects of the present disclosure. ..
  • the method of performing the process and/or the configuration described in each aspect of the present disclosure is not limited to the encoding device or the decoding device according to the embodiment.
  • the processing and/or the configuration may be implemented in an apparatus used for a purpose different from the moving picture encoding or moving picture decoding disclosed in the embodiments.
  • FIG. 1 is a block diagram showing a functional configuration of an encoding device 100 according to the embodiment.
  • the encoding device 100 is a moving image encoding device that encodes a moving image in block units.
  • the encoding device 100 is a device that encodes an image in block units, and includes a division unit 102, a subtraction unit 104, a conversion unit 106, a quantization unit 108, and entropy encoding.
  • Unit 110 inverse quantization unit 112, inverse transform unit 114, addition unit 116, block memory 118, loop filter unit 120, frame memory 122, intra prediction unit 124, inter prediction unit 126, And a prediction control unit 128.
  • the encoding device 100 is realized by, for example, a general-purpose processor and a memory.
  • the processor when the software program stored in the memory is executed by the processor, the processor causes the dividing unit 102, the subtracting unit 104, the converting unit 106, the quantizing unit 108, the entropy coding unit 110, and the dequantizing unit 112.
  • the encoding device 100 includes a division unit 102, a subtraction unit 104, a conversion unit 106, a quantization unit 108, an entropy encoding unit 110, an inverse quantization unit 112, an inverse transformation unit 114, an addition unit 116, a loop filter unit 120.
  • the intra prediction unit 124, the inter prediction unit 126, and the prediction control unit 128 may be realized as one or more dedicated electronic circuits.
  • the following describes the overall processing flow of the encoding device 100, and then each component included in the encoding device 100.
  • FIG. 2 is a flowchart showing an example of the overall encoding process performed by the encoding device 100.
  • the division unit 102 of the encoding device 100 divides each picture included in the input image, which is a moving image, into a plurality of fixed size blocks (for example, 128 ⁇ 128 pixels) (step Sa_1). Then, the division unit 102 selects a division pattern (also referred to as a block shape) for the fixed size block (step Sa_2). That is, the division unit 102 further divides the fixed-size block into a plurality of blocks that form the selected division pattern. Then, the encoding device 100 performs the processes of steps Sa_3 to Sa_9 on each of the plurality of blocks (that is, the encoding target block).
  • a division pattern also referred to as a block shape
  • the prediction processing unit including all or part of the intra prediction unit 124, the inter prediction unit 126, and the prediction control unit 128 generates a prediction signal (also referred to as a prediction block) of a block to be coded (also referred to as a current block). (Step Sa_3).
  • the subtraction unit 104 generates a difference between the encoding target block and the prediction block as a prediction residual (also referred to as a difference block) (step Sa_4).
  • the conversion unit 106 and the quantization unit 108 generate a plurality of quantized coefficients by performing conversion and quantization on the difference block (step Sa_5).
  • a block including a plurality of quantized coefficients is also called a coefficient block.
  • the entropy coding unit 110 generates a coded signal by performing coding (specifically, entropy coding) on the coefficient block and the prediction parameter related to generation of the prediction signal (step). Sa — 6).
  • the encoded signal is also referred to as an encoded bitstream, a compressed bitstream, or a stream.
  • the inverse quantization unit 112 and the inverse transformation unit 114 restore a plurality of prediction residuals (that is, difference blocks) by performing inverse quantization and inverse transformation on the coefficient block (step Sa_7).
  • the adding unit 116 reconstructs the current block into a reconstructed image (also referred to as a reconstructed block or a decoded image block) by adding a prediction block to the restored difference block (step Sa_8). As a result, a reconstructed image is generated.
  • a reconstructed image also referred to as a reconstructed block or a decoded image block
  • the loop filter unit 120 filters the reconstructed image as necessary (step Sa_9).
  • step Sa_10 determines whether or not the encoding of the entire picture is completed (step Sa_10), and when it is determined that the encoding is not completed (No in step Sa_10), repeatedly executes the processing from step Sa_2. To do.
  • the encoding device 100 selects one division pattern for fixed-size blocks and encodes each block according to the division pattern, but according to each of the plurality of division patterns. Each block may be encoded.
  • the encoding apparatus 100 evaluates the cost for each of the plurality of division patterns and, for example, the encoded signal obtained by the encoding according to the division pattern with the smallest cost is used as the output encoded signal. You may choose.
  • steps Sa_1 to Sa_10 are performed sequentially by the encoding device 100.
  • some of the plurality of processes may be performed in parallel, and the order of these processes may be changed.
  • the dividing unit 102 divides each picture included in the input moving image into a plurality of blocks, and outputs each block to the subtracting unit 104.
  • the dividing unit 102 first divides the picture into blocks of a fixed size (for example, 128 ⁇ 128). Other fixed block sizes may be employed. This fixed size block is sometimes referred to as a coding tree unit (CTU).
  • CTU coding tree unit
  • the dividing unit 102 divides each fixed-size block into a variable-size (for example, 64 ⁇ 64 or less) block based on, for example, recursive quadtree and/or binary tree block division. To do. That is, the dividing unit 102 selects a division pattern.
  • This variable size block may be referred to as a coding unit (CU), prediction unit (PU) or transform unit (TU).
  • CU coding unit
  • PU prediction unit
  • TU transform unit
  • FIG. 3 is a conceptual diagram showing an example of block division in the embodiment.
  • solid lines represent block boundaries by quadtree block division
  • broken lines represent block boundaries by binary tree block division.
  • the block 10 is a square block of 128 ⁇ 128 pixels (128 ⁇ 128 block).
  • the 128 ⁇ 128 block 10 is first divided into four square 64 ⁇ 64 blocks (quadtree block division).
  • the upper left 64x64 block is vertically divided into two rectangular 32x64 blocks, and the left 32x64 block is further vertically divided into two rectangular 16x64 blocks (binary tree block division). As a result, the upper left 64x64 block is divided into two 16x64 blocks 11 and 12 and a 32x64 block 13.
  • the upper right 64x64 block is horizontally divided into two rectangular 64x32 blocks 14 and 15 (binary tree block division).
  • the lower left 64x64 block is divided into four square 32x32 blocks (quadtree block division).
  • the upper left block and the lower right block of the four 32 ⁇ 32 blocks are further divided.
  • the upper left 32x32 block is vertically divided into two rectangular 16x32 blocks, and the right 16x32 block is further divided horizontally into two 16x16 blocks (binary tree block division).
  • the lower right 32x32 block is horizontally divided into two 32x16 blocks (binary tree block division).
  • the lower left 64x64 block is divided into a 16x32 block 16, two 16x16 blocks 17 and 18, two 32x32 blocks 19 and 20, and two 32x16 blocks 21 and 22.
  • the lower right 64x64 block 23 is not divided.
  • the block 10 is divided into 13 variable-sized blocks 11 to 23 based on the recursive quadtree and binary tree block division.
  • Such division may be called QTBT (quad-tree plus binary tree) division.
  • one block is divided into four or two blocks (quadtree or binary tree block division), but the division is not limited to these.
  • one block may be divided into three blocks (ternary tree block division). Partitioning including such ternary tree block partitioning may be referred to as MBT (multi type tree) partitioning.
  • MBT multi type tree
  • Picture configuration slice/tile Pictures may be organized in slices or tiles to decode the pictures in parallel.
  • the picture in slice units or tile units may be configured by the dividing unit 102.
  • a slice is a basic coding unit that constitutes a picture.
  • a picture is composed of, for example, one or more slices.
  • a slice consists of one or more continuous CTUs (Coding Tree Units).
  • FIG. 4A is a conceptual diagram showing an example of a slice configuration.
  • the picture includes 11 ⁇ 8 CTUs and is divided into four slices (slices 1-4).
  • Slice 1 consists of 16 CTUs
  • slice 2 consists of 21 CTUs
  • slice 3 consists of 29 CTUs
  • slice 4 consists of 22 CTUs.
  • each CTU in the picture belongs to one of the slices.
  • the shape of the slice is a shape obtained by horizontally dividing the picture.
  • the boundary of the slice does not have to be the edge of the screen and may be any of the boundaries of the CTU in the screen.
  • the processing order (coding order or decoding order) of the CTUs in the slice is, for example, the raster scan order.
  • the slice includes header information and encoded data.
  • the header information may describe the characteristics of the slice such as the CTU address at the beginning of the slice and the slice type.
  • a tile is a unit of a rectangular area that constitutes a picture.
  • a number called TileId may be assigned to each tile in raster scan order.
  • FIG. 4B is a conceptual diagram showing an example of the tile configuration.
  • the picture includes 11 ⁇ 8 CTUs and is divided into four rectangular area tiles (tiles 1-4).
  • the processing order of the CTU is changed as compared with the case where the tile is not used. If tiles are not used, multiple CTUs within a picture are processed in raster scan order. If tiles are used, at least one CTU in each of the tiles is processed in raster scan order.
  • the processing order of the plurality of CTUs included in tile 1 is from the left end of the first row of tile 1 to the right end of the first row of tile 1, and then to the left end of the second row of tile 1. To the right end of the second row of tile 1.
  • one tile may include one or more slices, and one slice may include one or more tiles.
  • the subtraction unit 104 subtracts the prediction signal (prediction sample input from the prediction control unit 128 described below) from the original signal (original sample) in units of blocks input from the division unit 102 and divided by the division unit 102. .. That is, the subtraction unit 104 calculates a prediction error (also referred to as a residual) of a block to be coded (hereinafter referred to as a current block). Then, the subtraction unit 104 outputs the calculated prediction error (residual error) to the conversion unit 106.
  • a prediction error also referred to as a residual of a block to be coded
  • the original signal is an input signal of the encoding device 100, and is a signal (for example, a luminance (luma) signal and two color difference (chroma) signals) representing an image of each picture forming a moving image.
  • a signal representing an image may be referred to as a sample.
  • the transformation unit 106 transforms the prediction error in the spatial domain into a transform coefficient in the frequency domain, and outputs the transform coefficient to the quantization unit 108. Specifically, the conversion unit 106 performs a predetermined discrete cosine transform (DCT) or discrete sine transform (DST) on the prediction error in the spatial domain, for example.
  • DCT discrete cosine transform
  • DST discrete sine transform
  • the conversion unit 106 adaptively selects a conversion type from a plurality of conversion types and converts the prediction error into a conversion coefficient by using a conversion basis function (transform basis function) corresponding to the selected conversion type. You may. Such conversion is sometimes called EMT (explicit multiple core transform) or AMT (adaptive multiple transform).
  • EMT express multiple core transform
  • AMT adaptive multiple transform
  • the plurality of conversion types include, for example, DCT-II, DCT-V, DCT-VIII, DST-I and DST-VII.
  • FIG. 5A is a table showing conversion basis functions corresponding to conversion type examples.
  • N indicates the number of input pixels.
  • the selection of a conversion type from these plural conversion types may depend on, for example, the type of prediction (intra prediction and inter prediction), or may depend on the intra prediction mode.
  • the information indicating whether or not such EMT or AMT is applied (for example, called an EMT flag or AMT flag) and the information indicating the selected conversion type are usually signalized at the CU level. It should be noted that the signalization of these pieces of information is not limited to the CU level and may be another level (eg, bit sequence level, picture level, slice level, tile level or CTU level).
  • the conversion unit 106 may reconvert the conversion coefficient (conversion result). Such re-conversion is sometimes called AST (adaptive secondary transform) or NSST (non-separable secondary transform). For example, the transform unit 106 retransforms each subblock (for example, 4 ⁇ 4 subblock) included in the block of transform coefficients corresponding to the intra prediction error.
  • the information indicating whether to apply the NSST and the information about the transformation matrix used for the NSST are usually signalized at the CU level. Note that the signalization of these pieces of information is not limited to the CU level, and may be another level (for example, a sequence level, a picture level, a slice level, a tile level, or a CTU level).
  • the conversion unit 106 may be applied with separable conversion and non-separable conversion.
  • the separable conversion is a method of performing the conversion a plurality of times by separating each direction by the number of input dimensions
  • the non-separable conversion is a method of converting two or more dimensions when the input is multidimensional. This is a method of collectively considering it as one-dimensional and performing conversion collectively.
  • Non-Separable conversion if the input is a 4 ⁇ 4 block, it is regarded as one array having 16 elements, and a 16 ⁇ 16 conversion matrix is applied to the array.
  • An example is one that performs conversion processing in.
  • a conversion in which a 4 ⁇ 4 input block is regarded as one array having 16 elements and then a Givens rotation is performed a plurality of times for the array (Hypercube conversion) Givens Transform) may be held.
  • the conversion in the conversion unit 106 it is possible to switch the type of the base to be converted into the frequency domain according to the area in the CU.
  • One example is SVT (Spatially Varying Transform).
  • SVT spatialally Varying Transform
  • the CU is divided into two in the horizontal or vertical direction, and only one of the regions is converted into the frequency domain.
  • the type of conversion base can be set for each region, and for example, DST7 and DCT8 are used. In this example, only one of the two areas in the CU is converted and the other is not converted, but both areas may be converted.
  • the division method is not limited to the bisector, but may be quadrant, or information such as the split is separately coded and signaled in the same manner as the CU split, so that it can be made more flexible.
  • the SVT may also be referred to as SBT (Sub-block Transform).
  • the quantization unit 108 quantizes the transform coefficient output from the transform unit 106. Specifically, the quantization unit 108 scans the transform coefficient of the current block in a predetermined scanning order, and quantizes the transform coefficient based on the quantization parameter (QP) corresponding to the scanned transform coefficient. Then, the quantization unit 108 outputs the quantized transform coefficient of the current block (hereinafter, referred to as a quantized coefficient) to the entropy coding unit 110 and the dequantization unit 112.
  • the predetermined scanning order may be predetermined.
  • the predetermined scan order is the order for quantization/inverse quantization of transform coefficients.
  • the predetermined scanning order may be defined in ascending order of frequencies (from low frequency to high frequency) or in descending order (from high frequency to low frequency).
  • Quantization parameter is a parameter that defines the quantization step (quantization width). For example, the quantization step increases as the value of the quantization parameter increases. That is, as the value of the quantization parameter increases, the quantization error increases.
  • a quantization matrix may be used for quantization.
  • quantization refers to digitizing a value sampled at a predetermined interval in association with a predetermined level, and is referred to in this technical field by using other expressions such as rounding, rounding, and scaling. Rounding, rounding, or scaling may be used.
  • the predetermined interval and level may be predetermined.
  • the quantization matrix As methods of using the quantization matrix, there are a method of using the quantization matrix set directly on the encoding device side and a method of using the default quantization matrix (default matrix).
  • the quantization matrix can be set according to the characteristics of the image by directly setting the quantization matrix. However, in this case, there is a demerit that the code amount is increased by encoding the quantization matrix.
  • the quantization matrix may be designated by, for example, SPS (sequence parameter set: Sequence Parameter Set) or PPS (picture parameter set: Picture Parameter Set).
  • SPS sequence parameter set: Sequence Parameter Set
  • PPS picture parameter set: Picture Parameter Set
  • the SPS contains the parameters used for the sequence and the PPS contains the parameters used for the picture.
  • the SPS and PPS may be simply called a parameter set.
  • the entropy coding unit 110 generates a coded signal (coded bit stream) based on the quantized coefficient input from the quantization unit 108. Specifically, the entropy coding unit 110, for example, binarizes the quantized coefficient, arithmetically codes the binary signal, and outputs a compressed bitstream or sequence.
  • the inverse quantization unit 112 inversely quantizes the quantized coefficient input from the quantization unit 108. Specifically, the dequantization unit 112 dequantizes the quantized coefficient of the current block in a predetermined scanning order. Then, the inverse quantization unit 112 outputs the inversely quantized transform coefficient of the current block to the inverse transform unit 114.
  • the predetermined scanning order may be predetermined.
  • the inverse transform unit 114 restores the prediction error (residual error) by inversely transforming the transform coefficient input from the inverse quantization unit 112. Specifically, the inverse transform unit 114 restores the prediction error of the current block by performing the inverse transform corresponding to the transform performed by the transform unit 106 on the transform coefficient. Then, the inverse transformation unit 114 outputs the restored prediction error to the addition unit 116.
  • the restored prediction error does not match the prediction error calculated by the subtraction unit 104, because information is usually lost due to quantization. That is, the restored prediction error usually includes the quantization error.
  • the adding unit 116 reconstructs the current block by adding the prediction error input from the inverse transform unit 114 and the prediction sample input from the prediction control unit 128. Then, the addition unit 116 outputs the reconstructed block to the block memory 118 and the loop filter unit 120.
  • the reconstruction block may also be referred to as a local decoding block.
  • the block memory 118 is a storage unit that stores, for example, a block referred to in intra prediction and is included in a current picture to be coded. Specifically, the block memory 118 stores the reconstructed block output from the addition unit 116.
  • the frame memory 122 is, for example, a storage unit that stores a reference picture used for inter prediction, and may be called a frame buffer. Specifically, the frame memory 122 stores the reconstructed block filtered by the loop filter unit 120.
  • the loop filter unit 120 applies a loop filter to the block reconstructed by the adding unit 116, and outputs the filtered reconstructed block to the frame memory 122.
  • the loop filter is a filter (in-loop filter) used in the coding loop, and includes, for example, a deblocking filter (DF or DBF), a sample adaptive offset (SAO), an adaptive loop filter (ALF), and the like.
  • a least-squares error filter for removing coding distortion is applied, and for example, for each 2 ⁇ 2 sub-block in the current block, a plurality of sub-blocks based on the direction and activity of a local gradient are used. One filter selected from the filters is applied.
  • sub-blocks are classified into multiple classes (eg 15 or 25 classes).
  • Sub-block classification is based on gradient direction and activity.
  • the sub-block is classified into a plurality of classes.
  • the gradient direction value D is derived, for example, by comparing gradients in a plurality of directions (for example, horizontal, vertical, and two diagonal directions).
  • the gradient activation value A is derived, for example, by adding gradients in a plurality of directions and quantizing the addition result.
  • the filter for the sub-block is determined from the multiple filters.
  • FIG. 6A to 6C are diagrams showing a plurality of examples of the shapes of filters used in ALF.
  • 6A shows a 5 ⁇ 5 diamond shaped filter
  • FIG. 6B shows a 7 ⁇ 7 diamond shaped filter
  • FIG. 6C shows a 9 ⁇ 9 diamond shaped filter.
  • the information indicating the shape of the filter is usually signalized at the picture level.
  • the signalization of the information indicating the shape of the filter does not have to be limited to the picture level and may be another level (for example, a sequence level, a slice level, a tile level, a CTU level or a CU level).
  • ALF on/off may be determined at the picture level or the CU level, for example. For example, it may be determined whether to apply ALF at the CU level for luminance, or whether to apply ALF at the picture level for color difference.
  • the information indicating ON/OFF of ALF is usually signaled at the picture level or CU level. Signaling of information indicating ON/OFF of ALF does not need to be limited to the picture level or the CU level, and may be at another level (for example, sequence level, slice level, tile level or CTU level). Good.
  • the coefficient set of multiple selectable filters (eg up to 15 or 25 filters) is usually signaled at the picture level.
  • the signalization of the coefficient set does not have to be limited to the picture level, and may be another level (eg, sequence level, slice level, tile level, CTU level, CU level or sub-block level).
  • the loop filter unit 120 reduces the distortion generated at the block boundary by filtering the block boundary of the reconstructed image.
  • FIG. 7 is a block diagram showing an example of a detailed configuration of the loop filter unit 120 that functions as a deblocking filter.
  • the loop filter unit 120 includes a boundary determination unit 1201, a filter determination unit 1203, a filter processing unit 1205, a processing determination unit 1208, a filter characteristic determination unit 1207, and switches 1202, 1204 and 1206.
  • the boundary determination unit 1201 determines whether or not the pixel to be deblocked/filtered (that is, the target pixel) exists near the block boundary. Then, the boundary determination unit 1201 outputs the determination result to the switch 1202 and the processing determination unit 1208.
  • the switch 1202 outputs the image before the filter processing to the switch 1204 when the boundary determining unit 1201 determines that the target pixel exists near the block boundary. On the contrary, when the boundary determining unit 1201 determines that the target pixel does not exist near the block boundary, the switch 1202 outputs the image before the filter processing to the switch 1206.
  • the filter determination unit 1203 determines whether to perform deblocking filter processing on the target pixel based on the pixel values of at least one peripheral pixel around the target pixel. Then, the filter determination unit 1203 outputs the determination result to the switch 1204 and the processing determination unit 1208.
  • the switch 1204 When the filter determination unit 1203 determines that the target pixel is to be subjected to the deblocking filter process, the switch 1204 outputs the image before the filter process acquired via the switch 1202 to the filter processing unit 1205. On the contrary, the switch 1204 outputs the image before the filter processing acquired via the switch 1202 to the switch 1206 when the filter determination unit 1203 determines that the target pixel is not subjected to the deblocking filter processing.
  • the filter processing unit 1205 When the image before filtering is acquired via the switches 1202 and 1204, the filter processing unit 1205 performs deblocking filter processing having the filter characteristic determined by the filter characteristic determining unit 1207 on the target pixel. Execute. Then, the filter processing unit 1205 outputs the pixel after the filter processing to the switch 1206.
  • the switch 1206 selectively outputs pixels that have not been deblocked/filtered and pixels that have been deblocked/filtered by the filter processing unit 1205 under the control of the processing determination unit 1208.
  • the processing determination unit 1208 controls the switch 1206 based on the determination results of the boundary determination unit 1201 and the filter determination unit 1203. That is, the processing determination unit 1208 determines that the boundary determination unit 1201 determines that the target pixel exists near the block boundary, and that the filter determination unit 1203 determines that the target pixel is to undergo deblocking filter processing. , The pixel subjected to the deblocking filter processing is output from the switch 1206. Also, in cases other than the above case, the processing determination unit 1208 causes the switch 1206 to output the pixels that have not been subjected to deblocking filter processing. By repeatedly outputting such pixels, the image after the filter processing is output from the switch 1206.
  • FIG. 8 is a conceptual diagram showing an example of a deblocking filter having a symmetric filter characteristic with respect to a block boundary.
  • one of two deblocking filters having different characteristics that is, a strong filter or a weak filter is selected using a pixel value and a quantization parameter.
  • a strong filter as shown in FIG. 8
  • the pixel values of the pixels q0 to q2 are calculated by the following formula, for example.
  • the pixel values q′0 to q′2 are changed by performing
  • p0 to p2 and q0 to q2 are the pixel values of the pixels p0 to p2 and the pixels q0 to q2, respectively.
  • q3 is the pixel value of the pixel q3 adjacent to the pixel q2 on the opposite side of the block boundary.
  • the coefficient by which the pixel value of each pixel used for deblocking filter processing is multiplied is the filter coefficient.
  • clip processing may be performed so that the pixel value after calculation does not exceed the threshold value and is not set.
  • the pixel value after the calculation according to the above formula is clipped to “the calculation target pixel value ⁇ 2 ⁇ threshold value” using the threshold value determined from the quantization parameter. Thereby, excessive smoothing can be prevented.
  • FIG. 9 is a conceptual diagram for explaining a block boundary where deblocking filter processing is performed.
  • FIG. 10 is a conceptual diagram showing an example of the Bs value.
  • the block boundary on which the deblocking filter processing is performed is, for example, the boundary of PU (Prediction Unit) or TU (Transform Unit) of the 8 ⁇ 8 pixel block as shown in FIG.
  • the deblocking filtering process can be performed in units of 4 rows or 4 columns.
  • the deblocking filtering process for the color difference signal is performed when the Bs value is 2.
  • the deblocking filtering process on the luminance signal is performed when the Bs value is 1 or more and a predetermined condition is satisfied.
  • the predetermined condition may be predetermined. Note that the Bs value determination conditions are not limited to those shown in FIG. 10, and may be determined based on other parameters.
  • FIG. 11 is a flowchart showing an example of processing performed by the prediction processing unit of the encoding device 100.
  • the prediction processing unit includes all or some of the components of the intra prediction unit 124, the inter prediction unit 126, and the prediction control unit 128.
  • the prediction processing unit generates a prediction image of the current block (step Sb_1).
  • This prediction image is also called a prediction signal or a prediction block.
  • the prediction signal includes, for example, an intra prediction signal or an inter prediction signal.
  • the prediction processing unit generates a reconstructed image that has already been obtained by performing prediction block generation, difference block generation, coefficient block generation, difference block restoration, and decoded image block generation. The predicted image of the current block is generated by using this.
  • the reconstructed image may be, for example, an image of a reference picture or an image of a coded block in a current picture that is a picture including a current block.
  • the coded block in the current picture is, for example, a block adjacent to the current block.
  • FIG. 12 is a flowchart showing another example of the processing performed by the prediction processing unit of the encoding device 100.
  • the prediction processing unit generates a predicted image by the first method (step Sc_1a), a predicted image by the second method (step Sc_1b), and a predicted image by the third method (step Sc_1c).
  • the first method, the second method, and the third method are different methods for generating a predicted image, and are, for example, an inter prediction method, an intra prediction method, and a prediction method other than them. It may be. In these prediction methods, the reconstructed image described above may be used.
  • the prediction processing unit selects any one of the plurality of prediction images generated in steps Sc_1a, Sc_1b, and Sc_1c (step Sc_2).
  • the selection of the predicted image that is, the selection of the scheme or mode for obtaining the final predicted image may be performed based on the cost calculated for each generated predicted image. Alternatively, the selection of the predicted image may be performed based on the parameter used in the encoding process.
  • the coding apparatus 100 may signal the information for specifying the selected predicted image, method, or mode into a coded signal (also referred to as a coded bitstream).
  • the information may be, for example, a flag or the like.
  • the decoding device can generate a predicted image according to the scheme or mode selected in encoding device 100 based on the information.
  • the prediction processing unit selects any of the prediction images after generating the prediction image by each method. However, the prediction processing unit selects a method or mode based on the parameters used in the above-described encoding process before generating those predicted images, and generates a predicted image according to the method or mode. Good.
  • the first method and the second method are intra prediction and inter prediction, respectively, and the prediction processing unit determines the final predicted image for the current block from the predicted images generated according to these prediction methods. You may choose.
  • FIG. 13 is a flowchart showing another example of the processing performed by the prediction processing unit of the encoding device 100.
  • the prediction processing unit generates a predicted image by intra prediction (step Sd_1a) and a predicted image by inter prediction (step Sd_1b).
  • the predicted image generated by intra prediction is also referred to as an intra predicted image
  • the predicted image generated by inter prediction is also referred to as an inter predicted image.
  • the prediction processing unit evaluates each of the intra prediction image and the inter prediction image (step Sd_2). Cost may be used for this evaluation. That is, the prediction processing unit calculates the cost C of each of the intra prediction image and the inter prediction image.
  • D is the coding distortion of the predicted image, and is represented by, for example, the sum of absolute differences between the pixel value of the current block and the pixel value of the predicted image.
  • R is the generated code amount of the predicted image, and specifically, the code amount necessary for coding the motion information or the like for generating the predicted image.
  • is, for example, an undetermined multiplier of Lagrange.
  • the prediction processing unit selects the prediction image for which the smallest cost C is calculated from the intra prediction image and the inter prediction image as the final prediction image of the current block (step Sd_3). That is, the prediction method or mode for generating the predicted image of the current block is selected.
  • the intra prediction unit 124 generates a prediction signal (intra prediction signal) by referring to a block in the current picture stored in the block memory 118 and performing intra prediction (also referred to as intra prediction) of the current block. Specifically, the intra prediction unit 124 generates an intra prediction signal by performing intra prediction with reference to a sample (for example, a luminance value and a color difference value) of a block adjacent to the current block, and predicts and controls the intra prediction signal. Output to the unit 128.
  • the intra prediction unit 124 performs intra prediction using one of a plurality of prescribed intra prediction modes.
  • the multiple intra prediction modes typically include one or more non-directional prediction modes and multiple directional prediction modes.
  • the plurality of prescribed modes may be prescribed in advance.
  • the one or more non-directional prediction modes are, for example, H.264. It includes Planar prediction mode and DC prediction mode defined in the H.265/HEVC standard.
  • a plurality of directional prediction modes are, for example, H.264. It includes a prediction mode in 33 directions defined by the H.265/HEVC standard. In addition to the 33 directions, the plurality of directional prediction modes may further include 32 directional prediction modes (total of 65 directional prediction modes).
  • FIG. 14 is a conceptual diagram showing all 67 intra prediction modes (2 non-directional prediction modes and 65 directional prediction modes) that can be used in intra prediction. The solid arrow indicates the H. It represents the 33 directions defined by the H.265/HEVC standard and the dashed arrows represent the added 32 directions (two non-directional prediction modes are not shown in FIG. 14).
  • the luminance block may be referred to in the intra prediction of the color difference block. That is, the color difference component of the current block may be predicted based on the luminance component of the current block.
  • Such intra prediction is sometimes called CCLM (cross-component linear model) prediction.
  • the intra-prediction mode (for example, called CCLM mode) of the chrominance block that refers to such a luminance block may be added as one of the intra-prediction modes of the chrominance block.
  • the intra prediction unit 124 may correct the pixel value after intra prediction based on the gradient of reference pixels in the horizontal/vertical directions. Intra prediction with such a correction is sometimes called PDPC (position dependent intra prediction combination). Information indicating whether or not PDPC is applied (for example, a PDPC flag) is usually signaled at the CU level. Note that the signaling of this information does not have to be limited to the CU level, but may be at other levels (eg, sequence level, picture level, slice level, tile level or CTU level).
  • the inter prediction unit 126 refers to a reference picture stored in the frame memory 122 and is different from the current picture to perform inter prediction (also referred to as inter-picture prediction) of the current block, thereby predicting a prediction signal (inter prediction). Prediction signal). Inter prediction is performed in units of the current block or the current sub-block (for example, 4 ⁇ 4 block) in the current block. For example, the inter prediction unit 126 performs a motion estimation on a current block or a current subblock in a reference picture to find a reference block or a subblock that best matches the current block or the current subblock.
  • the inter prediction unit 126 acquires motion information (for example, motion vector) that compensates for the motion or change from the reference block or sub-block to the current block or sub-block.
  • the inter prediction unit 126 performs motion compensation (or motion prediction) based on the motion information, and generates an inter prediction signal of the current block or sub block.
  • the inter prediction unit 126 outputs the generated inter prediction signal to the prediction control unit 128.
  • the motion information used for motion compensation may be signaled as an inter prediction signal in various forms.
  • the motion vector may be signalized.
  • the difference between the motion vector and the motion vector predictor may be signalized.
  • FIG. 15 is a flowchart showing an example of the basic flow of inter prediction.
  • the inter prediction unit 126 first generates a predicted image (steps Se_1 to Se_3). Next, the subtraction unit 104 generates a difference between the current block and the predicted image as a prediction residual (step Se_4).
  • the inter prediction unit 126 determines the motion vector (MV) of the current block (steps Se_1 and Se_2) and performs the motion compensation (step Se_3) to generate the predicted image. To do. Further, the inter prediction unit 126 determines the MV by selecting a candidate motion vector (candidate MV) (step Se_1) and deriving the MV (step Se_2). The selection of the candidate MV is performed, for example, by selecting at least one candidate MV from the candidate MV list. In the derivation of MV, the inter prediction unit 126 determines at least one selected candidate MV as the MV of the current block by selecting at least one candidate MV from among at least one candidate MV. May be.
  • the inter prediction unit 126 may determine the MV of the current block by searching the area of the reference picture indicated by the candidate MV for each of the selected at least one candidate MV. It should be noted that searching the area of the reference picture may be referred to as motion estimation.
  • steps Se_1 to Se_3 are performed by the inter prediction unit 126, but the processes such as step Se_1 or step Se_2 may be performed by another component included in the encoding device 100. ..
  • FIG. 16 is a flowchart showing an example of motion vector derivation.
  • the inter prediction unit 126 derives the MV of the current block in a mode for encoding motion information (for example, MV).
  • the motion information is coded as a prediction parameter and signalized. That is, the encoded motion information is included in the encoded signal (also referred to as an encoded bitstream).
  • the inter prediction unit 126 derives the MV in a mode in which motion information is not encoded. In this case, the motion information is not included in the encoded signal.
  • the MV derivation mode may include a normal inter mode, a merge mode, a FRUC mode, and an affine mode, which will be described later.
  • modes for encoding motion information include a normal inter mode, a merge mode, and an affine mode (specifically, an affine inter mode and an affine merge mode).
  • the motion information may include not only the MV but also the motion vector predictor selection information described later. Further, as a mode in which motion information is not coded, there is a FRUC mode or the like.
  • the inter prediction unit 126 selects a mode for deriving the MV of the current block from these plural modes, and derives the MV of the current block using the selected mode.
  • FIG. 17 is a flowchart showing another example of motion vector derivation.
  • the inter prediction unit 126 derives the MV of the current block in the mode of encoding the difference MV.
  • the difference MV is coded as a prediction parameter and signalized. That is, the encoded difference MV is included in the encoded signal.
  • This difference MV is the difference between the MV of the current block and its predicted MV.
  • the inter prediction unit 126 derives the MV in a mode in which the difference MV is not encoded.
  • the encoded difference MV is not included in the encoded signal.
  • the MV derivation modes include a normal inter mode, a merge mode, a FRUC mode, and an affine mode, which will be described later.
  • the mode for encoding the differential MV includes a normal inter mode and an affine mode (specifically, an affine inter mode).
  • modes that do not encode the difference MV include FRUC mode, merge mode, and affine mode (specifically, affine merge mode).
  • the inter prediction unit 126 selects a mode for deriving the MV of the current block from these plural modes, and derives the MV of the current block using the selected mode.
  • FIG. 18 is a flowchart showing another example of motion vector derivation.
  • the modes that do not encode the difference MV include a merge mode, a FRUC mode, and an affine mode (specifically, an affine merge mode).
  • the merge mode is a mode for deriving the MV of the current block by selecting a motion vector from the surrounding encoded blocks
  • the FRUC mode is This is a mode for deriving the MV of the current block by performing a search between coded areas.
  • the affine mode is a mode in which the motion vector of each of the plurality of sub-blocks forming the current block is derived as the MV of the current block, assuming affine transformation.
  • the inter prediction unit 126 when the inter prediction mode information indicates 0 (0 in Sf_1), the inter prediction unit 126 derives a motion vector in the merge mode (Sf_2). Further, when the inter prediction mode information indicates 1 (1 in Sf_1), the inter prediction unit 126 derives a motion vector in the FRUC mode (Sf_3). Further, when the inter prediction mode information indicates 2 (2 in Sf_1), the inter prediction unit 126 derives a motion vector in the affine mode (specifically, the affine merge mode) (Sf_4). Further, when the inter prediction mode information indicates 3 (3 in Sf_1), the inter prediction unit 126 derives a motion vector in a mode for encoding the difference MV (for example, normal inter mode) (Sf_5).
  • the normal inter mode is an inter prediction mode in which the MV of the current block is derived from the area of the reference picture indicated by the candidate MV based on a block similar to the image of the current block. Further, in this normal inter mode, the difference MV is encoded.
  • FIG. 19 is a flowchart showing an example of inter prediction in the normal inter mode.
  • the inter prediction unit 126 first acquires a plurality of candidate MVs for the current block based on information such as the MVs of a plurality of coded blocks surrounding the current block temporally or spatially (step). Sg_1). That is, the inter prediction unit 126 creates a candidate MV list.
  • the inter prediction unit 126 selects each of N (N is an integer of 2 or more) candidate MVs from the plurality of candidate MVs acquired in step Sg_1 as a motion vector predictor candidate (also referred to as a predicted MV candidate). As a result, extraction is performed according to a predetermined priority order (step Sg_2). Note that the priority may be predetermined for each of the N candidate MVs.
  • the inter prediction unit 126 selects one motion vector predictor candidate from the N motion vector predictor candidates as a motion vector predictor (also referred to as a motion vector MV) of the current block (step Sg_3). At this time, the inter prediction unit 126 encodes the motion vector predictor selection information for identifying the selected motion vector predictor into a stream.
  • the stream is the above-described coded signal or coded bit stream.
  • the inter prediction unit 126 refers to the coded reference picture and derives the MV of the current block (step Sg_4). At this time, the inter prediction unit 126 further encodes the difference value between the derived MV and the motion vector predictor as a difference MV into a stream.
  • the coded reference picture is a picture composed of a plurality of blocks reconstructed after coding.
  • the inter prediction unit 126 generates a predicted image of the current block by performing motion compensation on the current block using the derived MV and the encoded reference picture (step Sg_5).
  • the predicted image is the inter prediction signal described above.
  • the information included in the encoded signal and indicating the inter prediction mode (normal inter mode in the above example) used to generate the predicted image is encoded as a prediction parameter, for example.
  • the candidate MV list may be commonly used with lists used in other modes. Further, the process related to the candidate MV list may be applied to the process related to the list used in another mode.
  • the processing related to this candidate MV list is, for example, extraction or selection of candidate MVs from the candidate MV list, rearrangement of candidate MVs, or deletion of candidate MVs.
  • the merge mode is an inter prediction mode that derives the MV by selecting the candidate MV as the MV of the current block from the candidate MV list.
  • FIG. 20 is a flowchart showing an example of inter prediction in merge mode.
  • the inter prediction unit 126 first acquires a plurality of candidate MVs for the current block based on information such as the MVs of a plurality of coded blocks surrounding the current block temporally or spatially (step). Sh_1). That is, the inter prediction unit 126 creates a candidate MV list.
  • the inter prediction unit 126 derives the MV of the current block by selecting one candidate MV from the plurality of candidate MVs acquired in step Sh_1 (step Sh_2). At this time, the inter prediction unit 126 encodes the MV selection information for identifying the selected candidate MV into a stream.
  • the inter prediction unit 126 generates a predicted image of the current block by performing motion compensation on the current block using the derived MV and the encoded reference picture (step Sh_3).
  • the information included in the encoded signal and indicating the inter prediction mode (merge mode in the above example) used for generating the predicted image is encoded as, for example, a prediction parameter.
  • FIG. 21 is a conceptual diagram for explaining an example of the motion vector derivation process of the current picture in the merge mode.
  • Predictive MV candidates include spatially adjacent prediction MVs that are MVs of a plurality of encoded blocks that are spatially peripheral to the target block, and blocks around which the position of the target block in the encoded reference picture is projected.
  • There are a temporally adjacent prediction MV which is an MV that the user has, a combined prediction MV which is an MV generated by combining the spatially adjacent prediction MV and the MV values of the temporally adjacent prediction MV, and a zero prediction MV which is a MV having a value of zero.
  • variable length coding unit a signal indicating which prediction MV has been selected, merge_idx, is described in the stream and coded.
  • the prediction MVs registered in the prediction MV list described in FIG. 21 are examples, and the number may be different from the number in the figure, or may be a configuration that does not include some types of the prediction MV in the figure.
  • the configuration may be such that a prediction MV other than the type of prediction MV in the figure is added.
  • the final MV may be determined by using the MV of the target block derived by the merge mode and performing a DMVR (decoder motion vector refinement) process described later.
  • DMVR decoder motion vector refinement
  • the candidate of the predicted MV is the above-mentioned candidate MV
  • the predicted MV list is the above-mentioned candidate MV list.
  • the candidate MV list may be referred to as a candidate list.
  • the merge_idx is MV selection information.
  • the motion information may be derived on the decoding device side without being signalized on the encoding device side. Note that, as described above, H.264.
  • the merge mode defined by the H.265/HEVC standard may be used.
  • the motion information may be derived by performing a motion search on the decoding device side. In the embodiment, on the decoding device side, motion search is performed without using the pixel value of the current block.
  • the mode for performing motion search on the decoding device side is sometimes called a PMMVD (pattern matched motion vector derivation) mode or a FRUC (frame rate up-conversion) mode.
  • PMMVD pattern matched motion vector derivation
  • FRUC frame rate up-conversion
  • a list of a plurality of candidates each having a prediction motion vector (MV) (that is, a candidate MV list, (It may be common to the merge list) is generated (step Si_1).
  • the best candidate MV is selected from the plurality of candidate MVs registered in the candidate MV list (step Si_2). For example, the evaluation value of each candidate MV included in the candidate MV list is calculated, and one candidate MV is selected based on the evaluation value.
  • the motion vector for the current block is derived based on the motion vector of the selected candidate (step Si_4).
  • the motion vector of the selected candidate (best candidate MV) is directly derived as the motion vector for the current block.
  • the motion vector for the current block may be derived by performing pattern matching in the peripheral area of the position in the reference picture corresponding to the motion vector of the selected candidate. That is, a pattern matching in a reference picture and a search using an evaluation value are performed on a region around the best candidate MV, and if there is an MV with a better evaluation value, the best candidate MV is set to the MV. It may be updated to be the final MV of the current block. It is also possible to adopt a configuration in which the process of updating to an MV having a better evaluation value is not performed.
  • the inter prediction unit 126 performs motion compensation on the current block using the derived MV and the encoded reference picture to generate a predicted image of the current block (step Si_5).
  • the same processing may be performed when processing is performed in sub-block units.
  • the evaluation value may be calculated by various methods. For example, a reconstructed image of an area in a reference picture corresponding to a motion vector and a predetermined area (the area is an area of another reference picture or an area of an adjacent block of the current picture, for example, as shown below). May be used).
  • the predetermined area may be predetermined.
  • the difference between the pixel values of the two reconstructed images may be calculated and used as the evaluation value of the motion vector.
  • the evaluation value may be calculated using other information in addition to the difference value.
  • one candidate MV included in the candidate MV list (for example, merge list) is selected as a start point of the search by pattern matching.
  • the first pattern matching or the second pattern matching may be used as the pattern matching.
  • the first pattern matching and the second pattern matching may be referred to as bilateral matching and template matching, respectively.
  • the predetermined area may be predetermined.
  • FIG. 23 is a conceptual diagram for explaining an example of first pattern matching (bilateral matching) between two blocks in two reference pictures along a motion trajectory.
  • first pattern matching in a pair of two blocks in two different reference pictures (Ref0, Ref1) which are two blocks along the motion trajectory of the current block (Cur block).
  • Two motion vectors (MV0, MV1) are derived by searching for the best matching pair. Specifically, for the current block, the reconstructed image at the specified position in the first coded reference picture (Ref0) specified by the candidate MV and the symmetric MV obtained by scaling the candidate MV at the display time interval.
  • the difference with the reconstructed image at the designated position in the second coded reference picture (Ref1) designated by is derived, and the evaluation value is calculated using the obtained difference value. It is possible to select, as the final MV, the candidate MV having the best evaluation value among the plurality of candidate MVs, which may bring good results.
  • the motion vector (MV0, MV1) pointing to two reference blocks is the temporal distance between the current picture (CurPic) and the two reference pictures (Ref0, Ref1). It is proportional to (TD0, TD1).
  • a mirror-symmetric bidirectional motion vector is used. Is derived.
  • MV derivation>FRUC> template matching In the second pattern matching (template matching), pattern matching is performed between a template in the current picture (a block adjacent to the current block in the current picture (for example, an upper and/or left adjacent block)) and a block in the reference picture. Done. Therefore, in the second pattern matching, a block adjacent to the current block in the current picture is used as the predetermined area for calculating the above-described candidate evaluation value.
  • FIG. 24 is a conceptual diagram for explaining an example of pattern matching (template matching) between a template in the current picture and a block in the reference picture.
  • the current block is searched by searching the reference picture (Ref0) for the block that most matches the block adjacent to the current block (Cur block) in the current picture (CurPic).
  • Motion vectors are derived.
  • the reconstructed image of the left adjacent and/or upper adjacent encoded areas and the equivalent in the encoded reference picture (Ref0) specified by the candidate MV are equal.
  • the difference from the reconstructed image at the position is derived, the evaluation value is calculated using the obtained difference value, and the candidate MV having the best evaluation value among the plurality of candidate MVs is selected as the best candidate MV. It is possible.
  • a FRUC flag indicating whether or not the FRUC mode is applied may be signaled at the CU level. Further, when the FRUC mode is applied (for example, when the FRUC flag is true), information indicating an applicable pattern matching method (first pattern matching or second pattern matching) may be signaled at the CU level. .. Note that the signaling of these pieces of information is not limited to the CU level, and may be another level (eg, sequence level, picture level, slice level, tile level, CTU level or sub-block level). ..
  • FIG. 25A is a conceptual diagram for explaining an example of derivation of a motion vector in sub-block units based on motion vectors of a plurality of adjacent blocks.
  • the current block includes 16 4x4 subblocks.
  • the motion vector v 0 of the upper left corner control point of the current block is derived based on the motion vector of the adjacent block, and similarly, the motion vector v 0 of the upper right corner control point of the current block is derived based on the motion vector of the adjacent sub block. 1 is derived.
  • the two motion vectors v 0 and v 1 may be projected and the motion vector (v x , v y ) of each sub-block in the current block may be derived by the following formula (1A).
  • x and y indicate the horizontal position and vertical position of the sub-block, respectively, and w indicates a predetermined weighting coefficient.
  • the predetermined weighting factor may be predetermined.
  • Information indicating such an affine mode may be signaled at the CU level.
  • the signalization of the information indicating the affine mode does not have to be limited to the CU level, but may be another level (eg, sequence level, picture level, slice level, tile level, CTU level or sub-block level). May be.
  • an affine mode may include several modes in which the method of deriving the motion vector of the upper left and upper right corner control points is different.
  • FIG. 25B is a conceptual diagram for explaining an example of derivation of a motion vector in a sub-block unit in an affine mode having three control points.
  • the current block includes 16 4x4 sub-blocks.
  • the motion vector v 0 of the upper left corner control point of the current block is derived based on the motion vector of the adjacent block
  • the motion vector v 1 of the upper right corner control point of the current block is derived based on the motion vector of the adjacent block.
  • the motion vector v 2 of the lower left corner control point of the current block is derived based on the motion vectors of the adjacent blocks.
  • three motion vectors v 0 , v 1 and v 2 may be projected by the following equation (1B), and the motion vector (v x , v y ) of each sub-block in the current block is derived. Good.
  • x and y respectively indicate the horizontal position and the vertical position of the center of the sub-block
  • w indicates the width of the current block
  • h indicates the height of the current block.
  • Affine modes with different numbers of control points may be signaled by switching at the CU level.
  • Information indicating the number of control points in the affine mode used at the CU level may be signaled at another level (eg, sequence level, picture level, slice level, tile level, CTU level or sub-block level). Good.
  • the affine mode having such three control points may include some modes in which the method of deriving the motion vector of the upper left, upper right and lower left corner control points is different.
  • FIGS. 26A, 26B, and 26C are conceptual diagrams for explaining the affine merge mode.
  • the predicted motion vector of each control point of the current block is calculated based on the plurality of motion vectors corresponding to the block encoded in the affine mode. Specifically, these blocks are examined in the order of coded block A (left), block B (top), block C (top right), block D (bottom left) and block E (top left), and in affine mode. The first valid block encoded is identified. The predicted motion vector of the control point of the current block is calculated based on the plurality of motion vectors corresponding to the specified block.
  • the upper left corner and the upper right corner of the encoded block including the block A are The motion vectors v 3 and v 4 projected at the position of are derived. Then, the predicted motion vector v 0 of the control point at the upper left corner of the current block and the predicted motion vector v 1 of the control point at the upper right corner of the current block are calculated from the derived motion vectors v 3 and v 4 .
  • the upper left corner and the upper right corner of the encoded block including the block A are And motion vectors v 3 , v 4 and v 5 projected to the position of the lower left corner are derived. Then, from the derived motion vectors v 3 , v 4 and v 5 , the predicted motion vector v 0 of the control point at the upper left corner of the current block, the predicted motion vector v 1 of the control point at the upper right corner, and the control of the lower left corner. The predicted motion vector v 2 of the point is calculated.
  • this predictive motion vector deriving method may be used for deriving the predictive motion vector of each control point of the current block in step Sj_1 of FIG. 29 described later.
  • FIG. 27 is a flowchart showing an example of the affine merge mode.
  • the inter prediction unit 126 first derives the prediction MV of each control point of the current block (step Sk_1).
  • the control points are the upper left corner and the upper right corner of the current block as shown in FIG. 25A, or the upper left corner, the upper right corner and the lower left corner of the current block as shown in FIG. 25B.
  • the inter prediction unit 126 performs the sequence of the coded block A (left), block B (upper), block C (upper right), block D (lower left), and block E (upper left). Examine these blocks and identify the first valid block encoded in affine mode.
  • the inter prediction unit 126 causes the motion vector v 3 at the upper left corner and the upper right corner of the encoded block including the block A.
  • v 4 the motion vector v 0 of the control point at the upper left corner of the current block and the motion vector v 1 of the control point at the upper right corner are calculated.
  • the inter prediction unit 126 projects the motion vectors v 3 and v 4 at the upper left corner and the upper right corner of the coded block onto the current block, thereby predicting the motion vector v 0 at the control point at the upper left corner of the current block.
  • the predicted motion vector v 1 of the control point at the upper right corner the predicted motion vector v 1 of the control point at the upper right corner.
  • the inter prediction unit 126 moves the upper left corner, the upper right corner, and the lower left corner of the encoded block including the block A, as illustrated in FIG. 26C. From the vectors v 3 , v 4 and v 5 , the motion vector v 0 of the control point at the upper left corner of the current block, the motion vector v 1 of the control point at the upper right corner, and the motion vector v 2 of the control point at the lower left corner are calculated. To do.
  • the inter prediction unit 126 projects the motion vectors v 3 , v 4 and v 5 of the upper left corner, the upper right corner and the lower left corner of the encoded block onto the current block to control points at the upper left corner of the current block.
  • the predicted motion vector v 0 , the predicted motion vector v 1 of the control point at the upper right corner, and the motion vector v 2 of the control point at the lower left corner are calculated.
  • the inter prediction unit 126 performs motion compensation on each of the plurality of sub blocks included in the current block. That is, the inter prediction unit 126 determines, for each of the plurality of sub-blocks, two predicted motion vectors v 0 and v 1 and the above equation (1A) or three predicted motion vectors v 0 , v 1 and v 2 .
  • the motion vector of the sub-block is calculated as the affine MV by using the above equation (1B) (step Sk_2).
  • the inter prediction unit 126 performs motion compensation on the sub block using the affine MV and the encoded reference picture (step Sk_3). As a result, motion compensation is performed on the current block, and a predicted image of the current block is generated.
  • FIG. 28A is a conceptual diagram for explaining an affine inter mode having two control points.
  • the motion vector selected from the motion vectors of the coded blocks A, B and C adjacent to the current block is the prediction of the control point at the upper left corner of the current block. It is used as the motion vector v 0 .
  • the motion vector selected from the motion vectors of the coded blocks D and E adjacent to the current block is used as the predicted motion vector v 1 of the control point at the upper right corner of the current block.
  • FIG. 28B is a conceptual diagram for explaining an affine inter mode having three control points.
  • the motion vector selected from the motion vectors of the coded blocks A, B and C adjacent to the current block is the prediction of the control point at the upper left corner of the current block. It is used as the motion vector v 0 .
  • the motion vector selected from the motion vectors of the coded blocks D and E adjacent to the current block is used as the predicted motion vector v 1 of the control point at the upper right corner of the current block.
  • the motion vector selected from the motion vectors of the coded blocks F and G adjacent to the current block is used as the predicted motion vector v 2 of the control point at the lower left corner of the current block.
  • FIG. 29 is a flowchart showing an example of the affine inter mode.
  • the inter prediction unit 126 first predicts the prediction MV (v 0 , v 1 ) or (v 0 , v 1 , v of each of two or three control points of the current block. 2 ) is derived (step Sj_1).
  • the control points are points at the upper left corner, upper right corner, or lower left corner of the current block, as shown in FIG. 25A or FIG. 25B.
  • the inter prediction unit 126 predicts the control point of the current block by selecting the motion vector of one of the coded blocks in the vicinity of each control point of the current block shown in FIG. 28A or 28B.
  • the motion vector (v 0 , v 1 ) or (v 0 , v 1 , v 2 ) is derived.
  • the inter prediction unit 126 encodes the motion vector predictor selection information for identifying the selected two motion vectors into a stream.
  • the inter prediction unit 126 determines which motion vector of a block is selected from the coded blocks adjacent to the current block as the motion vector predictor of the control point by using cost evaluation or the like, and which motion vector predictor is selected. A flag indicating whether it has been selected may be described in the bitstream.
  • the inter prediction unit 126 performs motion search (steps Sj_3 and Sj_4) while updating the motion vector predictor selected or derived in step Sj_1 (step Sj_2). That is, the inter prediction unit 126 calculates the motion vector of each sub-block corresponding to the updated motion vector predictor as the affine MV using the above formula (1A) or formula (1B) (step Sj_3). Then, the inter prediction unit 126 performs motion compensation on each sub block using the affine MV and the encoded reference picture (step Sj_4). As a result, the inter prediction unit 126 determines, as a motion vector of the control point, a motion vector predictor that yields the smallest cost in the motion search loop (step Sj_5). At this time, the inter prediction unit 126 further encodes each difference value between the determined MV and the motion vector predictor as a difference MV in the stream.
  • the inter prediction unit 126 generates a predicted image of the current block by performing motion compensation on the current block using the determined MV and the encoded reference picture (step Sj_6).
  • FIG. 30A and FIG. 30B are conceptual diagrams for explaining a control point prediction vector deriving method in the case where the number of control points is different between the coded block and the current block.
  • a current block has three control points of an upper left corner, an upper right corner and a lower left corner, and a block A adjacent to the left of the current block has two control points and is encoded in an affine mode. If so, the motion vectors v 3 and v 4 projected at the positions of the upper left corner and the upper right corner of the encoded block including the block A are derived. Then, the predicted motion vector v 0 of the control point at the upper left corner of the current block and the predicted motion vector v 1 of the control point at the upper right corner of the current block are calculated from the derived motion vectors v 3 and v 4 . Furthermore, the predicted motion vector v 2 of the control point at the lower left corner is calculated from the derived motion vectors v 0 and v 1 .
  • the current block has two control points at the upper left corner and the upper right corner, and the block A adjacent to the left of the current block is encoded in the affine mode having three control points.
  • the motion vectors v 3 , v 4 and v 5 projected at the positions of the upper left corner, the upper right corner and the lower left corner of the encoded block including the block A are derived.
  • the predicted motion vector v 0 of the control point at the upper left corner of the current block and the predicted motion vector v 1 of the control point at the upper right corner of the current block are calculated.
  • This predictive motion vector deriving method may be used for deriving the predictive motion vector of each control point of the current block in step Sj_1 in FIG.
  • FIG. 31A is a flowchart showing the relationship between the merge mode and DMVR.
  • the inter prediction unit 126 derives the motion vector of the current block in the merge mode (step Sl_1). Next, the inter prediction unit 126 determines whether or not to search a motion vector, that is, a motion search (step Sl_2). Here, when the inter prediction unit 126 determines not to perform the motion search (No in step Sl_2), the inter prediction unit 126 determines the motion vector derived in step Sl_1 as the final motion vector for the current block (step Sl_4). That is, in this case, the motion vector of the current block is determined in the merge mode.
  • step Sl_3 the final motion vector is derived (step Sl_3). That is, in this case, the motion vector of the current block is determined by DMVR.
  • FIG. 31B is a conceptual diagram for explaining an example of DMVR processing for determining the MV.
  • the optimal MVP set in the current block (for example, in merge mode) is set as the candidate MV.
  • the candidate MV (L0) the reference pixel is specified from the first reference picture (L0) which is a coded picture in the L0 direction.
  • the reference pixel is specified from the second reference picture (L1) which is a coded picture in the L1 direction.
  • a template is generated by averaging these reference pixels.
  • the peripheral areas of the candidate MVs of the first reference picture (L0) and the second reference picture (L1) are searched respectively, and the MV with the lowest cost is determined as the final MV.
  • the cost value may be calculated using, for example, a difference value between each pixel value of the template and each pixel value of the search area, a candidate MV value, and the like.
  • any processing may be used as long as it is a processing that can search the periphery of the candidate MV and derive the final MV.
  • BIO/OBMC In motion compensation, there is a mode in which a predicted image is generated and the predicted image is corrected.
  • the mode is, for example, BIO and OBMC described later.
  • FIG. 32 is a flowchart showing an example of generation of a predicted image.
  • the inter prediction unit 126 generates a predicted image (step Sm_1), and corrects the predicted image according to, for example, one of the above modes (step Sm_2).
  • FIG. 33 is a flowchart showing another example of generation of a predicted image.
  • the inter prediction unit 126 determines the motion vector of the current block (step Sn_1). Next, the inter prediction unit 126 generates a predicted image (step Sn_2) and determines whether or not to perform correction processing (step Sn_3). Here, when the inter prediction unit 126 determines to perform the correction process (Yes in step Sn_3), the inter prediction unit 126 corrects the predicted image to generate a final predicted image (step Sn_4). On the other hand, when the inter prediction unit 126 determines not to perform the correction process (No in step Sn_3), it outputs the predicted image as a final predicted image without correction (step Sn_5).
  • the mode is, for example, LIC described later.
  • FIG. 34 is a flowchart showing another example of generation of a predicted image.
  • the inter prediction unit 126 derives the motion vector of the current block (step So_1). Next, the inter prediction unit 126 determines whether to perform the brightness correction process (step So_2). Here, when the inter prediction unit 126 determines to perform the brightness correction process (Yes in step So_2), the inter prediction unit 126 generates a predicted image while performing the brightness correction (step So_3). That is, the predicted image is generated by the LIC. On the other hand, when the inter prediction unit 126 determines not to perform the brightness correction process (No in step So_2), the inter prediction unit 126 generates a predicted image by normal motion compensation without performing the brightness correction (step So_4).
  • the inter prediction signal may be generated using not only the motion information of the current block obtained by the motion search but also the motion information of the adjacent block. Specifically, the prediction signal based on the motion information obtained by the motion search (in the reference picture) and the prediction signal based on the motion information of the adjacent block (in the current picture) are weighted and added to obtain the current The inter prediction signal may be generated for each sub-block in the block.
  • Such inter prediction (motion compensation) is sometimes called OBMC (overlapped block motion compensation).
  • information indicating the size of the sub-block for the OBMC may be signaled at the sequence level. Further, information indicating whether to apply the OBMC mode (for example, called an OBMC flag) may be signaled at the CU level. Note that the level of signalization of these information does not need to be limited to the sequence level and the CU level, and may be another level (for example, a picture level, a slice level, a tile level, a CTU level or a sub-block level). Good.
  • 35 and 36 are a flowchart and a conceptual diagram for explaining the outline of the predicted image correction process by the OBMC process.
  • a predicted image (Pred) obtained by normal motion compensation is acquired using the motion vector (MV) assigned to the processing target (current) block.
  • MV motion vector assigned to the processing target (current) block.
  • an arrow “MV” indicates a reference picture and indicates what the current block of the current picture refers to in order to obtain a predicted image.
  • the motion vector (MV_L) already derived for the coded left adjacent block is applied (reused) to the block to be coded to obtain the predicted image (Pred_L).
  • the motion vector (MV_L) is indicated by the arrow “MV_L” pointing from the current block to the reference picture.
  • the first prediction image is corrected by superimposing the two prediction images Pred and Pred_L. This has the effect of blending the boundaries between adjacent blocks.
  • the motion vector (MV_U) already derived for the encoded upper adjacent block is applied (reused) to the encoding target block to obtain the prediction image (Pred_U).
  • the motion vector (MV_U) is indicated by an arrow “MV_U” pointing from the current block to the reference picture.
  • the predicted image Pred_U is superimposed on the predicted image (for example, Pred and Pred_L) subjected to the first correction to perform the second correction of the predicted image. This has the effect of blending the boundaries between adjacent blocks.
  • the predicted image obtained by the second correction is the final predicted image of the current block in which the boundaries with adjacent blocks are mixed (smoothed).
  • the above example is a two-pass correction method that uses left-adjacent and upper-adjacent blocks, but the correction method is a three-pass or more pass that also uses right-adjacent and/or lower-adjacent blocks.
  • the correction method of may be used.
  • the overlapping area may not be the pixel area of the entire block, but may be only a partial area near the block boundary.
  • the predictive image correction process of the OBMC for obtaining one predictive image Pred by superimposing the additional predictive images Pred_L and Pred_U from one reference picture has been described.
  • the same process may be applied to each of the plurality of reference pictures.
  • by performing image correction of OBMC based on a plurality of reference pictures after obtaining a corrected predicted image from each reference picture, further superimposing the obtained plurality of corrected predicted images. To get the final predicted image.
  • the unit of the target block may be a prediction block unit or a sub-block unit obtained by further dividing the prediction block.
  • the encoding device may determine whether or not the target block belongs to a complex region of motion.
  • the coding apparatus sets a value of 1 as obmc_flag and applies OBMC processing to code when belonging to a complex area of motion, and as obmc_flag when it does not belong to a complex area of motion.
  • the value 0 is set to encode the block without applying OBMC processing.
  • the decoding device by decoding obmc_flag described in the stream (for example, a compression sequence), whether or not to apply the OBMC process is switched according to the value and decoding is performed.
  • the inter prediction unit 126 generates one rectangular predicted image for the rectangular current block.
  • the inter prediction unit 126 generates a plurality of predicted images having a shape different from the rectangle for the rectangular current block, and combines the plurality of predicted images to generate a final rectangular predicted image. You may.
  • the shape different from the rectangle may be, for example, a triangle.
  • FIG. 37 is a conceptual diagram for explaining the generation of two triangular predicted images.
  • the inter prediction unit 126 generates a triangular predicted image by performing motion compensation on the first triangular partition in the current block using the first MV of the first partition. Similarly, the inter prediction unit 126 generates a triangular predicted image by performing motion compensation on the triangular second partition in the current block using the second MV of the second partition. Then, the inter prediction unit 126 combines these prediction images to generate a prediction image of the same rectangle as the current block.
  • the first partition and the second partition are each triangular, but they may be trapezoidal or may have mutually different shapes.
  • the current block is composed of two partitions, but it may be composed of three or more partitions.
  • first partition and the second partition may overlap. That is, the first partition and the second partition may include the same pixel area.
  • the predicted image of the current block may be generated using the predicted image of the first partition and the predicted image of the second partition.
  • a prediction image is generated by inter prediction for both two partitions is shown, but a prediction image may be generated by intra prediction for at least one partition.
  • BIO a mode for deriving a motion vector based on a model assuming constant velocity linear motion. This mode is sometimes called a BIO (bi-directional optical flow) mode.
  • FIG. 38 is a conceptual diagram for explaining a model assuming constant velocity linear motion.
  • (vx, vy) indicates a velocity vector
  • ⁇ 0, ⁇ 1 indicate a temporal distance between the current picture (Cur Pic) and two reference pictures (Ref0, Ref1), respectively.
  • (MVx0, MVy0) indicates a motion vector corresponding to the reference picture Ref0
  • (MVx1, MVy1) indicates a motion vector corresponding to the reference picture Ref1.
  • This optical flow equation is (i) the temporal derivative of the luminance value, (ii) the product of the horizontal velocity and the horizontal component of the spatial gradient of the reference image, and (iii) the vertical velocity and the spatial gradient of the reference image. The product of the vertical components of and the sum of are equal to zero.
  • the motion vector in block units obtained from the merge list or the like may be corrected in pixel units.
  • the motion vector may be derived on the decoding device side by a method different from the motion vector derivation based on a model that assumes constant velocity linear motion.
  • the motion vector may be derived in sub-block units based on the motion vectors of a plurality of adjacent blocks.
  • FIG. 39 is a conceptual diagram for explaining an example of a predicted image generation method using the brightness correction processing by the LIC processing.
  • the MV is derived from the encoded reference picture, and the reference image corresponding to the current block is acquired.
  • the current block information indicating how the luminance value has changed between the reference picture and the current picture is extracted.
  • This extraction is performed using the luminance pixel values of the encoded left adjacent reference area (peripheral reference area) and the encoded upper adjacent reference area (peripheral reference area) in the current picture, and the reference picture specified by the derived MV. It is performed based on the luminance pixel value at the equivalent position. Then, the brightness correction parameter is calculated using the information indicating how the brightness value has changed.
  • Prediction image for the current block is generated by performing the brightness correction process that applies the brightness correction parameter to the reference image in the reference picture specified by MV.
  • the shape of the peripheral reference area in FIG. 39 is an example, and shapes other than this may be used.
  • the processing of generating a predicted image from one reference picture has been described, but the same applies to the case of generating a predicted image from a plurality of reference pictures, and the reference image acquired from each reference picture is described above.
  • the predicted image may be generated after the brightness correction processing is performed by the same method as described above.
  • lic_flag is a signal indicating whether to apply LIC processing.
  • the encoding device it is determined whether or not the current block belongs to the area in which the luminance change occurs, and if it belongs to the area in which the luminance change occurs, the value is set as lic_flag.
  • a value 0 is set as lic_flag and encoding is performed without applying LIC processing.
  • the decoding device by decoding the lic_flag described in the stream, whether or not to apply the LIC processing may be switched according to the value to perform the decoding.
  • determining whether to apply the LIC processing for example, there is a method of determining whether to apply the LIC processing in the peripheral block.
  • determining whether to apply the LIC processing in the peripheral block For example, when the current block is in the merge mode, it is determined whether or not the surrounding coded blocks selected at the time of deriving the MV in the merge mode process are coded by applying the LIC process. .. Encoding is performed by switching whether or not to apply the LIC processing according to the result. Even in the case of this example, the same processing is applied to the processing on the decoding device side.
  • the inter prediction unit 126 derives a motion vector for obtaining a reference image corresponding to the target block to be encoded from a reference picture that is an encoded picture.
  • the inter prediction unit 126 for the target block to be encoded, the luminance pixel values of the left adjacent and upper adjacent encoded peripheral reference areas and the luminance pixels at the same position in the reference picture specified by the motion vector. Using the value, information indicating how the luminance value has changed between the reference picture and the current picture to be encoded is extracted to calculate the luminance correction parameter. For example, the luminance pixel value of a pixel in the peripheral reference area in the current picture is set to p0, and the luminance pixel value of a pixel in the peripheral reference area in the reference picture at the same position as the pixel is set to p1.
  • the inter prediction unit 126 performs a brightness correction process on the reference image in the reference picture specified by the motion vector using the brightness correction parameter, thereby generating a predicted image for the encoding target block.
  • the brightness pixel value in the reference image is p2
  • the brightness pixel value of the predicted image after the brightness correction process is p3.
  • the shape of the peripheral reference area in FIG. 39 is an example, and shapes other than this may be used. Further, a part of the peripheral reference area shown in FIG. 39 may be used. For example, an area including a predetermined number of pixels thinned from each of the upper adjacent pixel and the left adjacent pixel may be used as the peripheral reference area.
  • the peripheral reference area is not limited to the area adjacent to the encoding target block, and may be an area not adjacent to the encoding target block.
  • the predetermined number of pixels may be predetermined.
  • the peripheral reference area in the reference picture is an area specified by the motion vector of the encoding target picture from the peripheral reference area in the encoding target picture, but other peripheral motion vectors are used. It may be a designated area.
  • the other motion vector may be a motion vector of the peripheral reference area in the current picture.
  • LIC processing may be applied not only to luminance but also to color difference.
  • a correction parameter may be derived individually for each of Y, Cb, and Cr, or a common correction parameter may be used for any of them.
  • the correction parameter may be derived using the peripheral reference area of the current sub-block and the peripheral reference area of the reference sub-block in the reference picture specified by the MV of the current sub-block.
  • the prediction control unit 128 selects either the intra prediction signal (the signal output from the intra prediction unit 124) or the inter prediction signal (the signal output from the inter prediction unit 126), and subtracts the selected signal as the prediction signal. It is output to the unit 104 and the addition unit 116.
  • the prediction control unit 128 may output the prediction parameter input to the entropy coding unit 110.
  • the entropy coding unit 110 may generate a coded bitstream (or sequence) based on the prediction parameter input from the prediction control unit 128 and the quantization coefficient input from the quantization unit 108.
  • the prediction parameter may be used in the decoding device.
  • the decoding device may receive and decode the encoded bitstream, and may perform the same processing as the prediction processing performed by the intra prediction unit 124, the inter prediction unit 126, and the prediction control unit 128.
  • the prediction parameter is a selected prediction signal (for example, a motion vector, a prediction type, or a prediction mode used by the intra prediction unit 124 or the inter prediction unit 126), or an intra prediction unit 124, an inter prediction unit 126, and a prediction control unit. It may include any index, flag, or value based on or indicative of the prediction process performed at 128.
  • FIG. 40 is a block diagram showing an implementation example of the encoding device 100.
  • the encoding device 100 includes a processor a1 and a memory a2.
  • the plurality of components of the encoding device 100 shown in FIG. 1 are implemented by the processor a1 and the memory a2 shown in FIG.
  • the processor a1 is a circuit that performs information processing, and is a circuit that can access the memory a2.
  • the processor a1 is a dedicated or general-purpose electronic circuit that encodes a moving image.
  • the processor a1 may be a processor such as a CPU.
  • the processor a1 may be an aggregate of a plurality of electronic circuits. Further, for example, the processor a1 may play the role of a plurality of components among the plurality of components of the encoding device 100 shown in FIG.
  • the memory a2 is a dedicated or general-purpose memory in which information for the processor a1 to encode a moving image is stored.
  • the memory a2 may be an electronic circuit and may be connected to the processor a1.
  • the memory a2 may be included in the processor a1.
  • the memory a2 may be an aggregate of a plurality of electronic circuits.
  • the memory a2 may be a magnetic disk, an optical disk, or the like, and may be expressed as a storage, a recording medium, or the like.
  • the memory a2 may be a non-volatile memory or a volatile memory.
  • the memory a2 may store a moving image to be encoded, or may store a bit string corresponding to the encoded moving image. Further, the memory a2 may store a program for the processor a1 to encode a moving image.
  • the memory a2 may play the role of a component for storing information among the plurality of components of the encoding device 100 shown in FIG.
  • the memory a2 may serve as the block memory 118 and the frame memory 122 shown in FIG. More specifically, the memory a2 may store reconstructed blocks, reconstructed pictures, and the like.
  • not all of the plurality of components shown in FIG. 1 and the like may be implemented, or all of the plurality of processes described above may not be performed.
  • a part of the plurality of constituent elements illustrated in FIG. 1 and the like may be included in another device, and a part of the plurality of processes described above may be executed by another device.
  • FIG. 41 is a block diagram showing a functional configuration of the decoding device 200 according to the embodiment.
  • the decoding device 200 is a moving image decoding device that decodes a moving image in block units.
  • the decoding device 200 includes an entropy decoding unit 202, an inverse quantization unit 204, an inverse transformation unit 206, an addition unit 208, a block memory 210, a loop filter unit 212, and a frame memory 214. And an intra prediction unit 216, an inter prediction unit 218, and a prediction control unit 220.
  • the decryption device 200 is realized by, for example, a general-purpose processor and a memory.
  • the processor entropy decoding unit 202, inverse quantization unit 204, inverse transformation unit 206, addition unit 208, loop filter unit 212, intra prediction unit. 216, the inter prediction unit 218, and the prediction control unit 220.
  • the decoding device 200 is a dedicated one corresponding to the entropy decoding unit 202, the dequantization unit 204, the inverse transformation unit 206, the addition unit 208, the loop filter unit 212, the intra prediction unit 216, the inter prediction unit 218, and the prediction control unit 220. May be implemented as one or more electronic circuits of
  • FIG. 42 is a flowchart showing an example of the overall decoding process performed by the decoding device 200.
  • the entropy decoding unit 202 of the decoding device 200 specifies a division pattern of a fixed size block (for example, 128 ⁇ 128 pixels) (step Sp_1).
  • This division pattern is a division pattern selected by the encoding device 100.
  • the decoding device 200 performs the processes of steps Sp_2 to Sp_6 on each of the plurality of blocks that form the division pattern.
  • the entropy decoding unit 202 decodes (specifically, entropy decoding) the encoded quantized coefficient and the prediction parameter of the decoding target block (also referred to as the current block) (step Sp_2).
  • the inverse quantization unit 204 and the inverse transformation unit 206 restore a plurality of prediction residuals (that is, difference blocks) by performing inverse quantization and inverse transformation on the plurality of quantized coefficients (step Sp_3). ).
  • the prediction processing unit including all or part of the intra prediction unit 216, the inter prediction unit 218, and the prediction control unit 220 generates a prediction signal (also referred to as a prediction block) of the current block (step Sp_4).
  • the addition unit 208 reconstructs the current block into a reconstructed image (also referred to as a decoded image block) by adding the prediction block to the difference block (step Sp_5).
  • the loop filter unit 212 filters the reconstructed image (step Sp_6).
  • the decoding device 200 determines whether or not the decoding of the entire picture is completed (step Sp_7), and when it is determined that the decoding is not completed (No in step Sp_7), the processing from step Sp_1 is repeatedly executed.
  • steps Sp_1 to Sp_7 are sequentially performed by the decoding device 200. Alternatively, some of the processes may be performed in parallel, and the order of the processes may be changed.
  • the entropy decoding unit 202 entropy-decodes the encoded bitstream. Specifically, the entropy decoding unit 202, for example, arithmetically decodes a coded bitstream into a binary signal. Then, the entropy decoding unit 202 debinarizes the binary signal. The entropy decoding unit 202 outputs the quantized coefficient in block units to the inverse quantization unit 204. The entropy decoding unit 202 may output the prediction parameter included in the coded bitstream (see FIG. 1) to the intra prediction unit 216, the inter prediction unit 218, and the prediction control unit 220 according to the embodiment. The intra prediction unit 216, the inter prediction unit 218, and the prediction control unit 220 can execute the same prediction process as the processes performed by the intra prediction unit 124, the inter prediction unit 126, and the prediction control unit 128 on the encoding device side.
  • the inverse quantization unit 204 inversely quantizes the quantized coefficient of the decoding target block (hereinafter referred to as the current block) that is the input from the entropy decoding unit 202. Specifically, the inverse quantization unit 204 inversely quantizes each quantized coefficient of the current block based on the quantized parameter corresponding to the quantized coefficient. Then, the inverse quantization unit 204 outputs the inversely quantized quantized coefficient (that is, the transform coefficient) of the current block to the inverse transform unit 206.
  • the inverse transform unit 206 restores the prediction error by inversely transforming the transform coefficient that is the input from the inverse quantization unit 204.
  • the inverse transform unit 206 determines the current block based on the information indicating the read transformation type.
  • the conversion coefficient of is inversely transformed.
  • the inverse transform unit 206 applies inverse retransform to the transform coefficient.
  • the addition unit 208 reconstructs the current block by adding the prediction error that is the input from the inverse transform unit 206 and the prediction sample that is the input from the prediction control unit 220. Then, the addition unit 208 outputs the reconstructed block to the block memory 210 and the loop filter unit 212.
  • the block memory 210 is a storage unit for storing a block that is referred to in intra prediction and that is included in a decoding target picture (hereinafter referred to as a current picture). Specifically, the block memory 210 stores the reconstructed block output from the addition unit 208.
  • the loop filter unit 212 applies a loop filter to the blocks reconstructed by the adder 208, and outputs the reconstructed blocks that have been filtered to the frame memory 214 and the display device.
  • one of the plurality of filters is selected based on the direction and the activity of the local gradient, The selected filter is applied to the reconstruction block.
  • the frame memory 214 is a storage unit for storing a reference picture used for inter prediction, and is sometimes called a frame buffer. Specifically, the frame memory 214 stores the reconstructed block filtered by the loop filter unit 212.
  • FIG. 43 is a flowchart showing an example of processing performed by the prediction processing unit of the decoding device 200.
  • the prediction processing unit includes all or some of the components of the intra prediction unit 216, the inter prediction unit 218, and the prediction control unit 220.
  • the prediction processing unit generates a prediction image of the current block (step Sq_1).
  • This prediction image is also called a prediction signal or a prediction block.
  • the prediction signal includes, for example, an intra prediction signal or an inter prediction signal.
  • the prediction processing unit generates a reconstructed image that has already been obtained by performing prediction block generation, difference block generation, coefficient block generation, difference block restoration, and decoded image block generation. The predicted image of the current block is generated by using this.
  • the reconstructed image may be, for example, an image of a reference picture or an image of a decoded block in the current picture that is a picture including the current block.
  • the decoded block in the current picture is, for example, a block adjacent to the current block.
  • FIG. 44 is a flowchart showing another example of the processing performed by the prediction processing unit of the decoding device 200.
  • the prediction processing unit determines the method or mode for generating the predicted image (step Sr_1). For example, this scheme or mode may be determined based on, for example, a prediction parameter or the like.
  • the prediction processing unit determines the first method as the mode for generating the prediction image, the prediction processing unit generates the prediction image according to the first method (step Sr_2a). Further, when the prediction processing unit determines the second method as the mode for generating the predicted image, the prediction processing unit generates the predicted image according to the second method (step Sr_2b). Further, when the prediction processing unit determines the third method as the mode for generating the predicted image, the prediction processing unit generates the predicted image according to the third method (step Sr_2c).
  • the first method, the second method, and the third method are different methods for generating a predicted image, and are, for example, an inter prediction method, an intra prediction method, and a prediction method other than them. It may be. In these prediction methods, the reconstructed image described above may be used.
  • the intra prediction unit 216 refers to the block in the current picture stored in the block memory 210 based on the intra prediction mode read from the encoded bitstream to perform intra prediction, thereby performing prediction signals (intra prediction). Signal). Specifically, the intra prediction unit 216 generates an intra prediction signal by performing intra prediction with reference to a sample (for example, a luminance value and a color difference value) of a block adjacent to the current block, and predicts and controls the intra prediction signal. Output to the section 220.
  • a sample for example, a luminance value and a color difference value
  • the intra prediction unit 216 may predict the color difference component of the current block based on the luminance component of the current block. ..
  • the intra prediction unit 216 corrects the pixel value after intra prediction based on the gradient of the reference pixels in the horizontal/vertical directions.
  • the inter prediction unit 218 refers to the reference picture stored in the frame memory 214 to predict the current block.
  • the prediction is performed in units of the current block or a sub block (for example, 4 ⁇ 4 block) in the current block.
  • the inter prediction unit 218 performs motion compensation using motion information (for example, a motion vector) that has been deciphered from a coded bitstream (for example, a prediction parameter output from the entropy decoding unit 202), or the current block or
  • the inter prediction signal of the sub block is generated, and the inter prediction signal is output to the prediction control unit 220.
  • the inter prediction unit 218 uses not only the motion information of the current block obtained by the motion search but also the motion information of the adjacent block. , Generate inter prediction signals.
  • the inter prediction unit 218 follows the pattern matching method (bilateral matching or template matching) read from the coded stream. Motion information is derived by performing a motion search. Then, the inter prediction unit 218 performs motion compensation (prediction) using the derived motion information.
  • the inter prediction unit 218 derives a motion vector based on a model that assumes uniform linear motion when the BIO mode is applied. In addition, when the information read from the encoded bitstream indicates that the affine motion compensation prediction mode is applied, the inter prediction unit 218 determines that the motion vector is calculated in subblock units based on the motion vectors of a plurality of adjacent blocks. Derive.
  • the inter prediction unit 218 derives an MV based on the information deciphered from the coded stream and uses the MV. Motion compensation (prediction).
  • FIG. 45 is a flowchart showing an example of inter prediction in the normal inter mode in the decoding device 200.
  • the inter prediction unit 218 of the decoding device 200 performs motion compensation for each block.
  • the inter prediction unit 218 acquires a plurality of candidate MVs for the current block based on information such as the MVs of a plurality of decoded blocks surrounding the current block temporally or spatially (step Ss_1). That is, the inter prediction unit 218 creates a candidate MV list.
  • the inter prediction unit 218 determines each of N (N is an integer of 2 or more) candidate MVs among the plurality of candidate MVs acquired in step Ss_1 as a motion vector predictor candidate (also referred to as a predicted MV candidate). As a result, extraction is performed according to a predetermined priority order (step Ss_2). In addition, the priority may be predetermined for each of the N predicted MV candidates.
  • the inter prediction unit 218 decodes the motion vector predictor selection information from the input stream (that is, the encoded bitstream), and uses the decoded motion vector predictor selection information, the N predicted MV candidates.
  • One of the predicted MV candidates is selected as a predicted motion vector (also referred to as predicted MV) of the current block (step Ss_3).
  • the inter prediction unit 218 decodes the difference MV from the input stream and adds the difference value that is the decoded difference MV and the selected motion vector predictor to calculate the MV of the current block. It is derived (step Ss_4).
  • the inter prediction unit 218 generates a predicted image of the current block by performing motion compensation on the current block using the derived MV and the decoded reference picture (step Ss_5).
  • the prediction control unit 220 selects either the intra prediction signal or the inter prediction signal, and outputs the selected signal to the adding unit 208 as a prediction signal.
  • the configurations, functions, and processes of the prediction control unit 220, the intra prediction unit 216, and the inter prediction unit 218 on the decoding device side are the same as those of the prediction control unit 128, the intra prediction unit 124, and the inter prediction unit 126 on the encoding device side. May correspond to the configuration, function, and processing of.
  • FIG. 46 is a block diagram showing an implementation example of the decoding device 200.
  • the decoding device 200 includes a processor b1 and a memory b2.
  • the plurality of components of the decoding device 200 shown in FIG. 41 are implemented by the processor b1 and the memory b2 shown in FIG.
  • the processor b1 is a circuit that performs information processing, and is a circuit that can access the memory b2.
  • the processor b1 is a dedicated or general-purpose electronic circuit that decodes an encoded moving image (that is, an encoded bit stream).
  • the processor b1 may be a processor such as a CPU.
  • the processor b1 may be an aggregate of a plurality of electronic circuits. Further, for example, the processor b1 may play the role of a plurality of components among the plurality of components of the decoding device 200 shown in FIG. 41 and the like.
  • the memory b2 is a dedicated or general-purpose memory that stores information for the processor b1 to decode the encoded bitstream.
  • the memory b2 may be an electronic circuit and may be connected to the processor b1.
  • the memory b2 may be included in the processor b1. Further, the memory b2 may be an aggregate of a plurality of electronic circuits.
  • the memory b2 may be a magnetic disk, an optical disk, or the like, or may be expressed as a storage, a recording medium, or the like.
  • the memory b2 may be a non-volatile memory or a volatile memory.
  • the memory b2 may store a moving image or an encoded bitstream. Further, the memory b2 may store a program for the processor b1 to decode the encoded bitstream.
  • the memory b2 may serve as a component for storing information among the plurality of components of the decoding device 200 shown in FIG. 41 and the like. Specifically, the memory b2 may serve as the block memory 210 and the frame memory 214 shown in FIG. More specifically, the memory b2 may store reconstructed blocks, reconstructed pictures, and the like.
  • the decoding device 200 not all of the plurality of components shown in FIG. 41 or the like may be implemented, or all of the plurality of processes described above may not be performed. Some of the plurality of components shown in FIG. 41 and the like may be included in another device, and some of the plurality of processes described above may be executed by another device.
  • each term may be defined as follows.
  • a picture is either an array of luma samples in a monochrome format, or an array of luma samples in 4:2:0, 4:2:2 and 4:4:4 color formats and two chroma samples. It is a corresponding array.
  • the picture may be a frame or a field.
  • a frame is a composition of a top field in which a plurality of sample rows 0, 2, 4,... Is generated and a bottom field in which a plurality of sample rows 1, 3, 5,.
  • a slice is an independent slice segment and an integer number of coding trees contained in all subsequent dependent slice segments that precede the next independent slice segment (if any) in the same access unit. It is a unit.
  • a tile is a rectangular area of a plurality of coding tree blocks in a specific tile row and specific tile row in a picture.
  • a tile may be a rectangular area of a frame intended to be independently decoded and coded, although a loop filter across the edges of the tile may still be applied.
  • a block is an MxN (N rows and M columns) array of multiple samples or an MxN array of multiple transform coefficients.
  • a block may be a square or rectangular region of pixels that consists of multiple matrices of one luminance and two color differences.
  • a CTU may be a coding tree block of a plurality of luma samples of a picture having a three sample array or two corresponding coding tree blocks of a plurality of chrominance samples. ..
  • the CTU may be a multi-sample coding tree block of either a monochrome picture or a picture coded using three separate color planes and a syntax structure used to code the multiple samples. May be
  • a super block may be a square block of 64 ⁇ 64 pixels that constitutes one or two mode information blocks, or may be recursively divided into four 32 ⁇ 32 blocks and further divided.
  • Coding apparatus 100 in the present embodiment has the same configuration as that in Embodiment 1. Further, coding apparatus 100 in the present embodiment has an additional function or an alternative function to that in the first embodiment. Similarly, decoding apparatus 200 in the present embodiment has the same configuration as that in Embodiment 1. Further, the decoding device 200 according to the present embodiment has an additional function or an alternative function to the first embodiment.
  • the decoding device 200 performs processing using image units called VPDUs, and also performs prediction processing as in the following first to seventh examples.
  • pipeline processing is used in the following first to seventh examples of the prediction processing.
  • This pipeline processing includes a plurality of stages (for example, Stage 1 to 6)), and each of these stages is executed by hardware such as a circuit or a processor corresponding to the stage.
  • FIG. 47 is a diagram for explaining the block size when performing the prediction process.
  • the CTU is the largest unit that makes up a picture or image. Basically, the prediction process is performed in CU units, and the CU can have a size equal to or smaller than CTU. For example, when the CTU size is 128 ⁇ 128 pixels, the CU size should be 4 ⁇ 4 pixels, 4 ⁇ 8 pixels, 8 ⁇ 4 pixels, 8 ⁇ 8 pixels,... Or 128 ⁇ 128 pixels. You can
  • a VPDU is a fixed unit that can be processed in one stage when performing pipeline processing in hardware. Specifically, the largest possible size among the block sizes to which the conversion process is applied is often set as the VPDU size, and for example, a size of 64 ⁇ 64 pixels or the like is set for the VPDU.
  • CU to be processed when the CU to be processed is smaller than the VPDU, it is assumed that a plurality of CUs included in the VPDU are collectively processed in one stage of pipeline processing. On the other hand, when the CU to be processed is larger than the VPDU, it is assumed that the CU is divided into a plurality of VPDUs and the CU is processed for each VPDU in one stage of pipeline processing.
  • FIG. 48 is a diagram schematically showing a first example of the prediction process performed by the decoding device 200 according to the present embodiment, as a configuration example of the pipeline process.
  • the pipeline processing PL1 shown in FIG. 48 includes Stages 1 to 6.
  • entropy decoding processing St1 is performed. That is, in Stage 1, the decoding device 200 acquires information necessary for decoding the encoded image by performing entropy decoding on the input stream to be decoded. Note that the input stream is the above-described coded bit stream, and the entropy decoding process St1 is performed by the entropy decoding unit 202 of the decoding device 200 illustrated in FIG. In general, the processing of Stage1 is performed in CU units, CTU units, or units larger than VPDU units shown in FIG. 47.
  • the MV derivation process St21 and the memory transfer process St22 are performed. That is, in the MV deriving process St21, the decoding device 200 derives the MV that is the motion vector. Then, in the memory transfer process St22, the decoding device 200 transfers at least a part of the reference image from a memory such as the frame memory 214 using the derived MV.
  • the processing of each stage after Stage 2 is performed in VPDU units shown in FIG. 47. For example, in each stage after Stage 2, if the VPDU is larger than the CU, the processing for each CU is performed until the processing for all the CUs in the VPDU is completed.
  • the VPDU is smaller than the CU, for example, processing is performed on one VPDU in the CU, and the processing result (for example, the derived MV) of the one VPDU is applied to another VPDU in the CU. To be done.
  • DMVR processing St3 is performed. That is, in Stage 3, the decoding device 200 searches the vicinity of the MV derived as described above by the DMVR process and corrects the MV.
  • MC processing St4 is performed. That is, in Stage 4, the decoding device 200 performs motion compensation processing using the corrected MV.
  • LIC processing St51a intra prediction processing St52, intra/inter mixed processing St53, mode switching processing St57, inverse quantization/inverse conversion processing St54, and reconstruction processing St56 are performed.
  • the decoding device 200 corrects the inter-predicted image by applying the LIC process to the inter-predicted image acquired by the motion compensation process. Note that the LIC processing St51a is performed by the inter prediction unit 218 illustrated in FIG.
  • the decoding device 200 generates an intra prediction image by performing intra prediction.
  • the intra prediction process St52 is performed by the intra prediction unit 216 shown in FIG.
  • the decoding device 200 In the intra/inter mixed processing St53, the decoding device 200 generates an intra/inter mixed predicted image by mixing or superimposing the corrected inter predicted image and the intra predicted image using an adder. For example, the average value of the pixel value of the intra prediction image and the pixel value of the inter prediction image may be used as the pixel value of the intra/inter mixed prediction image.
  • the intra/inter mixed processing St53 is also called a CIIP (Combined intermerge/intraprediction).
  • the decoding device 200 In the mode switching process St57, selectively selects the final predicted image used for decoding the coded image from the intra predicted image, the intra/inter mixed predicted image, and the corrected inter predicted image. Switch.
  • the intra/inter mixed processing St53 mixes the intra-predicted images after the MC processing St4 is performed by the inter-prediction to generate the inter-predicted images, and thus can be considered as one of the MV derivation modes in inter-prediction.
  • the MV derivation mode in the inter prediction mode can be classified, for example, as shown in FIGS. 16 and 17, but may be included in any classification. For example, when the MV derivation mode is classified into a mode in which the difference MV is encoded or a mode in which the difference MV is not encoded as shown in FIG. 17, if it is included in either one, it is included in which category. May be. The same applies to other classifications such as FIG.
  • the intra/inter mixed process St53 and the mode switching process St57 are performed by at least one of the inter prediction unit 218, the intra prediction unit 216, and the prediction control unit 220 illustrated in FIG.
  • the decoding device 200 performs inverse quantization and inverse transform on the input stream to generate a residual image.
  • the residual image is the above-mentioned prediction residual or difference block.
  • the reconstruction process St56 the decoding device 200 generates a reconstructed image by adding the residual image and the prediction image switched as described above. The generated reconstructed image is used as an adjacent reference pixel in the processing of the next block or CU, and thus is fed back to the LIC processing St51a and the intra prediction processing St52.
  • the inverse quantization/inverse transform process St54 is performed by the inverse quantization unit 204 and the inverse transform unit 206 shown in FIG. 41, and the reconstruction process St56 is performed by the adder unit 208 shown in FIG.
  • loop filter processing St6 is performed. That is, in Stage 6, the decoding device 200 generates a decoded image by applying a loop filter such as a deblocking filter to the reconstructed image.
  • the loop filter processing St6 is performed by the loop filter unit 212 shown in FIG.
  • pipeline process PL1 shown in FIG. 48 is an example, and at least one process included in this pipeline process PL1 may be removed, another process may be added to this pipeline process PL1, or a stage division method may be used. May be changed.
  • the processing target CU is smaller than the VPDU
  • a plurality of CUs included in the VPDU are collectively processed in one stage of the pipeline. For example, when the size of the VPDU is 64 ⁇ 64 pixels and the size of each of all the CUs included in the VPDU is 8 ⁇ 8 pixels, in one stage of the pipeline processing PL1 shown in FIG. The CU is processed.
  • the intra/inter mixed prediction image may be used for decoding all the above-mentioned 64 CUs included in the VPDU.
  • the decoding device 200 mixes the intra predicted image and the corrected inter predicted image. Therefore, the decoding device 200 confirms, for each CU, that both the intra prediction process St52 and the inter prediction process for the CU have been completed, and then the intra prediction image and the corrected inter prediction image are obtained. Need to mix.
  • the inter prediction process described above includes the MV derivation process St21, the memory transfer process St22, the DMVR process St3, the MC process St4, and the LIC process St51a.
  • the decoding device 200 needs to wait, for each CU, of the intra-prediction process St52 and the inter-prediction process, whichever has the later process completion time.
  • the waiting time may occur 64 times during one stage processing.
  • This waiting time causes the processing time of Stage 5 to be significantly increased, and as a result, the decoding may not be completed within the processing time given for decoding one picture. That is, there is a possibility that the decoded image cannot be displayed at the determined time.
  • the decoding device 200 may perform the second to seventh examples of the prediction process described below.
  • FIG. 49 is a flowchart showing a second example of prediction processing performed by decoding device 200 in the present embodiment. It should be noted that this flowchart shows the flow of processing for the CU in the second example of the prediction processing.
  • the decryption device 200 performs the processing of steps S11 to S17a in CU units. Specifically, first, the decoding device 200 derives the MV for the processing target CU (step S11), and further performs the DMVR processing (step S12). In this DMVR process, the decoding device 200 corrects the MV by searching around the MV derived in step S11. Then, the decoding device 200 performs MC processing, that is, motion compensation processing, using the corrected MV (step S13). Thereby, an inter prediction image is obtained.
  • the decryption device 200 determines whether to apply the LIC processing to the processing target CU (step S14a).
  • the decoding device 200 determines to apply the LIC process (Yes in step S14a)
  • the inter prediction image obtained by the MC process is corrected by the LIC process to generate a final predicted image.
  • the final predicted image is a predicted image used for generating a reconstructed image and is a predicted image added to the residual image.
  • step S15a when the decoding device 200 determines not to apply the LIC process (No in step S14a), it further determines whether to apply the intra/inter mixed process (step S15a).
  • the decoding device 200 determines to apply the intra/inter mixing process (Yes in step S15a)
  • the decoding device 200 mixes the inter prediction image obtained by the MC process and the intra prediction image obtained by the intra prediction process. (Step S17a). By this mixing, an intra/inter mixed prediction image is generated as a final prediction image.
  • the decoding device 200 determines that the intra/inter mixing process is not applied (No in step S15a)
  • the inter prediction image obtained by the MC process is used as it is for generating a reconstructed image as a final prediction image. ..
  • the decoding device 200 first determines whether to apply the LIC processing, and then determines whether to apply the intra/inter mixed processing, but vice versa. You may make those determinations in order of.
  • FIG. 49 is an example, and at least one step included in this flowchart may be omitted, or another processing or condition determination step may be added to this flowchart.
  • the processing of the flowchart shown in FIG. 49 may be performed by the encoding device 100. That is, the encoding apparatus 100 and the decoding apparatus 200 perform the same prediction processing, and there is a difference in whether the prediction processing is used to encode an image into a stream or to decode the stream into an image. .. Therefore, the flow of the prediction process shown in the flowchart of FIG. 49 is basically common to the encoding device 100.
  • the determination of whether to apply the LIC processing (step S14a) and the determination of whether to apply the intra/inter mixed processing (step S15a) in the flowchart of FIG. 49 may be performed by analysis of flags. .. That is, the decoding device 200 may make those determinations by, for example, analyzing the flags described in the stream. Also, the encoding device 100 may make these determinations, for example, by calculating the cost using the RD optimization model. That is, the encoding device 100 calculates the cost of the predicted image obtained by applying the process to be determined and the cost of the predicted image obtained by not applying the process in each of the above-described determinations. Then, the encoding device 100 performs the above determination so that the predicted image corresponding to the smaller one of the costs is used as the final predicted image.
  • FIG. 50 is a diagram schematically showing a second example of the prediction processing performed by the decoding device 200 according to the present embodiment, as a configuration example of pipeline processing.
  • the pipeline process PL2 shown in FIG. 50 includes Stages 1 to 6.
  • the processing of each stage after Stage 2 is performed, for example, in VPDU units.
  • the Stage 5 of the Stages 1 to 6 of the pipeline processing PL2 is different from the Stage 5 of the pipeline processing PL1 shown in FIG. That is, in Stage 5 of the pipeline process PL2, the intra/inter mixed process St53 is performed when the LIC process St51a is not applied.
  • the decoding device 200 mixes the inter-predicted image and the intra-predicted image without performing the LIC process St51a on the inter-predicted image generated by the MC process St4, thereby performing the intra/inter mixed prediction. Generate an image.
  • pipeline process PL2 shown in FIG. 50 is an example, and at least one process included in this pipeline process PL2 may be removed, another process may be added to this pipeline process PL2, or a stage division method may be used. May be changed.
  • the processing of all stages is performed. It can be completed within a pre-specified processing time. As a result, it is possible to increase the possibility of increasing the processing speed while suppressing the deterioration of the encoding performance.
  • the intra/inter mixed process is always prohibited when the condition that the application of the LIC process is selected is satisfied, but the prohibition of the intra/inter mixed process is Not exclusively.
  • the intra/inter mixed processing may be prohibited when the application of the LIC processing is selected and the condition that the size of the processing target CU is smaller than a specific threshold is satisfied.
  • the processing time of the Stage 5 for generating the reconstructed image is increased, but the increased time can be kept within a certain range, and the increase of the processing time can be suppressed while further suppressing the deterioration of the coding performance. The possibility can be increased.
  • the LIC processing may be prohibited when the application of the intra/inter mixed processing is selected and the condition that the size of the processing target CU is smaller than a specific threshold is satisfied. Further, “the size of the processing target CU is smaller than a specific threshold” included in the condition may be replaced with “the number of CUs included in one VPDU is larger than the specific threshold”.
  • the combination of the LIC process and the intra/inter mixed process in the combination of the LIC process and the intra/inter mixed process, one of the processes is applied and the other process is prohibited, but the combination is not limited to this combination, and other combinations are possible. Also in, the same application and prohibition as described above may be performed.
  • another combination is, as long as it is a combination of a process on the inter prediction side that requires feedback of the reconstructed image and a process that requires waiting time in Stage 5 that generates the reconstructed image. May be
  • the process that requires a waiting time is a process that needs to wait for the process with the later completion time, of the process on the intra prediction side and the process on the inter prediction side.
  • the process on the inter prediction side that requires feedback of the reconstructed image may be, for example, a filter process performed on the predicted image obtained by the inter prediction.
  • FIG. 51 is a flowchart showing a third example of prediction processing performed by decoding device 200 in the present embodiment. It should be noted that this flowchart shows the flow of processing for the CU in the third example of the prediction processing.
  • the decryption device 200 performs the processing of steps S11 to S13, S14b, S15a, S16b, and S17a in CU units. Specifically, first, the decoding device 200 derives the MV for the processing target CU (step S11), and further performs the DMVR processing (step S12). In this DMVR process, the decoding device 200 corrects the MV by searching around the MV derived in step S11. Then, the decoding device 200 performs MC processing, that is, motion compensation processing, using the corrected MV (step S13). As a result, an inter prediction image of the processing target CU is obtained.
  • the decoding device 200 determines whether or not to apply filter processing (also referred to as predictive image filter processing) to the inter-predicted image of the processing target CU (step S14b).
  • filter processing also referred to as predictive image filter processing
  • the filtering process is a process of multiplying each of a plurality of pixels by a weight and correcting or updating the pixel value.
  • the predicted image filter process is a process of correcting or updating the pixel value included in the predicted image.
  • the decoding device 200 determines to apply the filtering process (Yes in step S14b), the decoding device 200 performs the filtering process on the inter prediction image obtained by the MC process to finally obtain the filtered inter prediction image. It is generated as a predicted image (step S16b).
  • a matrix of 5 ⁇ 5 filter coefficients may be used.
  • pixels included in a reconstructed image of a CU adjacent to the processing target CU (hereinafter referred to as an adjacent CU) may be used. For example, among the pixels in the inter-prediction image of the processing target CU, pixels near the boundary between the processing target CU and the adjacent CU are filtered using the pixels included in the reconstructed image of the adjacent CU.
  • step S15a when the decoding device 200 determines not to apply the filter process (No in step S14b), it further determines whether to apply the intra/inter mixed process (step S15a).
  • the decoding device 200 determines to apply the intra/inter mixing process (Yes in step S15a)
  • the decoding device 200 mixes the inter prediction image obtained by the MC process and the intra prediction image obtained by the intra prediction process. (Step S17a). By this mixing, an intra/inter mixed prediction image is generated as a final prediction image.
  • the decoding device 200 determines that the intra/inter mixing process is not applied (No in step S15a)
  • the inter prediction image obtained by the MC process is used as it is for generating a reconstructed image as a final prediction image. ..
  • the decoding device 200 first determines whether to apply the filter process to the inter prediction image, and then determines whether to apply the intra/inter mixed process. However, those determinations may be performed in the reverse order.
  • FIG. 51 is an example, and at least one step included in this flowchart may be omitted, or another process or condition determination step may be added to this flowchart.
  • the processing of the flowchart shown in FIG. 51 may be performed by the encoding device 100. That is, the encoding apparatus 100 and the decoding apparatus 200 perform the same prediction processing, and there is a difference in whether the prediction processing is used to encode an image into a stream or to decode the stream into an image. .. Therefore, the flow of the prediction process shown in the flowchart of FIG. 51 is basically common to the encoding device 100.
  • the determination of whether to apply the filter processing (step S14b) and the determination of whether to apply the intra/inter mixed processing (step S15a) in the flowchart of FIG. 51 may be performed by analysis of flags. .. That is, the decoding device 200 may make those determinations by, for example, analyzing the flags described in the stream. Also, the encoding device 100 may make these determinations, for example, by calculating the cost using the RD optimization model. That is, the encoding device 100 calculates the cost of the predicted image obtained by applying the process to be determined and the cost of the predicted image obtained by not applying the process in each of the above-described determinations. Then, the encoding device 100 performs the above determination so that the predicted image corresponding to the smaller one of the costs is used as the final predicted image.
  • FIG. 52 is a diagram schematically showing a third example of the prediction process performed by the decoding device 200 according to the present embodiment as a configuration example of the pipeline process.
  • the pipeline processing PL3 shown in FIG. 52 includes Stages 1 to 6.
  • the processing of each stage after Stage 2 is performed, for example, in VPDU units.
  • the Stage 5 of the Stages 1 to 6 of the pipeline processing PL3 is different from the Stage 5 of the pipeline processing PL2 shown in FIG. That is, in Stage 5 of the pipeline processing PL3, the predicted image filter processing St51b is performed instead of the LIC processing St51a.
  • the predicted image filtering process St51b is the above-described filtering process.
  • the intra/inter mixed process St53 is performed when the predicted image filter process St51b is not applied.
  • the decoding device 200 mixes the inter prediction image and the intra prediction image without performing the prediction image filtering process St51b on the inter prediction image generated by the MC process St4, thereby performing the intra/inter prediction image. Generate a mixed prediction image.
  • the prediction image filter processing St51b is applied to the inter prediction image generated by the MC processing St4
  • the decoding device 200 uses the inter prediction image to which the prediction image filter processing St51b is applied as it is as the final It is used to generate a reconstructed image as a predicted image.
  • pipeline process PL3 shown in FIG. 52 is an example, and at least one process included in this pipeline process PL3 may be removed, another process may be added to this pipeline process PL3, or a stage division method may be used. May be changed.
  • the predicted image filtering process St51b feeds back the reconstructed image generated by adding the residual image of the block that has already been processed and the predicted image, and processes the reconstructed image in addition to the input.
  • the present invention is not limited to this, and the filter processing may be performed only on the predicted image in the processing target block without feeding back and inputting the reconstructed image.
  • the reconstructed image generated by adding the residual image of the processed CU and the predicted image is fed back to the predicted image filter process St51b.
  • the predicted image filter processing St51b processing using the reconstructed image and the inter predicted image generated by the MC processing St4 is performed. That is, the pixels of the inter prediction image are filtered using the pixels of the reconstructed image.
  • the third example of the prediction process is not limited to such feedback. That is, the reconstructed image may not be fed back to the predicted image filtering process St51b. In this case, in the predicted image filter processing St51b, the inter predicted image generated by the MC processing St4 is processed without using the reconstructed image.
  • Stage 5 is divided into a stage that performs the predicted image filter process St51b and a stage that includes some processes such as the reconstruction process St56 other than the predicted image filter process St51b. be able to.
  • splitting Stage 5 into two stages may increase the memory and circuitry required due to the addition of stages.
  • the prediction image filter process St51b is performed at the same stage as some processes such as the reconstruction process St56, and thus the possibility of avoiding an increase in memory and circuits can be increased.
  • the processing of all stages is performed. It can be completed within a pre-specified processing time. As a result, it is possible to increase the possibility of increasing the processing speed while suppressing the deterioration of the encoding performance.
  • the predictive image filtering process St51b is installed in the same stage as the process of the reconstruction process St56 and the like, and thus the possibility of suppressing an increase in the circuit scale of the encoding device 100 and the decoding device 200 is increased. be able to.
  • FIG. 53 is a flowchart showing a fourth example of the prediction process performed by decoding device 200 in the present embodiment. It should be noted that this flowchart shows the flow of processing for the CU in the fourth example of the prediction processing.
  • the decryption device 200 performs the processing of steps S11 to S13, S14c, S15a, S16c, and S17a in CU units. Specifically, first, the decoding device 200 derives the MV for the processing target CU (step S11), and further performs the DMVR processing (step S12). In this DMVR process, the decoding device 200 corrects the MV by searching around the MV derived in step S11. Then, the decoding device 200 performs MC processing, that is, motion compensation processing, using the corrected MV (step S13). As a result, an inter prediction image of the processing target CU is obtained.
  • the decoding device 200 determines whether or not to apply the BIO process to the inter prediction image of the processing target CU (step S14c).
  • the decoding device 200 determines to apply the BIO process (Yes in step S14c)
  • the decoding device 200 performs the BIO process on the inter-predicted image obtained by the MC process to generate a final predicted image ( Step S16c).
  • the BIO process is the above-mentioned BIO mode and is also called a BDOF (bi-directional optical flow) process.
  • the BIO process is a process for correcting the inter prediction image based on the motion vector derived or corrected based on the model assuming the uniform linear motion.
  • the inter prediction image corrected by the BIO process in this way is used as a final prediction image for generating a reconstructed image.
  • step S15a when the decoding device 200 determines not to apply the BIO process (No in step S14c), it further determines whether to apply the intra/inter mixed process (step S15a).
  • the decoding device 200 determines to apply the intra/inter mixing process (Yes in step S15a)
  • the decoding device 200 mixes the inter prediction image obtained by the MC process and the intra prediction image obtained by the intra prediction process. (Step S17a). By this mixing, an intra/inter mixed prediction image is generated as a final prediction image.
  • the decoding device 200 determines that the intra/inter mixing process is not applied (No in step S15a)
  • the inter prediction image obtained by the MC process is used as it is for generating a reconstructed image as a final prediction image. ..
  • the decoding device 200 first determines whether to apply the BIO process to the inter prediction image, and then determines whether to apply the intra/inter mixed process. However, those determinations may be performed in the reverse order.
  • FIG. 53 is an example, and at least one step included in this flowchart may be omitted, or another process or condition determination step may be added to this flowchart.
  • the processing of the flowchart shown in FIG. 53 may be performed by the encoding device 100. That is, the encoding apparatus 100 and the decoding apparatus 200 perform the same prediction processing, and there is a difference in whether the prediction processing is used to encode an image into a stream or to decode the stream into an image. .. Therefore, the flow of the prediction process shown in the flowchart of FIG. 53 is basically common to the encoding device 100.
  • the determination of whether to apply the BIO process (step S14c) and the determination of whether to apply the intra/inter mixed process (step S15a) in the flowchart of FIG. 53 may be performed by flag analysis. .. That is, the decoding device 200 may make those determinations by, for example, analyzing the flags described in the stream. Also, the encoding device 100 may make these determinations, for example, by calculating the cost using the RD optimization model. That is, the encoding device 100 calculates the cost of the predicted image obtained by applying the process to be determined and the cost of the predicted image obtained by not applying the process in each of the above-described determinations. Then, the encoding device 100 performs the above determination so that the predicted image corresponding to the smaller one of the costs is used as the final predicted image.
  • FIG. 54 is a diagram schematically showing a fourth example of the prediction processing performed by the decoding device 200 according to the present embodiment, as a configuration example of pipeline processing.
  • the pipeline processing PL4 shown in FIG. 54 includes Stages 1 to 6.
  • the processing of each stage after Stage 2 is performed, for example, in VPDU units.
  • the Stage 5 of the Stages 1 to 6 of the pipeline processing PL4 is different from the Stage 5 of the pipeline processing PL2 shown in FIG. That is, in Stage5 of the pipeline process PL4, the BIO process St51c is performed instead of the LIC process St51a. Further, the reconstructed image generated by adding the residual image and the predicted image is not fed back to the BIO processing St51c.
  • the intra/inter mixed process St53 is performed when the BIO process St51c is not applied.
  • the decoding device 200 mixes the inter-predicted image and the intra-predicted image without performing the BIO process St51c on the inter-predicted image generated by the MC process St4, thereby performing the intra/inter mixed prediction. Generate an image.
  • the decoding device 200 when applying the BIO process St51c to the inter prediction image generated by the MC process St4, the decoding device 200 does not perform the intra/inter mixed process St53. Therefore, the decoding device 200 uses the inter-predicted image to which the BIO process St51c is applied as it is as the final predicted image for generating the reconstructed image.
  • one process of the BIO process St51c and the intra/inter mixed process St53 is exclusively selected, and only the selected process is the MC process. It is applied to the inter prediction image generated by St4. By applying the selected processing, the final predicted image of the processing target CU is generated and used for generating the reconstructed image.
  • the pipeline process PL4 shown in FIG. 54 is an example, and at least one process included in the pipeline process PL4 may be excluded, another process may be added to the pipeline process PL4, or a stage division method may be used. May be changed.
  • Stage 5 in the pipeline process PL4 of FIG. 54 the reconstructed image generated by adding the residual image of the processed CU and the predicted image is not fed back to the BIO process St51c. Therefore, the Stage 5 can be divided into a stage that performs the BIO processing St51c and a stage that includes some processing such as the reconfiguration processing St56 other than the BIO processing St51c. However, splitting Stage 5 into two stages may increase the memory and circuitry required due to the addition of stages. However, in the pipeline process PL4, the BIO process St51c is performed at the same stage as some processes such as the reconfiguration process St56, so that the possibility of avoiding an increase in memory and circuits can be increased.
  • the processing of all stages is performed. It can be completed within a pre-specified processing time. As a result, it is possible to increase the possibility of increasing the processing speed while suppressing the deterioration of the encoding performance. Further, as described above, since the BIO process St51c is mounted on the same stage as the process such as the reconfiguration process St56, it is possible to increase the possibility of suppressing an increase in the circuit scale of the encoding device 100 and the decoding device 200. You can
  • the decoding device 200 generates the first predicted image of the processing target block based on the derived motion vector in the inter prediction mode. Then, the decoding device 200 generates the final predicted image of the processing target block by applying the update process to the first predicted image.
  • the update processing candidates include the first processing and the second processing.
  • the first process is a BDOF (bi-directional optical flow) process
  • the second process mixes a second predicted image generated by intra prediction of a block to be processed with the above first predicted image. It is a process to do. Then, in the application of the update processing, the first processing and the second processing are exclusively applied.
  • the decoding device 200 performs the first process without applying the second process to the first prediction image when the update process is the first process. Apply to generate the final predicted image.
  • the decoding device 200 applies the second process without applying the first process to the first predicted image to obtain the final predicted image.
  • the first predicted image is an inter predicted image
  • the second predicted image is an intra predicted image
  • the processing target block is, for example, the processing target CU.
  • the processes other than the update process in the first process and the second process are the first prediction. Does not apply to images. That is, application of processing other than the update processing is prohibited. Therefore, for example, when one stage included in the pipeline process for decoding the encoded image includes the first process and the second process, the first process and the second process are performed.
  • the decoding device 200 determines whether to apply the second process to the first predicted image in the application of the above-described update process, and if it determines to apply the second process, the second device The process is an update process. On the other hand, when the decoding device 200 determines not to apply the second process, it determines whether to apply the first process to the first predicted image, and determines to apply the first process. First, the first process is an update process.
  • the decoding device 200 is one stage included in the pipeline processing for decoding the encoded image, and the reconstructed image is generated by adding the generated final predicted image and the residual image.
  • the first process and the second process are exclusively executed at the same stage as the reconfiguration process to be generated.
  • the number of stages included in the pipeline process can be reduced as compared with the case where the first process and the second process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the decoding device 200.
  • the encoding device 100 Like the decoding device 200 as described above, the encoding device 100 according to the present embodiment generates the first prediction image of the processing target block based on the derived motion vector in the inter prediction mode. Then, the encoding device 100 generates the final predicted image of the processing target block by applying the update process to the first predicted image.
  • the update processing candidates include the first processing and the second processing.
  • the first process is a BDOF (bi-directional optical flow) process
  • the second process mixes the second predicted image generated by the intra prediction of the block to be processed with the above first predicted image. It is a process to do. Then, in the application of the update processing, the first processing and the second processing are exclusively applied.
  • the encoding device 100 when the update process is the first process, the encoding device 100 does not apply the second process to the first prediction image and performs the first process. To produce the final predicted image.
  • the encoding device 100 applies the second process to the final predicted image without applying the first process to the final predicted image. Generate an image.
  • the first predicted image is an inter predicted image
  • the second predicted image is an intra predicted image
  • the processing target block is, for example, the processing target CU.
  • the processes other than the update process in the first process and the second process are the first prediction. Does not apply to images. That is, application of processing other than the update processing is prohibited. Therefore, for example, when one stage included in the pipeline process for encoding an image includes the first process and the second process, the first process and the second process are performed. By doing so, it is possible to increase the possibility that it is possible to prevent the processing time of that stage from becoming long. That is, the possibility of suppressing an increase in processing time can be increased.
  • the encoding device 100 determines whether or not to apply the second processing to the first predicted image, and if it is determined that the second processing is to be applied, the second processing is performed. Is referred to as update processing. On the other hand, when it is determined that the second process is not applied, the encoding device 100 determines whether to apply the first process to the first predicted image, and determines that the first process is applied. In this case, the first process is the update process.
  • the encoding device 100 is one stage included in pipeline processing for encoding an image, and a reconstructed image is generated by adding a final predicted image and a residual image that are generated.
  • the first process and the second process are exclusively executed at the same stage as the reconfiguration process to be generated.
  • the number of stages included in the pipeline process can be reduced as compared with the case where the first process and the second process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the encoding device 100.
  • FIG. 55 is a flowchart showing a fifth example of prediction processing performed by decoding device 200 in the present embodiment. It should be noted that this flowchart shows the flow of processing for the CU in the fifth example of the prediction processing.
  • the decryption device 200 performs the processing of steps S11 to S13, S14c, S15b, S16c, and S17b in CU units. Specifically, first, the decoding device 200 derives the MV for the processing target CU (step S11), and further performs the DMVR processing (step S12). In this DMVR process, the decoding device 200 corrects the MV by searching around the MV derived in step S11. Then, the decoding device 200 performs MC processing, that is, motion compensation processing, using the corrected MV (step S13). As a result, an inter prediction image of the processing target CU is obtained.
  • the decoding device 200 determines whether or not to apply the BIO process to the inter prediction image of the processing target CU (step S14c).
  • the decoding device 200 determines to apply the BIO process (Yes in step S14c)
  • the decoding device 200 performs the BIO process on the inter-predicted image obtained by the MC process to generate a final predicted image ( Step S16c).
  • the inter prediction image corrected by the BIO process in this way is used as a final prediction image for generating a reconstructed image.
  • the decoding device 200 determines not to apply the BIO process (No in step S14c)
  • the decoding device 200 further determines whether to apply the filter process (also referred to as a prediction image filter process) (step S15b).
  • the decoding apparatus 200 determines to apply the filter processing (Yes in step S15b)
  • the decoding apparatus 200 performs the filter processing on the inter prediction image obtained by the MC processing (step S17b). By this filtering process, the final predicted image used for generating the reconstructed image is generated.
  • the decoding device 200 determines that the filter process is not applied (No in step S15b)
  • the inter prediction image obtained by the MC process is used as it is as a final prediction image for generating a reconstructed image.
  • the filtering process may be the same as the filtering process in the third example of the above-described prediction process, and as described above, each of the plurality of pixels is multiplied by the weight to correct or update the pixel value. It may be processing.
  • the predicted image filter process is a process of correcting or updating the pixel value included in the predicted image.
  • the predicted image filtering process may be, for example, a process of correcting or updating the pixels of the inter predicted image obtained by the MC process.
  • the decoding device 200 first determines whether to apply the BIO process to the inter-predicted image, and then determines whether to apply the filter process. , And those determinations may be performed in the reverse order.
  • FIG. 55 is an example, and at least one step included in this flowchart may be omitted, or another processing or condition determination step may be added to this flowchart.
  • the processing of the flowchart shown in FIG. 55 may be performed by the encoding device 100. That is, the encoding apparatus 100 and the decoding apparatus 200 perform the same prediction processing, and there is a difference in whether the prediction processing is used to encode an image into a stream or to decode the stream into an image. .. Therefore, the flow of the prediction process shown in the flowchart of FIG. 55 is basically common to the encoding device 100.
  • the determination of whether to apply the BIO process (step S14c) and the determination of whether to apply the filter process (step S15b) in the flowchart of FIG. 55 may be performed by analyzing the flag. That is, the decoding device 200 may make those determinations by, for example, analyzing the flags described in the stream. Also, the encoding device 100 may make these determinations, for example, by calculating the cost using the RD optimization model. That is, the encoding device 100 calculates the cost of the predicted image obtained by applying the process of the determination target and the cost of the predicted image obtained by not applying the process in each of the above determinations. Then, the encoding device 100 performs the above determination so that the predicted image corresponding to the smaller one of the costs is used as the final predicted image.
  • FIG. 56 is a diagram schematically showing a fifth example of the prediction process performed by the decoding device 200 according to the present embodiment, as a configuration example of the pipeline process.
  • the pipeline processing PL5 shown in FIG. 56 includes Stages 1 to 6.
  • the processing of each stage after Stage 2 is performed, for example, in VPDU units.
  • the Stage 5 of the Stages 1 to 6 of the pipeline processing PL5 is different from the Stage 5 of the pipeline processing PL2 shown in FIG. That is, in Stage5 of the pipeline process PL5, only one of the BIO process St51c and the prediction image filter process St51b is applied to the inter prediction image generated by the MC process St4, so that the final prediction is performed. An image is generated.
  • the predicted image filter process St51b is the above-described filter process.
  • the BIO process St51c is performed when the predicted image filter process St51b is not applied, and the predicted image filter process St51b is performed when the BIO process St51c is not applied.
  • the decoding device 200 generates the final predicted image by applying the BIO process St51c to the inter predicted image generated by the MC process St4 without performing the predicted image filter process St51b.
  • the decoding device 200 generates the final predicted image by applying the predicted image filter process St51b to the inter predicted image generated by the MC process St4 without performing the BIO process St51c.
  • one process of the BIO process St51c and the prediction image filter process St51b is exclusively selected, and only the selected process of those processes is the MC process St4. It is applied to the inter prediction image generated by. By applying the selected processing, the final predicted image of the processing target CU is generated and used for generating the reconstructed image.
  • BIO process St51c and the prediction image filter process St51b are applied at the same time, the two processes are performed consecutively, which increases the processing time or the number of processing cycles of Stage5. Therefore, in such a case, the process of Stage 5 may not be completed within the specified processing time. However, in the pipeline process PL5 shown in FIG. 56, only one of the BIO process St51c and the prediction image filter process St51b is performed. Therefore, it is possible to suppress an increase in the processing time of the Stage 5 or the number of processing cycles and complete the processing of the Stage 5 within the prescribed processing time.
  • pipeline process PL5 shown in FIG. 56 is an example, and at least one process included in this pipeline process PL5 may be removed, another process may be added to this pipeline process PL5, or a stage division method may be used. May be changed.
  • the predicted image filtering process St51b feeds back the reconstructed image generated by adding the residual image of the block that has already been processed and the predicted image, and processes the reconstructed image in addition to the input.
  • the present invention is not limited to this, and the filter processing may be performed only on the predicted image in the processing target block without feeding back and inputting the reconstructed image.
  • the reconstructed image generated by adding the residual image of the processed CU and the predicted image is fed back to the predicted image filter process St51b.
  • the predicted image filter processing St51b processing using the reconstructed image and the inter predicted image generated by the MC processing St4 is performed. That is, the pixels of the inter prediction image are filtered using the pixels of the reconstructed image.
  • the fifth example of the prediction process is not limited to such feedback. That is, the reconstructed image may not be fed back to the predicted image filtering process St51b. In this case, in the predicted image filter processing St51b, the inter predicted image generated by the MC processing St4 is processed without using the reconstructed image.
  • the Stage 5 can be divided into a stage including the BIO process St51c and a stage including some processes other than the BIO process St51c, such as the prediction image filter process St51b and the reconstruction process St56.
  • splitting Stage 5 into two stages may increase the memory and circuitry required due to the addition of stages.
  • the prediction image filter process St51b and the BIO process St51c are performed at the same stage as some processes such as the reconstruction process St56, so that it is possible to increase the possibility of avoiding an increase in memory and circuits. You can
  • the processing of all stages is performed. It can be completed within a pre-specified processing time. As a result, it is possible to increase the possibility of increasing the processing speed while suppressing the deterioration of the encoding performance.
  • the prediction image filter process St51b and the BIO process St51c are mounted on the same stage as the processes such as the reconstruction process St56, and thus an increase in the circuit scale of the encoding device 100 and the decoding device 200 is suppressed. It is possible to increase the possibility.
  • the decoding device 200 generates the predicted image of the processing target block based on the derived motion vector in the inter prediction mode, and applies the update process to the predicted image. , Generate a final predicted image of the block to be processed.
  • the candidate of the update process includes the first process and the second process
  • the first process is a BDOF (bi-directional optical flow) process
  • the second process is the pixel of the prediction image. This is a filter process that updates the value.
  • the first processing and the second processing are exclusively applied.
  • the decoding device 200 applies the first process to the predicted image without applying the second process when the update process is the first process.
  • the decoding device 200 applies the second process without applying the first process to the predicted image to generate a final predicted image.
  • the processing target block is, for example, the processing target CU.
  • the predicted image generated in the inter prediction mode is an inter predicted image.
  • the processes other than the update process of the first process and the second process are performed on the predicted image. Does not apply. That is, application of processing other than the update processing is prohibited. Therefore, for example, when one stage included in the pipeline process for decoding the encoded image includes the first process and the second process, the first process and the second process are performed.
  • the decoding device 200 determines whether to apply the second process to the predicted image in the application of the update process, and if the second process is applied, determines that the second process is the update process. To do. On the other hand, if the decoding device 200 determines not to apply the second process, it determines whether to apply the first process to the predicted image, and if it determines to apply the first process, The process 1 is referred to as an update process.
  • the pixel value of the predicted image is updated based on the predicted image.
  • the process is performed without using the reconstructed image.
  • the second processing updates the pixel value of the predicted image based on (1) the predicted image and (2) the reconstructed image of a block different from the processing target block.
  • the decoding device 200 is one stage included in the pipeline processing for decoding the encoded image, and the reconstructed image is generated by adding the generated final predicted image and the residual image.
  • the first process and the second process are exclusively executed at the same stage as the reconfiguration process to be generated.
  • the number of stages included in the pipeline process can be reduced as compared with the case where the first process and the second process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the decoding device 200.
  • the update process candidate may further include a third process different from the first process and the second process.
  • the third process is a process of mixing the second predicted image generated by the intra prediction of the processing target block and the first predicted image that is the predicted image generated in the inter prediction mode.
  • the first process, the second process and the third process are exclusively applied.
  • the third processing is the above-mentioned intra/inter mixed processing.
  • the decoding device 200 in the case where the (1) inter prediction mode is the inter prediction mode in which the third process can be selected, whether to apply the third process to the predicted image. May be determined. Then, when it is determined that the third process is applied, the decoding device 200 sets the third process as the update process, and when it is determined that the third process is not applied, the decoding device 200 applies the first process to the predicted image. It is determined whether to do. Then, when it is determined that the first process is applied, the decoding device 200 sets the first process as the update process. On the other hand, when the (2) inter prediction mode is the inter prediction mode in which the third process cannot be selected, the decoding device 200 may determine whether to apply the second process to the predicted image. Good.
  • the decoding device 200 sets the second process as the update process, and when it is determined that the second process is not applied, the first process is applied to the predicted image. It is determined whether to do. Then, when it is determined that the first process is applied, the decoding device 200 sets the first process as the update process.
  • the decoding device 200 is one stage included in the pipeline processing for decoding the encoded image, and the reconstructed image is generated by adding the generated final predicted image and the residual image.
  • the first process, the second process, and the third process are exclusively executed at the same stage as the reconfiguration process to be generated.
  • the number of stages included in the pipeline process can be reduced as compared with the case where the first process, the second process, and the third process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the decoding device 200.
  • the decoding device 200 performs filter processing for updating the pixel value included in the reconstructed image obtained by adding the final predicted image and the residual signal that have been generated.
  • the filtering process is a loop filter such as a deblocking filter.
  • the encoding device 100 Similar to the decoding device 200 as described above, the encoding device 100 according to the present embodiment generates a predicted image of the processing target block based on the derived motion vector in the inter prediction mode, and updates the predicted image. By applying the process, a final predicted image of the block to be processed is generated.
  • the candidate of the update process includes the first process and the second process, the first process is a BDOF (bi-directional optical flow) process, and the second process is the pixel of the prediction image. This is a filter process that updates the value. Then, in the application of the update processing, the first processing and the second processing are exclusively applied.
  • the encoding device 100 when the update process is the first process, the encoding device 100 applies the first process without applying the second process to the prediction image. To generate a final predicted image. Further, when the update process is the second process, the encoding device 100 applies the second process to the final image without applying the first process to the predicted image. To do.
  • the processing target block is, for example, the processing target CU.
  • the predicted image generated in the inter prediction mode is an inter predicted image.
  • the processes other than the update process of the first process and the second process are performed on the predicted image. Does not apply. That is, application of processing other than the update processing is prohibited. Therefore, for example, when one stage included in the pipeline process for encoding an image includes the first process and the second process, the first process and the second process are performed. By doing so, it is possible to increase the possibility that it is possible to prevent the processing time of that stage from becoming long. That is, the possibility of suppressing an increase in processing time can be increased.
  • the encoding device 100 determines whether or not the second process is applied to the predicted image in the application of the update process, and if it is determined that the second process is applied, the encoding device 100 updates the second process. And on the other hand, when it is determined that the second process is not applied, the encoding device 100 determines whether or not the first process is applied to the prediction image, and when it is determined that the first process is applied, The first process is an update process.
  • the pixel value of the predicted image is updated based on the predicted image.
  • the process is performed without using the reconstructed image.
  • the second processing updates the pixel value of the predicted image based on (1) the predicted image and (2) the reconstructed image of a block different from the processing target block.
  • the encoding device 100 is one stage included in the pipeline processing for encoding the image, and the reconstructed image is generated by adding the generated final predicted image and the residual image.
  • the first process and the second process are exclusively executed at the same stage as the reconfiguration process to be generated.
  • the number of stages included in the pipeline process can be reduced as compared with the case where the first process and the second process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the encoding device 100.
  • the update process candidate may further include a third process different from the first process and the second process.
  • the third process is a process of mixing the second predicted image generated by the intra prediction of the processing target block and the first predicted image that is the predicted image generated in the inter prediction mode.
  • the first process, the second process and the third process are exclusively applied.
  • the third process may be an intra/inter mixed process.
  • the encoding device 100 when (1) the inter prediction mode is the inter prediction mode in which the third process can be selected, determines whether or not to apply the third process to the predicted image. You may judge whether. Then, when it is determined that the third processing is applied, the encoding device 100 sets the third processing as the update processing, and when it is determined that the third processing is not applied, the first processing is performed on the predicted image. Determine whether to apply. Then, when it is determined that the first process is applied, the encoding device 100 sets the first process as the update process. On the other hand, when the (2) inter prediction mode is an inter prediction mode in which the third process cannot be selected, the encoding device 100 determines whether or not to apply the second process to the predicted image. Good.
  • the second process is the update process
  • the first process is performed on the predicted image. Determine whether to apply.
  • the encoding device 100 sets the first process as the update process.
  • the encoding device 100 is one stage included in pipeline processing for encoding an image, and a reconstructed image is generated by adding a final predicted image and a residual image that are generated.
  • the first process, the second process, and the third process are exclusively executed at the same stage as the reconfiguration process to be generated.
  • the number of stages included in the pipeline process can be reduced as compared with the case where the first process, the second process, and the third process are performed in different stages from the reconstruction process. As a result, it is possible to increase the possibility of suppressing an increase in the circuit scale of the encoding device 100.
  • the encoding device 100 performs a filter process of updating the pixel value included in the reconstructed image obtained by adding the generated final predicted image and the residual signal.
  • the filtering process is a loop filter such as a deblocking filter.
  • FIG. 57 is a flowchart showing the sixth example of the prediction process performed by decoding device 200 in the present embodiment. It should be noted that this flowchart shows the flow of processing for the CU in the sixth example of the prediction processing.
  • the decryption device 200 performs the processing of steps S11 to S13, S14d, S15a, S16d, and S17a in CU units. Specifically, first, the decoding device 200 derives the MV for the processing target CU (step S11), and further performs the DMVR processing (step S12). In this DMVR process, the decoding device 200 corrects the MV by searching around the MV derived in step S11. Then, the decoding device 200 performs MC processing, that is, motion compensation processing, using the corrected MV (step S13). As a result, an inter prediction image of the processing target CU is obtained.
  • the decoding device 200 determines whether to apply the OBMC process to the inter prediction image of the processing target CU (step S14d).
  • the decoding device 200 determines to apply the OBMC process (Yes in step S14d)
  • the decoding device 200 performs the OBMC process on the inter-predicted image obtained by the MC process to generate a final predicted image ( Step S16d).
  • step S15a when the decoding apparatus 200 determines that the OBMC processing is not applied (No in step S14d), it further determines whether the intra/inter mixed processing is applied (step S15a).
  • the decoding device 200 determines to apply the intra/inter mixing process (Yes in step S15a)
  • the decoding device 200 mixes the inter prediction image obtained by the MC process and the intra prediction image obtained by the intra prediction process. (Step S17a). This mixing produces the final predicted image.
  • the decoding device 200 determines that the intra/inter mixing process is not applied (No in step S15a)
  • the inter prediction image obtained by the MC process is used as it is for generating a reconstructed image as a final prediction image. ..
  • the decoding device 200 first determines whether to apply the OBMC process to the inter-predicted image, and then determines whether to apply the intra/inter mixed process. However, those determinations may be performed in the reverse order.
  • FIG. 57 is an example, and at least one step included in this flowchart may be omitted, or another process or condition determination step may be added to this flowchart.
  • the processing of the flowchart shown in FIG. 57 may be performed by the encoding device 100. That is, the encoding apparatus 100 and the decoding apparatus 200 perform the same prediction processing, and there is a difference in whether the prediction processing is used to encode an image into a stream or to decode the stream into an image. .. Therefore, the flow of the prediction process shown in the flowchart of FIG. 57 is basically common to the encoding device 100.
  • the determination of whether to apply the OBMC process (step S14d) and the determination of whether to apply the intra/inter mixed process (step S15a) in the flowchart of FIG. 57 may be performed by analyzing the flag. .. That is, the decoding device 200 may make those determinations by, for example, analyzing the flags described in the stream. Also, the encoding device 100 may make these determinations, for example, by calculating the cost using the RD optimization model. That is, the encoding device 100 calculates the cost of the predicted image obtained by applying the process to be determined and the cost of the predicted image obtained by not applying the process in each of the above-described determinations. Then, the encoding device 100 performs the above determination so that the predicted image corresponding to the smaller one of the costs is used as the final predicted image.
  • FIG. 58 is a diagram schematically showing a sixth example of the prediction processing performed by the decoding device 200 according to the present embodiment, as a configuration example of pipeline processing.
  • the pipeline processing PL6 shown in FIG. 58 includes Stages 1 to 6.
  • the processing of each stage after Stage 2 is performed, for example, in VPDU units.
  • the Stage 5 of the Stages 1 to 6 of the pipeline processing PL6 is different from the Stage 5 of the pipeline processing PL2 shown in FIG. That is, in Stage 5 of the pipeline processing PL6, the OBMC processing St51d is performed instead of the LIC processing St51a. Furthermore, the reconstructed image generated by adding the residual image and the predicted image is not fed back to the OBMC processing St51d.
  • the intra/inter mixed process St53 is performed when the OBMC process St51d is not applied.
  • the decoding device 200 mixes the inter-predicted image and the intra-predicted image without performing the OBMC process St51d on the inter-predicted image generated by the MC process St4, thereby performing the intra/inter-mixed prediction. Generate an image.
  • the decoding device 200 reconstructs the inter-predicted image to which the OBMC process St51d is applied as it is as the final predicted image. It is used to generate a constituent image.
  • pipeline process PL6 shown in FIG. 58 is an example, and at least one process included in the pipeline process PL6 may be removed, another process may be added to the pipeline process PL6, or a stage division method may be used. May be changed.
  • Stage 5 in the pipeline process PL6 of FIG. 58 the reconstructed image generated by adding the residual image of the processed CU and the predicted image is not fed back to the OBMC process St51d. Therefore, the Stage 5 can be divided into a stage that performs the OBMC processing St51d and a stage that includes some processing such as the reconstruction processing St56 other than the OBMC processing St51d. However, splitting Stage 5 into two stages may increase the memory and circuitry required due to the addition of stages. However, in the pipeline process PL6, the OBMC process St51d is performed at the same stage as some processes such as the reconfiguration process St56, so that it is possible to increase the possibility of avoiding an increase in memory and circuits.
  • the processes of all stages are performed. It can be completed within a pre-specified processing time. As a result, it is possible to increase the possibility of increasing the processing speed while suppressing the deterioration of the encoding performance. Further, as described above, since the OBMC processing St51d is mounted on the same stage as the processing such as the reconstruction processing St56, it is possible to increase the possibility of suppressing an increase in the circuit scale of the encoding device 100 and the decoding device 200. You can
  • FIG. 59 is a flowchart showing a seventh example of prediction processing performed by decoding device 200 in the present embodiment. It should be noted that this flowchart shows the flow of processing for the CU in the seventh example of the prediction processing.
  • the decryption device 200 performs the processing of steps S11 to S13, S14d, S15b, S16d, and S17b in CU units. Specifically, first, the decoding device 200 derives the MV for the processing target CU (step S11), and further performs the DMVR processing (step S12). In this DMVR process, the decoding device 200 corrects the MV by searching around the MV derived in step S11. Then, the decoding device 200 performs MC processing, that is, motion compensation processing, using the corrected MV (step S13). As a result, an inter prediction image of the processing target CU is obtained.
  • the decoding device 200 determines whether to apply the OBMC process to the inter prediction image of the processing target CU (step S14d).
  • the decoding device 200 determines to apply the OBMC process (Yes in step S14d)
  • the decoding device 200 performs the OBMC process on the inter-predicted image obtained by the MC process to generate a final predicted image ( Step S16d).
  • the decoding device 200 determines whether or not the filter process (also referred to as a prediction image filter process) is applied (step S15b).
  • the decoding apparatus 200 determines to apply the filter processing (Yes in step S15b)
  • the decoding apparatus 200 performs the filter processing on the inter prediction image obtained by the MC processing (step S17b). A final predicted image is generated by this filtering process.
  • the decoding device 200 determines that the filter process is not applied (No in step S15b)
  • the inter prediction image obtained by the MC process is used as it is as a final prediction image for generating a reconstructed image.
  • the decoding device 200 first determines whether to apply the OBMC process to the inter-predicted image, and then determines whether to apply the filter process. , And those determinations may be performed in the reverse order.
  • FIG. 59 is an example, and at least one step included in this flowchart may be omitted, or another processing or condition determination step may be added to this flowchart.
  • the processing of the flowchart shown in FIG. 59 may be performed by the encoding device 100. That is, the encoding apparatus 100 and the decoding apparatus 200 perform the same prediction processing, and there is a difference in whether the prediction processing is used to encode an image into a stream or to decode the stream into an image. .. Therefore, the flow of the prediction process shown in the flowchart of FIG. 59 is basically common to the encoding device 100.
  • the determination of whether to apply the OBMC process (step S14d) and the determination of whether to apply the filter process (step S15b) in the flowchart of FIG. 59 may be performed by analyzing the flag. That is, the decoding device 200 may make those determinations by, for example, analyzing the flags described in the stream. Also, the encoding device 100 may make these determinations, for example, by calculating the cost using the RD optimization model. That is, the encoding device 100 calculates the cost of the predicted image obtained by applying the process of the determination target and the cost of the predicted image obtained by not applying the process in each of the above determinations. Then, the encoding device 100 performs the above determination so that the predicted image corresponding to the smaller one of the costs is used as the final predicted image.
  • FIG. 60 is a diagram schematically showing a seventh example of the prediction process performed by the decoding device 200 according to the present embodiment, as a configuration example of the pipeline process.
  • the pipeline processing PL7 shown in FIG. 60 includes Stages 1 to 6.
  • the processing of each stage after Stage 2 is performed, for example, in VPDU units.
  • the Stage 5 of the Stages 1 to 6 of the pipeline processing PL7 is different from the Stage 5 of the pipeline processing PL2 shown in FIG. That is, in Stage5 of the pipeline process PL7, only one of the OBMC process St51d and the prediction image filter process St51b is applied to the inter prediction image generated by the MC process St4, so that the final prediction is performed. An image is generated.
  • the predicted image filter process St51b is the above-described filter process.
  • the OBMC process St51d is performed when the prediction image filter process St51b is not applied, and the prediction image filter process St51b is performed when the OBMC process St51d is not applied.
  • the decoding device 200 generates the final predicted image by applying the OBMC process St51d to the inter-predicted image generated by the MC process St4 without performing the predicted image filter process St51b.
  • the decoding device 200 generates the final predicted image by applying the predicted image filter processing St51b to the inter predicted image generated by the MC processing St4 without performing the OBMC processing St51d.
  • the two processings are continuously performed, so that the processing time or the number of processing cycles of Stage 5 increases. Therefore, in such a case, the process of Stage 5 may not be completed within the specified processing time.
  • the pipeline process PL7 shown in FIG. 60 only one of the OBMC process St51d and the prediction image filter process St51b is performed. Therefore, it is possible to suppress an increase in the processing time of the Stage 5 or the number of processing cycles and complete the processing of the Stage 5 within the prescribed processing time.
  • pipeline process PL7 shown in FIG. 60 is an example, and at least one process included in the pipeline process PL7 may be removed, another process may be added to the pipeline process PL7, or a stage division method may be used. May be changed.
  • the reconstructed image generated by adding the residual image of the processed CU and the predicted image is fed back to the predicted image filter process St51b.
  • the predicted image filter processing St51b processing using the reconstructed image and the inter predicted image generated by the MC processing St4 is performed. That is, the pixels around the boundary of the inter prediction image are filtered using the pixels of the reconstructed image.
  • the seventh example of the prediction process is not limited to such feedback. That is, the reconstructed image may not be fed back to the predicted image filtering process St51b. In this case, in the predicted image filter processing St51b, the inter predicted image generated by the MC processing St4 is processed without using the reconstructed image.
  • Stage 5 can be divided into a stage including the OBMC process St51d and a stage including some processes other than the OBMC process St51d, such as the prediction image filter process St51b and the reconstruction process St56.
  • splitting Stage 5 into two stages may increase the memory and circuitry required due to the addition of stages.
  • the prediction image filter process St51b and the OBMC process St51d are performed at the same stage as some processes such as the reconstruction process St56, so that it is possible to increase the possibility of avoiding an increase in memory and circuits. You can
  • the processing of all stages is performed. It can be completed within a pre-specified processing time. As a result, it is possible to increase the possibility of increasing the processing speed while suppressing the deterioration of the encoding performance. Further, as described above, since the prediction image filter process St51b and the OBMC process St51d are mounted on the same stage as the processes such as the reconstruction process St56, the increase in the circuit scale of the encoding device 100 and the decoding device 200 is suppressed. It is possible to increase the possibility.
  • You may combine.
  • five processes including the LIC process, the BIO process, the OBMC process, the prediction image filter process, and the intra/inter mixed process may be mounted on the same stage as the reconstruction process. Then, only one of these five processes may be selected and applied to the inter prediction image.
  • at least two of the five processes may be mounted on the same stage as the reconstruction process. Then, only one of the at least two processes may be selected and applied to the inter prediction image.
  • the LIC process the BIO process, the OBMC process, the predicted image filter process, and another process different from the intra/inter mixed process may be included in the above-described six or more processes.
  • the process that is a candidate to be selected is not limited to the LIC process, the BIO process, the OBMC process, the prediction image filter process, and the intra/inter mixed process, and may be any process.
  • FIG. 61 is a flowchart showing an example of the encoding process and the decoding process.
  • each of the encoding device 100 and the decoding device 200 includes a circuit and a memory connected to the circuit.
  • the circuit and memory included in the encoding device 100 may correspond to the processor a1 and the memory a2 illustrated in FIG. 40, and the circuit and memory included in the decoding device 200 may correspond to the processor b1 and the memory b2 illustrated in FIG. May correspond.
  • each circuit of the encoding device 100 and the decoding device 200 performs the following.
  • the circuit performs the processes of step S1 and step S2a in operation. More specifically, the circuit first generates the first predicted image of the processing target block in the inter prediction mode based on the derived motion vector (step S1).
  • the circuit applies the update process to the first predicted image to generate the final predicted image of the processing target block (step S2a).
  • the candidates for the update process include the first process and the second process.
  • the first process is a BDOF (bi-directional optical flow) process, that is, the above-mentioned BIO process.
  • the second processing is the above-mentioned intra/inter mixed processing. That is, the second process is a process of mixing the second predicted image generated by the intra prediction of the processing target block and the above-described first predicted image.
  • the first processing and the second processing are exclusively applied. That is, when the update process is the first process, the circuit applies the first process to the final predicted image without applying the second process to the first predicted image. To generate.
  • the update process is the second process
  • the circuit applies the second process without applying the first process to the first predicted image to obtain the final predicted image. To generate.
  • the processes other than the update process in the first process and the second process are converted into the inter-predicted image. Not applicable to That is, application of processing other than the update processing is prohibited. Therefore, for example, when one stage included in the pipeline process for encoding an image includes the first process and the second process, the first process and the second process are performed. By doing so, it is possible to increase the possibility that it is possible to prevent the processing time of that stage from becoming long. That is, the possibility of suppressing an increase in processing time can be increased.
  • FIG. 62 is a flowchart showing another example of the encoding process and the decoding process.
  • each of the encoding device 100 and the decoding device 200 includes a circuit and a memory connected to the circuit.
  • the circuit and memory included in the encoding device 100 may correspond to the processor a1 and the memory a2 illustrated in FIG. 40, and the circuit and memory included in the decoding device 200 may correspond to the processor b1 and the memory b2 illustrated in FIG. May correspond.
  • each circuit of the encoding device 100 and the decoding device 200 performs the following.
  • the circuit performs the processes of step S1 and step S2b in operation. More specifically, the circuit first generates a predicted image of the processing target block in the inter prediction mode based on the derived motion vector (step S1).
  • the circuit applies the update process to the predicted image to generate the final predicted image of the processing target block (step S2b).
  • the candidates for the update process include the first process and the second process.
  • the first process is a BDOF (bi-directional optical flow) process, that is, the above-mentioned BIO process.
  • the second process is a filter process that updates the pixel value of the predicted image.
  • the first processing and the second processing are exclusively applied. That is, when the updating process is the first process, the circuit applies the first process to the final predicted image without applying the second process to the predicted image.
  • the update process is the second process, the circuit applies the second process without applying the first process to the predicted image to generate a final predicted image.
  • the processes other than the update process in the first process and the second process are converted into the inter-predicted image. Not applicable to That is, application of processing other than the update processing is prohibited. Therefore, for example, when one stage included in the pipeline process for encoding an image includes the first process and the second process, the first process and the second process are performed. By doing so, it is possible to increase the possibility that it is possible to prevent the processing time of that stage from becoming long. That is, the possibility of suppressing an increase in processing time can be increased.
  • the encoding device 100 and the decoding device 200 in each example described above may be used as an image encoding device and an image decoding device, or may be used as a moving image encoding device and a moving image decoding device, respectively. ..
  • the encoding device 100 and the decoding device 200 process (more specifically, encode or decode) only some of the process target elements described above, and other devices perform other processes.
  • the processing target element may be processed (more specifically, encoded or decoded).
  • the encoding device 100 and the decoding device 200 may include only some of the above-described components, and other devices may include other components.
  • each of the above-described examples may be used as an encoding method, a decoding method, a prediction method, or another method. May be.
  • each component may be realized by dedicated hardware or by executing a software program suitable for each component.
  • Each component may be realized by a program execution unit such as a CPU or a processor reading and executing a software program recorded in a recording medium such as a hard disk or a semiconductor memory.
  • each of the encoding device 100 and the decoding device 200 includes a processing circuit (Processing Circuit) and a storage device (Storage) electrically connected to the processing circuit and accessible from the processing circuit. You may have it.
  • the processing circuit corresponds to the processor a1 or b1
  • the storage device corresponds to the memory a2 or b2.
  • the processing circuit includes at least one of dedicated hardware and a program execution unit, and executes processing using a storage device. Further, when the processing circuit includes a program execution unit, the storage device stores the software program executed by the program execution unit.
  • the software that realizes the above-described encoding device 100, decoding device 200, or the like is a program that causes a computer to execute the processes illustrated in FIGS. 47 to 62.
  • each component may be a circuit as described above. These circuits may form one circuit as a whole, or may be separate circuits. Each component may be realized by a general-purpose processor or a dedicated processor.
  • the encoding/decoding device may include the encoding device 100 and the decoding device 200.
  • first and second ordinal numbers used in the description may be replaced as appropriate.
  • an ordinal number may be newly added to or removed from a component or the like.
  • the aspects of the encoding device 100 and the decoding device 200 have been described above based on a plurality of examples, but the aspects of the encoding device 100 and the decoding device 200 are not limited to these examples. Unless deviating from the spirit of the present disclosure, various modifications that can be conceived by those skilled in the art, and configurations formed by combining components in different examples are also included in the scope of the aspects of the encoding device 100 and the decoding device 200. May be included within.
  • One or more aspects disclosed herein may be implemented in combination with at least a part of other aspects in the present disclosure.
  • a part of the processes, a part of the configuration of the apparatus, a part of the syntax, and the like described in the flowcharts of one or more aspects disclosed herein may be implemented in combination with other aspects.
  • each of the functional or functional blocks can be generally realized by an MPU (micro processing unit) and a memory. Further, the processing by each of the functional blocks may be realized as a program execution unit such as a processor that reads and executes software (program) recorded in a recording medium such as a ROM. The software may be distributed. The software may be recorded in various recording media such as a semiconductor memory. Note that each functional block can be realized by hardware (dedicated circuit). Various combinations of hardware and software can be employed.
  • each embodiment may be realized by centralized processing using a single device (system), or may be realized by distributed processing using a plurality of devices.
  • the processor that executes the above program may be a single processor or a plurality of processors. That is, centralized processing may be performed or distributed processing may be performed.
  • Such a system may be characterized by having an image encoding device using the image encoding method, an image decoding device using the image decoding method, or an image encoding/decoding device including both. Other configurations of such a system can be appropriately changed depending on the case.
  • FIG. 63 is a diagram showing an overall configuration of an appropriate content supply system ex100 that realizes a content distribution service.
  • the area for providing communication services is divided into cells of desired size, and base stations ex106, ex107, ex108, ex109, and ex110, which are fixed wireless stations in the illustrated example, are installed in each cell.
  • each device such as a computer ex111, a game machine ex112, a camera ex113, a home appliance ex114, and a smartphone ex115 is connected to the Internet ex101 via an Internet service provider ex102 or a communication network ex104 and base stations ex106 to ex110.
  • the content supply system ex100 may be configured to be connected by combining any of the above devices.
  • each device may be directly or indirectly connected to each other via a telephone network, a short-range wireless communication, or the like, without using the base stations ex106 to ex110.
  • the streaming server ex103 may be connected to each device such as the computer ex111, the game console ex112, the camera ex113, the home appliance ex114, and the smartphone ex115 via the Internet ex101 or the like. Further, the streaming server ex103 may be connected to a terminal or the like in a hotspot in the airplane ex117 via the satellite ex116.
  • the streaming server ex103 may be directly connected to the communication network ex104 without using the internet ex101 or the Internet service provider ex102, or may be directly connected to the airplane ex117 without using the satellite ex116.
  • the camera ex113 is a device such as a digital camera capable of shooting still images and moving images.
  • the smartphone ex115 is a smartphone device, a mobile phone, a PHS (Personal Handy-phone System), or the like that supports a mobile communication system called 2G, 3G, 3.9G, 4G, and 5G in the future.
  • a mobile communication system called 2G, 3G, 3.9G, 4G, and 5G in the future.
  • the home appliance ex114 is a refrigerator, a device included in a household fuel cell cogeneration system, or the like.
  • a terminal having a shooting function is connected to the streaming server ex103 via the base station ex106 and the like, which enables live distribution and the like.
  • the terminals (computer ex111, game machine ex112, camera ex113, home appliances ex114, smartphone ex115, terminals in the airplane ex117, etc.) are used for the above still image or moving image content taken by the user using the terminal.
  • the encoding process described in each embodiment may be performed, the video data obtained by encoding may be multiplexed with the audio data obtained by encoding the sound corresponding to the video, and the obtained data may be streamed. It may be transmitted to the server ex103. That is, each terminal functions as an image encoding device according to an aspect of the present disclosure.
  • the streaming server ex103 streams the content data transmitted to the requested client.
  • the client is a terminal or the like in the computer ex111, the game machine ex112, the camera ex113, the home appliance ex114, the smartphone ex115, or the airplane ex117 that can decode the encoded data.
  • Each device that receives the distributed data may decrypt the received data and reproduce it. That is, each device may function as the image decoding device according to one aspect of the present disclosure.
  • the streaming server ex103 may be a plurality of servers or a plurality of computers, and may decentralize data for processing, recording, or distributing.
  • the streaming server ex103 may be realized by a CDN (Contents Delivery Network), and content distribution may be realized by a network connecting a large number of edge servers distributed all over the world and the edge servers.
  • CDN Contents Delivery Network
  • content distribution may be realized by a network connecting a large number of edge servers distributed all over the world and the edge servers.
  • physically close edge servers can be dynamically assigned according to clients. Then, the content can be cached and delivered to the edge server to reduce the delay.
  • the processing is distributed among multiple edge servers, the distribution subject is switched to another edge server, or a failure occurs. Since the delivery can be continued by bypassing the network part, fast and stable delivery can be realized.
  • the coding processing of the captured data may be performed by each terminal, may be performed by the server side, or may be shared by the other.
  • a processing loop is performed twice.
  • the first loop the complexity of the image or the code amount in units of frames or scenes is detected.
  • the second loop processing for maintaining the image quality and improving the coding efficiency is performed.
  • the terminal performs the first encoding process
  • the server side that receives the content performs the second encoding process, so that it is possible to improve the quality and efficiency of the content while reducing the processing load on each terminal. it can.
  • the first encoded data made by a terminal can be received and reproduced by another terminal, which enables more flexible real-time distribution.
  • the camera ex113 or the like extracts a feature amount (feature or characteristic amount) from an image, compresses data relating to the feature amount as metadata, and sends the metadata to the server.
  • the server performs compression according to the meaning of the image (or the importance of the content), for example, determining the importance of the object from the feature amount and switching the quantization accuracy.
  • the feature amount data is particularly effective for improving the precision and efficiency of motion vector prediction at the time of re-compression in the server.
  • the terminal may perform simple encoding such as VLC (variable length encoding), and the server may perform encoding with a large processing load such as CABAC (context adaptive binary arithmetic encoding method).
  • a stadium, a shopping mall, a factory, or the like there may be a plurality of video data in which almost the same scene is shot by a plurality of terminals.
  • GOP Group of Picture
  • Distributed processing is performed by assigning encoding processing to each unit. As a result, the delay can be reduced and more real-time performance can be realized.
  • the server may manage and/or instruct so that the video data shot by each terminal can be referred to each other.
  • the encoded data from each terminal may be received by the server, the reference relationship may be changed among a plurality of data, or the picture itself may be corrected or replaced and re-encoded. This makes it possible to generate streams with improved quality and efficiency of each piece of data.
  • the server may transcode the video data to change the coding method and then distribute the video data.
  • the server may convert the MPEG type encoding method to the VP type (for example, VP9), or the H.264 standard. H.264. It may be converted to 265 or the like.
  • the encoding process can be performed by the terminal or one or more servers. Therefore, in the following, the description such as “server” or “terminal” is used as the entity that performs the process, but a part or all of the process performed by the server may be performed by the terminal, or the process performed by the terminal may be performed. Some or all may be done at the server. The same applies to the decoding process.
  • the server not only encodes the two-dimensional moving image, but also automatically encodes the still image based on scene analysis of the moving image, or at the time specified by the user, and transmits the still image to the receiving terminal.
  • the server can determine the three-dimensional shape of the scene based on not only the two-dimensional moving image but also the video shot of the same scene from different angles. Can be generated.
  • the server may separately encode the three-dimensional data generated by the point cloud or the like, and based on the result of recognizing or tracking the person or the object using the three-dimensional data, a plurality of images to be transmitted to the receiving terminal may be transmitted. It may be generated by selecting or reconstructing it from a video image captured by the terminal.
  • the user can arbitrarily select each video corresponding to each photographing terminal to enjoy the scene, and can select the video of the selected viewpoint from the three-dimensional data reconstructed using a plurality of images or videos. You can also enjoy the cut out content. Furthermore, along with the video, the sound is also picked up from a plurality of different angles, and the server multiplexes the sound from a specific angle or space with the corresponding video, and transmits the multiplexed video and sound. Good.
  • the server may create right-eye and left-eye viewpoint images, respectively, and may perform encoding that allows reference between the viewpoint videos by using Multi-View Coding (MVC) or the like. It may be encoded as another stream without referring to it. At the time of decoding another stream, it is preferable to reproduce them in synchronization with each other so that a virtual three-dimensional space is reproduced according to the user's viewpoint.
  • MVC Multi-View Coding
  • the server may superimpose the virtual object information in the virtual space on the camera information in the physical space based on the three-dimensional position or the movement of the user's viewpoint.
  • the decoding device may acquire or hold the virtual object information and the three-dimensional data, generate a two-dimensional image according to the movement of the viewpoint of the user, and smoothly connect the data to create the superimposed data.
  • the decoding device may transmit the movement of the user's viewpoint to the server in addition to the request for the virtual object information.
  • the server may create the superimposition data in accordance with the movement of the viewpoint received from the three-dimensional data stored in the server, encode the superimposition data, and deliver it to the decoding device.
  • the superimposition data typically has an ⁇ value indicating transparency other than RGB
  • the server sets the ⁇ value of a portion other than an object created from three-dimensional data to 0 or the like, and May be encoded in a state in which is transmitted.
  • the server may generate data in which RGB values having a predetermined value are set in the background like chroma keys and the portions other than the objects are set in the background color.
  • the RGB value of the predetermined value may be predetermined.
  • the decryption process of the distributed data may be performed by the client (for example, the terminal), the server side, or the processes may be shared by each other.
  • a certain terminal may send a reception request to a server once, another terminal may receive the content corresponding to the request, perform a decoding process, and the decoded signal may be transmitted to a device having a display. It is possible to reproduce high-quality data by distributing the processing and selecting an appropriate content regardless of the performance of the terminal capable of communication.
  • a partial area such as a tile into which a picture is divided may be decoded and displayed on the viewer's personal terminal. As a result, it is possible to confirm the field in which the user is in charge or a region to be confirmed in more detail, while sharing the entire image.
  • the user may switch in real time while freely selecting a user's terminal, a decoding device such as a display arranged indoors or outdoors, or a display device.
  • a decoding device such as a display arranged indoors or outdoors, or a display device.
  • it is possible to perform decoding by switching the terminal to be decoded and the terminal to be displayed by using the position information of itself. This allows information to be mapped and displayed on a wall or part of the ground of an adjacent building in which the displayable device is embedded while the user is traveling to the destination.
  • encoded data on the network such as encoded data being cached in a server that can be accessed from the receiving terminal in a short time or being copied to an edge server in a content delivery service, etc. It is also possible to switch the bit rate of the received data based on easiness.
  • the server may have a plurality of streams having the same content and different qualities as individual streams, but as shown in the figure, it is possible to realize a temporal/spatial scalable that is realized by performing coding by dividing into layers.
  • a configuration may be used in which contents are switched by utilizing the characteristics of streams.
  • the decoding side decides which layer to decode according to an internal factor such as performance and an external factor such as the state of the communication band, so that the decoding side determines low-resolution content and high-resolution content. You can freely switch and decrypt.
  • the device can decode the same stream up to different layers.
  • the burden on the side can be reduced.
  • the picture is coded for each layer, and in addition to the configuration that realizes scalability in the enhancement layer above the base layer, the enhancement layer includes meta information based on image statistical information and the like. Good.
  • the decoding side may generate high-quality content by super-resolution of the base layer picture based on the meta information. Super-resolution may improve signal-to-noise ratio while maintaining and/or increasing resolution.
  • the meta information is information for specifying a linear or non-linear filter coefficient used for super-resolution processing, or information for specifying parameter values for filter processing, machine learning, or least-squares calculation used for super-resolution processing, etc. including.
  • a configuration may be provided in which the picture is divided into tiles or the like according to the meaning of objects in the image.
  • the decoding side decodes only a part of the area by selecting the tile to be decoded. Further, by storing the attributes of the object (person, car, ball, etc.) and the position in the video (coordinate position in the same image, etc.) as meta information, the decoding side can determine the position of the desired object based on the meta information.
  • the meta information may be stored using a data storage structure different from the pixel data, such as an SEI (supplemental enhancement information) message in HEVC. This meta information indicates, for example, the position, size, or color of the main object.
  • -Meta information may be stored in units composed of multiple pictures, such as streams, sequences, or random access units.
  • the decoding side can acquire the time when a specific person appears in the video, and the like, and by combining the information on a picture-by-picture basis and the time information, the picture in which the object exists can be specified and the position of the object in the picture can be determined.
  • FIG. 66 is a diagram showing an example of a web page display screen on the computer ex111 or the like.
  • FIG. 67 is a diagram showing an example of a web page display screen on the smartphone ex115 or the like.
  • the web page may include a plurality of link images that are links to image contents, and the appearance may be different depending on the browsing device.
  • the display device When a plurality of link images are visible on the screen, the display device (until the user explicitly selects the link image, or until the link image approaches the center of the screen or the whole link image falls within the screen (
  • the decoding device may display a still image or I picture included in each content as a link image, may display a video such as a gif animation with a plurality of still images or I pictures, and may display a base layer. Only the video may be received and the video may be decoded and displayed.
  • the display device When the link image is selected by the user, the display device performs decoding while giving the base layer the highest priority, for example.
  • the display device may decode up to the enhancement layer if there is information indicating that the content is scalable in the HTML forming the web page.
  • the display device decodes only forward reference pictures (I picture, P picture, forward reference only B picture) before selection or when the communication band is very severe. By displaying and, the delay between the decoding time of the first picture and the display time (delay from the decoding start of the content to the display start) can be reduced.
  • the display device may intentionally ignore the reference relationship of pictures, perform coarse decoding with all B pictures and P pictures as forward references, and perform normal decoding as the number of pictures received increases over time. ..
  • the receiving terminal may add meta data in addition to image data belonging to one or more layers.
  • Information such as weather or construction information may be received as information, and these may be associated and decrypted.
  • the meta information may belong to the layer or may be simply multiplexed with the image data.
  • a car, a drone, an airplane, or the like including the receiving terminal moves, so that the receiving terminal transmits the position information of the receiving terminal, thereby performing seamless reception and decoding while switching the base stations ex106 to ex110. realizable. Further, the receiving terminal can dynamically switch how much the meta information is received or how much the map information is updated according to the user's selection, the user's situation and/or the state of the communication band. Will be possible.
  • the client can receive, decode, and reproduce the encoded information transmitted by the user in real time.
  • the server may perform the editing process and then the encoding process. This can be realized by using the following configuration, for example.
  • the server performs recognition processing such as shooting error, scene search, meaning analysis, and object detection from the original image data or encoded data in real time at the time of shooting or after storing. Then, the server manually or automatically corrects out-of-focus or camera shake based on the recognition result, or selects a less important scene such as a scene whose brightness is lower than other pictures or out of focus. Edit it by deleting it, emphasizing the edge of the object, changing the hue, and so on. The server encodes the edited data based on the editing result. It is also known that if the shooting time is too long, the audience rating will decrease, and the server will move not only in the less important scenes as described above so that the content falls within a specific time range depending on the shooting time. A scene or the like with a small number may be automatically clipped based on the image processing result. Alternatively, the server may generate and encode the digest based on the result of the semantic analysis of the scene.
  • the server may intentionally change the face of a person in the peripheral portion of the screen, the inside of the house, or the like into an image that is out of focus and encode the image. Further, the server recognizes whether or not a face of a person different from the previously registered person is shown in the image to be encoded, and if it is shown, performs processing such as applying mosaic to the face part. May be.
  • a user or a background area in which the user wants to process an image may be specified from the viewpoint of copyright.
  • the server may perform processing such as replacing the designated area with another video or defocusing. If it is a person, the person in the moving image can be tracked to replace the image of the face portion of the person.
  • the decoding device may first receive the base layer with the highest priority and perform decoding and reproduction, depending on the bandwidth.
  • the decoding device may receive the enhancement layer during this period, and when the reproduction is performed twice or more, such as when the reproduction is looped, the decoding device may reproduce the high-quality image including the enhancement layer.
  • the stream is thus encoded in a scalable manner, it is possible to provide an experience that the video is rough when it is not selected or at the stage of starting watching, but the stream gradually becomes smarter and the image becomes better.
  • the same experience can be provided even if the coarse stream that is first played and the second stream that is coded by referring to the first moving image are configured as one stream. ..
  • the LSI (large scale integration circuit) ex500 may be a single chip or may be composed of a plurality of chips.
  • the moving picture coding or decoding software is installed in some recording medium (CD-ROM, flexible disk, hard disk, etc.) that can be read by the computer ex111 or the like, and the coding or decoding processing is performed using the software. Good.
  • the smartphone ex115 has a camera, the moving image data acquired by the camera may be transmitted. The moving image data at this time may be data encoded by the LSI ex500 included in the smartphone ex115.
  • the LSI ex500 may be configured to download and activate application software.
  • the terminal first determines whether the terminal is compatible with the content encoding method or has the capability to execute a specific service.
  • the terminal may download the codec or application software, and then acquire and reproduce the content.
  • the content supply system ex100 via the internet ex101 but also a digital broadcasting system, at least the moving image coding device (image coding device) or the moving image decoding device (image decoding device) according to each of the above embodiments. Either can be incorporated. Since the multiplexed data in which the image and the sound are multiplexed is transmitted and received on the radio wave for broadcasting by using the satellite or the like, the difference is that the content supply system ex100 is suitable for the unicast configuration, which is suitable for the multicast. However, similar applications are possible for the encoding process and the decoding process.
  • FIG. 69 is a diagram illustrating a configuration example of the smartphone ex115.
  • the smartphone ex115 receives at the antenna ex450 for transmitting and receiving radio waves to and from the base station ex110, the camera unit ex465 capable of taking images and still images, the image captured by the camera unit ex465, and the antenna ex450.
  • a display unit ex458 that displays data in which an image or the like is decoded is provided.
  • the smartphone ex115 further includes an operation unit ex466 such as a touch panel, a voice output unit ex457 such as a speaker for outputting voice or sound, a voice input unit ex456 such as a microphone for inputting voice, and photographing.
  • Memory unit ex467 that can store encoded video or still image, recorded audio, received image or still image, encoded data such as mail, or decoded data, and specify a user to start a network.
  • a slot unit ex464 that is an interface unit with the SIM ex468 for authenticating access to various data is provided.
  • An external memory may be used instead of the memory unit ex467.
  • a main control unit ex460 capable of controlling the display unit ex458 and the operation unit ex466 and the like, a power supply circuit unit ex461, an operation input control unit ex462, a video signal processing unit ex455, a camera interface unit ex463, a display control unit ex459, a modulation/excitation unit.
  • the demodulation unit ex452, the multiplexing/demultiplexing unit ex453, the audio signal processing unit ex454, the slot unit ex464, and the memory unit ex467 are connected via the synchronization bus ex470.
  • the power supply circuit unit ex461 activates the smartphone ex115 and supplies power from the battery pack to each unit.
  • the smartphone ex115 performs processing such as a call and data communication under the control of the main control unit ex460 including a CPU, a ROM, a RAM, and the like.
  • the voice signal collected by the voice input unit ex456 is converted into a digital voice signal by the voice signal processing unit ex454, the modulation/demodulation unit ex452 performs spread spectrum processing, and the transmission/reception unit ex451 performs digital-analog conversion processing. And frequency conversion processing are performed, and the resulting signal is transmitted via the antenna ex450.
  • the received data is amplified, frequency conversion processing and analog-digital conversion processing are performed, spectrum modulation/demodulation unit ex452 performs spectrum despreading processing, and a voice signal processing unit ex454 converts the analog voice signal, which is then output by a voice output unit ex457.
  • text, still image, or video data can be transmitted under the control of the main control unit ex460 via the operation input control unit ex462 based on the operation of the operation unit ex466 of the main body. Similar transmission/reception processing is performed.
  • the video signal processing unit ex455 uses the video signal stored in the memory unit ex467 or the video signal input from the camera unit ex465 to perform each of the above-described embodiments.
  • the video data is compressed and encoded by the moving image encoding method shown in the embodiment, and the encoded video data is sent to the multiplexer/demultiplexer ex453.
  • the audio signal processing unit ex454 encodes the audio signal collected by the audio input unit ex456 while the video unit or the still image is being captured by the camera unit ex465, and sends the encoded audio data to the multiplexing/demultiplexing unit ex453.
  • the multiplexing/demultiplexing unit ex453 multiplexes the coded video data and the coded audio data by a predetermined method, and the modulation/demodulation unit (modulation/demodulation circuit unit) ex452 and the transmission/reception unit ex451 perform modulation processing and conversion. It is processed and transmitted through the antenna ex450.
  • the predetermined method may be predetermined.
  • the multiplexing/demultiplexing unit ex453 performs the multiplexing.
  • the multiplexed data is divided into a bit stream of video data and a bit stream of audio data, and the encoded video data is supplied to the video signal processing unit ex455 via the synchronization bus ex470.
  • the encoded audio data is supplied to the audio signal processing unit ex454.
  • the video signal processing unit ex455 decodes the video signal by the moving picture decoding method corresponding to the moving picture coding method shown in each of the above embodiments, and is linked from the display unit ex458 via the display control unit ex459.
  • the video or still image included in the moving image file is displayed.
  • the audio signal processing unit ex454 decodes the audio signal, and the audio output unit ex457 outputs the audio.
  • audio playback may not be socially suitable depending on the user's situation. Therefore, as the initial value, it is preferable to reproduce only the video data without reproducing the audio signal, and the sound may be reproduced in synchronization only when the user performs an operation such as clicking on the video data. ..
  • the smartphone ex115 has been described here as an example, in addition to the transmission/reception type terminal having both the encoder and the decoder as the terminal, the transmission terminal having only the encoder and the reception having only the decoder are provided. Another implementation format called a terminal is possible.
  • the description has been made assuming that the multiplexed data in which the audio data is multiplexed with the video data is received or transmitted.
  • character data related to video may be multiplexed in the multiplexed data.
  • the video data itself may be received or transmitted instead of the multiplexed data.
  • the main control unit ex460 including the CPU has been described as controlling the encoding or decoding process, but various terminals often include a GPU. Therefore, a configuration in which a large area is collectively processed by utilizing the performance of the GPU by a memory shared by the CPU and the GPU or a memory whose address is managed so as to be commonly used may be used. As a result, the coding time can be shortened, real-time performance can be secured, and low delay can be realized. In particular, it is efficient to collectively perform the motion search, deblocking filter, SAO (Sample Adaptive Offset), and conversion/quantization processing in units such as pictures by the GPU instead of the CPU.
  • SAO Sample Adaptive Offset
  • the present disclosure can be used for, for example, a television receiver, a digital video recorder, a car navigation, a mobile phone, a digital camera, a digital video camera, a video conference system, an electronic mirror, or the like.
  • Encoding device 102 Dividing unit 104 Subtracting unit 106 Transforming unit 108 Quantizing unit 110 Entropy encoding unit 112, 204 Inverse quantizing unit 114, 206 Inverse transforming unit 116, 208 Addition unit 118, 210 Block memory 120, 212 Loop filter Section 122, 214 frame memory 124, 216 intra prediction section 126, 218 inter prediction section 128, 220 prediction control section 200 decoding device 202 entropy decoding section 1201 boundary determination section 1202, 1204, 1206 switch 1203 filter determination section 1205 filter processing section 1207 Filter characteristic determination unit 1208 Processing determination unit a1, b1 Processor a2, b2 Memory

Landscapes

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

Abstract

符号化装置(100)は、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し(ステップS1)、その予測画像に対して更新処理を適用することによって、処理対象ブロックの最終的な予測画像を生成する(ステップS2b)。ここで、更新処理の候補は、第1の処理と第2の処理を含み、第1の処理は、BDOF処理であり、第2の処理は、予測画像の画素値を更新するフィルタ処理である。そして、更新処理の適用では、第1の処理及び第2の処理が排他的に適用される。

Description

符号化装置、復号装置、符号化方法、および復号方法
 本開示は、ビデオコーディングに関し、例えば、動画像の符号化および復号におけるシステム、構成要素、ならびに方法などに関する。
 ビデオコーディング技術は、H.261およびMPEG-1から、H.264/AVC(Advanced Video Coding)、MPEG-LA、H.265/HEVC(High Efficiency Video Coding)、およびH.266/VVC(Versatile Video Codec)へ進歩している。この進歩に伴い、様々な用途において増え続けるデジタルビデオデータ量を処理するために、ビデオコーディング技術の改良および最適化を提供することが常に必要とされている。
 なお、非特許文献1は、上述されたビデオコーディング技術に関する従来の規格の一例に関する。
H.265(ISO/IEC 23008-2 HEVC)/HEVC(High Efficiency Video Coding)
 上記のような符号化方式に関して、符号化効率の改善、画質の改善、処理量の削減、回路規模の削減、又は、フィルタ、ブロック、サイズ、動きベクトル、参照ピクチャ又は参照ブロック等の要素又は動作の適切な選択等のため、新たな方式の提案が望まれている。
 本開示は、例えば、符号化効率の改善、画質の改善、処理量の削減、回路規模の削減、処理速度の改善、及び、要素又は動作の適切な選択等のうち1つ以上に貢献し得る構成又は方法を提供する。なお、本開示は、上記以外の利益に貢献し得る構成又は方法を含み得る。
 例えば、本開示の一態様に係る符号化装置は、回路と、前記回路に接続されるメモリとを備え、前記回路は、動作において、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成し、前記更新処理の候補は、第1の処理と第2の処理を含み、前記第1の処理は、BDOF(bi-directional optical flow)処理であり、前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される。
 本開示における実施の形態のいくつかの実装は、符号化効率を改善してもよいし、符号化/復号処理を簡素化してもよいし、符号化/復号処理速度を速くしてもよいし、適切なフィルタ、ブロックサイズ、動きベクトル、参照ピクチャ、参照ブロック等のような、符号化及び復号に用いられる適切な構成要素/動作を効率よく選択してもよい。
 本開示の一態様におけるさらなる利点および効果は、明細書および図面から明らかにされる。かかる利点および/または効果は、いくつかの実施の形態並びに明細書および図面に記載された特徴によってそれぞれ得られるが、1つまたはそれ以上の利点および/または効果を得るために必ずしも全てが提供される必要はない。
 なお、これらの全般的または具体的な態様は、システム、方法、集積回路、コンピュータプログラム、記録媒体、又は、これらの任意な組み合わせで実現されてもよい。
 本開示の一態様に係る構成又は方法は、例えば、符号化効率の改善、画質の改善、処理量の削減、回路規模の削減、処理速度の改善、及び、要素又は動作の適切な選択等のうち1つ以上に貢献し得る。なお、本開示の一態様に係る構成又は方法は、上記以外の利益に貢献してもよい。
図1は、実施の形態に係る符号化装置の機能構成を示すブロック図である。 図2は、符号化装置による全体的な符号化処理の一例を示すフローチャートである。 図3は、ブロック分割の一例を示す概念図である。 図4Aは、スライスの構成の一例を示す概念図である。 図4Bは、タイルの構成の一例を示す概念図である。 図5Aは、様々な変換タイプに対応する変換基底関数を示す表である。 図5Bは、SVT(Spatially Varying Transform)の一例を示す概念図である。 図6Aは、ALF(adaptive loop filter)で用いられるフィルタの形状の一例を示す概念図である。 図6Bは、ALFで用いられるフィルタの形状の他の一例を示す概念図である。 図6Cは、ALFで用いられるフィルタの形状の他の一例を示す概念図である。 図7は、DBF(deblocking filter)として機能するループフィルタ部の詳細な構成の一例を示すブロック図である。 図8は、ブロック境界に対して対称なフィルタ特性を有するデブロッキング・フィルタの例を示す概念図である。 図9は、デブロッキング・フィルタ処理が行われるブロック境界を説明するための概念図である。 図10は、Bs値の一例を示す概念図である。 図11は、符号化装置の予測処理部で行われる処理の一例を示すフローチャートである。 図12は、符号化装置の予測処理部で行われる処理の他の例を示すフローチャートである。 図13は、符号化装置の予測処理部で行われる処理の他の例を示すフローチャートである。 図14は、実施の形態のイントラ予測における67個のイントラ予測モードの一例を示す概念図である。 図15は、インター予測の基本的な処理の流れの一例を示すフローチャートである。 図16は、動きベクトル導出の一例を示すフローチャートである。 図17は、動きベクトル導出の他の例を示すフローチャートである。 図18は、動きベクトル導出の他の例を示すフローチャートである。 図19は、ノーマルインターモードによるインター予測の例を示すフローチャートである。 図20は、マージモードによるインター予測の例を示すフローチャートである。 図21は、マージモードによる動きベクトル導出処理の一例を説明するための概念図である。 図22は、FRUC(frame rate up conversion)処理の一例を示すフローチャートである。 図23は、動き軌道に沿う2つのブロック間でのパターンマッチング(バイラテラルマッチング)の一例を説明するための概念図である。 図24は、カレントピクチャ内のテンプレートと参照ピクチャ内のブロックとの間でのパターンマッチング(テンプレートマッチング)の一例を説明するための概念図である。 図25Aは、複数の隣接ブロックの動きベクトルに基づくサブブロック単位の動きベクトルの導出の一例を説明するための概念図である。 図25Bは、3つの制御ポイントを有するアフィンモードにおけるサブブロック単位の動きベクトルの導出の一例を説明するための概念図である。 図26Aは、アフィンマージモードを説明するための概念図である。 図26Bは、2つの制御ポイントを有するアフィンマージモードを説明するための概念図である。 図26Cは、3つの制御ポイントを有するアフィンマージモードを説明するための概念図である。 図27は、アフィンマージモードの処理の一例を示すフローチャートである。 図28Aは、2つの制御ポイントを有するアフィンインターモードを説明するための概念図である。 図28Bは、3つの制御ポイントを有するアフィンインターモードを説明するための概念図である。 図29は、アフィンインターモードの処理の一例を示すフローチャートである。 図30Aは、カレントブロックが3つの制御ポイントを有し、隣接ブロックが2つの制御ポイントを有するアフィンインターモードを説明するための概念図である。 図30Bは、カレントブロックが2つの制御ポイントを有し、隣接ブロックが3つの制御ポイントを有するアフィンインターモードを説明するための概念図である。 図31Aは、DMVR(decoder motion vector refinement)を含むマージモードを示すフローチャートである。 図31Bは、DMVR処理の一例を説明するための概念図である。 図32は、予測画像の生成の一例を示すフローチャートである。 図33は、予測画像の生成の他の例を示すフローチャートである。 図34は、予測画像の生成の他の例を示すフローチャートである。 図35は、OBMC(overlapped block motion compensation)処理による予測画像補正処理の一例を説明するためのフローチャートである。 図36は、OBMC処理による予測画像補正処理の一例を説明するための概念図である。 図37は、2つの三角形の予測画像の生成を説明するための概念図である。 図38は、等速直線運動を仮定したモデルを説明するための概念図である。 図39は、LIC(local illumination compensation)処理による輝度補正処理を用いた予測画像生成方法の一例を説明するための概念図である。 図40は、符号化装置の実装例を示すブロック図である。 図41は、実施の形態に係る復号装置の機能構成を示すブロック図である。 図42は、復号装置による全体的な復号処理の一例を示すフローチャートである。 図43は、復号装置の予測処理部で行われる処理の一例を示すフローチャートである。 図44は、復号装置の予測処理部で行われる処理の他の例を示すフローチャートである。 図45は、復号装置におけるノーマルインターモードによるインター予測の例を示すフローチャートである。 図46は、復号装置の実装例を示すブロック図である。 図47は、予測処理を行う際のブロックサイズについて説明するための図である。 図48は、実施の形態2における復号装置によって行われる予測処理の第1の例をパイプライン処理の一構成例として概略的に示す図である。 図49は、実施の形態2における復号装置によって行われる予測処理の第2の例を示すフローチャートである。 図50は、実施の形態2における復号装置によって行われる予測処理の第2の例をパイプライン処理の一構成例として概略的に示す図である。 図51は、実施の形態2における復号装置によって行われる予測処理の第3の例を示すフローチャートである。 図52は、実施の形態2における復号装置によって行われる予測処理の第3の例をパイプライン処理の一構成例として概略的に示す図である。 図53は、実施の形態2における復号装置によって行われる予測処理の第4の例を示すフローチャートである。 図54は、実施の形態2における復号装置によって行われる予測処理の第4の例をパイプライン処理の一構成例として概略的に示す図である。 図55は、実施の形態2における復号装置によって行われる予測処理の第5の例を示すフローチャートである。 図56は、実施の形態2における復号装置によって行われる予測処理の第5の例をパイプライン処理の一構成例として概略的に示す図である。 図57は、実施の形態2における復号装置によって行われる予測処理の第6の例を示すフローチャートである。 図58は、実施の形態2における復号装置によって行われる予測処理の第6の例をパイプライン処理の一構成例として概略的に示す図である。 図59は、実施の形態2における復号装置によって行われる予測処理の第7の例を示すフローチャートである。 図60は、実施の形態2における復号装置によって行われる予測処理の第7の例をパイプライン処理の一構成例として概略的に示す図である。 図61は、実施の形態2における符号化処理および復号処理の一例を示すフローチャートである。 図62は、実施の形態2における符号化処理および復号処理の他の例を示すフローチャートである。 図63は、コンテンツ配信サービスを実現するコンテンツ供給システムの全体構成を示すブロック図である。 図64は、スケーラブル符号化時の符号化構造の一例を示す概念図である。 図65は、スケーラブル符号化時の符号化構造の一例を示す概念図である。 図66は、webページの表示画面例を示す概念図である。 図67は、webページの表示画面例を示す概念図である。 図68は、スマートフォンの一例を示すブロック図である。 図69は、スマートフォンの構成例を示すブロック図である。
 本開示の一態様に係る符号化装置は、回路と、前記回路に接続されるメモリとを備え、前記回路は、動作において、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成し、前記更新処理の候補は、第1の処理と第2の処理を含み、前記第1の処理は、BDOF(bi-directional optical flow)処理であり、前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される。
 これにより、第1の処理が更新処理であっても、第2の処理が更新処理であっても、第1の処理および第2の処理のうちの更新処理以外の処理は、予測画像に対して適用されない。つまり、その更新処理以外の処理の適用は禁止される。したがって、例えば、画像を符号化するためのパイプライン処理に含まれる1つのステージに第1の処理と第2の処理とが含まれている場合に、その第1の処理と第2の処理とを共に行うことによって、そのステージの処理にかかる時間が長くなってしまうことを抑制することができる可能性を高めることができる。すなわち、処理時間増加の抑制の可能性を高めることができる。
 また、前記回路は、前記更新処理の適用では、前記第2の処理を前記予測画像に適用するか否かを判定し、前記第2の処理を適用すると判定した場合に、前記第2の処理を前記更新処理とし、前記第2の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理としてもよい。
 これにより、更新処理を適切に行うことができる可能性を高めることができる。
 また、前記第2の処理は、前記予測画像に基づいて、前記予測画像の画素値を更新してもよい。または、前記第2の処理は、(1)前記予測画像、及び、(2)前記処理対象ブロックと異なるブロックの再構成画像に基づいて、前記予測画像の画素値を更新してもよい。
 これにより、第2の処理による適切な画素値の更新の可能性を高めることができる。
 また、前記回路は、画像を符号化するためのパイプライン処理に含まれる1つのステージであって、生成された前記最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、前記第1の処理および前記第2の処理を排他的に実行してもよい。
 これにより、例えば、第1の処理と第2の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、符号化装置の回路規模の増加を抑制することができる可能性を高めることができる。
 また、前記更新処理の候補は、前記第1の処理および前記第2の処理とは異なる第3の処理をさらに含み、前記第3の処理は、前記処理対象ブロックのイントラ予測で生成された第2の予測画像と、前記インター予測モードで生成した前記予測画像である第1の予測画像とを混合する処理であり、前記更新処理の適用では、前記第1の処理、前記第2の処理及び前記第3の処理が排他的に適用されてもよい。例えば、第3の処理は、イントラ/インター混合処理であってもよい。
 これにより、適用される更新処理の種類を増やすことができ、例えば予測画像を高精度に生成することができる。
 また、前記回路は、前記更新処理の適用では、(1)前記インター予測モードが、前記第3の処理を選択可能なインター予測モードであった場合、前記第3の処理を前記予測画像に適用するか否かを判定し、前記第3の処理を適用すると判定した場合に、前記第3の処理を前記更新処理とし、前記第3の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理とし、(2)前記インター予測モードが、前記第3の処理を選択できないインター予測モードであった場合、前記第2の処理を前記予測画像に適用するか否かを判定し、前記第2の処理を適用すると判定した場合に、前記第2の処理を前記更新処理とし、前記第2の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理としてもよい。
 これにより、更新処理を適切に行うことができる可能性を高めることができる。
 また、前記回路は、画像を符号化するためのパイプライン処理に含まれる1つのステージであって、生成された前記最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、前記第1の処理、前記第2の処理および前記第3の処理を排他的に実行してもよい。
 これにより、例えば、第1の処理と第2の処理と第3の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、符号化装置の回路規模の増加を抑制することができる可能性を高めることができる。
 また、前記回路は、生成した前記最終的な予測画像と残差信号を加算した再構成画像に含まれる画素値を更新するフィルタ処理を行ってもよい。例えば、そのフィルタ処理は、デブロッキング・フィルタなどのループフィルタである。
 これにより、再構成画像の歪みなどを除去することができる。
 また、本開示の一態様に係る復号装置は、回路と、前記回路に接続されるメモリとを備え、前記回路は、動作において、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成し、前記更新処理の候補は、第1の処理と第2の処理を含み、前記第1の処理は、BDOF(bi-directional optical flow)処理であり、前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される。
 これにより、第1の処理が更新処理であっても、第2の処理が更新処理であっても、第1の処理および第2の処理のうちの更新処理以外の処理は、予測画像に対して適用されない。つまり、その更新処理以外の処理の適用は禁止される。したがって、例えば、符号化画像を復号するためのパイプライン処理に含まれる1つのステージに第1の処理と第2の処理とが含まれている場合に、その第1の処理と第2の処理とを共に行うことによって、そのステージの処理にかかる時間が長くなってしまうことを抑制することができる可能性を高めることができる。すなわち、処理時間増加の抑制の可能性を高めることができる。
 また、前記回路は、前記更新処理の適用では、前記第2の処理を前記予測画像に適用するか否かを判定し、前記第2の処理を適用すると判定した場合に、前記第2の処理を前記更新処理とし、前記第2の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理としてもよい。
 これにより、更新処理を適切に行うことができる可能性を高めることができる。
 また、前記第2の処理は、前記予測画像に基づいて、前記予測画像の画素値を更新してもよい。または、前記第2の処理は、(1)前記予測画像、及び、(2)前記処理対象ブロックと異なるブロックの再構成画像に基づいて、前記予測画像の画素値を更新してもよい。
 これにより、第2の処理による適切な画素値の更新の可能性を高めることができる。
 また、前記回路は、符号化画像を復号するためのパイプライン処理に含まれる1つのステージであって、生成された前記最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、前記第1の処理および前記第2の処理を排他的に実行してもよい。
 これにより、例えば、第1の処理と第2の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、復号装置の回路規模の増加を抑制することができる可能性を高めることができる。
 また、前記更新処理の候補は、前記第1の処理および前記第2の処理とは異なる第3の処理をさらに含み、前記第3の処理は、前記処理対象ブロックのイントラ予測で生成された第2の予測画像と、前記インター予測モードで生成した前記予測画像である第1の予測画像とを混合する処理であり、前記更新処理の適用では、前記第1の処理、前記第2の処理及び前記第3の処理が排他的に適用されてもよい。例えば、第3の処理は、イントラ/インター混合処理であってもよい。
 これにより、適用される更新処理の種類を増やすことができ、例えば予測画像を高精度に生成することができる。
 また、前記回路は、前記更新処理の適用では、(1)前記インター予測モードが、前記第3の処理を選択可能なインター予測モードであった場合、前記第3の処理を前記予測画像に適用するか否かを判定し、前記第3の処理を適用すると判定した場合に、前記第3の処理を前記更新処理とし、前記第3の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理とし、(2)前記インター予測モードが、前記第3の処理を選択できないインター予測モードであった場合、前記第2の処理を前記予測画像に適用するか否かを判定し、前記第2の処理を適用すると判定した場合に、前記第2の処理を前記更新処理とし、前記第2の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理としてもよい。
 これにより、更新処理を適切に行うことができる可能性を高めることができる。
 また、前記回路は、符号化画像を復号するためのパイプライン処理に含まれる1つのステージであって、生成された前記最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、前記第1の処理、前記第2の処理および前記第3の処理を排他的に実行してもよい。
 これにより、例えば、第1の処理と第2の処理と第3の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、復号装置の回路規模の増加を抑制することができる可能性を高めることができる。
 また、前記回路は、生成した前記最終的な予測画像と残差信号を加算した再構成画像に含まれる画素値を更新するフィルタ処理を行ってもよい。例えば、そのフィルタ処理は、デブロッキング・フィルタなどのループフィルタである。
 これにより、再構成画像の歪みなどを除去することができる。
 また、例えば、本開示の一態様に係る符号化装置は、分割部と、イントラ予測部と、インター予測部と、予測制御部と、変換部と、量子化部と、エントロピー符号化部とを備える。
 前記分割部は、動画像を構成する符号化対象ピクチャを複数のブロックに分割する。前記イントラ予測部は、前記符号化対象ピクチャにおける参照画像を用いて前記符号化対象ピクチャにおける処理対象ブロックのイントラ予測画像を生成するイントラ予測を行う。前記インター予測部は、前記符号化対象ピクチャとは異なる参照ピクチャにおける参照画像を用いて前記処理対象ブロックのインター予測画像を生成するインター予測を行う。
 前記予測制御部は、前記イントラ予測部が行うイントラ予測、及び、前記インター予測部が行うインター予測を制御する。前記変換部は、前記イントラ予測画像又は前記インター予測画像のうちの少なくとも1つで構成される予測画像と、前記処理対象ブロックの画像との間における残差画像を変換して、前記処理対象ブロックの変換係数信号を生成する。前記量子化部は、前記変換係数信号を量子化する。前記エントロピー符号化部は、量子化済みの前記変換係数信号を符号化する。
 ここで、前記インター予測部は、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成する。前記更新処理の候補は、第1の処理と第2の処理を含み、前記第1の処理は、BDOF(bi-directional optical flow)処理であり、前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される。
 また、例えば、本開示の一態様に係る復号装置は、予測画像を用いて動画像を復号する復号装置であって、エントロピー復号部と、逆量子化部と、逆変換部と、イントラ予測部と、インター予測部と、予測制御部と、加算部(再構成部)とを備える。
 前記エントロピー復号部は、前記動画像を構成する復号対象ピクチャにおける処理対象ブロックの量子化済みの変換係数信号を復号する。前記逆量子化部は、量子化済みの前記変換係数信号を逆量子化する。前記逆変換部は、前記変換係数信号を逆変換して、前記処理対象ブロックの残差画像を取得する。
 前記イントラ予測部は、前記復号対象ピクチャにおける参照画像を用いて前記処理対象ブロックのイントラ予測画像を生成するイントラ予測を行う。前記インター予測部は、前記復号対象ピクチャとは異なる参照ピクチャにおける参照画像を用いて前記処理対象ブロックのインター予測画像を生成するインター予測を行う。前記予測制御部は、前記イントラ予測部が行うイントラ予測、及び、前記インター予測部が行うインター予測を制御する。
 前記加算部は、前記イントラ予測画像又は前記インター予測画像のうちの少なくとも1つで構成される予測画像と、前記残差画像とを足し合わせて、前記処理対象ブロックの画像を再構成する。
 ここで、前記インター予測部は、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成する。前記更新処理の候補は、第1の処理と第2の処理を含み、前記第1の処理は、BDOF(bi-directional optical flow)処理であり、前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される。
 さらに、これらの包括的又は具体的な態様は、システム、装置、方法、集積回路、コンピュータプログラム、又は、コンピュータ読み取り可能なCD-ROMなどの非一時的な記録媒体で実現されてもよく、システム、装置、方法、集積回路、コンピュータプログラム、及び、記録媒体の任意な組み合わせで実現されてもよい。
 以下、実施の形態について図面を参照しながら具体的に説明する。なお、以下で説明する実施の形態は、いずれも包括的または具体的な例を示すものである。以下の実施の形態で示される数値、形状、材料、構成要素、構成要素の配置位置及び接続形態、ステップ、ステップの関係及び順序などは、一例であり、請求の範囲を限定する主旨ではない。
 以下では、符号化装置および復号化装置の実施の形態を説明する。実施の形態は、本開示の各態様で説明する処理および/または構成を適用可能な符号化装置および復号化装置の例である。処理および/または構成は、実施の形態とは異なる符号化装置および復号化装置においても実施可能である。例えば、実施の形態に対して適用される処理および/または構成に関して、例えば以下のいずれかを実施してもよい。
 (1)本開示の各態様で説明する実施の形態の符号化装置または復号装置の複数の構成要素のうちいずれかは、本開示の各態様のいずれかで説明する他の構成要素に置き換えまたは組み合わせられてもよい。
 (2)実施の形態の符号化装置または復号装置において、当該符号化装置または復号装置の複数の構成要素のうち一部の構成要素によって行われる機能または処理に、機能または処理の追加、置き換え、削除などの任意の変更がなされてもよい。例えば、いずれかの機能または処理は、本開示の各態様のいずれかで説明する他の機能または処理に、置き換えまたは組み合わせられてもよい。
 (3)実施の形態の符号化装置または復号装置が実施する方法において、当該方法に含まれる複数の処理のうちの一部の処理について、追加、置き換えおよび削除などの任意の変更がなされてもよい。例えば、方法におけるいずれかの処理は、本開示の各態様のいずれかで説明する他の処理に、置き換えまたは組み合わせられてもよい。
 (4)実施の形態の符号化装置または復号装置を構成する複数の構成要素のうちの一部の構成要素は、本開示の各態様のいずれかで説明する構成要素と組み合わせられてもよいし、本開示の各態様のいずれかで説明する機能の一部を備える構成要素と組み合わせられてもよいし、本開示の各態様で説明する構成要素が実施する処理の一部を実施する構成要素と組み合わせられてもよい。
 (5)実施の形態の符号化装置または復号装置の機能の一部を備える構成要素、または、実施の形態の符号化装置または復号装置の処理の一部を実施する構成要素は、本開示の各態様いずれかで説明する構成要素と、本開示の各態様でいずれかで説明する機能の一部を備える構成要素と、または、本開示の各態様のいずれかで説明する処理の一部を実施する構成要素と組み合わせまたは置き換えられてもよい。
 (6)実施の形態の符号化装置または復号装置が実施する方法において、当該方法に含まれる複数の処理のいずれかは、本開示の各態様のいずれかで説明する処理に、または、同様のいずれかの処理に、置き換えまたは組み合わせられてもよい。
 (7)実施の形態の符号化装置または復号装置が実施する方法に含まれる複数の処理のうちの一部の処理は、本開示の各態様のいずれかで説明する処理と組み合わせられてもよい。
 (8)本開示の各態様で説明する処理および/または構成の実施の仕方は、実施の形態の符号化装置または復号装置に限定されるものではない。例えば、処理および/または構成は、実施の形態において開示する動画像符号化または動画像復号とは異なる目的で利用される装置において実施されてもよい。
 (実施の形態1)
 [符号化装置]
 まず、実施の形態に係る符号化装置を説明する。図1は、実施の形態に係る符号化装置100の機能構成を示すブロック図である。符号化装置100は、動画像をブロック単位で符号化する動画像符号化装置である。
 図1に示すように、符号化装置100は、画像をブロック単位で符号化する装置であって、分割部102と、減算部104と、変換部106と、量子化部108と、エントロピー符号化部110と、逆量子化部112と、逆変換部114と、加算部116と、ブロックメモリ118と、ループフィルタ部120と、フレームメモリ122と、イントラ予測部124と、インター予測部126と、予測制御部128と、を備える。
 符号化装置100は、例えば、汎用プロセッサ及びメモリにより実現される。この場合、メモリに格納されたソフトウェアプログラムがプロセッサにより実行されたときに、プロセッサは、分割部102、減算部104、変換部106、量子化部108、エントロピー符号化部110、逆量子化部112、逆変換部114、加算部116、ループフィルタ部120、イントラ予測部124、インター予測部126及び予測制御部128として機能する。また、符号化装置100は、分割部102、減算部104、変換部106、量子化部108、エントロピー符号化部110、逆量子化部112、逆変換部114、加算部116、ループフィルタ部120、イントラ予測部124、インター予測部126及び予測制御部128に対応する専用の1以上の電子回路として実現されてもよい。
 以下に、符号化装置100の全体的な処理の流れを説明した後に、符号化装置100に含まれる各構成要素について説明する。
 [符号化処理の全体フロー]
 図2は、符号化装置100による全体的な符号化処理の一例を示すフローチャートである。
 まず、符号化装置100の分割部102は、動画像である入力画像に含まれる各ピクチャを複数の固定サイズのブロック(例えば、128×128画素)に分割する(ステップSa_1)。そして、分割部102は、その固定サイズのブロックに対して分割パターン(ブロック形状ともいう)を選択する(ステップSa_2)。つまり、分割部102は、固定サイズのブロックを、その選択された分割パターンを構成する複数のブロックに、さらに分割する。そして、符号化装置100は、その複数のブロックのそれぞれについて、そのブロック(すなわち符号化対象ブロック)に対してステップSa_3~Sa_9の処理を行う。
 つまり、イントラ予測部124、インター予測部126および予測制御部128の全てまたは一部からなる予測処理部は、符号化対象ブロック(カレントブロックともいう)の予測信号(予測ブロックともいう)を生成する(ステップSa_3)。
 次に、減算部104は、符号化対象ブロックと予測ブロックとの差分を予測残差(差分ブロックともいう)として生成する(ステップSa_4)。
 次に、変換部106および量子化部108は、その差分ブロックに対して変換および量子化を行うことによって、複数の量子化係数を生成する(ステップSa_5)。なお、複数の量子化係数からなるブロックを係数ブロックともいう。
 次に、エントロピー符号化部110は、その係数ブロックと、予測信号の生成に関する予測パラメータとに対して符号化(具体的にはエントロピー符号化)を行うことによって、符号化信号を生成する(ステップSa_6)。なお、符号化信号は、符号化ビットストリーム、圧縮ビットストリーム、またはストリームともいう。
 次に、逆量子化部112および逆変換部114は、係数ブロックに対して逆量子化および逆変換を行うことによって、複数の予測残差(すなわち差分ブロック)を復元する(ステップSa_7)。
 次に、加算部116は、その復元された差分ブロックに予測ブロックを加算することによってカレントブロックを再構成画像(再構成ブロックまたは復号画像ブロックともいう)に再構成する(ステップSa_8)。これにより、再構成画像が生成される。
 この再構成画像が生成されると、ループフィルタ部120は、その再構成画像に対してフィルタリングを必要に応じて行う(ステップSa_9)。
 そして、符号化装置100は、ピクチャ全体の符号化が完了したか否かを判定し(ステップSa_10)、完了していないと判定する場合(ステップSa_10のNo)、ステップSa_2からの処理を繰り返し実行する。
 なお、上述の例では、符号化装置100は、固定サイズのブロックに対して1つの分割パターンを選択し、その分割パターンにしたがって各ブロックの符号化を行うが、複数の分割パターンのそれぞれにしたがって各ブロックの符号化を行ってもよい。この場合には、符号化装置100は、複数の分割パターンのそれぞれに対するコストを評価し、例えば最も小さいコストの分割パターンにしたがった符号化によって得られる符号化信号を、出力される符号化信号として選択してもよい。
 図示されているように、これらのステップSa_1~Sa_10の処理は、符号化装置100によってシーケンシャルに行われる。あるいは、それらの処理のうちの一部の複数の処理が並列に行われてもよく、それらの処理の順番の入れ替え等が行われてもよい。
 [分割部]
 分割部102は、入力動画像に含まれる各ピクチャを複数のブロックに分割し、各ブロックを減算部104に出力する。例えば、分割部102は、まず、ピクチャを固定サイズ(例えば128x128)のブロックに分割する。他の固定ブロックサイズが採用されてもよい。この固定サイズのブロックは、符号化ツリーユニット(CTU)と呼ばれることがある。そして、分割部102は、例えば再帰的な四分木(quadtree)及び/又は二分木(binary tree)ブロック分割に基づいて、固定サイズのブロックの各々を可変サイズ(例えば64x64以下)のブロックに分割する。すなわち、分割部102は、分割パターンを選択する。この可変サイズのブロックは、符号化ユニット(CU)、予測ユニット(PU)あるいは変換ユニット(TU)と呼ばれることがある。なお、種々の処理例では、CU、PU及びTUは区別される必要はなく、ピクチャ内の一部又はすべてのブロックがCU、PU、TUの処理単位となってもよい。
 図3は、実施の形態におけるブロック分割の一例を示す概念図である。図3において、実線は四分木ブロック分割によるブロック境界を表し、破線は二分木ブロック分割によるブロック境界を表す。
 ここでは、ブロック10は、128x128画素の正方形ブロック(128x128ブロック)である。この128x128ブロック10は、まず、4つの正方形の64x64ブロックに分割される(四分木ブロック分割)。
 左上の64x64ブロックは、さらに2つの矩形の32x64ブロックに垂直に分割され、左の32x64ブロックはさらに2つの矩形の16x64ブロックに垂直に分割される(二分木ブロック分割)。その結果、左上の64x64ブロックは、2つの16x64ブロック11、12と、32x64ブロック13とに分割される。
 右上の64x64ブロックは、2つの矩形の64x32ブロック14、15に水平に分割される(二分木ブロック分割)。
 左下の64x64ブロックは、4つの正方形の32x32ブロックに分割される(四分木ブロック分割)。4つの32x32ブロックのうち左上のブロック及び右下のブロックはさらに分割される。左上の32x32ブロックは、2つの矩形の16x32ブロックに垂直に分割され、右の16x32ブロックはさらに2つの16x16ブロックに水平に分割される(二分木ブロック分割)。右下の32x32ブロックは、2つの32x16ブロックに水平に分割される(二分木ブロック分割)。その結果、左下の64x64ブロックは、16x32ブロック16と、2つの16x16ブロック17、18と、2つの32x32ブロック19、20と、2つの32x16ブロック21、22とに分割される。
 右下の64x64ブロック23は分割されない。
 以上のように、図3では、ブロック10は、再帰的な四分木及び二分木ブロック分割に基づいて、13個の可変サイズのブロック11~23に分割される。このような分割は、QTBT(quad-tree plus binary tree)分割と呼ばれることがある。
 なお、図3では、1つのブロックが4つ又は2つのブロックに分割されていたが(四分木又は二分木ブロック分割)、分割はこれらに限定されない。例えば、1つのブロックが3つのブロックに分割されてもよい(三分木ブロック分割)。このような三分木ブロック分割を含む分割は、MBT(multi type tree)分割と呼ばれることがある。
 [ピクチャの構成 スライス/タイル]
 ピクチャを並列にデコードするために、ピクチャはスライス単位またはタイル単位で構成される場合がある。スライス単位またはタイル単位からなるピクチャは、分割部102によって構成されてもよい。
 スライスは、ピクチャを構成する基本的な符号化の単位である。ピクチャは、例えば1つ以上のスライスから構成される。また、スライスは、1つ以上の連続するCTU(Coding Tree Unit)からなる。
 図4Aは、スライスの構成の一例を示す概念図である。例えば、ピクチャは、11×8個のCTUを含み、かつ、4つのスライス(スライス1-4)に分割される。スライス1は、16個のCTUからなり、スライス2は、21個のCTUからなり、スライス3は、29個のCTUからなり、スライス4は、22個のCTUからなる。ここで、ピクチャ内の各CTUは、いずれかのスライスに属する。スライスの形状は、ピクチャを水平方向に分割した形になる。スライスの境界は、画面端である必要はなく、画面内のCTUの境界のうちどこであってもよい。スライスの中のCTUの処理順(符号化順または復号順)は、例えばラスタ・スキャン順である。また、スライスは、ヘッダ情報と符号化データを含む。ヘッダ情報には、スライスの先頭のCTUアドレス、スライス・タイプなどそのスライスの特徴が記述されてもよい。
 タイルは、ピクチャを構成する矩形領域の単位である。各タイルにはTileIdと呼ばれる番号がラスタ・スキャン順に割り振られてもよい。
 図4Bは、タイルの構成の一例を示す概念図である。例えば、ピクチャは、11×8個のCTUを含み、かつ、4つの矩形領域のタイル(タイル1-4)に分割される。タイルが使用される場合、タイルが使用されない場合と比べてCTUの処理順が変更される。タイルが使用されない場合、ピクチャ内の複数のCTUはラスタ・スキャン順に処理される。タイルが使用される場合には、複数のタイルのそれぞれにおいて、少なくとも1つのCTUがラスタ・スキャン順に処理される。例えば、図4Bに示すように、タイル1に含まれる複数のCTUの処理順は、タイル1の1行目左端からタイル1の1行目右端まで向かい、次に、タイル1の2行目左端からタイル1の2行目右端まで向かう順である。
 なお、1つのタイルは、1つ以上のスライスを含む場合があり、1つのスライスは、1つ以上のタイルを含む場合がある。
 [減算部]
 減算部104は、分割部102から入力され、分割部102によって分割されたブロック単位で、原信号(原サンプル)から予測信号(以下に示す予測制御部128から入力される予測サンプル)を減算する。つまり、減算部104は、符号化対象ブロック(以下、カレントブロックという)の予測誤差(残差ともいう)を算出する。そして、減算部104は、算出された予測誤差(残差)を変換部106に出力する。
 原信号は、符号化装置100の入力信号であり、動画像を構成する各ピクチャの画像を表す信号(例えば輝度(luma)信号及び2つの色差(chroma)信号)である。以下において、画像を表す信号をサンプルということもある。
 [変換部]
 変換部106は、空間領域の予測誤差を周波数領域の変換係数に変換し、変換係数を量子化部108に出力する。具体的には、変換部106は、例えば空間領域の予測誤差に対して所定の離散コサイン変換(DCT)又は離散サイン変換(DST)を行う。所定のDCT又はDSTは、予め定められていてもよい。
 なお、変換部106は、複数の変換タイプの中から適応的に変換タイプを選択し、選択された変換タイプに対応する変換基底関数(transform basis function)を用いて、予測誤差を変換係数に変換してもよい。このような変換は、EMT(explicit multiple core transform)又はAMT(adaptive multiple transform)と呼ばれることがある。
 複数の変換タイプは、例えば、DCT-II、DCT-V、DCT-VIII、DST-I及びDST-VIIを含む。図5Aは、変換タイプ例に対応する変換基底関数を示す表である。図5AにおいてNは入力画素の数を示す。これらの複数の変換タイプの中からの変換タイプの選択は、例えば、予測の種類(イントラ予測及びインター予測)に依存してもよいし、イントラ予測モードに依存してもよい。
 このようなEMT又はAMTを適用するか否かを示す情報(例えばEMTフラグまたはAMTフラグと呼ばれる)及び選択された変換タイプを示す情報は、通常、CUレベルで信号化される。なお、これらの情報の信号化は、CUレベルに限定される必要はなく、他のレベル(例えば、ビットシーケンスレベル、ピクチャレベル、スライスレベル、タイルレベル又はCTUレベル)であってもよい。
 また、変換部106は、変換係数(変換結果)を再変換してもよい。このような再変換は、AST(adaptive secondary transform)又はNSST(non-separable secondary transform)と呼ばれることがある。例えば、変換部106は、イントラ予測誤差に対応する変換係数のブロックに含まれるサブブロック(例えば4x4サブブロック)ごとに再変換を行う。NSSTを適用するか否かを示す情報及びNSSTに用いられる変換行列に関する情報は、通常、CUレベルで信号化される。なお、これらの情報の信号化は、CUレベルに限定される必要はなく、他のレベル(例えば、シーケンスレベル、ピクチャレベル、スライスレベル、タイルレベル又はCTUレベル)であってもよい。
 変換部106には、Separableな変換と、Non-Separableな変換とが適用されてもよい。Separableな変換とは、入力の次元の数だけ方向ごとに分離して複数回変換を行う方式であり、Non-Separableな変換とは、入力が多次元であった際に2つ以上の次元をまとめて1次元とみなして、まとめて変換を行う方式である。
 例えば、Non-Separableな変換の一例として、入力が4×4のブロックであった場合にはそれを16個の要素を持ったひとつの配列とみなし、その配列に対して16×16の変換行列で変換処理を行うようなものが挙げられる。
 また、Non-Separableな変換のさらなる例では、4×4の入力ブロックを16個の要素を持ったひとつの配列とみなした後に、その配列に対してGivens回転を複数回行うような変換(Hypercube Givens Transform)が行われてもよい。
 変換部106での変換では、CU内の領域に応じて周波数領域に変換する基底のタイプを切替えることもできる。一例として、SVT(Spatially Varying Transform)がある。SVTでは、図5Bに示すように、水平あるいは垂直方向にCUを2等分し、いずれか一方の領域のみ周波数領域への変換を行う。変換基底のタイプは領域毎に設定でき、例えば、DST7とDCT8が用いられる。本例ではCU内の2つの領域のうち、どちらか一方のみ変換を行い、もう一方は変換を行わないが、2つの領域共に変換してもよい。また、分割方法も2等分だけでなく、4等分、あるいは分割を示す情報を別途符号化してCU分割と同様にシグナリングするなど、より柔軟にすることもできる。なお、SVTは、SBT(Sub-block Transform)と呼ぶこともある。
 [量子化部]
 量子化部108は、変換部106から出力された変換係数を量子化する。具体的には、量子化部108は、カレントブロックの変換係数を所定の走査順序で走査し、走査された変換係数に対応する量子化パラメータ(QP)に基づいて当該変換係数を量子化する。そして、量子化部108は、カレントブロックの量子化された変換係数(以下、量子化係数という)をエントロピー符号化部110及び逆量子化部112に出力する。所定の走査順序は、予め定められていてもよい。
 所定の走査順序は、変換係数の量子化/逆量子化のための順序である。例えば、所定の走査順序は、周波数の昇順(低周波から高周波の順)又は降順(高周波から低周波の順)で定義されてもよい。
 量子化パラメータ(QP)とは、量子化ステップ(量子化幅)を定義するパラメータである。例えば、量子化パラメータの値が増加すれば量子化ステップも増加する。つまり、量子化パラメータの値が増加すれば量子化誤差が増大する。
 また、量子化には、量子化マトリックスが使用される場合がある。例えば、4x4および8x8などの周波数変換サイズと、イントラ予測およびインター予測などの予測モードと、輝度および色差などの画素成分とに対応して数種類の量子化マトリックスが使われる場合がある。なお、量子化とは、所定の間隔でサンプリングした値を所定のレベルに対応づけてデジタル化することをいい、この技術分野では、丸め、ラウンディング、スケーリングといった他の表現を用いて参照されてもよいし、丸め、ラウンディング、スケーリングを採用してもよい。所定の間隔及びレベルは、予め定められていてもよい。
 量子化マトリックスを使用する方法として、符号化装置側で直接設定された量子化マトリックスを使用する方法と、デフォルトの量子化マトリックス(デフォルトマトリックス)を使用する方法とがある。符号化装置側では、量子化マトリックスを直接設定することにより、画像の特徴に応じた量子化マトリックスを設定することができる。しかし、この場合、量子化マトリックスの符号化によって、符号量が増加するというデメリットがある。
 一方、量子化マトリックスを使用せず、高域成分の係数も低域成分の係数も同じように量子化する方法もある。なお、この方法は、係数が全て同じ値である量子化マトリックス(フラットなマトリックス)を用いる方法に等しい。
 量子化マトリックスは、例えば、SPS(シーケンスパラメータセット:Sequence Parameter Set)またはPPS(ピクチャパラメータセット:Picture Parameter Set)で指定されてもよい。SPSは、シーケンスに対して用いられるパラメータを含み、PPSは、ピクチャに対して用いられるパラメータを含む。SPSとPPSとは、単にパラメータセットと呼ばれる場合がある。
 [エントロピー符号化部]
 エントロピー符号化部110は、量子化部108から入力された量子化係数に基づいて符号化信号(符号化ビットストリーム)を生成する。具体的には、エントロピー符号化部110は、例えば、量子化係数を二値化し、二値信号を算術符号化し、圧縮されたビットストリームまたはシーケンスを出力する。
 [逆量子化部]
 逆量子化部112は、量子化部108から入力された量子化係数を逆量子化する。具体的には、逆量子化部112は、カレントブロックの量子化係数を所定の走査順序で逆量子化する。そして、逆量子化部112は、カレントブロックの逆量子化された変換係数を逆変換部114に出力する。所定の走査順序は、予め定められていてもよい。
 [逆変換部]
 逆変換部114は、逆量子化部112から入力された変換係数を逆変換することにより予測誤差(残差)を復元する。具体的には、逆変換部114は、変換係数に対して、変換部106による変換に対応する逆変換を行うことにより、カレントブロックの予測誤差を復元する。そして、逆変換部114は、復元された予測誤差を加算部116に出力する。
 なお、復元された予測誤差は、通常、量子化により情報が失われているので、減算部104が算出した予測誤差と一致しない。すなわち、復元された予測誤差には、通常、量子化誤差が含まれている。
 [加算部]
 加算部116は、逆変換部114から入力された予測誤差と予測制御部128から入力された予測サンプルとを加算することによりカレントブロックを再構成する。そして、加算部116は、再構成されたブロックをブロックメモリ118及びループフィルタ部120に出力する。再構成ブロックは、ローカル復号ブロックと呼ばれることもある。
 [ブロックメモリ]
 ブロックメモリ118は、例えば、イントラ予測で参照されるブロックであって符号化対象ピクチャ(カレントピクチャという)内のブロックを格納するための記憶部である。具体的には、ブロックメモリ118は、加算部116から出力された再構成ブロックを格納する。
 [フレームメモリ]
 フレームメモリ122は、例えば、インター予測に用いられる参照ピクチャを格納するための記憶部であり、フレームバッファと呼ばれることもある。具体的には、フレームメモリ122は、ループフィルタ部120によってフィルタされた再構成ブロックを格納する。
 [ループフィルタ部]
 ループフィルタ部120は、加算部116によって再構成されたブロックにループフィルタを施し、フィルタされた再構成ブロックをフレームメモリ122に出力する。ループフィルタとは、符号化ループ内で用いられるフィルタ(インループフィルタ)であり、例えば、デブロッキング・フィルタ(DFまたはDBF)、サンプルアダプティブオフセット(SAO)及びアダプティブループフィルタ(ALF)などを含む。
 ALFでは、符号化歪みを除去するための最小二乗誤差フィルタが適用され、例えばカレントブロック内の2x2サブブロックごとに、局所的な勾配(gradient)の方向及び活性度(activity)に基づいて複数のフィルタの中から選択された1つのフィルタが適用される。
 具体的には、まず、サブブロック(例えば2x2サブブロック)が複数のクラス(例えば15又は25クラス)に分類される。サブブロックの分類は、勾配の方向及び活性度に基づいて行われる。例えば、勾配の方向値D(例えば0~2又は0~4)と勾配の活性値A(例えば0~4)とを用いて分類値C(例えばC=5D+A)が算出される。そして、分類値Cに基づいて、サブブロックが複数のクラスに分類される。
 勾配の方向値Dは、例えば、複数の方向(例えば水平、垂直及び2つの対角方向)の勾配を比較することにより導出される。また、勾配の活性値Aは、例えば、複数の方向の勾配を加算し、加算結果を量子化することにより導出される。
 このような分類の結果に基づいて、複数のフィルタの中からサブブロックのためのフィルタが決定される。
 ALFで用いられるフィルタの形状としては例えば円対称形状が利用される。図6A~図6Cは、ALFで用いられるフィルタの形状の複数の例を示す図である。図6Aは、5x5ダイヤモンド形状フィルタを示し、図6Bは、7x7ダイヤモンド形状フィルタを示し、図6Cは、9x9ダイヤモンド形状フィルタを示す。フィルタの形状を示す情報は、通常、ピクチャレベルで信号化される。なお、フィルタの形状を示す情報の信号化は、ピクチャレベルに限定される必要はなく、他のレベル(例えば、シーケンスレベル、スライスレベル、タイルレベル、CTUレベル又はCUレベル)であってもよい。
 ALFのオン/オフは、例えば、ピクチャレベル又はCUレベルで決定されてもよい。例えば、輝度についてはCUレベルでALFを適用するか否かが決定されてもよく、色差についてはピクチャレベルでALFを適用するか否かが決定されてもよい。ALFのオン/オフを示す情報は、通常、ピクチャレベル又はCUレベルで信号化される。なお、ALFのオン/オフを示す情報の信号化は、ピクチャレベル又はCUレベルに限定される必要はなく、他のレベル(例えば、シーケンスレベル、スライスレベル、タイルレベル又はCTUレベル)であってもよい。
 選択可能な複数のフィルタ(例えば15又は25までのフィルタ)の係数セットは、通常、ピクチャレベルで信号化される。なお、係数セットの信号化は、ピクチャレベルに限定される必要はなく、他のレベル(例えば、シーケンスレベル、スライスレベル、タイルレベル、CTUレベル、CUレベル又はサブブロックレベル)であってもよい。
 [ループフィルタ部 > デブロッキング・フィルタ]
 デブロッキング・フィルタでは、ループフィルタ部120は、再構成画像のブロック境界にフィルタ処理を行うことによって、そのブロック境界に生じる歪みを減少させる。
 図7は、デブロッキング・フィルタとして機能するループフィルタ部120の詳細な構成の一例を示すブロック図である。
 ループフィルタ部120は、境界判定部1201、フィルタ判定部1203と、フィルタ処理部1205と、処理判定部1208と、フィルタ特性決定部1207と、スイッチ1202、1204および1206とを備える。
 境界判定部1201は、デブロッキング・フィルタ処理される画素(すなわち対象画素)がブロック境界付近に存在しているか否かを判定する。そして、境界判定部1201は、その判定結果をスイッチ1202および処理判定部1208に出力する。
 スイッチ1202は、対象画素がブロック境界付近に存在していると境界判定部1201によって判定された場合には、フィルタ処理前の画像を、スイッチ1204に出力する。逆に、スイッチ1202は、境界判定部1201によって対象画素がブロック境界付近に存在していないと判定された場合には、フィルタ処理前の画像をスイッチ1206に出力する。
 フィルタ判定部1203は、対象画素の周辺にある少なくとも1つの周辺画素の画素値に基づいて、対象画素に対してデブロッキング・フィルタ処理を行うか否かを判定する。そして、フィルタ判定部1203は、その判定結果をスイッチ1204および処理判定部1208に出力する。
 スイッチ1204は、対象画素にデブロッキング・フィルタ処理を行うとフィルタ判定部1203によって判定された場合には、スイッチ1202を介して取得したフィルタ処理前の画像を、フィルタ処理部1205に出力する。逆に、スイッチ1204は、対象画素にデブロッキング・フィルタ処理を行わないとフィルタ判定部1203によって判定された場合には、スイッチ1202を介して取得したフィルタ処理前の画像をスイッチ1206に出力する。
 フィルタ処理部1205は、スイッチ1202および1204を介してフィルタ処理前の画像を取得した場合には、フィルタ特性決定部1207によって決定されたフィルタ特性を有するデブロッキング・フィルタ処理を、対象画素に対して実行する。そして、フィルタ処理部1205は、そのフィルタ処理後の画素をスイッチ1206に出力する。
 スイッチ1206は、処理判定部1208による制御に応じて、デブロッキング・フィルタ処理されていない画素と、フィルタ処理部1205によってデブロッキング・フィルタ処理された画素とを選択的に出力する。
 処理判定部1208は、境界判定部1201およびフィルタ判定部1203のそれぞれの判定結果に基づいて、スイッチ1206を制御する。つまり、処理判定部1208は、対象画素がブロック境界付近に存在していると境界判定部1201によって判定され、かつ、対象画素にデブロッキング・フィルタ処理を行うとフィルタ判定部1203によって判定された場合には、デブロッキング・フィルタ処理された画素をスイッチ1206から出力させる。また、上述の場合以外では、処理判定部1208は、デブロッキング・フィルタ処理されていない画素をスイッチ1206から出力させる。このような画素の出力が繰り返し行われることによって、フィルタ処理後の画像がスイッチ1206から出力される。
 図8は、ブロック境界に対して対称なフィルタ特性を有するデブロッキング・フィルタの例を示す概念図である。
 デブロッキング・フィルタ処理では、例えば、画素値と量子化パラメータを用いて、特性の異なる2つのデブロッキング・フィルタ、すなわちストロングフィルタおよびウィークフィルタのうちの何れか1つが選択される。ストロングフィルタでは、図8に示すように、ブロック境界を挟んで画素p0~p2と、画素q0~q2とが存在する場合、画素q0~q2のそれぞれの画素値は、例えば以下の式に示す演算を行うことによって、画素値q’0~q’2に変更される。
  q’0=(p1+2×p0+2×q0+2×q1+q2+4)/8
  q’1=(p0+q0+q1+q2+2)/4
  q’2=(p0+q0+q1+3×q2+2×q3+4)/8
 なお、上述の式において、p0~p2およびq0~q2は、画素p0~p2および画素q0~q2のそれぞれの画素値である。また、q3は、画素q2にブロック境界と反対側に隣接する画素q3の画素値である。また、上述の各式の右辺において、デブロッキング・フィルタ処理に用いられる各画素の画素値に乗算される係数が、フィルタ係数である。
 さらに、デブロッキング・フィルタ処理では、演算後の画素値が閾値を超えて設定されないように、クリップ処理が行われてもよい。このクリップ処理では、上述の式による演算後の画素値は、量子化パラメータから決定される閾値を用いて、「演算対象画素値±2×閾値」にクリップされる。これにより、過度な平滑化を防ぐことができる。
 図9は、デブロッキング・フィルタ処理が行われるブロック境界を説明するための概念図である。図10は、Bs値の一例を示す概念図である。
 デブロッキング・フィルタ処理が行われるブロック境界は、例えば、図9で示すような8×8画素ブロックのPU(Prediction Unit)またはTU(Transform Unit)の境界である。デブロッキング・フィルタ処理は、4行または4列を単位に行われ得る。まず、図9に示すブロックPおよびブロックQに対して、図10のようにBs(Boundary Strength)値が決定される。
 図10のBs値にしたがい、同一の画像に属するブロック境界であっても、異なる強さのデブロッキング・フィルタ処理を行うか否かが決定される。色差信号に対するデブロッキング・フィルタ処理は、Bs値が2の場合に行われる。輝度信号に対するデブロッキング・フィルタ処理は、Bs値が1以上であって、所定の条件が満たされた場合に行われる。所定の条件は、予め定められていてもよい。なお、Bs値の判定条件は図10に示したものに限定されず、他のパラメータに基づいて決定されてもよい。
 [予測処理部(イントラ予測部・インター予測部・予測制御部)]
 図11は、符号化装置100の予測処理部で行われる処理の一例を示すフローチャートである。なお、予測処理部は、イントラ予測部124、インター予測部126、および予測制御部128の全てまたは一部の構成要素からなる。
 予測処理部は、カレントブロックの予測画像を生成する(ステップSb_1)。この予測画像は、予測信号または予測ブロックともいう。なお、予測信号には、例えばイントラ予測信号またはインター予測信号がある。具体的には、予測処理部は、予測ブロックの生成、差分ブロックの生成、係数ブロックの生成、差分ブロックの復元、および復号画像ブロックの生成が行われることによって既に得られている再構成画像を用いて、カレントブロックの予測画像を生成する。
 再構成画像は、例えば、参照ピクチャの画像であってもよいし、カレントブロックを含むピクチャであるカレントピクチャ内の符号化済みのブロックの画像であってもよい。カレントピクチャ内の符号化済みのブロックは、例えばカレントブロックの隣接ブロックである。
 図12は、符号化装置100の予測処理部で行われる処理の他の例を示すフローチャートである。
 予測処理部は、第1の方式で予測画像を生成し(ステップSc_1a)、第2の方式で予測画像を生成し(ステップSc_1b)、第3の方式で予測画像を生成する(ステップSc_1c)。第1の方式、第2の方式、および第3の方式は、予測画像を生成するための互いに異なる方式であって、それぞれ例えば、インター予測方式、イントラ予測方式、および、それら以外の予測方式であってもよい。これらの予測方式では、上述の再構成画像を用いてもよい。
 次に、予測処理部は、ステップSc_1a、Sc_1b、およびSc_1cで生成された複数の予測画像のうちの何れか1つを選択する(ステップSc_2)。この予測画像の選択、すなわち最終的な予測画像を得るための方式またはモードの選択は、生成された各予測画像に対するコストを算出し、そのコストに基づいて行われてもよい。または、その予測画像の選択は、符号化の処理に用いられるパラメータに基づいて行われてもよい。符号化装置100は、その選択された予測画像、方式またはモードを特定するための情報を符号化信号(符号化ビットストリームともいう)に信号化してもよい。その情報は、例えばフラグなどであってもよい。これにより、復号装置は、その情報に基づいて、符号化装置100において選択された方式またはモードにしたがって予測画像を生成することができる。なお、図12に示す例では、予測処理部は、各方式で予測画像を生成した後に、何れかの予測画像を選択する。しかし、予測処理部は、それらの予測画像を生成する前に、上述の符号化の処理に用いられるパラメータに基づいて、方式またはモードを選択し、その方式またはモードにしたがって予測画像を生成してもよい。
 例えば、第1の方式および第2の方式は、それぞれイントラ予測およびインター予測であって、予測処理部は、これらの予測方式にしたがって生成される予測画像から、カレントブロックに対する最終的な予測画像を選択してもよい。
 図13は、符号化装置100の予測処理部で行われる処理の他の例を示すフローチャートである。
 まず、予測処理部は、イントラ予測によって予測画像を生成し(ステップSd_1a)、インター予測によって予測画像を生成する(ステップSd_1b)。なお、イントラ予測によって生成された予測画像を、イントラ予測画像ともいい、インター予測によって生成された予測画像を、インター予測画像ともいう。
 次に、予測処理部は、イントラ予測画像およびインター予測画像のそれぞれを評価する(ステップSd_2)。この評価には、コストが用いられてもよい。つまり、予測処理部は、イントラ予測画像およびインター予測画像のそれぞれのコストCを算出する。このコストCは、R-D最適化モデルの式、例えば、C=D+λ×Rによって算出され得る。この式において、Dは、予測画像の符号化歪であって、例えば、カレントブロックの画素値と予測画像の画素値との差分絶対値和などによって表される。また、Rは、予測画像の発生符号量であって、具体的には、予測画像を生成するための動き情報などの符号化に必要な符号量などである。また、λは、例えばラグランジュの未定乗数である。
 そして、予測処理部は、イントラ予測画像およびインター予測画像から、最も小さいコストCが算出された予測画像を、カレントブロックの最終的な予測画像として選択する(ステップSd_3)。つまり、カレントブロックの予測画像を生成するための予測方式またはモードが選択される。
 [イントラ予測部]
 イントラ予測部124は、ブロックメモリ118に格納されたカレントピクチャ内のブロックを参照してカレントブロックのイントラ予測(画面内予測ともいう)を行うことで、予測信号(イントラ予測信号)を生成する。具体的には、イントラ予測部124は、カレントブロックに隣接するブロックのサンプル(例えば輝度値、色差値)を参照してイントラ予測を行うことでイントラ予測信号を生成し、イントラ予測信号を予測制御部128に出力する。
 例えば、イントラ予測部124は、規定の複数のイントラ予測モードのうちの1つを用いてイントラ予測を行う。複数のイントラ予測モードは、通常、1以上の非方向性予測モードと、複数の方向性予測モードと、を含む。規定の複数のモードは、予め規定されていてもよい。
 1以上の非方向性予測モードは、例えばH.265/HEVC規格で規定されたPlanar予測モード及びDC予測モードを含む。
 複数の方向性予測モードは、例えばH.265/HEVC規格で規定された33方向の予測モードを含む。なお、複数の方向性予測モードは、33方向に加えてさらに32方向の予測モード(合計で65個の方向性予測モード)を含んでもよい。図14は、イントラ予測において用いられ得る全67個のイントラ予測モード(2個の非方向性予測モード及び65個の方向性予測モード)を示す概念図である。実線矢印は、H.265/HEVC規格で規定された33方向を表し、破線矢印は、追加された32方向を表す(2個の非方向性予測モードは図14には図示されていない)。
 種々の処理例では、色差ブロックのイントラ予測において、輝度ブロックが参照されてもよい。つまり、カレントブロックの輝度成分に基づいて、カレントブロックの色差成分が予測されてもよい。このようなイントラ予測は、CCLM(cross-component linear model)予測と呼ばれることがある。このような輝度ブロックを参照する色差ブロックのイントラ予測モード(例えばCCLMモードと呼ばれる)は、色差ブロックのイントラ予測モードの1つとして加えられてもよい。
 イントラ予測部124は、水平/垂直方向の参照画素の勾配に基づいてイントラ予測後の画素値を補正してもよい。このような補正をともなうイントラ予測は、PDPC(position dependent intra prediction combination)と呼ばれることがある。PDPCの適用の有無を示す情報(例えばPDPCフラグと呼ばれる)は、通常、CUレベルで信号化される。なお、この情報の信号化は、CUレベルに限定される必要はなく、他のレベル(例えば、シーケンスレベル、ピクチャレベル、スライスレベル、タイルレベル又はCTUレベル)であってもよい。
 [インター予測部]
 インター予測部126は、フレームメモリ122に格納された参照ピクチャであってカレントピクチャとは異なる参照ピクチャを参照してカレントブロックのインター予測(画面間予測ともいう)を行うことで、予測信号(インター予測信号)を生成する。インター予測は、カレントブロック又はカレントブロック内のカレントサブブロック(例えば4x4ブロック)の単位で行われる。例えば、インター予測部126は、カレントブロック又はカレントサブブロックについて参照ピクチャ内で動き探索(motion estimation)を行い、そのカレントブロック又はカレントサブブロックに最も一致する参照ブロック又はサブブロックを見つける。そして、インター予測部126は、参照ブロック又はサブブロックからカレントブロック又はサブブロックへの動き又は変化を補償する動き情報(例えば動きベクトル)を取得する。インター予測部126は、その動き情報に基づいて、動き補償(または動き予測)を行い、カレントブロック又はサブブロックのインター予測信号を生成する。インター予測部126は、生成されたインター予測信号を予測制御部128に出力する。
 動き補償に用いられた動き情報は、多様な形態でインター予測信号として信号化されてもよい。例えば、動きベクトルが信号化されてもよい。他の例として、動きベクトルと予測動きベクトル(motion vector predictor)との差分が信号化されてもよい。
 [インター予測の基本フロー]
 図15は、インター予測の基本的な流れの一例を示すフローチャートである。
 インター予測部126は、まず、予測画像を生成する(ステップSe_1~Se_3)。次に、減算部104は、カレントブロックと予測画像との差分を予測残差として生成する(ステップSe_4)。
 ここで、インター予測部126は、予測画像の生成では、カレントブロックの動きベクトル(MV)の決定(ステップSe_1およびSe_2)と、動き補償(ステップSe_3)とを行うことによって、その予測画像を生成する。また、インター予測部126は、MVの決定では、候補動きベクトル(候補MV)の選択(ステップSe_1)と、MVの導出(ステップSe_2)とを行うことによって、そのMVを決定する。候補MVの選択は、例えば、候補MVリストから少なくとも1つの候補MVを選択することによって行われる。また、MVの導出では、インター予測部126は、少なくとも1つの候補MVから、さらに少なくとも1つの候補MVを選択することによって、その選択された少なくとも1つの候補MVを、カレントブロックのMVとして決定してもよい。あるいは、インター予測部126は、その選択された少なくとも1つの候補MVのそれぞれについて、その候補MVで指示される参照ピクチャの領域を探索することによって、カレントブロックのMVを決定してもよい。なお、この参照ピクチャの領域を探索することを、動き探索(motion estimation)と称してもよい。
 また、上述の例では、ステップSe_1~Se_3は、インター予測部126によって行われるが、例えばステップSe_1またはステップSe_2などの処理は、符号化装置100に含まれる他の構成要素によって行われてもよい。
 [動きベクトルの導出のフロー]
 図16は、動きベクトル導出の一例を示すフローチャートである。
 インター予測部126は、動き情報(例えばMV)を符号化するモードで、カレントブロックのMVを導出する。この場合、例えば動き情報が予測パラメータとして符号化されて、信号化される。つまり、符号化された動き情報が、符号化信号(符号化ビットストリームともいう)に含まれる。
 あるいは、インター予測部126は、動き情報を符号化しないモードでMVを導出する。この場合には、動き情報は、符号化信号に含まれない。
 ここで、MV導出のモードには、後述のノーマルインターモード、マージモード、FRUCモードおよびアフィンモードなどがあってもよい。これらのモードのうち、動き情報を符号化するモードには、ノーマルインターモード、マージモード、およびアフィンモード(具体的には、アフィンインターモードおよびアフィンマージモード)などがある。なお、動き情報には、MVだけでなく、後述の予測動きベクトル選択情報が含まれてもよい。また、動き情報を符号化しないモードには、FRUCモードなどがある。インター予測部126は、これらの複数のモードから、カレントブロックのMVを導出するためのモードを選択し、その選択されたモードを用いてカレントブロックのMVを導出する。
 図17は、動きベクトル導出の他の例を示すフローチャートである。
 インター予測部126は、差分MVを符号化するモードで、カレントブロックのMVを導出する。この場合、例えば差分MVが予測パラメータとして符号化されて、信号化される。つまり、符号化された差分MVが、符号化信号に含まれる。この差分MVは、カレントブロックのMVと、その予測MVとの差である。
 あるいは、インター予測部126は、差分MVを符号化しないモードでMVを導出する。この場合には、符号化された差分MVは、符号化信号に含まれない。
 ここで、上述のようにMVの導出のモードには、後述のノーマルインター、マージモード、FRUCモードおよびアフィンモードなどがある。これらのモードのうち、差分MVを符号化するモードには、ノーマルインターモードおよびアフィンモード(具体的には、アフィンインターモード)などがある。また、差分MVを符号化しないモードには、FRUCモード、マージモードおよびアフィンモード(具体的には、アフィンマージモード)などがある。インター予測部126は、これらの複数のモードから、カレントブロックのMVを導出するためのモードを選択し、その選択されたモードを用いてカレントブロックのMVを導出する。
 [動きベクトルの導出のフロー]
 図18は、動きベクトル導出の他の例を示すフローチャートである。MV導出のモード、すなわちインター予測モードには、複数のモードがあり、大きく分けて、差分MVを符号化するモードと、差分動きベクトルを符号化しないモードとがある。差分MVを符号化しないモードには、マージモード、FRUCモード、およびアフィンモード(具体的には、アフィンマージモード)がある。これらのモードの詳細については、後述するが、簡単には、マージモードは、周辺の符号化済みブロックから動きベクトルを選択することによって、カレントブロックのMVを導出するモードであり、FRUCモードは、符号化済み領域間で探索を行うことによって、カレントブロックのMVを導出するモードである。また、アフィンモードは、アフィン変換を想定して、カレントブロックを構成する複数のサブブロックそれぞれの動きベクトルを、カレントブロックのMVとして導出するモードである。
 具体的には、図示されるように、インター予測部126は、インター予測モード情報が0を示す場合(Sf_1で0)、マージモードにより動きベクトルを導出する(Sf_2)。また、インター予測部126は、インター予測モード情報が1を示す場合(Sf_1で1)、FRUCモードにより動きベクトルを導出する(Sf_3)。また、インター予測部126は、インター予測モード情報が2を示す場合(Sf_1で2)、アフィンモード(具体的には、アフィンマージモード)により動きベクトルを導出する(Sf_4)。また、インター予測部126は、インター予測モード情報が3を示す場合(Sf_1で3)、差分MVを符号化するモード(例えば、ノーマルインターモード)により動きベクトルを導出する(Sf_5)。
 [MV導出 > ノーマルインターモード]
 ノーマルインターモードは、候補MVによって示される参照ピクチャの領域から、カレントブロックの画像に類似するブロックに基づいて、カレントブロックのMVを導出するインター予測モードである。また、このノーマルインターモードでは、差分MVが符号化される。
 図19は、ノーマルインターモードによるインター予測の例を示すフローチャートである。
 インター予測部126は、まず、時間的または空間的にカレントブロックの周囲にある複数の符号化済みブロックのMVなどの情報に基づいて、そのカレントブロックに対して複数の候補MVを取得する(ステップSg_1)。つまり、インター予測部126は、候補MVリストを作成する。
 次に、インター予測部126は、ステップSg_1で取得された複数の候補MVの中から、N個(Nは2以上の整数)の候補MVのそれぞれを予測動きベクトル候補(予測MV候補ともいう)として、所定の優先順位に従って抽出する(ステップSg_2)。なお、その優先順位は、N個の候補MVのそれぞれに対して予め定められていてもよい。
 次に、インター予測部126は、そのN個の予測動きベクトル候補の中から1つの予測動きベクトル候補を、カレントブロックの予測動きベクトル(予測MVともいう)として選択する(ステップSg_3)。このとき、インター予測部126は、選択された予測動きベクトルを識別するための予測動きベクトル選択情報をストリームに符号化する。なお、ストリームは、上述の符号化信号または符号化ビットストリームである。
 次に、インター予測部126は、符号化済み参照ピクチャを参照し、カレントブロックのMVを導出する(ステップSg_4)。このとき、インター予測部126は、さらに、その導出されたMVと予測動きベクトルとの差分値を差分MVとしてストリームに符号化する。なお、符号化済み参照ピクチャは、符号化後に再構成された複数のブロックからなるピクチャである。
 最後に、インター予測部126は、その導出されたMVと符号化済み参照ピクチャとを用いてカレントブロックに対して動き補償を行ことにより、そのカレントブロックの予測画像を生成する(ステップSg_5)。なお、予測画像は、上述のインター予測信号である。
 また、符号化信号に含められる、予測画像の生成に用いられたインター予測モード(上述の例ではノーマルインターモード)を示す情報は、例えば予測パラメータとして符号化される。
 なお、候補MVリストは、他のモードに用いられるリストと共通に用いられてもよい。また、候補MVリストに関する処理を、他のモードに用いられるリストに関する処理に適用してもよい。この候補MVリストに関する処理は、例えば、候補MVリストからの候補MVの抽出もしくは選択、候補MVの並び替え、または、候補MVの削除などである。
 [MV導出 > マージモード]
 マージモードは、候補MVリストから候補MVをカレントブロックのMVとして選択することによって、そのMVを導出するインター予測モードである。
 図20は、マージモードによるインター予測の例を示すフローチャートである。
 インター予測部126は、まず、時間的または空間的にカレントブロックの周囲にある複数の符号化済みブロックのMVなどの情報に基づいて、そのカレントブロックに対して複数の候補MVを取得する(ステップSh_1)。つまり、インター予測部126は、候補MVリストを作成する。
 次に、インター予測部126は、ステップSh_1で取得された複数の候補MVの中から1つの候補MVを選択することによって、カレントブロックのMVを導出する(ステップSh_2)。このとき、インター予測部126は、選択された候補MVを識別するためのMV選択情報をストリームに符号化する。
 最後に、インター予測部126は、その導出されたMVと符号化済み参照ピクチャとを用いてカレントブロックに対して動き補償を行ことにより、そのカレントブロックの予測画像を生成する(ステップSh_3)。
 また、符号化信号に含められる、予測画像の生成に用いられたインター予測モード(上述の例ではマージモード)を示す情報は、例えば予測パラメータとして符号化される。
 図21は、マージモードによるカレントピクチャの動きベクトル導出処理の一例を説明するための概念図である。
 まず、予測MVの候補を登録した予測MVリストを生成する。予測MVの候補としては、対象ブロックの空間的に周辺に位置する複数の符号化済みブロックが持つMVである空間隣接予測MV、符号化済み参照ピクチャにおける対象ブロックの位置を投影した近辺のブロックが持つMVである時間隣接予測MV、空間隣接予測MVと時間隣接予測MVのMV値を組み合わせて生成したMVである結合予測MV、および値がゼロのMVであるゼロ予測MV等がある。
 次に、予測MVリストに登録されている複数の予測MVの中から1つの予測MVを選択することで、対象ブロックのMVとして決定する。
 さらに、可変長符号化部では、どの予測MVを選択したかを示す信号であるmerge_idxをストリームに記述して符号化する。
 なお、図21で説明した予測MVリストに登録する予測MVは一例であり、図中の個数とは異なる個数であったり、図中の予測MVの一部の種類を含まない構成であったり、図中の予測MVの種類以外の予測MVを追加した構成であったりしてもよい。
 マージモードにより導出した対象ブロックのMVを用いて、後述するDMVR(decoder motion vector refinement)処理を行うことによって最終的なMVを決定してもよい。
 なお、予測MVの候補は、上述の候補MVであり、予測MVリストは、上述の候補MVリストである。また、候補MVリストを、候補リストと称してもよい。また、merge_idxは、MV選択情報である。
 [MV導出 > FRUCモード]
 動き情報は符号化装置側から信号化されずに、復号装置側で導出されてもよい。なお、上述のように、H.265/HEVC規格で規定されたマージモードが用いられてもよい。また例えば、復号装置側で動き探索を行うことにより動き情報が導出されてもよい。実施の形態において、復号装置側では、カレントブロックの画素値を用いずに動き探索が行われる。
 ここで、復号装置側で動き探索を行うモードについて説明する。この復号装置側で動き探索を行うモードは、PMMVD(pattern matched motion vector derivation)モード又はFRUC(frame rate up-conversion)モードと呼ばれることがある。
 フローチャートの形式でFRUC処理の一例を図22に示す。まず、カレントブロックに空間的又は時間的に隣接する符号化済みブロックの動きベクトルを参照して、各々が予測動きベクトル(MV)を有する複数の候補のリスト(すなわち、候補MVリストであって、マージリストと共通であってもよい)が生成される(ステップSi_1)。次に、候補MVリストに登録されている複数の候補MVの中からベスト候補MVを選択する(ステップSi_2)。例えば、候補MVリストに含まれる各候補MVの評価値が算出され、評価値に基づいて1つの候補MVが選択される。そして、選択された候補の動きベクトルに基づいて、カレントブロックのための動きベクトルが導出される(ステップSi_4)。具体的には、例えば、選択された候補の動きベクトル(ベスト候補MV)がそのままカレントブロックのための動きベクトルとして導出される。また例えば、選択された候補の動きベクトルに対応する参照ピクチャ内の位置の周辺領域において、パターンマッチングを行うことにより、カレントブロックのための動きベクトルが導出されてもよい。すなわち、ベスト候補MVの周辺の領域に対して、参照ピクチャにおけるパターンマッチングおよび評価値を用いた探索を行い、さらに評価値が良い値となるMVがあった場合は、ベスト候補MVを前記MVに更新して、それをカレントブロックの最終的なMVとしてもよい。より良い評価値を有するMVへの更新を行う処理を実施しない構成とすることも可能である。
 最後に、インター予測部126は、その導出されたMVと符号化済み参照ピクチャとを用いてカレントブロックに対して動き補償を行ことにより、そのカレントブロックの予測画像を生成する(ステップSi_5)。
 サブブロック単位で処理を行う場合も全く同様の処理としてもよい。
 評価値は、種々の方法によって算出されてもよい。例えば、動きベクトルに対応する参照ピクチャ内の領域の再構成画像と、所定の領域(その領域は、例えば、以下に示すように、他の参照ピクチャの領域またはカレントピクチャの隣接ブロックの領域であってもよい)の再構成画像とを比較する。所定の領域は予め定められていてもよい。
 そして、2つの再構成画像の画素値の差分を算出して、動きベクトルの評価値に用いてもよい。なお、差分値に加えてそれ以外の情報を用いて評価値を算出してもよい。
 次に、パターンマッチングの例について詳細に説明する。まず、候補MVリスト(例えばマージリスト)に含まれる1つの候補MVを、パターンマッチングによる探索のスタートポイントとして選択する。例えば、パターンマッチングとしては、第1パターンマッチング又は第2パターンマッチングが用いられ得る。第1パターンマッチング及び第2パターンマッチングは、それぞれ、バイラテラルマッチング(bilateral matching)及びテンプレートマッチング(template matching)と呼ばれることがある。
 [MV導出 > FRUC > バイラテラルマッチング]
 第1パターンマッチングでは、異なる2つの参照ピクチャ内の2つのブロックであってカレントブロックの動き軌道(motion trajectory)に沿う2つのブロックの間でパターンマッチングが行われる。したがって、第1パターンマッチングでは、上述した候補の評価値の算出のための所定の領域として、カレントブロックの動き軌道に沿う他の参照ピクチャ内の領域が用いられる。所定の領域は、予め定められていてもよい。
 図23は、動き軌道に沿う2つの参照ピクチャにおける2つのブロック間での第1パターンマッチング(バイラテラルマッチング)の一例を説明するための概念図である。図23に示すように、第1パターンマッチングでは、カレントブロック(Cur block)の動き軌道に沿う2つのブロックであって異なる2つの参照ピクチャ(Ref0、Ref1)内の2つのブロックのペアの中で最もマッチするペアを探索することにより2つの動きベクトル(MV0、MV1)が導出される。具体的には、カレントブロックに対して、候補MVで指定された第1の符号化済み参照ピクチャ(Ref0)内の指定位置における再構成画像と、前記候補MVを表示時間間隔でスケーリングした対称MVで指定された第2の符号化済み参照ピクチャ(Ref1)内の指定位置における再構成画像との差分を導出し、得られた差分値を用いて評価値を算出する。複数の候補MVの中で最も評価値が良い値となる候補MVを最終MVとして選択することが可能であり、良い結果をもたらし得る。
 連続的な動き軌道の仮定の下では、2つの参照ブロックを指し示す動きベクトル(MV0、MV1)は、カレントピクチャ(Cur Pic)と2つの参照ピクチャ(Ref0、Ref1)との間の時間的な距離(TD0、TD1)に対して比例する。例えば、カレントピクチャが時間的に2つの参照ピクチャの間に位置し、カレントピクチャから2つの参照ピクチャへの時間的な距離が等しい場合、第1パターンマッチングでは、鏡映対称な双方向の動きベクトルが導出される。
 [MV導出 > FRUC > テンプレートマッチング]
 第2パターンマッチング(テンプレートマッチング)では、カレントピクチャ内のテンプレート(カレントピクチャ内でカレントブロックに隣接するブロック(例えば上及び/又は左隣接ブロック))と参照ピクチャ内のブロックとの間でパターンマッチングが行われる。したがって、第2パターンマッチングでは、上述した候補の評価値の算出のための所定の領域として、カレントピクチャ内のカレントブロックに隣接するブロックが用いられる。
 図24は、カレントピクチャ内のテンプレートと参照ピクチャ内のブロックとの間でのパターンマッチング(テンプレートマッチング)の一例を説明するための概念図である。図24に示すように、第2パターンマッチングでは、カレントピクチャ(Cur Pic)内でカレントブロック(Cur block)に隣接するブロックと最もマッチするブロックを参照ピクチャ(Ref0)内で探索することによりカレントブロックの動きベクトルが導出される。具体的には、カレントブロックに対して、左隣接および上隣接の両方もしくはどちらか一方の符号化済み領域の再構成画像と、候補MVで指定された符号化済み参照ピクチャ(Ref0)内の同等位置における再構成画像との差分を導出し、得られた差分値を用いて評価値を算出し、複数の候補MVの中で最も評価値が良い値となる候補MVをベスト候補MVとして選択することが可能である。
 このようなFRUCモードを適用するか否かを示す情報(例えばFRUCフラグと呼ばれる)は、CUレベルで信号化されてもよい。また、FRUCモードが適用される場合(例えばFRUCフラグが真の場合)、適用可能なパターンマッチングの方法(第1パターンマッチング又は第2パターンマッチング)を示す情報がCUレベルで信号化されてもよい。なお、これらの情報の信号化は、CUレベルに限定される必要はなく、他のレベル(例えば、シーケンスレベル、ピクチャレベル、スライスレベル、タイルレベル、CTUレベル又はサブブロックレベル)であってもよい。
 [MV導出 > アフィンモード]
 次に、複数の隣接ブロックの動きベクトルに基づいてサブブロック単位で動きベクトルを導出するアフィンモードについて説明する。このモードは、アフィン動き補償予測(affine motion compensation prediction)モードと呼ばれることがある。
 図25Aは、複数の隣接ブロックの動きベクトルに基づくサブブロック単位の動きベクトルの導出の一例を説明するための概念図である。図25Aにおいて、カレントブロックは、16の4x4サブブロックを含む。ここでは、隣接ブロックの動きベクトルに基づいてカレントブロックの左上角制御ポイントの動きベクトルvが導出され、同様に、隣接サブブロックの動きベクトルに基づいてカレントブロックの右上角制御ポイントの動きベクトルvが導出される。そして、以下の式(1A)により、2つの動きベクトルv及びvが投影されてもよく、カレントブロック内の各サブブロックの動きベクトル(v,v)が導出されてもよい。
Figure JPOXMLDOC01-appb-M000001
 ここで、x及びyは、それぞれ、サブブロックの水平位置及び垂直位置を示し、wは、所定の重み係数を示す。所定の重み係数は、予め決定されていてもよい。
 このようなアフィンモードを示す情報(例えばアフィンフラグと呼ばれる)は、CUレベルで信号化されてもよい。なお、このアフィンモードを示す情報の信号化は、CUレベルに限定される必要はなく、他のレベル(例えば、シーケンスレベル、ピクチャレベル、スライスレベル、タイルレベル、CTUレベル又はサブブロックレベル)であってもよい。
 また、このようなアフィンモードでは、左上及び右上角制御ポイントの動きベクトルの導出方法が異なるいくつかのモードを含んでもよい。例えば、アフィンモードには、アフィンインター(アフィンノーマルインターともいう)モードと、アフィンマージモードの2つのモードがある。
 [MV導出 > アフィンモード]
 図25Bは、3つの制御ポイントを有するアフィンモードにおけるサブブロック単位の動きベクトルの導出の一例を説明するための概念図である。図25Bにおいて、カレントブロックは、16の4x4サブブロックを含む。ここでは、隣接ブロックの動きベクトルに基づいてカレントブロックの左上角制御ポイントの動きベクトルvが導出され、同様に、隣接ブロックの動きベクトルに基づいてカレントブロックの右上角制御ポイントの動きベクトルv、隣接ブロックの動きベクトルに基づいてカレントブロックの左下角制御ポイントの動きベクトルvが導出される。そして、以下の式(1B)により、3つの動きベクトルv、v及びvが投影されてもよく、カレントブロック内の各サブブロックの動きベクトル(v,v)が導出されてもよい。
Figure JPOXMLDOC01-appb-M000002
 ここで、x及びyは、それぞれ、サブブロック中心の水平位置及び垂直位置を示し、wは、カレントブロックの幅、hは、カレントブロックの高さを示す。
 異なる制御ポイント数(例えば、2つと3つ)のアフィンモードは、CUレベルで切り替えて信号化されてもよい。なお、CUレベルで使用しているアフィンモードの制御ポイント数を示す情報を、他のレベル(例えば、シーケンスレベル、ピクチャレベル、スライスレベル、タイルレベル、CTUレベル又はサブブロックレベル)で信号化してもよい。
 また、このような3つの制御ポイントを有するアフィンモードでは、左上、右上及び左下角制御ポイントの動きベクトルの導出方法が異なるいくつかのモードを含んでもよい。例えば、アフィンモードには、アフィンインター(アフィンノーマルインターともいう)モードと、アフィンマージモードの2つのモードがある。
 [MV導出 > アフィンマージモード]
 図26A、図26Bおよび図26Cは、アフィンマージモードを説明するための概念図である。
 アフィンマージモードでは、図26Aに示すように、例えば、カレントブロックに隣接する符号化済みブロックA(左)、ブロックB(上)、ブロックC(右上)、ブロックD(左下)およびブロックE(左上)のうち、アフィンモードで符号化されたブロックに対応する複数の動きベクトルに基づいて、カレントブロックの制御ポイントのそれぞれの予測動きベクトルが算出される。具体的には、符号化済みブロックA(左)、ブロックB(上)、ブロックC(右上)、ブロックD(左下)およびブロックE(左上)の順序でこれらのブロックが検査され、アフィンモードで符号化された最初の有効なブロックが特定される。この特定されたブロックに対応する複数の動きベクトルに基づいて、カレントブロックの制御ポイントの予測動きベクトルが算出される。
 例えば、図26Bに示すように、カレントブロックの左に隣接するブロックAが2つの制御ポイントを有するアフィンモードで符号化されている場合は、ブロックAを含む符号化済みブロックの左上角および右上角の位置に投影した動きベクトルvおよびvが導出される。そして、導出された動きベクトルvおよびvから、カレントブロックの左上角の制御ポイントの予測動きベクトルvと、右上角の制御ポイントの予測動きベクトルvが算出される。
 例えば、図26Cに示すように、カレントブロックの左に隣接するブロックAが3つの制御ポイントを有するアフィンモードで符号化されている場合は、ブロックAを含む符号化済みブロックの左上角、右上角および左下角の位置に投影した動きベクトルv、vおよびvが導出される。そして、導出された動きベクトルv、vおよびvから、カレントブロックの左上角の制御ポイントの予測動きベクトルvと、右上角の制御ポイントの予測動きベクトルvと、左下角の制御ポイントの予測動きベクトルvが算出される。
 なお、後述する図29のステップSj_1におけるカレントブロックの制御ポイントのそれぞれの予測動きベクトルの導出に、この予測動きベクトル導出方法を用いてもよい。
 図27は、アフィンマージモードの一例を示すフローチャートである。
 アフィンマージモードでは、図示されるように、まず、インター予測部126は、カレントブロックの制御ポイントのそれぞれの予測MVを導出する(ステップSk_1)。制御ポイントは、図25Aに示すように、カレントブロックの左上角および右上角のポイント、或いは図25Bに示すように、カレントブロックの左上角、右上角および左下角のポイントである。
 つまり、インター予測部126は、図26Aに示すように、符号化済みブロックA(左)、ブロックB(上)、ブロックC(右上)、ブロックD(左下)およびブロックE(左上)の順序にこれらのブロックを検査し、アフィンモードで符号化された最初の有効なブロックを特定する。
 そして、ブロックAが特定されブロックAが2つの制御ポイントを有する場合、図26Bに示すように、インター予測部126は、ブロックAを含む符号化済みブロックの左上角および右上角の動きベクトルvおよびvから、カレントブロックの左上角の制御ポイントの動きベクトルvと、右上角の制御ポイントの動きベクトルvとを算出する。例えば、インター予測部126は、符号化済みブロックの左上角および右上角の動きベクトルvおよびvを、カレントブロックに投影することによって、カレントブロックの左上角の制御ポイントの予測動きベクトルvと、右上角の制御ポイントの予測動きベクトルvとを算出する。
 或いは、ブロックAが特定されブロックAが3つの制御ポイントを有する場合、図26Cに示すように、インター予測部126は、ブロックAを含む符号化済みブロックの左上角、右上角および左下角の動きベクトルv、vおよびvから、カレントブロックの左上角の制御ポイントの動きベクトルvと、右上角の制御ポイントの動きベクトルv、左下角の制御ポイントの動きベクトルvとを算出する。例えば、インター予測部126は、符号化済みブロックの左上角、右上角および左下角の動きベクトルv、vおよびvを、カレントブロックに投影することによって、カレントブロックの左上角の制御ポイントの予測動きベクトルvと、右上角の制御ポイントの予測動きベクトルv、左下角の制御ポイントの動きベクトルvとを算出する。
 次に、インター予測部126は、カレントブロックに含まれる複数のサブブロックのそれぞれについて、動き補償を行う。すなわち、インター予測部126は、その複数のサブブロックのそれぞれについて、2つの予測動きベクトルvおよびvと上述の式(1A)、或いは3つの予測動きベクトルv、vおよびvと上述の式(1B)とを用いて、そのサブブロックの動きベクトルをアフィンMVとして算出する(ステップSk_2)。そして、インター予測部126は、それらのアフィンMVおよび符号化済み参照ピクチャを用いてそのサブブロックに対して動き補償を行う(ステップSk_3)。その結果、カレントブロックに対して動き補償が行われ、そのカレントブロックの予測画像が生成される。
 [MV導出 > アフィンインターモード]
 図28Aは、2つの制御ポイントを有するアフィンインターモードを説明するための概念図である。
 このアフィンインターモードでは、図28Aに示すように、カレントブロックに隣接する符号化済みブロックA、ブロックBおよびブロックCの動きベクトルから選択された動きベクトルが、カレントブロックの左上角の制御ポイントの予測動きベクトルvとして用いられる。同様に、カレントブロックに隣接する符号化済みブロックDおよびブロックEの動きベクトルから選択された動きベクトルが、カレントブロックの右上角の制御ポイントの予測動きベクトルvとして用いられる。
 図28Bは、3つの制御ポイントを有するアフィンインターモードを説明するための概念図である。
 このアフィンインターモードでは、図28Bに示すように、カレントブロックに隣接する符号化済みブロックA、ブロックBおよびブロックCの動きベクトルから選択された動きベクトルが、カレントブロックの左上角の制御ポイントの予測動きベクトルvとして用いられる。同様に、カレントブロックに隣接する符号化済みブロックDおよびブロックEの動きベクトルから選択された動きベクトルが、カレントブロックの右上角の制御ポイントの予測動きベクトルvとして用いられる。更に、カレントブロックに隣接する符号化済みブロックFおよびブロックGの動きベクトルから選択された動きベクトルが、カレントブロックの左下角の制御ポイントの予測動きベクトルvとして用いられる。
 図29は、アフィンインターモードの一例を示すフローチャートである。
 図示されるように、アフィンインターモードでは、まず、インター予測部126は、カレントブロックの2つまたは3つの制御ポイントのそれぞれの予測MV(v,v)または(v,v,v)を導出する(ステップSj_1)。制御ポイントは、図25Aまたは図25Bに示すように、カレントブロックの左上角、右上角或いは左下角のポイントである。
 つまり、インター予測部126は、図28Aまたは図28Bに示すカレントブロックの各制御ポイント近傍の符号化済みブロックのうちの何れかのブロックの動きベクトルを選択することによって、カレントブロックの制御ポイントの予測動きベクトル(v,v)または(v,v,v)を導出する。このとき、インター予測部126は、選択された2つの動きベクトルを識別するための予測動きベクトル選択情報をストリームに符号化する。
 例えば、インター予測部126は、カレントブロックに隣接する符号化済みブロックからどのブロックの動きベクトルを制御ポイントの予測動きベクトルとして選択するかを、コスト評価等を用いて決定し、どの予測動きベクトルを選択したかを示すフラグをビットストリームに記述してもよい。
 次に、インター予測部126は、ステップSj_1で選択または導出された予測動きベクトルをそれぞれ更新しながら(ステップSj_2)、動き探索を行う(ステップSj_3およびSj_4)。つまり、インター予測部126は、更新される予測動きベクトルに対応する各サブブロックの動きベクトルをアフィンMVとして、上述の式(1A)または式(1B)を用いて算出する(ステップSj_3)。そして、インター予測部126は、それらのアフィンMVおよび符号化済み参照ピクチャを用いて各サブブロックに対して動き補償を行う(ステップSj_4)。その結果、インター予測部126は、動き探索ループにおいて、例えば最も小さいコストが得られる予測動きベクトルを、制御ポイントの動きベクトルとして決定する(ステップSj_5)。このとき、インター予測部126は、さらに、その決定されたMVと予測動きベクトルとのそれぞれの差分値を差分MVとしてストリームに符号化する。
 最後に、インター予測部126は、その決定されたMVと符号化済み参照ピクチャとを用いてカレントブロックに対して動き補償を行ことにより、そのカレントブロックの予測画像を生成する(ステップSj_6)。
 [MV導出 > アフィンインターモード]
 異なる制御ポイント数(例えば、2つと3つ)のアフィンモードをCUレベルで切り替えて信号化する場合、符号化済みブロックとカレントブロックで制御ポイントの数が異なる場合がある。図30Aおよび図30Bは、符号化済みブロックとカレントブロックで制御ポイントの数が異なる場合の、制御ポイントの予測ベクトル導出方法を説明するための概念図である。
 例えば、図30Aに示すように、カレントブロックが左上角、右上角および左下角の3つの制御ポイントを有し、カレントブロックの左に隣接するブロックAが2つの制御ポイントを有するアフィンモードで符号化されている場合は、ブロックAを含む符号化済みブロックの左上角および右上角の位置に投影した動きベクトルvおよびvが導出される。そして、導出された動きベクトルvおよびvから、カレントブロックの左上角の制御ポイントの予測動きベクトルvと、右上角の制御ポイントの予測動きベクトルvが算出される。更に、導出された動きベクトルvおよびvから、左下角の制御ポイントの予測動きベクトルvが算出される。
 例えば、図30Bに示すように、カレントブロックが左上角および右上角の2つの制御ポイントを有し、カレントブロックの左に隣接するブロックAが3つの制御ポイントを有するアフィンモードで符号化されている場合は、ブロックAを含む符号化済みブロックの左上角、右上角および左下角の位置に投影した動きベクトルv、vおよびvが導出される。そして、導出された動きベクトルv、vおよびvから、カレントブロックの左上角の制御ポイントの予測動きベクトルvと、右上角の制御ポイントの予測動きベクトルvが算出される。
 図29のステップSj_1におけるカレントブロックの制御ポイントのそれぞれの予測動きベクトルの導出に、この予測動きベクトル導出方法を用いてもよい。
 [MV導出 > DMVR]
 図31Aは、マージモードおよびDMVRの関係を示すフローチャートである。
 インター予測部126は、マージモードでカレントブロックの動きベクトルを導出する(ステップSl_1)。次に、インター予測部126は、動きベクトルの探索、すなわち動き探索を行うか否かを判定する(ステップSl_2)。ここで、インター予測部126は、動き探索を行わないと判定すると(ステップSl_2のNo)、ステップSl_1で導出された動きベクトルを、カレントブロックに対する最終の動きベクトルとして決定する(ステップSl_4)。すなわち、この場合には、マージモードでカレントブロックの動きベクトルが決定される。
 一方、ステップSl_1で動き探索を行うと判定すると(ステップSl_2のYes)、インター予測部126は、ステップSl_1で導出された動きベクトルによって示される参照ピクチャの周辺領域を探索することによって、カレントブロックに対して最終の動きベクトルを導出する(ステップSl_3)。すなわち、この場合には、DMVRでカレントブロックの動きベクトルが決定される。
 図31Bは、MVを決定するためのDMVR処理の一例を説明するための概念図である。
 まず、(例えばマージモードにおいて)カレントブロックに設定された最適MVPを、候補MVとする。そして、候補MV(L0)に従って、L0方向の符号化済みピクチャである第1参照ピクチャ(L0)から参照画素を特定する。同様に、候補MV(L1)に従って、L1方向の符号化済みピクチャである第2参照ピクチャ(L1)から参照画素を特定する。これらの参照画素の平均をとることでテンプレートを生成する。
 次に、前記テンプレートを用いて、第1参照ピクチャ(L0)および第2参照ピクチャ(L1)の候補MVの周辺領域をそれぞれ探索し、コストが最小となるMVを最終的なMVとして決定する。なお、コスト値は、例えば、テンプレートの各画素値と探索領域の各画素値との差分値および候補MV値等を用いて算出してもよい。
 なお、典型的には、符号化装置と、後述の復号化装置とでは、ここで説明した処理の構成および動作は基本的に共通である。
 ここで説明した処理例そのものでなくても、候補MVの周辺を探索して最終的なMVを導出することができる処理であれば、どのような処理を用いてもよい。
 [動き補償 > BIO/OBMC]
 動き補償では、予測画像を生成し、その予測画像を補正するモードがある。そのモードは、例えば、後述のBIOおよびOBMCである。
 図32は、予測画像の生成の一例を示すフローチャートである。
 インター予測部126は、予測画像を生成し(ステップSm_1)、例えば上述の何れかのモードによってその予測画像を補正する(ステップSm_2)。
 図33は、予測画像の生成の他の例を示すフローチャートである。
 インター予測部126は、カレントブロックの動きベクトルを決定する(ステップSn_1)。次に、インター予測部126は、予測画像を生成し(ステップSn_2)、補正処理を行うか否かを判定する(ステップSn_3)。ここで、インター予測部126は、補正処理を行うと判定すると(ステップSn_3のYes)、その予測画像を補正することによって最終的な予測画像を生成する(ステップSn_4)。一方、インター予測部126は、補正処理を行わないと判定すると(ステップSn_3のNo)、その予測画像を補正することなく最終的な予測画像として出力する(ステップSn_5)。
 また、動き補償では、予測画像を生成するときに輝度を補正するモードがある。そのモードは、例えば、後述のLICである。
 図34は、予測画像の生成の他の例を示すフローチャートである。
 インター予測部126は、カレントブロックの動きベクトルを導出する(ステップSo_1)。次に、インター予測部126は、輝度補正処理を行うか否かを判定する(ステップSo_2)。ここで、インター予測部126は、輝度補正処理を行うと判定すると(ステップSo_2のYes)、輝度補正を行いながら予測画像を生成する(ステップSo_3)。つまり、LICによって予測画像が生成される。一方、インター予測部126は、輝度補正処理を行わないと判定すると(ステップSo_2のNo)、輝度補正を行うことなく通常の動き補償によって予測画像を生成する(ステップSo_4)。
 [動き補償 > OBMC]
 動き探索により得られたカレントブロックの動き情報だけでなく、隣接ブロックの動き情報も用いて、インター予測信号が生成されてもよい。具体的には、(参照ピクチャ内の)動き探索により得られた動き情報に基づく予測信号と、(カレントピクチャ内の)隣接ブロックの動き情報に基づく予測信号と、を重み付け加算することにより、カレントブロック内のサブブロック単位でインター予測信号が生成されてもよい。このようなインター予測(動き補償)は、OBMC(overlapped block motion compensation)と呼ばれることがある。
 OBMCモードでは、OBMCのためのサブブロックのサイズを示す情報(例えばOBMCブロックサイズと呼ばれる)は、シーケンスレベルで信号化されてもよい。さらに、OBMCモードを適用するか否かを示す情報(例えばOBMCフラグと呼ばれる)は、CUレベルで信号化されてもよい。なお、これらの情報の信号化のレベルは、シーケンスレベル及びCUレベルに限定される必要はなく、他のレベル(例えばピクチャレベル、スライスレベル、タイルレベル、CTUレベル又はサブブロックレベル)であってもよい。
 OBMCモードの例について、より具体的に説明する。図35及び図36は、OBMC処理による予測画像補正処理の概要を説明するためのフローチャート及び概念図である。
 まず、図36に示すように、処理対象(カレント)ブロックに割り当てられた動きベクトル(MV)を用いて通常の動き補償による予測画像(Pred)を取得する。図36において、矢印“MV”は参照ピクチャを指し、予測画像を得るためにカレントピクチャのカレントブロックが何を参照しているかを示している。
 次に、符号化済みの左隣接ブロックに対して既に導出された動きベクトル(MV_L)を符号化対象ブロックに適用(再利用)して予測画像(Pred_L)を取得する。動きベクトル(MV_L)は、カレントブロックから参照ピクチャを指す矢印”MV_L”によって示される。そして、2つの予測画像PredとPred_Lとを重ね合わせることで予測画像の1回目の補正を行う。これは、隣接ブロック間の境界を混ぜ合わせる効果を有する。
 同様に、符号化済みの上隣接ブロックに対して既に導出された動きベクトル(MV_U)を符号化対象ブロックに適用(再利用)して予測画像(Pred_U)を取得する。動きベクトル(MV_U)は、カレントブロックから参照ピクチャを指す矢印”MV_U”によって示される。そして、予測画像Pred_Uを1回目の補正を行った予測画像(例えば、PredとPred_L)に重ね合わせることで予測画像の2回目の補正を行う。これは、隣接ブロック間の境界を混ぜ合わせる効果を有する。2回目の補正によって得られた予測画像は、隣接ブロックとの境界が混ぜ合わされた(スムージングされた)、カレントブロックの最終的な予測画像である。
 なお、上述の例は、左隣接および上隣接のブロックを用いた2パスの補正方法であるが、その補正方法は、右隣接および/または下隣接のブロックも用いた3パスまたはそれ以上のパスの補正方法であってもよい。
 なお、重ね合わせを行う領域はブロック全体の画素領域ではなく、ブロック境界近傍の一部の領域のみであってもよい。
 なお、ここでは1枚の参照ピクチャから、追加的な予測画像Pred_LおよびPred_Uを重ね合わせることで1枚の予測画像Predを得るためのOBMCの予測画像補正処理について説明した。しかし、複数の参照画像に基づいて予測画像が補正される場合には、同様の処理が複数の参照ピクチャのそれぞれに適用されてもよい。このような場合、複数の参照ピクチャに基づくOBMCの画像補正を行うことによって、各々の参照ピクチャから、補正された予測画像を取得した後に、その取得された複数の補正予測画像をさらに重ね合わせることで最終的な予測画像を取得する。
 なお、OBMCでは、対象ブロックの単位は、予測ブロック単位であっても、予測ブロックをさらに分割したサブブロック単位であってもよい。
 OBMC処理を適用するかどうかの判定の方法として、例えば、OBMC処理を適用するかどうかを示す信号であるobmc_flagを用いる方法がある。具体的な一例としては、符号化装置は、対象ブロックが動きの複雑な領域に属しているかどうかを判定してもよい。符号化装置は、動きの複雑な領域に属している場合は、obmc_flagとして値1を設定してOBMC処理を適用して符号化を行い、動きの複雑な領域に属していない場合は、obmc_flagとして値0を設定してOBMC処理を適用せずにブロックの符号化を行う。一方、復号化装置では、ストリーム(例えば圧縮シーケンス)に記述されたobmc_flagを復号することで、その値に応じてOBMC処理を適用するかどうかを切替えて復号を行う。
 インター予測部126は、上述の例では、矩形のカレントブロックに対して1つの矩形の予測画像を生成する。しかし、インター予測部126は、その矩形のカレントブロックに対して矩形と異なる形状の複数の予測画像を生成し、それらの複数の予測画像を結合することによって、最終的な矩形の予測画像を生成してもよい。矩形と異なる形状は、例えば三角形であってもよい。
 図37は、2つの三角形の予測画像の生成を説明するための概念図である。
 インター予測部126は、カレントブロック内の三角形の第1パーティションに対して、その第1パーティションの第1MVを用いて動き補償を行うことによって、三角形の予測画像を生成する。同様に、インター予測部126は、カレントブロック内の三角形の第2パーティションに対して、その第2パーティションの第2MVを用いて動き補償を行うことによって、三角形の予測画像を生成する。そして、インター予測部126は、これらの予測画像を結合することによって、カレントブロックと同じ矩形の予測画像を生成する。
 なお、図37に示す例では、第1パーティションおよび第2パーティションはそれぞれ三角形であるが、台形であってもよく、それぞれ互いに異なる形状であってもよい。さらに、図37に示す例では、カレントブロックが2つのパーティションから構成されているが、3つ以上のパーティションから構成されていてもよい。
 また、第1パーティションおよび第2パーティションは重複していてもよい。すなわち、第1パーティションおよび第2パーティションは同じ画素領域を含んでいてもよい。この場合、第1パーティションにおける予測画像と第2パーティションにおける予測画像とを用いてカレントブロックの予測画像を生成してもよい。
 また、この例では2つのパーティションともにインター予測で予測画像が生成される例を示したが、少なくとも1つのパーティションについてイントラ予測によって予測画像を生成してもよい。
 [動き補償 > BIO]
 次に、動きベクトルを導出する方法について説明する。まず、等速直線運動を仮定したモデルに基づいて動きベクトルを導出するモードについて説明する。このモードは、BIO(bi-directional optical flow)モードと呼ばれることがある。
 図38は、等速直線運動を仮定したモデルを説明するための概念図である。図38において、(vx,vy)は、速度ベクトルを示し、τ0、τ1は、それぞれ、カレントピクチャ(Cur Pic)と2つの参照ピクチャ(Ref0,Ref1)との間の時間的な距離を示す。(MVx0,MVy0)は、参照ピクチャRef0に対応する動きベクトルを示し、(MVx1、MVy1)は、参照ピクチャRef1に対応する動きベクトルを示す。
 このとき速度ベクトル(vx,vy)の等速直線運動の仮定の下では、(MVx0,MVy0)及び(MVx1,MVy1)は、それぞれ、(vxτ0,vyτ0)及び(-vxτ1,-vyτ1)と表され、以下のオプティカルフロー等式(2)が採用されてもよい。
Figure JPOXMLDOC01-appb-M000003
 ここで、I(k)は、動き補償後の参照画像k(k=0,1)の輝度値を示す。このオプティカルフロー等式は、(i)輝度値の時間微分と、(ii)水平方向の速度及び参照画像の空間勾配の水平成分の積と、(iii)垂直方向の速度及び参照画像の空間勾配の垂直成分の積と、の和が、ゼロと等しいことを示す。このオプティカルフロー等式とエルミート補間(Hermite interpolation)との組み合わせに基づいて、マージリスト等から得られるブロック単位の動きベクトルが画素単位で補正されてもよい。
 なお、等速直線運動を仮定したモデルに基づく動きベクトルの導出とは異なる方法で、復号装置側で動きベクトルが導出されてもよい。例えば、複数の隣接ブロックの動きベクトルに基づいてサブブロック単位で動きベクトルが導出されてもよい。
 [動き補償 > LIC]
 次に、LIC(local illumination compensation)処理を用いて予測画像(予測)を生成するモードの一例について説明する。
 図39は、LIC処理による輝度補正処理を用いた予測画像生成方法の一例を説明するための概念図である。
 まず、符号化済みの参照ピクチャからMVを導出して、カレントブロックに対応する参照画像を取得する。
 次に、カレントブロックに対して、参照ピクチャとカレントピクチャとで輝度値がどのように変化したかを示す情報を抽出する。この抽出は、カレントピクチャにおける符号化済み左隣接参照領域(周辺参照領域)および符号化済み上隣参照領域(周辺参照領域)の輝度画素値と、導出されたMVで指定された参照ピクチャ内の同等位置における輝度画素値とに基づいて行われる。そして、輝度値がどのように変化したかを示す情報を用いて、輝度補正パラメータを算出する。
 MVで指定された参照ピクチャ内の参照画像に対して前記輝度補正パラメータを適用する輝度補正処理を行うことで、カレントブロックに対する予測画像を生成する。
 なお、図39における前記周辺参照領域の形状は一例であり、これ以外の形状を用いてもよい。
 また、ここでは1枚の参照ピクチャから予測画像を生成する処理について説明したが、複数枚の参照ピクチャから予測画像を生成する場合も同様であり、各々の参照ピクチャから取得した参照画像に、上述と同様の方法で輝度補正処理を行ってから予測画像を生成してもよい。
 LIC処理を適用するかどうかの判定の方法として、例えば、LIC処理を適用するかどうかを示す信号であるlic_flagを用いる方法がある。具体的な一例としては、符号化装置において、カレントブロックが、輝度変化が発生している領域に属しているかどうかを判定し、輝度変化が発生している領域に属している場合はlic_flagとして値1を設定してLIC処理を適用して符号化を行い、輝度変化が発生している領域に属していない場合はlic_flagとして値0を設定してLIC処理を適用せずに符号化を行う。一方、復号化装置では、ストリームに記述されたlic_flagを復号化することで、その値に応じてLIC処理を適用するかどうかを切替えて復号を行ってもよい。
 LIC処理を適用するかどうかの判定の別の方法として、例えば、周辺ブロックでLIC処理を適用したかどうかに従って判定する方法もある。具体的な一例としては、カレントブロックがマージモードであった場合、マージモード処理におけるMVの導出の際に選択した周辺の符号化済みブロックがLIC処理を適用して符号化したかどうかを判定する。その結果に応じてLIC処理を適用するかどうかを切替えて符号化を行う。なお、この例の場合でも、同じ処理が復号装置側の処理に適用される。
 LIC処理(輝度補正処理)の態様について図39を用いて説明したが、以下、その詳細を説明する。
 まず、インター予測部126は、符号化済みピクチャである参照ピクチャから符号化対象ブロックに対応する参照画像を取得するための動きベクトルを導出する。
 次に、インター予測部126は、符号化対象ブロックに対して、左隣接および上隣接の符号化済み周辺参照領域の輝度画素値と、動きベクトルで指定された参照ピクチャ内の同等位置における輝度画素値とを用いて、参照ピクチャと符号化対象ピクチャとで輝度値がどのように変化したかを示す情報を抽出して輝度補正パラメータを算出する。例えば、符号化対象ピクチャ内の周辺参照領域内のある画素の輝度画素値をp0とし、当該画素と同等位置の、参照ピクチャ内の周辺参照領域内の画素の輝度画素値をp1とする。インター予測部126は、周辺参照領域内の複数の画素に対して、A×p1+B=p0を最適化する係数A及びBを輝度補正パラメータとして算出する。
 次に、インター予測部126は、動きベクトルで指定された参照ピクチャ内の参照画像に対して輝度補正パラメータを用いて輝度補正処理を行うことで、符号化対象ブロックに対する予測画像を生成する。例えば、参照画像内の輝度画素値をp2とし、輝度補正処理後の予測画像の輝度画素値をp3とする。インター予測部126は、参照画像内の各画素に対して、A×p2+B=p3を算出することで輝度補正処理後の予測画像を生成する。
 なお、図39における周辺参照領域の形状は一例であり、これ以外の形状を用いてもよい。また、図39に示す周辺参照領域の一部が用いられてもよい。例えば、上隣接画素および左隣接画素のそれぞれから間引いた所定数の画素を含む領域を周辺参照領域として用いてもよい。また、周辺参照領域は、符号化対象ブロックに隣接する領域に限らず、符号化対象ブロックに隣接しない領域であってもよい。画素に関する所定数は、予め定められていてもよい。
 また、図39に示す例では、参照ピクチャ内の周辺参照領域は、符号化対象ピクチャ内の周辺参照領域から、符号化対象ピクチャの動きベクトルで指定される領域であるが、他の動きベクトルで指定される領域であってもよい。例えば、当該他の動きベクトルは、符号化対象ピクチャ内の周辺参照領域の動きベクトルであってもよい。
 なお、ここでは、符号化装置100における動作を説明したが、復号装置200における動作も典型的には同様である。
 なお、LIC処理は輝度のみではなく、色差に適用してもよい。このとき、Y、Cb、およびCrのそれぞれに対して個別に補正パラメータを導出してもよいし、いずれかに対して共通の補正パラメータを用いてもよい。
 また、LIC処理はサブブロック単位で適用してもよい。例えば、カレントサブブロックの周辺参照領域と、カレントサブブロックのMVで指定された参照ピクチャ内の参照サブブロックの周辺参照領域を用いて補正パラメータを導出してもよい。
 [予測制御部]
 予測制御部128は、イントラ予測信号(イントラ予測部124から出力される信号)及びインター予測信号(インター予測部126から出力される信号)のいずれかを選択し、選択した信号を予測信号として減算部104及び加算部116に出力する。
 図1に示すように、種々の符号化装置例では、予測制御部128は、エントロピー符号化部110に入力される予測パラメータを出力してもよい。エントロピー符号化部110は、予測制御部128から入力されるその予測パラメータ、量子化部108から入力される量子化係数に基づいて、符号化ビットストリーム(またはシーケンス)を生成してもよい。予測パラメータは復号装置に使用されてもよい。復号装置は、符号化ビットストリームを受信して復号し、イントラ予測部124、インター予測部126および予測制御部128において行われる予測処理と同じ処理を行ってもよい。予測パラメータは、選択予測信号(例えば、動きベクトル、予測タイプ、または、イントラ予測部124またはインター予測部126で用いられた予測モード)、または、イントラ予測部124、インター予測部126および予測制御部128において行われる予測処理に基づく、あるいはその予測処理を示す、任意のインデックス、フラグ、もしくは値を含んでいてもよい。
 [符号化装置の実装例]
 図40は、符号化装置100の実装例を示すブロック図である。符号化装置100は、プロセッサa1及びメモリa2を備える。例えば、図1に示された符号化装置100の複数の構成要素は、図40に示されたプロセッサa1及びメモリa2によって実装される。
 プロセッサa1は、情報処理を行う回路であり、メモリa2にアクセス可能な回路である。例えば、プロセッサa1は、動画像を符号化する専用又は汎用の電子回路である。プロセッサa1は、CPUのようなプロセッサであってもよい。また、プロセッサa1は、複数の電子回路の集合体であってもよい。また、例えば、プロセッサa1は、図1等に示された符号化装置100の複数の構成要素のうち、複数の構成要素の役割を果たしてもよい。
 メモリa2は、プロセッサa1が動画像を符号化するための情報が記憶される専用又は汎用のメモリである。メモリa2は、電子回路であってもよく、プロセッサa1に接続されていてもよい。また、メモリa2は、プロセッサa1に含まれていてもよい。また、メモリa2は、複数の電子回路の集合体であってもよい。また、メモリa2は、磁気ディスク又は光ディスク等であってもよいし、ストレージ又は記録媒体等と表現されてもよい。また、メモリa2は、不揮発性メモリでもよいし、揮発性メモリでもよい。
 例えば、メモリa2には、符号化される動画像が記憶されてもよいし、符号化された動画像に対応するビット列が記憶されてもよい。また、メモリa2には、プロセッサa1が動画像を符号化するためのプログラムが記憶されていてもよい。
 また、例えば、メモリa2は、図1等に示された符号化装置100の複数の構成要素のうち、情報を記憶するための構成要素の役割を果たしてもよい。例えば、メモリa2は、図1に示されたブロックメモリ118及びフレームメモリ122の役割を果たしてもよい。より具体的には、メモリa2には、再構成済みブロック及び再構成済みピクチャ等が記憶されてもよい。
 なお、符号化装置100において、図1等に示された複数の構成要素の全てが実装されなくてもよいし、上述された複数の処理の全てが行われなくてもよい。図1等に示された複数の構成要素の一部は、他の装置に含まれていてもよいし、上述された複数の処理の一部は、他の装置によって実行されてもよい。
 [復号装置]
 次に、例えば上記の符号化装置100から出力された符号化信号(符号化ビットストリーム)を復号可能な復号装置について説明する。図41は、実施の形態に係る復号装置200の機能構成を示すブロック図である。復号装置200は、動画像をブロック単位で復号する動画像復号装置である。
 図41に示すように、復号装置200は、エントロピー復号部202と、逆量子化部204と、逆変換部206と、加算部208と、ブロックメモリ210と、ループフィルタ部212と、フレームメモリ214と、イントラ予測部216と、インター予測部218と、予測制御部220と、を備える。
 復号装置200は、例えば、汎用プロセッサ及びメモリにより実現される。この場合、メモリに格納されたソフトウェアプログラムがプロセッサにより実行されたときに、プロセッサは、エントロピー復号部202、逆量子化部204、逆変換部206、加算部208、ループフィルタ部212、イントラ予測部216、インター予測部218及び予測制御部220として機能する。また、復号装置200は、エントロピー復号部202、逆量子化部204、逆変換部206、加算部208、ループフィルタ部212、イントラ予測部216、インター予測部218及び予測制御部220に対応する専用の1以上の電子回路として実現されてもよい。
 以下に、復号装置200の全体的な処理の流れを説明した後に、復号装置200に含まれる各構成要素について説明する。
 [復号処理の全体フロー]
 図42は、復号装置200による全体的な復号処理の一例を示すフローチャートである。
 まず、復号装置200のエントロピー復号部202は、固定サイズのブロック(例えば、128×128画素)の分割パターンを特定する(ステップSp_1)。この分割パターンは、符号化装置100によって選択された分割パターンである。そして、復号装置200は、その分割パターンを構成する複数のブロックのそれぞれに対してステップSp_2~Sp_6の処理を行う。
 つまり、エントロピー復号部202は、復号対象ブロック(カレントブロックともいう)の符号化された量子化係数および予測パラメータを復号(具体的にはエントロピー復号)する(ステップSp_2)。
 次に、逆量子化部204および逆変換部206は、複数の量子化係数に対して逆量子化および逆変換を行うことによって、複数の予測残差(すなわち差分ブロック)を復元する(ステップSp_3)。
 次に、イントラ予測部216、インター予測部218および予測制御部220の全てまたは一部からなる予測処理部は、カレントブロックの予測信号(予測ブロックともいう)を生成する(ステップSp_4)。
 次に、加算部208は、差分ブロックに予測ブロックを加算することによってカレントブロックを再構成画像(復号画像ブロックともいう)に再構成する(ステップSp_5)。
 そして、この再構成画像が生成されると、ループフィルタ部212は、その再構成画像に対してフィルタリングを行う(ステップSp_6)。
 そして、復号装置200は、ピクチャ全体の復号が完了したか否かを判定し(ステップSp_7)、完了していないと判定する場合(ステップSp_7のNo)、ステップSp_1からの処理を繰り返し実行する。
 図示されたように、ステップSp_1~Sp_7の処理は、復号装置200によってシーケンシャルに行われる。あるいは、それらの処理のうちの一部の複数の処理が並列に行われてもよく、順番の入れ替え等が行われてもよい。
 [エントロピー復号部]
 エントロピー復号部202は、符号化ビットストリームをエントロピー復号する。具体的には、エントロピー復号部202は、例えば、符号化ビットストリームから二値信号に算術復号する。そして、エントロピー復号部202は、二値信号を多値化(debinarize)する。エントロピー復号部202は、ブロック単位で量子化係数を逆量子化部204に出力する。エントロピー復号部202は、実施の形態におけるイントラ予測部216、インター予測部218および予測制御部220に、符号化ビットストリーム(図1参照)に含まれている予測パラメータを出力してもよい。イントラ予測部216、インター予測部218および予測制御部220は、符号化装置側におけるイントラ予測部124、インター予測部126および予測制御部128で行われる処理と同じ予測処理を実行することができる。
 [逆量子化部]
 逆量子化部204は、エントロピー復号部202からの入力である復号対象ブロック(以下、カレントブロックという)の量子化係数を逆量子化する。具体的には、逆量子化部204は、カレントブロックの量子化係数の各々について、当該量子化係数に対応する量子化パラメータに基づいて当該量子化係数を逆量子化する。そして、逆量子化部204は、カレントブロックの逆量子化された量子化係数(つまり変換係数)を逆変換部206に出力する。
 [逆変換部]
 逆変換部206は、逆量子化部204からの入力である変換係数を逆変換することにより予測誤差を復元する。
 例えば符号化ビットストリームから読み解かれた情報がEMT又はAMTを適用することを示す場合(例えばAMTフラグが真)、逆変換部206は、読み解かれた変換タイプを示す情報に基づいてカレントブロックの変換係数を逆変換する。
 また例えば、符号化ビットストリームから読み解かれた情報がNSSTを適用することを示す場合、逆変換部206は、変換係数に逆再変換を適用する。
 [加算部]
 加算部208は、逆変換部206からの入力である予測誤差と予測制御部220からの入力である予測サンプルとを加算することによりカレントブロックを再構成する。そして、加算部208は、再構成されたブロックをブロックメモリ210及びループフィルタ部212に出力する。
 [ブロックメモリ]
 ブロックメモリ210は、イントラ予測で参照されるブロックであって復号対象ピクチャ(以下、カレントピクチャという)内のブロックを格納するための記憶部である。具体的には、ブロックメモリ210は、加算部208から出力された再構成ブロックを格納する。
 [ループフィルタ部]
 ループフィルタ部212は、加算部208によって再構成されたブロックにループフィルタを施し、フィルタされた再構成ブロックをフレームメモリ214及び表示装置等に出力する。
 符号化ビットストリームから読み解かれたALFのオン/オフを示す情報がALFのオンを示す場合、局所的な勾配の方向及び活性度に基づいて複数のフィルタの中から1つのフィルタが選択され、選択されたフィルタが再構成ブロックに適用される。
 [フレームメモリ]
 フレームメモリ214は、インター予測に用いられる参照ピクチャを格納するための記憶部であり、フレームバッファと呼ばれることもある。具体的には、フレームメモリ214は、ループフィルタ部212によってフィルタされた再構成ブロックを格納する。
 [予測処理部(イントラ予測部・インター予測部・予測制御部)]
 図43は、復号装置200の予測処理部で行われる処理の一例を示すフローチャートである。なお、予測処理部は、イントラ予測部216、インター予測部218、および予測制御部220の全てまたは一部の構成要素からなる。
 予測処理部は、カレントブロックの予測画像を生成する(ステップSq_1)。この予測画像は、予測信号または予測ブロックともいう。なお、予測信号には、例えばイントラ予測信号またはインター予測信号がある。具体的には、予測処理部は、予測ブロックの生成、差分ブロックの生成、係数ブロックの生成、差分ブロックの復元、および復号画像ブロックの生成が行われることによって既に得られている再構成画像を用いて、カレントブロックの予測画像を生成する。
 再構成画像は、例えば、参照ピクチャの画像であってもよいし、カレントブロックを含むピクチャであるカレントピクチャ内の復号済みのブロックの画像であってもよい。カレントピクチャ内の復号済みのブロックは、例えばカレントブロックの隣接ブロックである。
 図44は、復号装置200の予測処理部で行われる処理の他の例を示すフローチャートである。
 予測処理部は、予測画像を生成するための方式またはモードを判定する(ステップSr_1)。例えば、この方式またはモードは、例えば予測パラメータなどに基づいて判定されてもよい。
 予測処理部は、予測画像を生成するためのモードとして第1の方式を判定した場合には、その第1の方式にしたがって予測画像を生成する(ステップSr_2a)。また、予測処理部は、予測画像を生成するためのモードとして第2の方式を判定した場合には、その第2の方式にしたがって予測画像を生成する(ステップSr_2b)。また、予測処理部は、予測画像を生成するためのモードとして第3の方式を判定した場合には、その第3の方式にしたがって予測画像を生成する(ステップSr_2c)。
 第1の方式、第2の方式、および第3の方式は、予測画像を生成するための互いに異なる方式であって、それぞれ例えば、インター予測方式、イントラ予測方式、および、それら以外の予測方式であってもよい。これらの予測方式では、上述の再構成画像を用いてもよい。
 [イントラ予測部]
 イントラ予測部216は、符号化ビットストリームから読み解かれたイントラ予測モードに基づいて、ブロックメモリ210に格納されたカレントピクチャ内のブロックを参照してイントラ予測を行うことで、予測信号(イントラ予測信号)を生成する。具体的には、イントラ予測部216は、カレントブロックに隣接するブロックのサンプル(例えば輝度値、色差値)を参照してイントラ予測を行うことでイントラ予測信号を生成し、イントラ予測信号を予測制御部220に出力する。
 なお、色差ブロックのイントラ予測において輝度ブロックを参照するイントラ予測モードが選択されている場合は、イントラ予測部216は、カレントブロックの輝度成分に基づいて、カレントブロックの色差成分を予測してもよい。
 また、符号化ビットストリームから読み解かれた情報がPDPCの適用を示す場合、イントラ予測部216は、水平/垂直方向の参照画素の勾配に基づいてイントラ予測後の画素値を補正する。
 [インター予測部]
 インター予測部218は、フレームメモリ214に格納された参照ピクチャを参照して、カレントブロックを予測する。予測は、カレントブロック又はカレントブロック内のサブブロック(例えば4x4ブロック)の単位で行われる。例えば、インター予測部218は、符号化ビットストリーム(例えば、エントロピー復号部202から出力される予測パラメータ)から読み解かれた動き情報(例えば動きベクトル)を用いて動き補償を行うことでカレントブロック又はサブブロックのインター予測信号を生成し、インター予測信号を予測制御部220に出力する。
 符号化ビットストリームから読み解かれた情報がOBMCモードを適用することを示す場合、インター予測部218は、動き探索により得られたカレントブロックの動き情報だけでなく、隣接ブロックの動き情報も用いて、インター予測信号を生成する。
 また、符号化ビットストリームから読み解かれた情報がFRUCモードを適用することを示す場合、インター予測部218は、符号化ストリームから読み解かれたパターンマッチングの方法(バイラテラルマッチング又はテンプレートマッチング)に従って動き探索を行うことにより動き情報を導出する。そして、インター予測部218は、導出された動き情報を用いて動き補償(予測)を行う。
 また、インター予測部218は、BIOモードが適用される場合に、等速直線運動を仮定したモデルに基づいて動きベクトルを導出する。また、符号化ビットストリームから読み解かれた情報がアフィン動き補償予測モードを適用することを示す場合には、インター予測部218は、複数の隣接ブロックの動きベクトルに基づいてサブブロック単位で動きベクトルを導出する。
 [MV導出 > ノーマルインターモード]
 符号化ビットストリームから読み解かれた情報がノーマルインターモードを適用することを示す場合、インター予測部218は、符号化ストリームから読み解かれた情報に基づいて、MVを導出し、そのMVを用いて動き補償(予測)を行う。
 図45は、復号装置200におけるノーマルインターモードによるインター予測の例を示すフローチャートである。
 復号装置200のインター予測部218は、ブロックごとに、そのブロックに対して動き補償を行う。インター予測部218は、時間的または空間的にカレントブロックの周囲にある複数の復号済みブロックのMVなどの情報に基づいて、そのカレントブロックに対して複数の候補MVを取得する(ステップSs_1)。つまり、インター予測部218は、候補MVリストを作成する。
 次に、インター予測部218は、ステップSs_1で取得された複数の候補MVの中から、N個(Nは2以上の整数)の候補MVのそれぞれを予測動きベクトル候補(予測MV候補ともいう)として、所定の優先順位に従って抽出する(ステップSs_2)。なお、その優先順位は、N個の予測MV候補のそれぞれに対して予め定められていてもよい。
 次に、インター予測部218は、入力されたストリーム(すなわち符号化ビットストリーム)から予測動きベクトル選択情報を復号し、その復号された予測動きベクトル選択情報を用いて、そのN個の予測MV候補の中から1つの予測MV候補を、カレントブロックの予測動きベクトル(予測MVともいう)として選択する(ステップSs_3)。
 次に、インター予測部218は、入力されたストリームから差分MVを復号し、その復号された差分MVである差分値と、選択された予測動きベクトルとを加算することによって、カレントブロックのMVを導出する(ステップSs_4)。
 最後に、インター予測部218は、その導出されたMVと復号済み参照ピクチャとを用いてカレントブロックに対して動き補償を行ことにより、そのカレントブロックの予測画像を生成する(ステップSs_5)。
 [予測制御部]
 予測制御部220は、イントラ予測信号及びインター予測信号のいずれかを選択し、選択した信号を予測信号として加算部208に出力する。全体的に、復号装置側の予測制御部220、イントラ予測部216およびインター予測部218の構成、機能、および処理は、符号化装置側の予測制御部128、イントラ予測部124およびインター予測部126の構成、機能、および処理と対応していてもよい。
 [復号装置の実装例]
 図46は、復号装置200の実装例を示すブロック図である。復号装置200は、プロセッサb1及びメモリb2を備える。例えば、図41に示された復号装置200の複数の構成要素は、図46に示されたプロセッサb1及びメモリb2によって実装される。
 プロセッサb1は、情報処理を行う回路であり、メモリb2にアクセス可能な回路である。例えば、プロセッサb1は、符号化された動画像(すなわち符号化ビットストリーム)を復号する専用又は汎用の電子回路である。プロセッサb1は、CPUのようなプロセッサであってもよい。また、プロセッサb1は、複数の電子回路の集合体であってもよい。また、例えば、プロセッサb1は、図41等に示された復号装置200の複数の構成要素のうち、複数の構成要素の役割を果たしてもよい。
 メモリb2は、プロセッサb1が符号化ビットストリームを復号するための情報が記憶される専用又は汎用のメモリである。メモリb2は、電子回路であってもよく、プロセッサb1に接続されていてもよい。また、メモリb2は、プロセッサb1に含まれていてもよい。また、メモリb2は、複数の電子回路の集合体であってもよい。また、メモリb2は、磁気ディスク又は光ディスク等であってもよいし、ストレージ又は記録媒体等と表現されてもよい。また、メモリb2は、不揮発性メモリでもよいし、揮発性メモリでもよい。
 例えば、メモリb2には、動画像が記憶されてもよいし、符号化ビットストリームが記憶されてもよい。また、メモリb2には、プロセッサb1が符号化ビットストリームを復号するためのプログラムが記憶されていてもよい。
 また、例えば、メモリb2は、図41等に示された復号装置200の複数の構成要素のうち、情報を記憶するための構成要素の役割を果たしてもよい。具体的には、メモリb2は、図41に示されたブロックメモリ210及びフレームメモリ214の役割を果たしてもよい。より具体的には、メモリb2には、再構成済みブロック及び再構成済みピクチャ等が記憶されてもよい。
 なお、復号装置200において、図41等に示された複数の構成要素の全てが実装されなくてもよいし、上述された複数の処理の全てが行われなくてもよい。図41等に示された複数の構成要素の一部は、他の装置に含まれていてもよいし、上述された複数の処理の一部は、他の装置によって実行されてもよい。
 [各用語の定義]
 各用語は一例として、以下のような定義であってもよい。
 ピクチャは、モノクロフォーマットにおける複数の輝度サンプルの配列、又は、4:2:0、4:2:2及び4:4:4のカラーフォーマットにおける複数の輝度サンプルの配列及び複数の色差サンプルの2つの対応配列である。ピクチャは、フレーム又はフィールドであってもよい。
 フレームは、複数のサンプル行0、2、4、・・・が生じるトップフィールド、及び、複数のサンプル行1、3、5、・・・が生じるボトムフィールドの組成物である。
 スライスは、1つの独立スライスセグメント、及び、(もしあれば)同じアクセスユニット内の(もしあれば)次の独立スライスセグメントに先行する全ての後続の従属スライスセグメントに含まれる整数個の符号化ツリーユニットである。
 タイルは、ピクチャにおける特定のタイル列及び特定のタイル行内の複数の符号化ツリーブロックの矩形領域である。タイルは、タイルのエッジを跨ぐループフィルタが依然として適用されてもよいが、独立して復号及び符号化され得ることが意図された、フレームの矩形領域であってもよい。
 ブロックは、複数のサンプルのMxN(N行M列)配列、又は、複数の変換係数のMxN配列である。ブロックは、1つの輝度及び2つの色差の複数の行列からなる複数の画素の正方形又は矩形の領域であってもよい。
 CTU(符号化ツリーユニット)は、3つのサンプル配列を有するピクチャの複数の輝度サンプルの符号化ツリーブロックであってもよいし、複数の色差サンプルの2つの対応符号化ツリーブロックであってもよい。あるいは、CTUは、モノクロピクチャと、3つの分離されたカラー平面及び複数のサンプルの符号化に用いられるシンタックス構造を用いて符号化されるピクチャとのいずれかの複数のサンプルの符号化ツリーブロックであってもよい。
 スーパーブロックは、1つ又は2つのモード情報ブロックを構成し、又は、再帰的に4つの32×32ブロックに分割され、さらに分割され得る64×64画素の正方形ブロックであってもよい。
 (実施の形態2)
 本実施の形態における符号化装置100は、実施の形態1と同様の構成を有する。また、本実施の形態における符号化装置100は、実施の形態1に対して付加的な機能、または代替え的な機能を有する。同様に、本実施の形態における復号装置200は、実施の形態1と同様の構成を有する。また、本実施の形態における復号装置200は、実施の形態1に対して付加的な機能、または代替え的な機能を有する。
 本実施の形態における復号装置200は、VPDUと呼ばれる画像の単位を用いて処理を行うとともに、以下の第1~第7の例のような予測処理を行う。なお、以下の予測処理の第1~第7の例では、パイプライン処理が用いられる。このパイプライン処理は、複数のステージ(例えばStage1~6)を含み、これらのステージのそれぞれは、そのステージに対応する回路またはプロセッサなどのハードウェアによって実行される。
 [VPDU]
 図47は、予測処理を行う際のブロックサイズについて説明するための図である。
 ピクチャまたは画像を構成する最も大きな単位としてCTUがある。基本的に予測処理はCU単位で行われ、そのCUはCTU以下のサイズを取ることができる。例えば、CTUサイズが128×128画素である場合は、CUサイズは、4×4画素、4×8画素、8×4画素、8×8画素、・・・、または128×128画素を取ることができる。
 また、別の単位としてVPDU(Virtual Pipeline Decoding Unit)と呼ばれる単位がある。VPDUは、ハードウェアにおいてパイプライン処理を行う際に、1ステージで処理できる固定的な単位である。具体的には、変換処理が適用されるブロックサイズの中で取りうる最も大きなサイズをVPDUのサイズとすることが多く、例えば、VPDUに対して64×64画素等のサイズが設定される。
 一般的に、処理対象CUがVPDUよりも小さい場合は、VPDUに包含される複数のCUをまとめてパイプライン処理の1ステージで処理することが想定される。一方、処理対象CUがVPDUよりも大きい場合は、そのCUを複数のVPDUに分割して、そのCUをVPDUごとにパイプライン処理の1ステージで処理することが想定される。
 [予測処理の第1の例]
 図48は、本実施の形態における復号装置200によって行われる予測処理の第1の例をパイプライン処理の一構成例として概略的に示す図である。
 図48に示すパイプライン処理PL1は、Stage1~6を含む。
 Stage1では、エントロピー復号処理St1が行われる。つまり、Stage1では、復号装置200は、復号対象の入力ストリームに対して、エントロピー復号を行うことによって、符号化画像の復号に必要な情報を取得する。なお、入力ストリームは、上述の符号化ビットストリームであって、エントロピー復号処理St1は、図41に示す復号装置200のエントロピー復号部202によって行われる。一般的に、Stage1の処理は、図47に示すVPDU単位ではなく、CU単位、CTU単位、もしくはそれよりも大きな単位で行われる。
 Stage2では、MV導出処理St21およびメモリ転送処理St22が行われる。つまり、MV導出処理St21では、復号装置200は、動きベクトルであるMVを導出する。そして、メモリ転送処理St22では、復号装置200は、その導出されたMVを用いて参照画像の少なくとも一部を例えばフレームメモリ214などのメモリから転送する。一般的に、Stage2以降の各ステージの処理は、図47に示すVPDU単位で行われる。例えばStage2以降の各ステージでは、VPDUがCUよりも大きければ、VPDU内の全てのCUに対する処理が完了するまで、各CUに対する処理が行われる。また、VPDUがCUよりも小さければ、例えば、CU内の1つのVPDUに対して処理が行われ、その1つのVPDUの処理結果(例えば、導出されたMV)がCU内の他のVPDUに適用される。
 Stage3では、DMVR処理St3が行われる。つまり、Stage3では、復号装置200は、DMVR処理によって、上述のように導出されたMVの周辺を探索してそのMVの補正を行う。
 Stage4では、MC処理St4が行われる。つまり、Stage4では、復号装置200は、その補正されたMVを用いて動き補償処理を行う。
 なお、上述のStage2~4までの処理は、図41に示すインター予測部218によって行われる。
 Stage5では、LIC処理St51aと、イントラ予測処理St52と、イントラ/インター混合処理St53と、モード切替処理St57と、逆量子化・逆変換処理St54と、再構成処理St56とが行われる。
 LIC処理St51aでは、復号装置200は、動き補償処理によって取得されたインター予測画像に対してLIC処理を適用することでそのインター予測画像の補正を行う。なお、LIC処理St51aは、図41に示すインター予測部218によって行われる。
 また、LIC処理St51aと同時に行われるイントラ予測処理St52では、復号装置200は、イントラ予測を行うことによってイントラ予測画像を生成する。なお、イントラ予測処理St52は、図41に示すイントラ予測部216によって行われる。
 イントラ/インター混合処理St53では、復号装置200は、その補正されたインター予測画像とイントラ予測画像とを加算器を用いて混合する、または重ね合わせることによって、イントラ/インター混合予測画像を生成する。例えば、イントラ予測画像の画素値とインター予測画像の画素値との平均値がイントラ/インター混合予測画像の画素値として用いられてもよい。なお、イントラ/インター混合処理St53は、CIIP(Combined inter merge / intra prediction)とも呼ばれる。モード切替処理St57では、復号装置200は、イントラ予測画像と、イントラ/インター混合予測画像と、補正後のインター予測画像とから、符号化画像の復号に用いられる最終的な予測画像を選択的に切り替える。
 イントラ/インター混合処理St53は、インター予測でMC処理St4が行われてインター予測画像を生成したのちに、イントラ予測画像を混合するため、インター予測におけるMV導出のモードの1つと考えることもできる。なお、インター予測モードにおけるMV導出のモードは、例えば、図16や図17のように分類できるが、いずれの分類に含まれてもよい。例えば、MV導出モードを、図17のように差分MVを符号化するモードか差分MVを符号化しないモードかに分類する場合、どちらか1方に含まれるのであれば、どちらの分類に含まれてもよい。図16等、他の分類でも同様である。
 なお、イントラ・インター混合処理St53およびモード切替処理St57は、図41に示すインター予測部218、イントラ予測部216、および予測制御部220のうちの少なくとも1つによって行われる。
 逆量子化・逆変換処理St54では、復号装置200は、入力ストリームに対して逆量子化と逆変換とを行って残差画像を生成する。残差画像は、上述の予測残差または差分ブロックである。再構成処理St56では、復号装置200は、その残差画像と、上述のように切り替えられた予測画像とを加算することによって再構成画像を生成する。この生成された再構成画像は、次のブロックまたはCUの処理に隣接参照画素として使用されるため、LIC処理St51aおよびイントラ予測処理St52にフィードバックされる。
 なお、逆量子化・逆変換処理St54は、図41に示す逆量子化部204および逆変換部206によって行われ、再構成処理St56は、図41に示す加算部208によって行われる。
 Stage6では、ループフィルタ処理St6が行われる。つまり、Stage6では、復号装置200は、再構成画像に対してデブロッキング・フィルタ等のループフィルタを適用することによって復号画像を生成する。なお、このループフィルタ処理St6は、図41に示すループフィルタ部212によって行われる。
 なお、図48に示すパイプライン処理PL1は一例であって、このパイプライン処理PL1に含まれる少なくとも1つの処理を除いたり、このパイプライン処理PL1に他の処理を追加したり、ステージの区切り方を変えてもよい。
 図47を用いて説明した通り、処理対象CUがVPDUよりも小さい場合は、VPDUに包含される複数のCUをまとめてパイプラインの1ステージで処理を行うことが想定される。例えば、VPDUのサイズが64×64画素で、それに包含される全てのCUのそれぞれのサイズが8×8画素である場合、図48に示すパイプライン処理PL1の1ステージの中で、64個のCUの処理が行われる。
 ここで、Stage5におけるモード切替処理St57では、ワーストケースとして、VPDUに含まれる上述の64個の全てのCUの復号に、イントラ/インター混合予測画像が用いられる場合がある。そのイントラ/インター混合予測画像を生成するためのイントラ/インター混合処理St53では、復号装置200は、イントラ予測画像と補正後のインター予測画像とを混合する。したがって、復号装置200は、CUごとに、そのCUに対するイントラ予測処理St52と、インター予測処理との両方が完了していることを確認してから、イントラ予測画像と補正後のインター予測画像とを混合する必要がある。なお、上述のインター予測処理は、MV導出処理St21、メモリ転送処理St22、DMVR処理St3、MC処理St4およびLIC処理St51aを含む。
 つまり、図48に示すパイプライン処理PL1では、復号装置200は、CUごとに、イントラ予測処理St52およびインター予測処理のうちで処理完了時間が遅い方を待つ必要がある。その結果、待ち時間がワーストケースでは1ステージ処理中に64回も発生する可能性がある。
 この待ち時間は、Stage5の処理時間を大幅に増加させてしまう原因となり、その結果、1ピクチャの復号に与えられた処理時間内に、その復号を完了させることができない場合が生じる。つまり、決められた時間に復号画像を表示させることができなくなってしまう可能性が発生する。
 そこで、本実施の形態における復号装置200は、以下に示す予測処理の第2~第7の例を行ってもよい。
 [予測処理の第2の例]
 図49は、本実施の形態における復号装置200によって行われる予測処理の第2の例を示すフローチャートである。なお、このフローチャートは、予測処理の第2の例におけるCUに対する処理の流れを示す。
 復号装置200は、ステップS11~S17aの処理をCU単位で行う。具体的には、まず、復号装置200は、処理対象CUに対してMVの導出を行い(ステップS11)、さらに、DMVR処理を行う(ステップS12)。このDMVR処理では、復号装置200は、ステップS11で導出されたMVの周辺を探索することによってそのMVの補正を行う。そして、復号装置200は、補正されたMVを用いてMC処理、すなわち動き補償処理を行う(ステップS13)。これにより、インター予測画像が得られる。
 次に、復号装置200は、処理対象CUにLIC処理を適用するかどうかを判定する(ステップS14a)。ここで、復号装置200は、LIC処理を適用すると判定すると(ステップS14aのYes)、MC処理によって得られたインター予測画像に対してLIC処理による補正を行うことによって、最終的な予測画像を生成する(ステップS16a)。なお、最終的な予測画像とは、再構成画像の生成に用いられる予測画像であって、残差画像に加算される予測画像である。
 一方、復号装置200は、LIC処理を適用しないと判定すると(ステップS14aのNo)、さらに、イントラ/インター混合処理を適用するかどうかを判定する(ステップS15a)。ここで、復号装置200は、イントラ/インター混合処理を適用すると判定すると(ステップS15aのYes)、MC処理によって得られたインター予測画像と、イントラ予測処理によって得られたイントラ予測画像とを混合する(ステップS17a)。この混合によって、イントラ/インター混合予測画像が最終的な予測画像として生成される。一方、復号装置200は、イントラ/インター混合処理を適用しないと判定すると(ステップS15aのNo)、MC処理によって得られたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 なお、図49のフローチャートでは、復号装置200は、まず、LIC処理を適用するかどうかを判定してから、次に、イントラ/インター混合処理を適用するかどうかを判定しているが、その逆の順でそれらの判定を行ってもよい。
 なお、図49のフローチャートは一例であって、このフローチャートに含まれる少なくとも1つのステップを除いたり、このフローチャートに他の処理または条件判定のステップを追加したりしてもよい。
 なお、図49に示すフローチャートの処理は、符号化装置100によって行われてもよい。つまり、符号化装置100と復号装置200とは、互に同様の予測処理を行い、その予測処理を用いて、画像をストリームに符号化するか、そのストリームを画像に復号するかに違いがある。したがって、図49のフローチャートに示される予測処理の流れは、符号化装置100においても基本的に共通である。
 なお、図49のフローチャートにおける、LIC処理を適用するかどうかの判定(ステップS14a)、およびイントラ/インター混合処理を適用するかどうかの判定(ステップS15a)は、フラグの解析によって行われてもよい。つまり、復号装置200は、例えば、ストリームに記述されているフラグを解析することによって、それらの判定を行ってもよい。また、符号化装置100は、例えば、R-D最適化モデルを用いたコストを算出することによって、それらの判定を行ってもよい。つまり、符号化装置100は、上述のそれぞれの判定において、判定対象の処理を適用することに得られる予測画像のコストと、その処理を適用しないことによって得られる予測画像のコストとを算出する。そして、符号化装置100は、それらのコストのうちの小さい方のコストに対応する予測画像が最終的な予測画像として用いられるように、上述の判定を行う。
 図50は、本実施の形態における復号装置200によって行われる予測処理の第2の例をパイプライン処理の一構成例として概略的に示す図である。
 図50に示すパイプライン処理PL2は、Stage1~6を含む。なお、Stage2以降の各ステージの処理は、例えばVPDU単位で行われる。
 このパイプライン処理PL2のStage1~6のうちのStage5は、図48に示すパイプライン処理PL1のStage5とは異なる。つまり、パイプライン処理PL2のStage5では、LIC処理St51aを適用しない場合に、イントラ/インター混合処理St53が行われる。言い換えれば、復号装置200は、MC処理St4によって生成されたインター予測画像に対して、LIC処理St51aを行うことなく、そのインター予測画像とイントラ予測画像とを混合することによって、イントラ/インター混合予測画像を生成する。
 このようなパイプライン処理PL2では、イントラ/インター混合処理St53が行われる時点では、そのイントラ/インター混合処理St53に必要なインター予測画像の生成がStage4で既に完了している。したがって、図48に示すパイプライン処理PL1では必要とされていたインター予測処理の完了の待機を、パイプライン処理PL2では不要とすることができる。したがって、イントラ予測処理St52が完了した時点ですぐにイントラ/インター混合処理St53を行うことが可能となる。その結果、余分な待ち時間の発生を抑えることができる。つまり、イントラ/インター混合処理St53を行う場合のStage5の処理時間を、イントラ/インター混合処理St53を行わない場合のStage5の処理時間とほぼ同等の処理時間にすることができる。
 なお、図50に示すパイプライン処理PL2は一例であって、このパイプライン処理PL2に含まれる少なくとも1つの処理を除いたり、このパイプライン処理PL2に他の処理を追加したり、ステージの区切り方を変えてもよい。
 このように予測処理の第2の例では、図49および図50に示す処理によって、1つのVPDUに複数のCUが包含されるような符号化が行われる場合においても、全てのステージの処理を予め指定された処理時間内に完了させることができる。その結果、符号化性能の劣化を抑制しながら処理の高速化を図る可能性を高めることができる。
 [予測処理の第2の例のバリエーション]
 なお、予測処理の第2の例では、LIC処理の適用が選択されたという条件が満たされたときには常にイントラ/インター混合処理が禁止されるが、イントラ/インター混合処理の禁止は、この条件に限らない。例えば、LIC処理の適用が選択され、かつ、処理対象CUのサイズが特定の閾値よりも小さいという条件が満たされたときに、イントラ/インター混合処理が禁止されてもよい。これにより、再構成画像を生成するStage5の処理時間は増加するが、その増加時間をある程度の範囲内に収めることが可能となり、符号化性能の劣化をさらに抑制しながら処理時間の増加を抑制できる可能性を高めることができる。
 なお、イントラ/インター混合処理の適用を選択し、かつ、処理対象CUのサイズが特定の閾値よりも小さいという条件が満たされたときに、LIC処理が禁止されてもよい。また、その条件に含まれる「処理対象CUのサイズが特定の閾値よりも小さい」は、「1つのVPDUに含まれるCUの数が特定の閾値よりも多い」に置き換えられてもよい。
 なお、予測処理の第2の例では、LIC処理とイントラ/インター混合処理との組み合わせにおいて、何れか一方の処理が適用され他方の処理が禁止されるが、この組み合わせに限らず、他の組み合わせにおいても上述と同様の適用と禁止とが行われてもよい。例えば、他の組み合わせは、再構成画像を生成するStage5において、再構成画像のフィードバックが必要なインター予測側の処理と、待ち時間が必要とされる処理との組み合わせであれば、どのような組み合わせであってもよい。待ち時間が必要とされる処理は、イントラ予測側の処理とインター予測側の処理とのうち完了時間の遅い方の処理を待つ必要がある処理である。なお、再構成画像のフィードバックが必要なインター予測側の処理は、例えば、インター予測によって得られた予測画像に対して行われるフィルタ処理であってもよい。
 [予測処理の第3の例]
 図51は、本実施の形態における復号装置200によって行われる予測処理の第3の例を示すフローチャートである。なお、このフローチャートは、予測処理の第3の例におけるCUに対する処理の流れを示す。
 復号装置200は、ステップS11~S13、S14b、S15a、S16b、およびS17aの処理をCU単位で行う。具体的には、まず、復号装置200は、処理対象CUに対してMVの導出を行い(ステップS11)、さらに、DMVR処理を行う(ステップS12)。このDMVR処理では、復号装置200は、ステップS11で導出されたMVの周辺を探索することによってそのMVの補正を行う。そして、復号装置200は、補正されたMVを用いてMC処理、すなわち動き補償処理を行う(ステップS13)。これにより、処理対象CUのインター予測画像が得られる。
 次に、復号装置200は、処理対象CUのインター予測画像に対してフィルタ処理(予測画フィルタ処理ともいう)を適用するかどうかを判定する(ステップS14b)。ここで、フィルタ処理とは、複数の画素のそれぞれに重みを乗算して、画素値を補正または更新する処理である。なお、予測画フィルタ処理とは、特に、予測画像に含まれる画素値を補正または更新する処理である。
 復号装置200は、フィルタ処理を適用すると判定すると(ステップS14bのYes)、MC処理によって得られたインター予測画像に対してフィルタ処理を行うことによって、フィルタ処理されたインター予測画像を、最終的な予測画像として生成する(ステップS16b)。例えば、フィルタ処理では、5×5のフィルタ係数からなるマトリックスが用いられてもよい。さらに、フィルタ処理では、処理対象CUに隣接するCU(以下、隣接CUという)の再構成画像に含まれる画素が用いられてもよい。例えば、処理対象CUのインター予測画像内の各画素のうちの、処理対象CUと隣接CUとの境界に近い画素は、その隣接CUの再構成画像に含まれる画素を用いてフィルタ処理される。
 一方、復号装置200は、フィルタ処理を適用しないと判定すると(ステップS14bのNo)、さらに、イントラ/インター混合処理を適用するかどうかを判定する(ステップS15a)。ここで、復号装置200は、イントラ/インター混合処理を適用すると判定すると(ステップS15aのYes)、MC処理によって得られたインター予測画像と、イントラ予測処理によって得られたイントラ予測画像とを混合する(ステップS17a)。この混合によって、イントラ/インター混合予測画像が最終的な予測画像として生成される。一方、復号装置200は、イントラ/インター混合処理を適用しないと判定すると(ステップS15aのNo)、MC処理によって得られたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 なお、図51のフローチャートでは、復号装置200は、まず、インター予測画像に対してフィルタ処理を適用するかどうかを判定してから、次に、イントラ/インター混合処理を適用するかどうかを判定しているが、その逆の順でそれらの判定を行ってもよい。
 なお、図51のフローチャートは一例であって、このフローチャートに含まれる少なくとも1つのステップを除いたり、このフローチャートに他の処理または条件判定のステップを追加したりしてもよい。
 なお、図51に示すフローチャートの処理は、符号化装置100によって行われてもよい。つまり、符号化装置100と復号装置200とは、互に同様の予測処理を行い、その予測処理を用いて、画像をストリームに符号化するか、そのストリームを画像に復号するかに違いがある。したがって、図51のフローチャートに示される予測処理の流れは、符号化装置100においても基本的に共通である。
 なお、図51のフローチャートにおける、フィルタ処理を適用するかどうかの判定(ステップS14b)、およびイントラ/インター混合処理を適用するかどうかの判定(ステップS15a)は、フラグの解析によって行われてもよい。つまり、復号装置200は、例えば、ストリームに記述されているフラグを解析することによって、それらの判定を行ってもよい。また、符号化装置100は、例えば、R-D最適化モデルを用いたコストを算出することによって、それらの判定を行ってもよい。つまり、符号化装置100は、上述のそれぞれの判定において、判定対象の処理を適用することに得られる予測画像のコストと、その処理を適用しないことによって得られる予測画像のコストとを算出する。そして、符号化装置100は、それらのコストのうちの小さい方のコストに対応する予測画像が最終的な予測画像として用いられるように、上述の判定を行う。
 図52は、本実施の形態における復号装置200によって行われる予測処理の第3の例をパイプライン処理の一構成例として概略的に示す図である。
 図52に示すパイプライン処理PL3は、Stage1~6を含む。なお、Stage2以降の各ステージの処理は、例えばVPDU単位で行われる。
 このパイプライン処理PL3のStage1~6のうちのStage5は、図50に示すパイプライン処理PL2のStage5とは異なる。つまり、パイプライン処理PL3のStage5では、LIC処理St51aの代わりに予測画フィルタ処理St51bが行われる。この予測画フィルタ処理St51bは、上述のフィルタ処理である。
 つまり、パイプライン処理PL2のStage5では、予測画フィルタ処理St51bを適用しない場合に、イントラ/インター混合処理St53が行われる。言い換えれば、復号装置200は、MC処理St4によって生成されたインター予測画像に対して、予測画フィルタ処理St51bを行うことなく、そのインター予測画像とイントラ予測画像とを混合することによって、イントラ/インター混合予測画像を生成する。一方、復号装置200は、MC処理St4によって生成されたインター予測画像に対して予測画フィルタ処理St51bを適用する場合は、その予測画フィルタ処理St51bが適用されたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 このようなパイプライン処理PL3では、イントラ/インター混合処理St53が行われる時点では、そのイントラ/インター混合処理St53に必要なインター予測画像の生成がStage4で既に完了している。したがって、図48に示すパイプライン処理PL1では必要とされていたインター予測処理の完了の待機を、パイプライン処理PL3では不要とすることができる。したがって、イントラ予測処理St52が完了した時点ですぐにイントラ/インター混合処理St53を行うことが可能となる。その結果、余分な待ち時間の発生を抑えることができる。つまり、イントラ/インター混合処理St53を行う場合のStage5の処理時間を、イントラ/インター混合処理St53を行わない場合のStage5の処理時間とほぼ同等の処理時間にすることができる。
 なお、図52に示すパイプライン処理PL3は一例であって、このパイプライン処理PL3に含まれる少なくとも1つの処理を除いたり、このパイプライン処理PL3に他の処理を追加したり、ステージの区切り方を変えてもよい。
 なお、予測画フィルタ処理St51bは、既に処理が完了しているブロックの残差画像と予測画像を加算することで生成された再構成画像をフィードバックさせて、前記再構成画像も入力に加えて処理を行う構成としているが、それに限ったものでなく、前記再構成画像をフィードバックさせて入力させることなく、処理対象ブロック内の予測画像のみに対してフィルタ処理を行う構成としてもよい。
 言い換えると、図52のパイプライン処理PL3におけるStage5では、処理済みのCUの残差画像と予測画像とを加算することで生成された再構成画像が、予測画フィルタ処理St51bにフィードバックされる。そして、予測画フィルタ処理St51bでは、その再構成画像と、MC処理St4によって生成されたインター予測画像とを用いた処理が行われる。つまり、インター予測画像の画素が、再構成画像の画素を用いてフィルタリングされる。しかし、この予測処理の第3の例は、このようなフィードバックに限定されるものではない。つまり、予測画フィルタ処理St51bへの再構成画像のフィードバックが行われなくてもよい。この場合には、予測画フィルタ処理St51bでは、その再構成画像を用いることなく、MC処理St4によって生成されたインター予測画像に対して処理が行われる。
 このようなフィードバックが行われない場合には、Stage5を、予測画フィルタ処理St51bを行うステージと、その予測画フィルタ処理St51b以外の再構成処理St56などの幾つかの処理を含むステージとに分割することができる。しかし、Stage5を2つのステージに分割すると、ステージの追加によって、必要とされるメモリおよび回路が増加する可能性がある。しかし、パイプライン処理PL3では、予測画フィルタ処理St51bは、再構成処理St56などの幾つかの処理と同じステージで行われるため、メモリおよび回路の増加を回避できる可能性を高めることができる。
 このように予測処理の第3の例では、図51および図52に示す処理によって、1つのVPDUに複数のCUが包含されるような符号化が行われる場合においても、全てのステージの処理を予め指定された処理時間内に完了させることができる。その結果、符号化性能の劣化を抑制しながら処理の高速化を図る可能性を高めることができる。また、上述のように、予測画フィルタ処理St51bが、再構成処理St56などの処理と同じステージに実装されるため、符号化装置100および復号装置200の回路規模の増加を抑制できる可能性を高めることができる。
 [予測処理の第4の例]
 図53は、本実施の形態における復号装置200によって行われる予測処理の第4の例を示すフローチャートである。なお、このフローチャートは、予測処理の第4の例におけるCUに対する処理の流れを示す。
 復号装置200は、ステップS11~S13、S14c、S15a、S16c、およびS17aの処理をCU単位で行う。具体的には、まず、復号装置200は、処理対象CUに対してMVの導出を行い(ステップS11)、さらに、DMVR処理を行う(ステップS12)。このDMVR処理では、復号装置200は、ステップS11で導出されたMVの周辺を探索することによってそのMVの補正を行う。そして、復号装置200は、補正されたMVを用いてMC処理、すなわち動き補償処理を行う(ステップS13)。これにより、処理対象CUのインター予測画像が得られる。
 次に、復号装置200は、処理対象CUのインター予測画像に対してBIO処理を適用するかどうかを判定する(ステップS14c)。ここで、復号装置200は、BIO処理を適用すると判定すると(ステップS14cのYes)、MC処理によって得られたインター予測画像に対してBIO処理を行うことによって、最終的な予測画像を生成する(ステップS16c)。なお、BIO処理は、上述のBIOモードであって、BDOF(bi-directional optical flow)処理とも呼ばれる。このBIO処理は、等速直線運動を仮定したモデルに基づいて導出または補正された動きベクトルに基づいてインター予測画像を補正する処理である。このようにBIO処理によって補正されたインター予測画像が、最終的な予測画像として再構成画像の生成に用いられる。
 一方、復号装置200は、BIO処理を適用しないと判定すると(ステップS14cのNo)、さらに、イントラ/インター混合処理を適用するかどうかを判定する(ステップS15a)。ここで、復号装置200は、イントラ/インター混合処理を適用すると判定すると(ステップS15aのYes)、MC処理によって得られたインター予測画像と、イントラ予測処理によって得られたイントラ予測画像とを混合する(ステップS17a)。この混合によって、イントラ/インター混合予測画像が最終的な予測画像として生成される。一方、復号装置200は、イントラ/インター混合処理を適用しないと判定すると(ステップS15aのNo)、MC処理によって得られたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 なお、図53のフローチャートでは、復号装置200は、まず、インター予測画像に対してBIO処理を適用するかどうかを判定してから、次に、イントラ/インター混合処理を適用するかどうかを判定しているが、その逆の順でそれらの判定を行ってもよい。
 なお、図53のフローチャートは一例であって、このフローチャートに含まれる少なくとも1つのステップを除いたり、このフローチャートに他の処理または条件判定のステップを追加したりしてもよい。
 なお、図53に示すフローチャートの処理は、符号化装置100によって行われてもよい。つまり、符号化装置100と復号装置200とは、互に同様の予測処理を行い、その予測処理を用いて、画像をストリームに符号化するか、そのストリームを画像に復号するかに違いがある。したがって、図53のフローチャートに示される予測処理の流れは、符号化装置100においても基本的に共通である。
 なお、図53のフローチャートにおける、BIO処理を適用するかどうかの判定(ステップS14c)、およびイントラ/インター混合処理を適用するかどうかの判定(ステップS15a)は、フラグの解析によって行われてもよい。つまり、復号装置200は、例えば、ストリームに記述されているフラグを解析することによって、それらの判定を行ってもよい。また、符号化装置100は、例えば、R-D最適化モデルを用いたコストを算出することによって、それらの判定を行ってもよい。つまり、符号化装置100は、上述のそれぞれの判定において、判定対象の処理を適用することに得られる予測画像のコストと、その処理を適用しないことによって得られる予測画像のコストとを算出する。そして、符号化装置100は、それらのコストのうちの小さい方のコストに対応する予測画像が最終的な予測画像として用いられるように、上述の判定を行う。
 図54は、本実施の形態における復号装置200によって行われる予測処理の第4の例をパイプライン処理の一構成例として概略的に示す図である。
 図54に示すパイプライン処理PL4は、Stage1~6を含む。なお、Stage2以降の各ステージの処理は、例えばVPDU単位で行われる。
 このパイプライン処理PL4のStage1~6のうちのStage5は、図50に示すパイプライン処理PL2のStage5とは異なる。つまり、パイプライン処理PL4のStage5では、LIC処理St51aの代わりにBIO処理St51cが行われる。さらに、このBIO処理St51cには、残差画像と予測画像とを加算することで生成される再構成画像がフィードバックされていない。
 このようなパイプライン処理PL4のStage5では、BIO処理St51cを適用しない場合に、イントラ/インター混合処理St53が行われる。言い換えれば、復号装置200は、MC処理St4によって生成されたインター予測画像に対して、BIO処理St51cを行うことなく、そのインター予測画像とイントラ予測画像とを混合することによって、イントラ/インター混合予測画像を生成する。一方、復号装置200は、MC処理St4によって生成されたインター予測画像に対してBIO処理St51cを適用する場合は、イントラ/インター混合処理St53を行わない。したがって、復号装置200は、そのBIO処理St51cが適用されたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 つまり、予測処理の第4の例では、BIO処理St51cとイントラ/インター混合処理St53とのうちの1つの処理が排他的に選択され、それらの処理のうちの選択された処理だけが、MC処理St4によって生成されたインター予測画像に対して適用される。その選択された処理の適用によって、処理対象CUの最終的な予測画像が生成されて、再構成画像の生成に用いられる。
 このようなパイプライン処理PL4では、イントラ/インター混合処理St53が行われる時点では、そのイントラ/インター混合処理St53に必要なインター予測画像の生成がStage4で既に完了している。したがって、図48に示すパイプライン処理PL1では必要とされていたインター予測処理の完了の待機を、パイプライン処理PL4では不要とすることができる。したがって、イントラ予測処理St52が完了した時点ですぐにイントラ/インター混合処理St53を行うことが可能となる。その結果、余分な待ち時間の発生を抑えることができる。つまり、イントラ/インター混合処理St53を行う場合のStage5の処理時間を、イントラ/インター混合処理St53を行わない場合のStage5の処理時間とほぼ同等の処理時間にすることができる。
 なお、図54に示すパイプライン処理PL4は一例であって、このパイプライン処理PL4に含まれる少なくとも1つの処理を除いたり、このパイプライン処理PL4に他の処理を追加したり、ステージの区切り方を変えてもよい。
 なお、図54のパイプライン処理PL4におけるStage5では、処理済みのCUの残差画像と予測画像とを加算することで生成された再構成画像は、BIO処理St51cにフィードバックされない。したがって、Stage5を、BIO処理St51cを行うステージと、そのBIO処理St51c以外の再構成処理St56などの幾つかの処理を含むステージとに分割することができる。しかし、Stage5を2つのステージに分割すると、ステージの追加によって、必要とされるメモリおよび回路が増加する可能性がある。しかし、パイプライン処理PL4では、BIO処理St51cは、再構成処理St56などの幾つかの処理と同じステージで行われるため、メモリおよび回路の増加を回避できる可能性を高めることができる。
 このように予測処理の第4の例では、図53および図54に示す処理によって、1つのVPDUに複数のCUが包含されるような符号化が行われる場合においても、全てのステージの処理を予め指定された処理時間内に完了させることができる。その結果、符号化性能の劣化を抑制しながら処理の高速化を図る可能性を高めることができる。また、上述のように、BIO処理St51cが、再構成処理St56などの処理と同じステージに実装されているため、符号化装置100および復号装置200の回路規模の増加を抑制できる可能性を高めることができる。
 以上のように、本実施の形態における復号装置200は、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの第1の予測画像を生成する。そして、復号装置200は、第1の予測画像に対して更新処理を適用することによって、処理対象ブロックの最終的な予測画像を生成する。ここで、更新処理の候補は、第1の処理と第2の処理を含む。第1の処理は、BDOF(bi-directional optical flow)処理であり、第2の処理は、処理対象ブロックのイントラ予測で生成された第2の予測画像と上述の第1の予測画像とを混合する処理である。そして、更新処理の適用では、第1の処理及び第2の処理が排他的に適用される。例えば、復号装置200は、最終的な予測画像の生成では、更新処理が第1の処理である場合には、第1の予測画像に第2の処理を適用することなく、第1の処理を適用して、最終的な予測画像を生成する。また、復号装置200は、更新処理が第2の処理である場合には、第1の予測画像に第1の処理を適用することなく、第2の処理を適用して、最終的な予測画像を生成する。なお、第1の予測画像は、インター予測画像であり、第2の予測画像は、イントラ予測画像であり、処理対象ブロックは、例えば処理対象CUである。
 これにより、第1の処理が更新処理であっても、第2の処理が更新処理であっても、第1の処理および第2の処理のうちの更新処理以外の処理は、第1の予測画像に対して適用されない。つまり、その更新処理以外の処理の適用は禁止される。したがって、例えば、符号化画像を復号するためのパイプライン処理に含まれる1つのステージに第1の処理と第2の処理とが含まれている場合に、その第1の処理と第2の処理とを共に行うことによって、そのステージの処理にかかる時間が長くなってしまうことを抑制することができる可能性を高めることができる。すなわち、処理時間増加の抑制の可能性を高めることができる。
 また、復号装置200は、上述の更新処理の適用では、第2の処理を第1の予測画像に適用するか否かを判定し、第2の処理を適用すると判定した場合に、第2の処理を更新処理とする。一方、復号装置200は、第2の処理を適用しないと判定した場合に、第1の処理を第1の予測画像に適用するか否かを判定し、第1の処理を適用すると判定した場合に、第1の処理を更新処理とする。
 これにより、更新処理の選択を適切に行うことができる可能性を高めることができる。
 また、復号装置200は、符号化画像を復号するためのパイプライン処理に含まれる1つのステージであって、生成された最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、第1の処理および第2の処理を排他的に実行する。
 これにより、例えば、第1の処理と第2の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、復号装置200の回路規模の増加を抑制することができる可能性を高めることができる。
 このような復号装置200と同様に、本実施の形態における符号化装置100は、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの第1の予測画像を生成する。そして、符号化装置100は、第1の予測画像に対して更新処理を適用することによって、処理対象ブロックの最終的な予測画像を生成する。ここで、更新処理の候補は、第1の処理と第2の処理を含む。第1の処理は、BDOF(bi-directional optical flow)処理であり、第2の処理は、処理対象ブロックのイントラ予測で生成された第2の予測画像と上述の第1の予測画像とを混合する処理である。そして、更新処理の適用では、第1の処理及び第2の処理が排他的に適用される。例えば、符号化装置100は、最終的な予測画像の生成では、更新処理が第1の処理である場合には、第1の予測画像に第2の処理を適用することなく、第1の処理を適用して、最終的な予測画像を生成する。また、符号化装置100は、更新処理が第2の処理である場合には、第1の予測画像に第1の処理を適用することなく、第2の処理を適用して、最終的な予測画像を生成する。なお、第1の予測画像は、インター予測画像であり、第2の予測画像は、イントラ予測画像であり、処理対象ブロックは、例えば処理対象CUである。
 これにより、第1の処理が更新処理であっても、第2の処理が更新処理であっても、第1の処理および第2の処理のうちの更新処理以外の処理は、第1の予測画像に対して適用されない。つまり、その更新処理以外の処理の適用は禁止される。したがって、例えば、画像を符号化するためのパイプライン処理に含まれる1つのステージに第1の処理と第2の処理とが含まれている場合に、その第1の処理と第2の処理とを共に行うことによって、そのステージの処理にかかる時間が長くなってしまうことを抑制することができる可能性を高めることができる。すなわち、処理時間増加の抑制の可能性を高めることができる。
 また、符号化装置100は、上述の更新処理の適用では、第2の処理を第1の予測画像に適用するか否かを判定し、第2の処理を適用すると判定した場合に、第2の処理を更新処理とする。一方、符号化装置100は、第2の処理を適用しないと判定した場合に、第1の処理を第1の予測画像に適用するか否かを判定し、第1の処理を適用すると判定した場合に、第1の処理を更新処理とする。
 これにより、更新処理の選択を適切に行うことができる可能性を高めることができる。
 また、符号化装置100は、画像を符号化するためのパイプライン処理に含まれる1つのステージであって、生成された最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、第1の処理および第2の処理を排他的に実行する。
 これにより、例えば、第1の処理と第2の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、符号化装置100の回路規模の増加を抑制することができる可能性を高めることができる。
 [予測処理の第5の例]
 図55は、本実施の形態における復号装置200によって行われる予測処理の第5の例を示すフローチャートである。なお、このフローチャートは、予測処理の第5の例におけるCUに対する処理の流れを示す。
 復号装置200は、ステップS11~S13、S14c、S15b、S16c、およびS17bの処理をCU単位で行う。具体的には、まず、復号装置200は、処理対象CUに対してMVの導出を行い(ステップS11)、さらに、DMVR処理を行う(ステップS12)。このDMVR処理では、復号装置200は、ステップS11で導出されたMVの周辺を探索することによってそのMVの補正を行う。そして、復号装置200は、補正されたMVを用いてMC処理、すなわち動き補償処理を行う(ステップS13)。これにより、処理対象CUのインター予測画像が得られる。
 次に、復号装置200は、処理対象CUのインター予測画像に対してBIO処理を適用するかどうかを判定する(ステップS14c)。ここで、復号装置200は、BIO処理を適用すると判定すると(ステップS14cのYes)、MC処理によって得られたインター予測画像に対してBIO処理を行うことによって、最終的な予測画像を生成する(ステップS16c)。このようにBIO処理によって補正されたインター予測画像が、最終的な予測画像として再構成画像の生成に用いられる。
 一方、復号装置200は、BIO処理を適用しないと判定すると(ステップS14cのNo)、さらに、フィルタ処理(予測画フィルタ処理ともいう)を適用するかどうかを判定する(ステップS15b)。ここで、復号装置200は、フィルタ処理を適用すると判定すると(ステップS15bのYes)、MC処理によって得られたインター予測画像に対してフィルタ処理を行う(ステップS17b)。このフィルタ処理によって、再構成画像の生成に用いられる最終的な予測画像が生成される。一方、復号装置200は、フィルタ処理を適用しないと判定すると(ステップS15bのNo)、MC処理によって得られたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 ここで、フィルタ処理は、上述の予測処理の第3の例におけるフィルタ処理と同じであってもよく、上述した通り、複数の画素のそれぞれに重みを乗算して、画素値を補正または更新する処理であってもよい。なお、予測画フィルタ処理とは、特に、予測画像に含まれる画素値を補正または更新する処理である。または/かつ、その予測画フィルタ処理とは、例えば、MC処理によって得られたインター予測画像の画素を補正または更新する処理であってもよい。
 なお、図55のフローチャートでは、復号装置200は、まず、インター予測画像に対してBIO処理を適用するかどうかを判定してから、次に、フィルタ処理を適用するかどうかを判定しているが、その逆の順でそれらの判定を行ってもよい。
 なお、図55のフローチャートは一例であって、このフローチャートに含まれる少なくとも1つのステップを除いたり、このフローチャートに他の処理または条件判定のステップを追加したりしてもよい。
 なお、図55に示すフローチャートの処理は、符号化装置100によって行われてもよい。つまり、符号化装置100と復号装置200とは、互に同様の予測処理を行い、その予測処理を用いて、画像をストリームに符号化するか、そのストリームを画像に復号するかに違いがある。したがって、図55のフローチャートに示される予測処理の流れは、符号化装置100においても基本的に共通である。
 なお、図55のフローチャートにおける、BIO処理を適用するかどうかの判定(ステップS14c)、およびフィルタ処理を適用するかどうかの判定(ステップS15b)は、フラグの解析によって行われてもよい。つまり、復号装置200は、例えば、ストリームに記述されているフラグを解析することによって、それらの判定を行ってもよい。また、符号化装置100は、例えば、R-D最適化モデルを用いたコストを算出することによって、それらの判定を行ってもよい。つまり、符号化装置100は、上述のそれぞれの判定において、判定対象の処理を適用することによって得られる予測画像のコストと、その処理を適用しないことによって得られる予測画像のコストとを算出する。そして、符号化装置100は、それらのコストのうちの小さい方のコストに対応する予測画像が最終的な予測画像として用いられるように、上述の判定を行う。
 図56は、本実施の形態における復号装置200によって行われる予測処理の第5の例をパイプライン処理の一構成例として概略的に示す図である。
 図56に示すパイプライン処理PL5は、Stage1~6を含む。なお、Stage2以降の各ステージの処理は、例えばVPDU単位で行われる。
 このパイプライン処理PL5のStage1~6のうちのStage5は、図50に示すパイプライン処理PL2のStage5とは異なる。つまり、パイプライン処理PL5のStage5では、MC処理St4によって生成されたインター予測画像に対して、BIO処理St51cか予測画フィルタ処理St51bかのどちらか一方のみが適用されることによって、最終的な予測画像が生成される。なお、予測画フィルタ処理St51bは、上述のフィルタ処理である。
 つまり、パイプライン処理PL5のStage5では、予測画フィルタ処理St51bを適用しない場合に、BIO処理St51cが行われ、BIO処理St51cを適用しない場合に、予測画フィルタ処理St51bが行われる。言い換えれば、復号装置200は、MC処理St4によって生成されたインター予測画像に対して、予測画フィルタ処理St51bを行うことなく、BIO処理St51cを適用することによって、最終的な予測画像を生成する。または、復号装置200は、MC処理St4によって生成されたインター予測画像に対して、BIO処理St51cを行うことなく、予測画フィルタ処理St51bを適用することによって、最終的な予測画像を生成する。
 つまり、予測処理の第5の例では、BIO処理St51cと予測画フィルタ処理St51bとのうちの1つの処理が排他的に選択され、それらの処理のうちの選択された処理だけが、MC処理St4によって生成されたインター予測画像に対して適用される。その選択された処理の適用によって、処理対象CUの最終的な予測画像が生成されて、再構成画像の生成に用いられる。
 BIO処理St51cと予測画フィルタ処理St51bとを同時に適用した場合には、その2つの処理が連続して行われるため、Stage5の処理時間または処理サイクル数が増加する。したがって、このような場合には、規定の処理時間内にStage5の処理を完了させることができなくなってしまう可能性がある。しかし、図56に示すパイプライン処理PL5では、BIO処理St51cと予測画フィルタ処理St51bとのうちの、何れか一方しか行われない。したがって、Stage5の処理時間または処理サイクル数の増加を抑えて、Stage5の処理を規定の処理時間内に完了させることができる。
 なお、図56に示すパイプライン処理PL5は一例であって、このパイプライン処理PL5に含まれる少なくとも1つの処理を除いたり、このパイプライン処理PL5に他の処理を追加したり、ステージの区切り方を変えてもよい。
 なお、予測画フィルタ処理St51bは、既に処理が完了しているブロックの残差画像と予測画像を加算することで生成された再構成画像をフィードバックさせて、前記再構成画像も入力に加えて処理を行う構成としているが、それに限ったものでなく、前記再構成画像をフィードバックさせて入力させることなく、処理対象ブロック内の予測画像のみに対してフィルタ処理を行う構成としてもよい。
 言い換えると、図56のパイプライン処理PL5におけるStage5では、処理済みのCUの残差画像と予測画像とを加算することで生成された再構成画像が、予測画フィルタ処理St51bにフィードバックされる。そして、予測画フィルタ処理St51bでは、その再構成画像と、MC処理St4によって生成されたインター予測画像とを用いた処理が行われる。つまり、インター予測画像の画素が、再構成画像の画素を用いてフィルタリングされる。しかし、この予測処理の第5の例は、このようなフィードバックに限定されるものではない。つまり、予測画フィルタ処理St51bへの再構成画像のフィードバックが行われなくてもよい。この場合には、予測画フィルタ処理St51bでは、その再構成画像を用いることなく、MC処理St4によって生成されたインター予測画像に対して処理が行われる。
 同様に、BIO処理St51cには、再構成画像のフィードバックは行われない。したがって、Stage5を、BIO処理St51cを含むステージと、そのBIO処理St51c以外の予測画フィルタ処理St51bおよび再構成処理St56などの幾つかの処理を含むステージとに分割することができる。しかし、Stage5を2つのステージに分割すると、ステージの追加によって、必要とされるメモリおよび回路が増加する可能性がある。しかし、パイプライン処理PL5では、予測画フィルタ処理St51bおよびBIO処理St51cは、再構成処理St56などの幾つかの処理と同じステージで行われるため、メモリおよび回路の増加を回避できる可能性を高めることができる。
 このように予測処理の第5の例では、図55および図56に示す処理によって、1つのVPDUに複数のCUが包含されるような符号化が行われる場合においても、全てのステージの処理を予め指定された処理時間内に完了させることができる。その結果、符号化性能の劣化を抑制しながら処理の高速化を図る可能性を高めることができる。また、上述のように、予測画フィルタ処理St51bおよびBIO処理St51cが、再構成処理St56などの処理と同じステージに実装されているため、符号化装置100および復号装置200の回路規模の増加を抑制できる可能性を高めることができる。
 以上のように、本実施の形態における復号装置200は、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、その予測画像に対して更新処理を適用することによって、処理対象ブロックの最終的な予測画像を生成する。ここで、その更新処理の候補は、第1の処理と第2の処理を含み、第1の処理は、BDOF(bi-directional optical flow)処理であり、第2の処理は、予測画像の画素値を更新するフィルタ処理である。そして、更新処理の適用では、第1の処理及び第2の処理が排他的に適用される。例えば、復号装置200は、最終的な予測画像の生成では、更新処理が第1の処理である場合には、予測画像に第2の処理を適用することなく、第1の処理を適用して、最終的な予測画像を生成する。また、復号装置200は、更新処理が第2の処理である場合には、予測画像に第1の処理を適用することなく、第2の処理を適用して、最終的な予測画像を生成する。なお、処理対象ブロックは、例えば処理対象CUである。また、インター予測モードにおいて生成される予測画像はインター予測画像である。
 これにより、第1の処理が更新処理であっても、第2の処理が更新処理であっても、第1の処理および第2の処理のうちの更新処理以外の処理は、予測画像に対して適用されない。つまり、その更新処理以外の処理の適用は禁止される。したがって、例えば、符号化画像を復号するためのパイプライン処理に含まれる1つのステージに第1の処理と第2の処理とが含まれている場合に、その第1の処理と第2の処理とを共に行うことによって、そのステージの処理にかかる時間が長くなってしまうことを抑制することができる可能性を高めることができる。すなわち、処理時間増加の抑制の可能性を高めることができる。
 また、復号装置200は、更新処理の適用では、第2の処理を予測画像に適用するか否かを判定し、第2の処理を適用すると判定した場合に、第2の処理を更新処理とする。一方、復号装置200は、第2の処理を適用しないと判定した場合に、第1の処理を予測画像に適用するか否かを判定し、第1の処理を適用すると判定した場合に、第1の処理を更新処理とする。
 これにより、更新処理を適切に行うことができる可能性を高めることができる。
 また、第2の処理は、予測画像に基づいて、その予測画像の画素値を更新する。例えば、第2の処理では、再構成画像を用いずに処理が行われる。または、第2の処理は、(1)予測画像、及び、(2)処理対象ブロックと異なるブロックの再構成画像に基づいて、その予測画像の画素値を更新する。
 これにより、第2の処理による適切な画素値の更新の可能性を高めることができる。
 また、復号装置200は、符号化画像を復号するためのパイプライン処理に含まれる1つのステージであって、生成された最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、第1の処理および第2の処理を排他的に実行する。
 これにより、例えば、第1の処理と第2の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、復号装置200の回路規模の増加を抑制することができる可能性を高めることができる。
 ここで、更新処理の候補は、第1の処理および第2の処理とは異なる第3の処理をさらに含んでもよい。第3の処理は、処理対象ブロックのイントラ予測で生成された第2の予測画像と、インター予測モードで生成した予測画像である第1の予測画像とを混合する処理である。この場合、更新処理の適用では、第1の処理、第2の処理及び第3の処理が排他的に適用される。例えば、第3の処理は、上述のイントラ/インター混合処理である。
 これにより、適用される更新処理の種類を増やすことができ、例えば予測画像を高精度に生成することができる。
 また、復号装置200は、更新処理の適用では、(1)インター予測モードが、第3の処理を選択可能なインター予測モードであった場合、第3の処理を予測画像に適用するか否かを判定してもよい。そして、復号装置200は、第3の処理を適用すると判定した場合に、第3の処理を更新処理とし、第3の処理を適用しないと判定した場合に、第1の処理を予測画像に適用するか否かを判定する。そして、復号装置200は、第1の処理を適用すると判定した場合に、その第1の処理を更新処理とする。一方、復号装置200は、(2)インター予測モードが、第3の処理を選択できないインター予測モードであった場合には、第2の処理を予測画像に適用するか否かを判定してもよい。そして、復号装置200は、第2の処理を適用すると判定した場合に、第2の処理を更新処理とし、第2の処理を適用しないと判定した場合に、第1の処理を予測画像に適用するか否かを判定する。そして、復号装置200は、第1の処理を適用すると判定した場合に、その第1の処理を更新処理とする。
 これにより、更新処理を適切に行うことができる可能性を高めることができる。
 また、復号装置200は、符号化画像を復号するためのパイプライン処理に含まれる1つのステージであって、生成された最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、第1の処理、第2の処理および第3の処理を排他的に実行する。
 これにより、例えば、第1の処理と第2の処理と第3の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、復号装置200の回路規模の増加を抑制することができる可能性を高めることができる。
 また、復号装置200は、生成した最終的な予測画像と残差信号を加算した再構成画像に含まれる画素値を更新するフィルタ処理を行う。例えば、そのフィルタ処理は、デブロッキング・フィルタなどのループフィルタである。
 これにより、再構成画像の歪みなどを除去することができる。
 このような復号装置200と同様に、本実施の形態における符号化装置100は、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、その予測画像に対して更新処理を適用することによって、処理対象ブロックの最終的な予測画像を生成する。ここで、その更新処理の候補は、第1の処理と第2の処理を含み、第1の処理は、BDOF(bi-directional optical flow)処理であり、第2の処理は、予測画像の画素値を更新するフィルタ処理である。そして、更新処理の適用では、第1の処理及び第2の処理が排他的に適用される。例えば、符号化装置100は、最終的な予測画像の生成では、更新処理が第1の処理である場合には、予測画像に第2の処理を適用することなく、第1の処理を適用して、最終的な予測画像を生成する。また、符号化装置100は、更新処理が第2の処理である場合には、予測画像に第1の処理を適用することなく、第2の処理を適用して、最終的な予測画像を生成する。なお、処理対象ブロックは、例えば処理対象CUである。また、インター予測モードにおいて生成される予測画像はインター予測画像である。
 これにより、第1の処理が更新処理であっても、第2の処理が更新処理であっても、第1の処理および第2の処理のうちの更新処理以外の処理は、予測画像に対して適用されない。つまり、その更新処理以外の処理の適用は禁止される。したがって、例えば、画像を符号化するためのパイプライン処理に含まれる1つのステージに第1の処理と第2の処理とが含まれている場合に、その第1の処理と第2の処理とを共に行うことによって、そのステージの処理にかかる時間が長くなってしまうことを抑制することができる可能性を高めることができる。すなわち、処理時間増加の抑制の可能性を高めることができる。
 また、符号化装置100は、更新処理の適用では、第2の処理を予測画像に適用するか否かを判定し、第2の処理を適用すると判定した場合に、第2の処理を更新処理とする。一方、符号化装置100は、第2の処理を適用しないと判定した場合に、第1の処理を予測画像に適用するか否かを判定し、第1の処理を適用すると判定した場合に、第1の処理を更新処理とする。
 これにより、更新処理を適切に行うことができる可能性を高めることができる。
 また、第2の処理は、予測画像に基づいて、その予測画像の画素値を更新する。例えば、第2の処理では、再構成画像を用いずに処理が行われる。または、第2の処理は、(1)予測画像、及び、(2)処理対象ブロックと異なるブロックの再構成画像に基づいて、その予測画像の画素値を更新する。
 これにより、第2の処理による適切な画素値の更新の可能性を高めることができる。
 また、符号化装置100は、画像を符号化するためのパイプライン処理に含まれる1つのステージであって、生成された最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、第1の処理および第2の処理を排他的に実行する。
 これにより、例えば、第1の処理と第2の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、符号化装置100の回路規模の増加を抑制することができる可能性を高めることができる。
 ここで、更新処理の候補は、第1の処理および第2の処理とは異なる第3の処理をさらに含んでもよい。第3の処理は、処理対象ブロックのイントラ予測で生成された第2の予測画像と、インター予測モードで生成した予測画像である第1の予測画像とを混合する処理である。この場合、更新処理の適用では、第1の処理、第2の処理及び第3の処理が排他的に適用される。例えば、第3の処理は、イントラ/インター混合処理であってもよい。
 これにより、適用される更新処理の種類を増やすことができ、例えば予測画像を高精度に生成することができる。
 また、符号化装置100は、更新処理の適用では、(1)インター予測モードが、第3の処理を選択可能なインター予測モードであった場合、第3の処理を予測画像に適用するか否かを判定してもよい。そして、符号化装置100は、第3の処理を適用すると判定した場合に、第3の処理を更新処理とし、第3の処理を適用しないと判定した場合に、第1の処理を予測画像に適用するか否かを判定する。そして、符号化装置100は、第1の処理を適用すると判定した場合に、その第1の処理を更新処理とする。一方、符号化装置100は、(2)インター予測モードが、第3の処理を選択できないインター予測モードであった場合には、第2の処理を予測画像に適用するか否かを判定してもよい。そして、符号化装置100は、第2の処理を適用すると判定した場合に、第2の処理を更新処理とし、第2の処理を適用しないと判定した場合に、第1の処理を予測画像に適用するか否かを判定する。そして、符号化装置100は、第1の処理を適用すると判定した場合に、その第1の処理を更新処理とする。
 これにより、更新処理を適切に行うことができる可能性を高めることができる。
 また、符号化装置100は、画像を符号化するためのパイプライン処理に含まれる1つのステージであって、生成された最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、第1の処理、第2の処理および第3の処理を排他的に実行する。
 これにより、例えば、第1の処理と第2の処理と第3の処理とが再構成処理と異なるステージで行われる場合と比べて、パイプライン処理に含まれるステージの数を減らすことができる。その結果、符号化装置100の回路規模の増加を抑制することができる可能性を高めることができる。
 また、符号化装置100は、生成した最終的な予測画像と残差信号を加算した再構成画像に含まれる画素値を更新するフィルタ処理を行う。例えば、そのフィルタ処理は、デブロッキング・フィルタなどのループフィルタである。
 これにより、再構成画像の歪みなどを除去することができる。
 [予測処理の第6の例]
 図57は、本実施の形態における復号装置200によって行われる予測処理の第6の例を示すフローチャートである。なお、このフローチャートは、予測処理の第6の例におけるCUに対する処理の流れを示す。
 復号装置200は、ステップS11~S13、S14d、S15a、S16d、およびS17aの処理をCU単位で行う。具体的には、まず、復号装置200は、処理対象CUに対してMVの導出を行い(ステップS11)、さらに、DMVR処理を行う(ステップS12)。このDMVR処理では、復号装置200は、ステップS11で導出されたMVの周辺を探索することによってそのMVの補正を行う。そして、復号装置200は、補正されたMVを用いてMC処理、すなわち動き補償処理を行う(ステップS13)。これにより、処理対象CUのインター予測画像が得られる。
 次に、復号装置200は、処理対象CUのインター予測画像に対してOBMC処理を適用するかどうかを判定する(ステップS14d)。ここで、復号装置200は、OBMC処理を適用すると判定すると(ステップS14dのYes)、MC処理によって得られたインター予測画像に対してOBMC処理を行うことによって、最終的な予測画像を生成する(ステップS16d)。
 一方、復号装置200は、OBMC処理を適用しないと判定すると(ステップS14dのNo)、さらに、イントラ/インター混合処理を適用するかどうかを判定する(ステップS15a)。ここで、復号装置200は、イントラ/インター混合処理を適用すると判定すると(ステップS15aのYes)、MC処理によって得られたインター予測画像と、イントラ予測処理によって得られたイントラ予測画像とを混合する(ステップS17a)。この混合によって、最終的な予測画像が生成される。一方、復号装置200は、イントラ/インター混合処理を適用しないと判定すると(ステップS15aのNo)、MC処理によって得られたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 なお、図57のフローチャートでは、復号装置200は、まず、インター予測画像に対してOBMC処理を適用するかどうかを判定してから、次に、イントラ/インター混合処理を適用するかどうかを判定しているが、その逆の順でそれらの判定を行ってもよい。
 なお、図57のフローチャートは一例であって、このフローチャートに含まれる少なくとも1つのステップを除いたり、このフローチャートに他の処理または条件判定のステップを追加したりしてもよい。
 なお、図57に示すフローチャートの処理は、符号化装置100によって行われてもよい。つまり、符号化装置100と復号装置200とは、互に同様の予測処理を行い、その予測処理を用いて、画像をストリームに符号化するか、そのストリームを画像に復号するかに違いがある。したがって、図57のフローチャートに示される予測処理の流れは、符号化装置100においても基本的に共通である。
 なお、図57のフローチャートにおける、OBMC処理を適用するかどうかの判定(ステップS14d)、およびイントラ/インター混合処理を適用するかどうかの判定(ステップS15a)は、フラグの解析によって行われてもよい。つまり、復号装置200は、例えば、ストリームに記述されているフラグを解析することによって、それらの判定を行ってもよい。また、符号化装置100は、例えば、R-D最適化モデルを用いたコストを算出することによって、それらの判定を行ってもよい。つまり、符号化装置100は、上述のそれぞれの判定において、判定対象の処理を適用することに得られる予測画像のコストと、その処理を適用しないことによって得られる予測画像のコストとを算出する。そして、符号化装置100は、それらのコストのうちの小さい方のコストに対応する予測画像が最終的な予測画像として用いられるように、上述の判定を行う。
 図58は、本実施の形態における復号装置200によって行われる予測処理の第6の例をパイプライン処理の一構成例として概略的に示す図である。
 図58に示すパイプライン処理PL6は、Stage1~6を含む。なお、Stage2以降の各ステージの処理は、例えばVPDU単位で行われる。
 このパイプライン処理PL6のStage1~6のうちのStage5は、図50に示すパイプライン処理PL2のStage5とは異なる。つまり、パイプライン処理PL6のStage5では、LIC処理St51aの代わりにOBMC処理St51dが行われる。さらに、このOBMC処理St51dには、残差画像と予測画像とを加算することで生成された再構成画像がフィードバックされていない。
 このようなパイプライン処理PL6のStage5では、OBMC処理St51dを適用しない場合に、イントラ/インター混合処理St53が行われる。言い換えれば、復号装置200は、MC処理St4によって生成されたインター予測画像に対して、OBMC処理St51dを行うことなく、そのインター予測画像とイントラ予測画像とを混合することによって、イントラ/インター混合予測画像を生成する。一方、復号装置200は、MC処理St4によって生成されたインター予測画像に対してOBMC処理St51dを適用する場合は、そのOBMC処理St51dが適用されたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 このようなパイプライン処理PL6では、イントラ/インター混合処理St53が行われる時点では、そのイントラ/インター混合処理St53に必要なインター予測画像の生成がStage4で既に完了している。したがって、図48に示すパイプライン処理PL1では必要とされていたインター予測処理の完了の待機を、パイプライン処理PL6では不要とすることができる。したがって、イントラ予測処理St52が完了した時点ですぐにイントラ/インター混合処理St53を行うことが可能となる。その結果、余分な待ち時間の発生を抑えることができる。つまり、イントラ/インター混合処理St53を行う場合のStage5の処理時間を、イントラ/インター混合処理St53を行わない場合のStage5の処理時間とほぼ同等の処理時間にすることができる。
 なお、図58に示すパイプライン処理PL6は一例であって、このパイプライン処理PL6に含まれる少なくとも1つの処理を除いたり、このパイプライン処理PL6に他の処理を追加したり、ステージの区切り方を変えてもよい。
 なお、図58のパイプライン処理PL6におけるStage5では、処理済みのCUの残差画像と予測画像とを加算することで生成された再構成画像は、OBMC処理St51dにフィードバックされない。したがって、Stage5を、OBMC処理St51dを行うステージと、そのOBMC処理St51d以外の再構成処理St56などの幾つかの処理を含むステージとに分割することができる。しかし、Stage5を2つのステージに分割すると、ステージの追加によって、必要とされるメモリおよび回路が増加する可能性がある。しかし、パイプライン処理PL6では、OBMC処理St51dは、再構成処理St56などの幾つかの処理と同じステージで行われるため、メモリおよび回路の増加を回避できる可能性を高めることができる。
 このように予測処理の第6の例では、図57および図58に示す処理によって、1つのVPDUに複数のCUが包含されるような符号化が行われる場合においても、全てのステージの処理を予め指定された処理時間内に完了させることができる。その結果、符号化性能の劣化を抑制しながら処理の高速化を図る可能性を高めることができる。また、上述のように、OBMC処理St51dが、再構成処理St56などの処理と同じステージに実装されているため、符号化装置100および復号装置200の回路規模の増加を抑制できる可能性を高めることができる。
 [予測処理の第7の例]
 図59は、本実施の形態における復号装置200によって行われる予測処理の第7の例を示すフローチャートである。なお、このフローチャートは、予測処理の第7の例におけるCUに対する処理の流れを示す。
 復号装置200は、ステップS11~S13、S14d、S15b、S16d、およびS17bの処理をCU単位で行う。具体的には、まず、復号装置200は、処理対象CUに対してMVの導出を行い(ステップS11)、さらに、DMVR処理を行う(ステップS12)。このDMVR処理では、復号装置200は、ステップS11で導出されたMVの周辺を探索することによってそのMVの補正を行う。そして、復号装置200は、補正されたMVを用いてMC処理、すなわち動き補償処理を行う(ステップS13)。これにより、処理対象CUのインター予測画像が得られる。
 次に、復号装置200は、処理対象CUのインター予測画像に対してOBMC処理を適用するかどうかを判定する(ステップS14d)。ここで、復号装置200は、OBMC処理を適用すると判定すると(ステップS14dのYes)、MC処理によって得られたインター予測画像に対してOBMC処理を行うことによって、最終的な予測画像を生成する(ステップS16d)。
 一方、復号装置200は、OBMC処理を適用しないと判定すると(ステップS14dのNo)、さらに、フィルタ処理(予測画フィルタ処理ともいう)を適用するかどうかを判定する(ステップS15b)。ここで、復号装置200は、フィルタ処理を適用すると判定すると(ステップS15bのYes)、MC処理によって得られたインター予測画像に対してフィルタ処理を行う(ステップS17b)。このフィルタ処理によって、最終的な予測画像が生成される。一方、復号装置200は、フィルタ処理を適用しないと判定すると(ステップS15bのNo)、MC処理によって得られたインター予測画像を、そのまま最終的な予測画像として再構成画像の生成に用いる。
 なお、図59のフローチャートでは、復号装置200は、まず、インター予測画像に対してOBMC処理を適用するかどうかを判定してから、次に、フィルタ処理を適用するかどうかを判定しているが、その逆の順でそれらの判定を行ってもよい。
 なお、図59のフローチャートは一例であって、このフローチャートに含まれる少なくとも1つのステップを除いたり、このフローチャートに他の処理または条件判定のステップを追加したりしてもよい。
 なお、図59に示すフローチャートの処理は、符号化装置100によって行われてもよい。つまり、符号化装置100と復号装置200とは、互に同様の予測処理を行い、その予測処理を用いて、画像をストリームに符号化するか、そのストリームを画像に復号するかに違いがある。したがって、図59のフローチャートに示される予測処理の流れは、符号化装置100においても基本的に共通である。
 なお、図59のフローチャートにおける、OBMC処理を適用するかどうかの判定(ステップS14d)、およびフィルタ処理を適用するかどうかの判定(ステップS15b)は、フラグの解析によって行われてもよい。つまり、復号装置200は、例えば、ストリームに記述されているフラグを解析することによって、それらの判定を行ってもよい。また、符号化装置100は、例えば、R-D最適化モデルを用いたコストを算出することによって、それらの判定を行ってもよい。つまり、符号化装置100は、上述のそれぞれの判定において、判定対象の処理を適用することによって得られる予測画像のコストと、その処理を適用しないことによって得られる予測画像のコストとを算出する。そして、符号化装置100は、それらのコストのうちの小さい方のコストに対応する予測画像が最終的な予測画像として用いられるように、上述の判定を行う。
 図60は、本実施の形態における復号装置200によって行われる予測処理の第7の例をパイプライン処理の一構成例として概略的に示す図である。
 図60に示すパイプライン処理PL7は、Stage1~6を含む。なお、Stage2以降の各ステージの処理は、例えばVPDU単位で行われる。
 このパイプライン処理PL7のStage1~6のうちのStage5は、図50に示すパイプライン処理PL2のStage5とは異なる。つまり、パイプライン処理PL7のStage5では、MC処理St4によって生成されたインター予測画像に対して、OBMC処理St51dか予測画フィルタ処理St51bかのどちらか一方のみが適用されることによって、最終的な予測画像が生成される。なお、予測画フィルタ処理St51bは、上述のフィルタ処理である。
 つまり、パイプライン処理PL7のStage5では、予測画フィルタ処理St51bを適用しない場合に、OBMC処理St51dが行われ、OBMC処理St51dを適用しない場合に、予測画フィルタ処理St51bが行われる。言い換えれば、復号装置200は、MC処理St4によって生成されたインター予測画像に対して、予測画フィルタ処理St51bを行うことなく、OBMC処理St51dを適用することによって、最終的な予測画像を生成する。または、復号装置200は、MC処理St4によって生成されたインター予測画像に対して、OBMC処理St51dを行うことなく、予測画フィルタ処理St51bを適用することによって、最終的な予測画像を生成する。
 OBMC処理St51dと予測画フィルタ処理St51bとを同時に適用した場合には、その2つの処理が連続して行われるため、Stage5の処理時間または処理サイクル数が増加する。したがって、このような場合には、規定の処理時間内にStage5の処理を完了させることができなくなってしまう可能性がある。しかし、図60に示すパイプライン処理PL7では、OBMC処理St51dと予測画フィルタ処理St51bとのうちの、何れか一方しか行われない。したがって、Stage5の処理時間または処理サイクル数の増加を抑えて、Stage5の処理を規定の処理時間内に完了させることができる。
 なお、図60に示すパイプライン処理PL7は一例であって、このパイプライン処理PL7に含まれる少なくとも1つの処理を除いたり、このパイプライン処理PL7に他の処理を追加したり、ステージの区切り方を変えてもよい。
 なお、図60のパイプライン処理PL7におけるStage5では、処理済みのCUの残差画像と予測画像とを加算することで生成された再構成画像が、予測画フィルタ処理St51bにフィードバックされる。そして、予測画フィルタ処理St51bでは、その再構成画像と、MC処理St4によって生成されたインター予測画像とを用いた処理が行われる。つまり、インター予測画像の境界周辺の画素が、再構成画像の画素を用いてフィルタリングされる。しかし、この予測処理の第7の例は、このようなフィードバックに限定されるものではない。つまり、予測画フィルタ処理St51bへの再構成画像のフィードバックが行われなくてもよい。この場合には、予測画フィルタ処理St51bでは、その再構成画像を用いることなく、MC処理St4によって生成されたインター予測画像に対して処理が行われる。
 同様に、OBMC処理St51dには、再構成画像のフィードバックは行われない。したがって、Stage5を、OBMC処理St51dを含むステージと、そのOBMC処理St51d以外の予測画フィルタ処理St51bおよび再構成処理St56などの幾つかの処理を含むステージとに分割することができる。しかし、Stage5を2つのステージに分割すると、ステージの追加によって、必要とされるメモリおよび回路が増加する可能性がある。しかし、パイプライン処理PL5では、予測画フィルタ処理St51bおよびOBMC処理St51dは、再構成処理St56などの幾つかの処理と同じステージで行われるため、メモリおよび回路の増加を回避できる可能性を高めることができる。
 このように予測処理の第7の例では、図59および図60に示す処理によって、1つのVPDUに複数のCUが包含されるような符号化が行われる場合においても、全てのステージの処理を予め指定された処理時間内に完了させることができる。その結果、符号化性能の劣化を抑制しながら処理の高速化を図る可能性を高めることができる。また、上述のように、予測画フィルタ処理St51bおよびOBMC処理St51dが、再構成処理St56などの処理と同じステージに実装されているため、符号化装置100および復号装置200の回路規模の増加を抑制できる可能性を高めることができる。
 [変形例]
 なお、本実施の形態における予測処理の第1の例、第2の例、第3の例、第4の例、第5の例、第6の例、第7の例のうち複数の例を組み合わせてもよい。例えば、LIC処理、BIO処理、OBMC処理、予測画フィルタ処理、およびイントラ/インター混合処理を含む5つの処理を、再構成処理と同じステージに実装してもよい。そして、それらの5つの処理のうち1つだけを選択してインター予測画像に適用してもよい。または、その5つの処理のうちの少なくとも2つの処理を、再構成処理と同じステージに実装してもよい。そして、その少なくとも2つの処理から1つだけを選択してインター予測画像に適用してもよい。また、上述の例では5つの処理から1つの処理だけが選択されるが、6つ以上の処理から1つの処理だけが選択されてインター予測画像に適用されてもよい。この場合には、LIC処理、BIO処理、OBMC処理、予測画フィルタ処理、およびイントラ/インター混合処理とは異なる他の処理が、上述の6つ以上の処理に含まれてもよい。さらに、選択される候補となる処理は、LIC処理、BIO処理、OBMC処理、予測画フィルタ処理、およびイントラ/インター混合処理に限らず、どのような処理であってもよい。
 [構成及び処理の代表例]
 上記に示された符号化装置100及び復号装置200の構成及び処理の代表例を以下に示す。
 図61は、符号化処理および復号処理の一例を示すフローチャートである。例えば、符号化装置100および復号装置200のそれぞれは、回路、及び、回路に接続されたメモリを備える。符号化装置100が備える回路及びメモリは、図40に示されるプロセッサa1及びメモリa2に対応していてもよく、復号装置200が備える回路及びメモリは、図46に示されるプロセッサb1及びメモリb2に対応していてもよい。符号化装置100および復号装置200のそれぞれの回路は、動作において、以下を行う。
 具体的には、予測処理の第4の例のように、その回路は、動作において、ステップS1およびステップS2aの処理を行う。より具体的には、回路は、まず、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの第1の予測画像を生成する(ステップS1)。
 次に、その回路は、第1の予測画像に対して更新処理を適用することによって、処理対象ブロックの最終的な予測画像を生成する(ステップS2a)。ここで、その更新処理の候補は、第1の処理と第2の処理を含む。また、第1の処理は、BDOF(bi-directional optical flow)処理、すなわち上述のBIO処理である。また、第2の処理は、上述のイントラ/インター混合処理である。つまり、第2の処理は、処理対象ブロックのイントラ予測で生成された第2の予測画像と上述の第1の予測画像とを混合する処理である。そして、更新処理の適用では、第1の処理及び第2の処理が排他的に適用される。つまり、回路は、更新処理が第1の処理である場合には、第1の予測画像に第2の処理を適用することなく、第1の処理を適用することによって、最終的な予測画像を生成する。一方、回路は、更新処理が第2の処理である場合には、第1の予測画像に第1の処理を適用することなく、第2の処理を適用することによって、最終的な予測画像を生成する。
 これにより、第1の処理が更新処理であっても、第2の処理が更新処理であっても、第1の処理および第2の処理のうちの更新処理以外の処理は、インター予測画像に対して適用されない。つまり、その更新処理以外の処理の適用は禁止される。したがって、例えば、画像を符号化するためのパイプライン処理に含まれる1つのステージに第1の処理と第2の処理とが含まれている場合に、その第1の処理と第2の処理とを共に行うことによって、そのステージの処理にかかる時間が長くなってしまうことを抑制することができる可能性を高めることができる。すなわち、処理時間増加の抑制の可能性を高めることができる。
 図62は、符号化処理および復号処理の他の例を示すフローチャートである。例えば、符号化装置100および復号装置200のそれぞれは、回路、及び、回路に接続されたメモリを備える。符号化装置100が備える回路及びメモリは、図40に示されるプロセッサa1及びメモリa2に対応していてもよく、復号装置200が備える回路及びメモリは、図46に示されるプロセッサb1及びメモリb2に対応していてもよい。符号化装置100および復号装置200のそれぞれの回路は、動作において、以下を行う。
 具体的には、予測処理の第5の例のように、その回路は、動作において、ステップS1およびステップS2bの処理を行う。より具体的には、回路は、まず、インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成する(ステップS1)。
 次に、その回路は、その予測画像に対して更新処理を適用することによって、処理対象ブロックの最終的な予測画像を生成する(ステップS2b)。ここで、その更新処理の候補は、第1の処理と第2の処理を含む。また、第1の処理は、BDOF(bi-directional optical flow)処理、すなわち上述のBIO処理である。また、第2の処理は、予測画像の画素値を更新するフィルタ処理である。そして、更新処理の適用では、第1の処理及び第2の処理が排他的に適用される。つまり、回路は、更新処理が第1の処理である場合には、予測画像に第2の処理を適用することなく、第1の処理を適用することによって、最終的な予測画像を生成する。一方、回路は、更新処理が第2の処理である場合には、予測画像に第1の処理を適用することなく、第2の処理を適用することによって、最終的な予測画像を生成する。
 これにより、第1の処理が更新処理であっても、第2の処理が更新処理であっても、第1の処理および第2の処理のうちの更新処理以外の処理は、インター予測画像に対して適用されない。つまり、その更新処理以外の処理の適用は禁止される。したがって、例えば、画像を符号化するためのパイプライン処理に含まれる1つのステージに第1の処理と第2の処理とが含まれている場合に、その第1の処理と第2の処理とを共に行うことによって、そのステージの処理にかかる時間が長くなってしまうことを抑制することができる可能性を高めることができる。すなわち、処理時間増加の抑制の可能性を高めることができる。
 [その他の例]
 上述された各例における符号化装置100及び復号装置200は、それぞれ、画像符号化装置及び画像復号装置として利用されてもよいし、動画像符号化装置及び動画像復号装置として利用されてもよい。
 また、符号化装置100及び復号装置200は、上述された複数の処理対象要素のうち一部の処理対象要素のみを処理(より具体的には符号化又は復号)し、他の装置が、他の処理対象要素を処理(より具体的には符号化又は復号)してもよい。また、符号化装置100及び復号装置200は、上述された複数の構成要素のうち一部の構成要素のみを備え、他の装置が、他の構成要素を備えてもよい。
 また、上述された各例の少なくとも一部が、符号化方法として利用されてもよいし、復号方法として利用されてもよいし、予測方法として利用されてもよいし、その他の方法として利用されてもよい。
 また、各構成要素は、専用のハードウェアで構成されるか、各構成要素に適したソフトウェアプログラムを実行することによって実現されてもよい。各構成要素は、CPU又はプロセッサなどのプログラム実行部が、ハードディスク又は半導体メモリなどの記録媒体に記録されたソフトウェアプログラムを読み出して実行することによって実現されてもよい。
 具体的には、符号化装置100及び復号装置200のそれぞれは、処理回路(Processing Circuitry)と、当該処理回路に電気的に接続された、当該処理回路からアクセス可能な記憶装置(Storage)とを備えていてもよい。例えば、処理回路はプロセッサa1又はb1に対応し、記憶装置はメモリa2又はb2に対応する。
 処理回路は、専用のハードウェア及びプログラム実行部の少なくとも一方を含み、記憶装置を用いて処理を実行する。また、記憶装置は、処理回路がプログラム実行部を含む場合には、当該プログラム実行部により実行されるソフトウェアプログラムを記憶する。
 ここで、上述された符号化装置100又は復号装置200などを実現するソフトウェアは、図47~図62に示す処理をコンピュータに実行させるプログラムである。
 また、各構成要素は、上述の通り、回路であってもよい。これらの回路は、全体として1つの回路を構成してもよいし、それぞれ別々の回路であってもよい。また、各構成要素は、汎用的なプロセッサで実現されてもよいし、専用のプロセッサで実現されてもよい。
 また、特定の構成要素が実行する処理を別の構成要素が実行してもよい。また、処理を実行する順番が変更されてもよいし、複数の処理が並行して実行されてもよい。また、符号化復号装置が、符号化装置100及び復号装置200を備えていてもよい。
 また、説明に用いられた第1及び第2等の序数は、適宜、付け替えられてもよい。また、構成要素などに対して、序数が新たに与えられてもよいし、取り除かれてもよい。
 以上、符号化装置100及び復号装置200の態様について、複数の例に基づいて説明したが、符号化装置100及び復号装置200の態様は、これらの例に限定されるものではない。本開示の趣旨を逸脱しない限り、当業者が思いつく各種変形を各例に施したものや、異なる例における構成要素を組み合わせて構築される形態も、符号化装置100及び復号装置200の態様の範囲内に含まれてもよい。
 ここで開示された1以上の態様を本開示における他の態様の少なくとも一部と組み合わせて実施してもよい。また、ここで開示された1以上の態様のフローチャートに記載の一部の処理、装置の一部の構成、シンタックスの一部などを他の態様と組み合わせて実施してもよい。
 [実施及び応用]
 以上の各実施の形態において、機能的又は作用的なブロックの各々は、通常、MPU(micro proccessing unit)及びメモリ等によって実現可能である。また、機能ブロックの各々による処理は、ROM等の記録媒体に記録されたソフトウェア(プログラム)を読み出して実行するプロセッサなどのプログラム実行部として実現されてもよい。当該ソフトウェアは、配布されてもよい。当該ソフトウェアは、半導体メモリなどの様々な記録媒体に記録されてもよい。なお、各機能ブロックをハードウェア(専用回路)によって実現することも可能である。ハードウェア及びソフトウェアの様々な組み合わせが採用され得る。
 各実施の形態において説明した処理は、単一の装置(システム)を用いて集中処理することによって実現してもよく、又は、複数の装置を用いて分散処理することによって実現してもよい。また、上記プログラムを実行するプロセッサは、単数であってもよく、複数であってもよい。すなわち、集中処理を行ってもよく、又は分散処理を行ってもよい。
 本開示の態様は、以上の実施例に限定されることなく、種々の変更が可能であり、それらも本開示の態様の範囲内に包含される。
 さらにここで、上記各実施の形態で示した動画像符号化方法(画像符号化方法)又は動画像復号化方法(画像復号方法)の応用例、及び、その応用例を実施する種々のシステムを説明する。このようなシステムは、画像符号化方法を用いた画像符号化装置、画像復号方法を用いた画像復号装置、又は、両方を備える画像符号化復号装置を有することを特徴としてもよい。このようなシステムの他の構成について、場合に応じて適切に変更することができる。
 [使用例]
 図63は、コンテンツ配信サービスを実現する適切なコンテンツ供給システムex100の全体構成を示す図である。通信サービスの提供エリアを所望の大きさに分割し、各セル内にそれぞれ、図示された例における固定無線局である基地局ex106、ex107、ex108、ex109、ex110が設置されている。
 このコンテンツ供給システムex100では、インターネットex101に、インターネットサービスプロバイダex102又は通信網ex104、及び基地局ex106~ex110を介して、コンピュータex111、ゲーム機ex112、カメラex113、家電ex114、及びスマートフォンex115などの各機器が接続される。当該コンテンツ供給システムex100は、上記のいずれかの装置を組合せて接続するようにしてもよい。種々の実施において、基地局ex106~ex110を介さずに、各機器が電話網又は近距離無線等を介して直接的又は間接的に相互に接続されていてもよい。さらに、ストリーミングサーバex103は、インターネットex101等を介して、コンピュータex111、ゲーム機ex112、カメラex113、家電ex114、及びスマートフォンex115などの各機器と接続されてもよい。また、ストリーミングサーバex103は、衛星ex116を介して、飛行機ex117内のホットスポット内の端末等と接続されてもよい。
 なお、基地局ex106~ex110の代わりに、無線アクセスポイント又はホットスポット等が用いられてもよい。また、ストリーミングサーバex103は、インターネットex101又はインターネットサービスプロバイダex102を介さずに直接通信網ex104と接続されてもよいし、衛星ex116を介さず直接飛行機ex117と接続されてもよい。
 カメラex113はデジタルカメラ等の静止画撮影、及び動画撮影が可能な機器である。また、スマートフォンex115は、2G、3G、3.9G、4G、そして今後は5Gと呼ばれる移動通信システムの方式に対応したスマートフォン機、携帯電話機、又はPHS(Personal Handy-phone System)等である。
 家電ex114は、冷蔵庫、又は家庭用燃料電池コージェネレーションシステムに含まれる機器等である。
 コンテンツ供給システムex100では、撮影機能を有する端末が基地局ex106等を通じてストリーミングサーバex103に接続されることで、ライブ配信等が可能になる。ライブ配信では、端末(コンピュータex111、ゲーム機ex112、カメラex113、家電ex114、スマートフォンex115、及び飛行機ex117内の端末等)は、ユーザが当該端末を用いて撮影した静止画又は動画コンテンツに対して上記各実施の形態で説明した符号化処理を行ってもよく、符号化により得られた映像データと、映像に対応する音を符号化した音データと多重化してもよく、得られたデータをストリーミングサーバex103に送信してもよい。即ち、各端末は、本開示の一態様に係る画像符号化装置として機能する。
 一方、ストリーミングサーバex103は要求のあったクライアントに対して送信されたコンテンツデータをストリーム配信する。クライアントは、上記符号化処理されたデータを復号化することが可能な、コンピュータex111、ゲーム機ex112、カメラex113、家電ex114、スマートフォンex115、又は飛行機ex117内の端末等である。配信されたデータを受信した各機器は、受信したデータを復号化処理して再生してもよい。即ち、各機器は、本開示の一態様に係る画像復号装置として機能してもよい。
 [分散処理]
 また、ストリーミングサーバex103は複数のサーバ又は複数のコンピュータであって、データを分散して処理したり記録したり配信するものであってもよい。例えば、ストリーミングサーバex103は、CDN(Contents Delivery Network)により実現され、世界中に分散された多数のエッジサーバとエッジサーバ間をつなぐネットワークによりコンテンツ配信が実現されていてもよい。CDNでは、クライアントに応じて物理的に近いエッジサーバが動的に割り当てられ得る。そして、当該エッジサーバにコンテンツがキャッシュ及び配信されることで遅延を減らすことができる。また、いくつかのタイプのエラーが発生した場合又はトラフィックの増加などにより通信状態が変わる場合に複数のエッジサーバで処理を分散したり、他のエッジサーバに配信主体を切り替えたり、障害が生じたネットワークの部分を迂回して配信を続けることができるので、高速かつ安定した配信が実現できる。
 また、配信自体の分散処理にとどまらず、撮影したデータの符号化処理を各端末で行ってもよいし、サーバ側で行ってもよいし、互いに分担して行ってもよい。一例として、一般に符号化処理では、処理ループが2度行われる。1度目のループでフレーム又はシーン単位での画像の複雑さ、又は、符号量が検出される。また、2度目のループでは画質を維持して符号化効率を向上させる処理が行われる。例えば、端末が1度目の符号化処理を行い、コンテンツを受け取ったサーバ側が2度目の符号化処理を行うことで、各端末での処理負荷を減らしつつもコンテンツの質と効率を向上させることができる。この場合、ほぼリアルタイムで受信して復号する要求があれば、端末が行った一度目の符号化済みデータを他の端末で受信して再生することもできるので、より柔軟なリアルタイム配信も可能になる。
 他の例として、カメラex113等は、画像から特徴量(特徴又は特性の量)を抽出し、特徴量に関するデータをメタデータとして圧縮してサーバに送信する。サーバは、例えば特徴量からオブジェクトの重要性を判断して量子化精度を切り替えるなど、画像の意味(又は内容の重要性)に応じた圧縮を行う。特徴量データはサーバでの再度の圧縮時の動きベクトル予測の精度及び効率向上に特に有効である。また、端末でVLC(可変長符号化)などの簡易的な符号化を行い、サーバでCABAC(コンテキスト適応型二値算術符号化方式)など処理負荷の大きな符号化を行ってもよい。
 さらに他の例として、スタジアム、ショッピングモール、又は工場などにおいては、複数の端末によりほぼ同一のシーンが撮影された複数の映像データが存在する場合がある。この場合には、撮影を行った複数の端末と、必要に応じて撮影をしていない他の端末及びサーバを用いて、例えばGOP(Group of Picture)単位、ピクチャ単位、又はピクチャを分割したタイル単位などで符号化処理をそれぞれ割り当てて分散処理を行う。これにより、遅延を減らし、よりリアルタイム性を実現できる。
 複数の映像データはほぼ同一シーンであるため、各端末で撮影された映像データを互いに参照し合えるように、サーバで管理及び/又は指示をしてもよい。また、各端末からの符号化済みデータを、サーバが受信し複数のデータ間で参照関係を変更、又はピクチャ自体を補正或いは差し替えて符号化しなおしてもよい。これにより、一つ一つのデータの質と効率を高めたストリームを生成できる。
 さらに、サーバは、映像データの符号化方式を変更するトランスコードを行ったうえで映像データを配信してもよい。例えば、サーバは、MPEG系の符号化方式をVP系(例えばVP9)に変換してもよいし、H.264をH.265に変換等してもよい。
 このように、符号化処理は、端末、又は1以上のサーバにより行うことが可能である。よって、以下では、処理を行う主体として「サーバ」又は「端末」等の記載を用いるが、サーバで行われる処理の一部又は全てが端末で行われてもよいし、端末で行われる処理の一部又は全てがサーバで行われてもよい。また、これらに関しては、復号処理についても同様である。
 [3D、マルチアングル]
 互いにほぼ同期した複数のカメラex113及び/又はスマートフォンex115などの端末により撮影された異なるシーン、又は、同一シーンを異なるアングルから撮影した画像或いは映像を統合して利用することが増えてきている。各端末で撮影した映像は、別途取得した端末間の相対的な位置関係、又は、映像に含まれる特徴点が一致する領域などに基づいて統合され得る。
 サーバは、2次元の動画像を符号化するだけでなく、動画像のシーン解析などに基づいて自動的に、又は、ユーザが指定した時刻において、静止画を符号化し、受信端末に送信してもよい。サーバは、さらに、撮影端末間の相対的な位置関係を取得できる場合には、2次元の動画像だけでなく、同一シーンが異なるアングルから撮影された映像に基づき、当該シーンの3次元形状を生成できる。サーバは、ポイントクラウドなどにより生成した3次元のデータを別途符号化してもよいし、3次元データを用いて人物又はオブジェクトを認識或いは追跡した結果に基づいて、受信端末に送信する映像を、複数の端末で撮影した映像から、選択、又は、再構成して生成してもよい。
 このようにして、ユーザは、各撮影端末に対応する各映像を任意に選択してシーンを楽しむこともできるし、複数画像又は映像を用いて再構成された3次元データから選択視点の映像を切り出したコンテンツを楽しむこともできる。さらに、映像と共に、音も複数の相異なるアングルから収音され、サーバは、特定のアングル又は空間からの音を対応する映像と多重化して、多重化された映像と音とを送信してもよい。
 また、近年ではVirtual Reality(VR)及びAugmented Reality(AR)など、現実世界と仮想世界とを対応付けたコンテンツも普及してきている。VRの画像の場合、サーバは、右目用及び左目用の視点画像をそれぞれ作成し、Multi-View Coding(MVC)などにより各視点映像間で参照を許容する符号化を行ってもよいし、互いに参照せずに別ストリームとして符号化してもよい。別ストリームの復号時には、ユーザの視点に応じて仮想的な3次元空間が再現されるように互いに同期させて再生するとよい。
 ARの画像の場合には、サーバは、現実空間のカメラ情報に、仮想空間上の仮想物体情報を、3次元的位置又はユーザの視点の動きに基づいて重畳してもよい。復号装置は、仮想物体情報及び3次元データを取得又は保持し、ユーザの視点の動きに応じて2次元画像を生成し、スムーズにつなげることで重畳データを作成してもよい。または、復号装置は仮想物体情報の依頼に加えてユーザの視点の動きをサーバに送信してもよい。サーバは、サーバに保持される3次元データから受信した視点の動きに合わせて重畳データを作成し、重畳データを符号化して復号装置に配信してもよい。なお、重畳データは、典型的には、RGB以外に透過度を示すα値を有し、サーバは、3次元データから作成されたオブジェクト以外の部分のα値が0などに設定し、当該部分が透過する状態で、符号化してもよい。もしくは、サーバは、クロマキーのように所定の値のRGB値を背景に設定し、オブジェクト以外の部分は背景色にしたデータを生成してもよい。所定の値のRGB値は、予め定められていてもよい。
 同様に配信されたデータの復号処理はクライアント(例えば、端末)で行っても、サーバ側で行ってもよいし、互いに分担して行ってもよい。一例として、ある端末が、一旦サーバに受信リクエストを送り、そのリクエストに応じたコンテンツを他の端末で受信し復号処理を行い、ディスプレイを有する装置に復号済みの信号が送信されてもよい。通信可能な端末自体の性能によらず処理を分散して適切なコンテンツを選択することで画質のよいデータを再生することができる。また、他の例として大きなサイズの画像データをTV等で受信しつつ、鑑賞者の個人端末にピクチャが分割されたタイルなど一部の領域が復号されて表示されてもよい。これにより、全体像を共有化しつつ、自身の担当分野又はより詳細に確認したい領域を手元で確認することができる。
 屋内外の近距離、中距離、又は長距離の無線通信が複数使用可能な状況下で、MPEG-DASHなどの配信システム規格を利用して、シームレスにコンテンツを受信することが可能かもしれない。ユーザは、ユーザの端末、屋内外に配置されたディスプレイなどの復号装置又は表示装置を自由に選択しながらリアルタイムで切り替えてもよい。また、自身の位置情報などを用いて、復号する端末及び表示する端末を切り替えながら復号を行うことができる。これにより、ユーザが目的地へ移動している間に、表示可能なデバイスが埋め込まれた隣の建物の壁面又は地面の一部に情報をマップ及び表示することが可能になる。また、符号化データが受信端末から短時間でアクセスできるサーバにキャッシュされている、又は、コンテンツ・デリバリー・サービスにおけるエッジサーバにコピーされている、などの、ネットワーク上での符号化データへのアクセス容易性に基づいて、受信データのビットレートを切り替えることも可能である。
 [スケーラブル符号化]
 コンテンツの切り替えに関して、図64に示す、上記各実施の形態で示した動画像符号化方法を応用して圧縮符号化されたスケーラブルなストリームを用いて説明する。サーバは、個別のストリームとして内容は同じで質の異なるストリームを複数有していても構わないが、図示するようにレイヤに分けて符号化を行うことで実現される時間的/空間的スケーラブルなストリームの特徴を活かして、コンテンツを切り替える構成であってもよい。つまり、復号側が性能という内的要因と通信帯域の状態などの外的要因とに応じてどのレイヤを復号するかを決定することで、復号側は、低解像度のコンテンツと高解像度のコンテンツとを自由に切り替えて復号できる。例えばユーザが移動中にスマートフォンex115で視聴していた映像の続きを、例えば帰宅後にインターネットTV等の機器で視聴したい場合には、当該機器は、同じストリームを異なるレイヤまで復号すればよいので、サーバ側の負担を軽減できる。
 さらに、上記のように、レイヤ毎にピクチャが符号化されており、ベースレイヤの上位のエンハンスメントレイヤでスケーラビリティを実現する構成以外に、エンハンスメントレイヤが画像の統計情報などに基づくメタ情報を含んでいてもよい。復号側が、メタ情報に基づきベースレイヤのピクチャを超解像することで高画質化したコンテンツを生成してもよい。超解像は、解像度を維持及び/又は拡大しつつ、SN比を向上してもよい。メタ情報は、超解像処理に用いるような線形或いは非線形のフィルタ係数を特定するため情報、又は、超解像処理に用いるフィルタ処理、機械学習或いは最小2乗演算におけるパラメータ値を特定する情報などを含む。
 または、画像内のオブジェクトなどの意味合いに応じてピクチャがタイル等に分割される構成が提供されてもよい。復号側が、復号するタイルを選択することで一部の領域だけを復号する。さらに、オブジェクトの属性(人物、車、ボールなど)と映像内の位置(同一画像における座標位置など)とをメタ情報として格納することで、復号側は、メタ情報に基づいて所望のオブジェクトの位置を特定し、そのオブジェクトを含むタイルを決定できる。例えば、図65に示すように、メタ情報は、HEVCにおけるSEI(supplemental enhancement information)メッセージなど、画素データとは異なるデータ格納構造を用いて格納されてもよい。このメタ情報は、例えば、メインオブジェクトの位置、サイズ、又は色彩などを示す。
 ストリーム、シーケンス又はランダムアクセス単位など、複数のピクチャから構成される単位でメタ情報が格納されてもよい。復号側は、特定人物が映像内に出現する時刻などを取得でき、ピクチャ単位の情報と時間情報を合わせることで、オブジェクトが存在するピクチャを特定でき、ピクチャ内でのオブジェクトの位置を決定できる。
 [Webページの最適化]
 図66は、コンピュータex111等におけるwebページの表示画面例を示す図である。図67は、スマートフォンex115等におけるwebページの表示画面例を示す図である。図66及び図67に示すようにwebページが、画像コンテンツへのリンクであるリンク画像を複数含む場合があり、閲覧するデバイスによってその見え方は異なっていてもよい。画面上に複数のリンク画像が見える場合には、ユーザが明示的にリンク画像を選択するまで、又は画面の中央付近にリンク画像が近付く或いはリンク画像の全体が画面内に入るまで、表示装置(復号装置)は、リンク画像として各コンテンツが有する静止画又はIピクチャを表示してもよいし、複数の静止画又はIピクチャ等でgifアニメのような映像を表示してもよいし、ベースレイヤのみを受信し、映像を復号及び表示してもよい。
 ユーザによりリンク画像が選択された場合、表示装置は、例えばベースレイヤを最優先にしつつ復号を行う。なお、webページを構成するHTMLにスケーラブルなコンテンツであることを示す情報があれば、表示装置は、エンハンスメントレイヤまで復号してもよい。さらに、リアルタイム性を担保するために、選択される前又は通信帯域が非常に厳しい場合には、表示装置は、前方参照のピクチャ(Iピクチャ、Pピクチャ、前方参照のみのBピクチャ)のみを復号及び表示することで、先頭ピクチャの復号時刻と表示時刻との間の遅延(コンテンツの復号開始から表示開始までの遅延)を低減できる。またさらに、表示装置は、ピクチャの参照関係を敢えて無視して、全てのBピクチャ及びPピクチャを前方参照にして粗く復号し、時間が経ち受信したピクチャが増えるにつれて正常の復号を行ってもよい。
 [自動走行]
 また、車の自動走行又は走行支援のため2次元又は3次元の地図情報などのような静止画又は映像データを送受信する場合、受信端末は、1以上のレイヤに属する画像データに加えて、メタ情報として天候又は工事の情報なども受信し、これらを対応付けて復号してもよい。なお、メタ情報は、レイヤに属してもよいし、単に画像データと多重化されてもよい。
 この場合、受信端末を含む車、ドローン又は飛行機などが移動するため、受信端末は、当該受信端末の位置情報を送信することで、基地局ex106~ex110を切り替えながらシームレスな受信及び復号の実行を実現できる。また、受信端末は、ユーザの選択、ユーザの状況及び/又は通信帯域の状態に応じて、メタ情報をどの程度受信するか、又は地図情報をどの程度更新していくかを動的に切り替えることが可能になる。
 コンテンツ供給システムex100では、ユーザが送信した符号化された情報をリアルタイムでクライアントが受信して復号し、再生することができる。
 [個人コンテンツの配信]
 また、コンテンツ供給システムex100では、映像配信業者による高画質で長時間のコンテンツのみならず、個人による低画質で短時間のコンテンツのユニキャスト、又はマルチキャスト配信が可能である。このような個人のコンテンツは今後も増加していくと考えられる。個人コンテンツをより優れたコンテンツにするために、サーバは、編集処理を行ってから符号化処理を行ってもよい。これは、例えば、以下のような構成を用いて実現できる。
 撮影時にリアルタイム又は蓄積して撮影後に、サーバは、原画データ又は符号化済みデータから撮影エラー、シーン探索、意味の解析、及びオブジェクト検出などの認識処理を行う。そして、サーバは、認識結果に基づいて手動又は自動で、ピントずれ又は手ブレなどを補正したり、明度が他のピクチャに比べて低い又は焦点が合っていないシーンなどの重要性の低いシーンを削除したり、オブジェクトのエッジを強調したり、色合いを変化させるなどの編集を行う。サーバは、編集結果に基づいて編集後のデータを符号化する。また撮影時刻が長すぎると視聴率が下がることも知られており、サーバは、撮影時間に応じて特定の時間範囲内のコンテンツになるように上記のように重要性が低いシーンのみならず動きが少ないシーンなどを、画像処理結果に基づき自動でクリップしてもよい。または、サーバは、シーンの意味解析の結果に基づいてダイジェストを生成して符号化してもよい。
 個人コンテンツには、そのままでは著作権、著作者人格権、又は肖像権等の侵害となるものが写り込んでいるケースもあり、共有する範囲が意図した範囲を超えてしまうなど個人にとって不都合な場合もある。よって、例えば、サーバは、画面の周辺部の人の顔、又は家の中などを敢えて焦点が合わない画像に変更して符号化してもよい。さらに、サーバは、符号化対象画像内に、予め登録した人物とは異なる人物の顔が映っているかどうかを認識し、映っている場合には、顔の部分にモザイクをかけるなどの処理を行ってもよい。または、符号化の前処理又は後処理として、著作権などの観点からユーザが画像を加工したい人物又は背景領域を指定してもよい。サーバは、指定された領域を別の映像に置き換える、又は焦点をぼかすなどの処理を行ってもよい。人物であれば、動画像において人物をトラッキングして、人物の顔の部分の映像を置き換えることができる。
 データ量の小さい個人コンテンツの視聴はリアルタイム性の要求が強いため、帯域幅にもよるが、復号装置は、まずベースレイヤを最優先で受信して復号及び再生を行ってもよい。復号装置は、この間にエンハンスメントレイヤを受信し、再生がループされる場合など2回以上再生される場合に、エンハンスメントレイヤも含めて高画質の映像を再生してもよい。このようにスケーラブルな符号化が行われているストリームであれば、未選択時又は見始めた段階では粗い動画だが、徐々にストリームがスマートになり画像がよくなるような体験を提供することができる。スケーラブル符号化以外にも、1回目に再生される粗いストリームと、1回目の動画を参照して符号化される2回目のストリームとが1つのストリームとして構成されていても同様の体験を提供できる。
 [その他の実施応用例]
 また、これらの符号化又は復号処理は、一般的に各端末が有するLSIex500において処理される。LSI(large scale integration circuitry)ex500(図63参照)は、ワンチップであっても複数チップからなる構成であってもよい。なお、動画像符号化又は復号用のソフトウェアをコンピュータex111等で読み取り可能な何らかの記録メディア(CD-ROM、フレキシブルディスク、又はハードディスクなど)に組み込み、そのソフトウェアを用いて符号化又は復号処理を行ってもよい。さらに、スマートフォンex115がカメラ付きである場合には、そのカメラで取得した動画データを送信してもよい。このときの動画データはスマートフォンex115が有するLSIex500で符号化処理されたデータであってもよい。
 なお、LSIex500は、アプリケーションソフトをダウンロードしてアクティベートする構成であってもよい。この場合、端末は、まず、当該端末がコンテンツの符号化方式に対応しているか、又は、特定サービスの実行能力を有するかを判定する。端末がコンテンツの符号化方式に対応していない場合、又は、特定サービスの実行能力を有さない場合、端末は、コーデック又はアプリケーションソフトをダウンロードし、その後、コンテンツ取得及び再生してもよい。
 また、インターネットex101を介したコンテンツ供給システムex100に限らず、デジタル放送用システムにも上記各実施の形態の少なくとも動画像符号化装置(画像符号化装置)又は動画像復号化装置(画像復号装置)のいずれかを組み込むことができる。衛星などを利用して放送用の電波に映像と音が多重化された多重化データを載せて送受信するため、コンテンツ供給システムex100のユニキャストがし易い構成に対してマルチキャスト向きであるという違いがあるが符号化処理及び復号処理に関しては同様の応用が可能である。
 [ハードウェア構成]
 図68は、図63に示されたスマートフォンex115のさらに詳細を示す図である。また、図69は、スマートフォンex115の構成例を示す図である。スマートフォンex115は、基地局ex110との間で電波を送受信するためのアンテナex450と、映像及び静止画を撮ることが可能なカメラ部ex465と、カメラ部ex465で撮像した映像、及びアンテナex450で受信した映像等が復号されたデータを表示する表示部ex458とを備える。スマートフォンex115は、さらに、タッチパネル等である操作部ex466と、音声又は音響を出力するためのスピーカ等である音声出力部ex457と、音声を入力するためのマイク等である音声入力部ex456と、撮影した映像或いは静止画、録音した音声、受信した映像或いは静止画、メール等の符号化されたデータ、又は、復号化されたデータを保存可能なメモリ部ex467と、ユーザを特定し、ネットワークをはじめ各種データへのアクセスの認証をするためのSIMex468とのインタフェース部であるスロット部ex464とを備える。なお、メモリ部ex467の代わりに外付けメモリが用いられてもよい。
 表示部ex458及び操作部ex466等を統括的に制御し得る主制御部ex460と、電源回路部ex461、操作入力制御部ex462、映像信号処理部ex455、カメラインタフェース部ex463、ディスプレイ制御部ex459、変調/復調部ex452、多重/分離部ex453、音声信号処理部ex454、スロット部ex464、及びメモリ部ex467とが同期バスex470を介して接続されている。
 電源回路部ex461は、ユーザの操作により電源キーがオン状態にされると、スマートフォンex115を動作可能な状態に起動し、バッテリパックから各部に対して電力を供給する。
 スマートフォンex115は、CPU、ROM及びRAM等を有する主制御部ex460の制御に基づいて、通話及データ通信等の処理を行う。通話時は、音声入力部ex456で収音した音声信号を音声信号処理部ex454でデジタル音声信号に変換し、変調/復調部ex452でスペクトラム拡散処理を施し、送信/受信部ex451でデジタルアナログ変換処理及び周波数変換処理を施し、その結果の信号を、アンテナex450を介して送信する。また受信データを増幅して周波数変換処理及びアナログデジタル変換処理を施し、変調/復調部ex452でスペクトラム逆拡散処理し、音声信号処理部ex454でアナログ音声信号に変換した後、これを音声出力部ex457から出力する。データ通信モード時は、本体部の操作部ex466等の操作に基づいてテキスト、静止画、又は映像データが操作入力制御部ex462を介して主制御部ex460の制御下で送出され得る。同様の送受信処理が行われる。データ通信モード時に映像、静止画、又は映像と音声を送信する場合、映像信号処理部ex455は、メモリ部ex467に保存されている映像信号又はカメラ部ex465から入力された映像信号を上記各実施の形態で示した動画像符号化方法によって圧縮符号化し、符号化された映像データを多重/分離部ex453に送出する。音声信号処理部ex454は、映像又は静止画をカメラ部ex465で撮像中に音声入力部ex456で収音した音声信号を符号化し、符号化された音声データを多重/分離部ex453に送出する。多重/分離部ex453は、符号化済み映像データと符号化済み音声データを所定の方式で多重化し、変調/復調部(変調/復調回路部)ex452、及び送信/受信部ex451で変調処理及び変換処理を施してアンテナex450を介して送信する。所定の方式は、予め定められていてもよい。
 電子メール又はチャットに添付された映像、又はウェブページにリンクされた映像を受信した場合等において、アンテナex450を介して受信された多重化データを復号するために、多重/分離部ex453は、多重化データを分離することにより、多重化データを映像データのビットストリームと音声データのビットストリームとに分け、同期バスex470を介して符号化された映像データを映像信号処理部ex455に供給するとともに、符号化された音声データを音声信号処理部ex454に供給する。映像信号処理部ex455は、上記各実施の形態で示した動画像符号化方法に対応した動画像復号化方法によって映像信号を復号し、ディスプレイ制御部ex459を介して表示部ex458から、リンクされた動画像ファイルに含まれる映像又は静止画が表示される。音声信号処理部ex454は、音声信号を復号し、音声出力部ex457から音声が出力される。リアルタイムストリーミングがますます普及しだしているため、ユーザの状況によっては音声の再生が社会的にふさわしくないこともあり得る。そのため、初期値としては、音声信号は再生せず映像データのみを再生する構成の方が望ましく、ユーザが映像データをクリックするなど操作を行った場合にのみ音声を同期して再生してもよい。
 またここではスマートフォンex115を例に説明したが、端末としては符号化器及び復号化器を両方持つ送受信型端末の他に、符号化器のみを有する送信端末、及び、復号化器のみを有する受信端末という他の実装形式が考えられる。デジタル放送用システムにおいて、映像データに音声データが多重化された多重化データを受信又は送信するとして説明した。ただし、多重化データには、音声データ以外に映像に関連する文字データなどが多重化されてもよい。また、多重化データではなく映像データ自体が受信又は送信されてもよい。
 なお、CPUを含む主制御部ex460が符号化又は復号処理を制御するとして説明したが、種々の端末はGPUを備えることも多い。よって、CPUとGPUで共通化されたメモリ、又は共通に使用できるようにアドレスが管理されているメモリにより、GPUの性能を活かして広い領域を一括して処理する構成でもよい。これにより符号化時間を短縮でき、リアルタイム性を確保し、低遅延を実現できる。特に動き探索、デブロックフィルタ、SAO(Sample Adaptive Offset)、及び変換・量子化の処理を、CPUではなく、GPUでピクチャなどの単位で一括して行うと効率的である。
 本開示は、例えば、テレビジョン受像機、デジタルビデオレコーダー、カーナビゲーション、携帯電話、デジタルカメラ、デジタルビデオカメラ、テレビ会議システム、又は、電子ミラー等に利用可能である。
  100 符号化装置
  102 分割部
  104 減算部
  106 変換部
  108 量子化部
  110 エントロピー符号化部
  112、204 逆量子化部
  114、206 逆変換部
  116、208 加算部
  118、210 ブロックメモリ
  120、212 ループフィルタ部
  122、214 フレームメモリ
  124、216 イントラ予測部
  126、218 インター予測部
  128、220 予測制御部
  200 復号装置
  202 エントロピー復号部
  1201 境界判定部
  1202、1204、1206 スイッチ
  1203 フィルタ判定部
  1205 フィルタ処理部
  1207 フィルタ特性決定部
  1208 処理判定部
  a1、b1 プロセッサ
  a2、b2 メモリ

Claims (20)

  1.  回路と、
     前記回路に接続されるメモリとを備え、
     前記回路は、動作において、
     インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、
     前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成し、
     前記更新処理の候補は、第1の処理と第2の処理を含み、
     前記第1の処理は、BDOF(bi-directional optical flow)処理であり、
     前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、
     前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される、
     符号化装置。
  2.  前記回路は、
     前記更新処理の適用では、
     前記第2の処理を前記予測画像に適用するか否かを判定し、
     前記第2の処理を適用すると判定した場合に、前記第2の処理を前記更新処理とし、
     前記第2の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、
     前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理とする、
     請求項1に記載の符号化装置。
  3.  前記第2の処理は、前記予測画像に基づいて、前記予測画像の画素値を更新する、
     請求項1または2に記載の符号化装置。
  4.  前記第2の処理は、(1)前記予測画像、及び、(2)前記処理対象ブロックと異なるブロックの再構成画像に基づいて、前記予測画像の画素値を更新する、
     請求項1または2に記載の符号化装置。
  5.  前記回路は、
     画像を符号化するためのパイプライン処理に含まれる1つのステージであって、生成された前記最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、前記第1の処理および前記第2の処理を排他的に実行する、
     請求項1~4の何れか1項に記載の符号化装置。
  6.  前記更新処理の候補は、
     前記第1の処理および前記第2の処理とは異なる第3の処理をさらに含み、
     前記第3の処理は、前記処理対象ブロックのイントラ予測で生成された第2の予測画像と、前記インター予測モードで生成した前記予測画像である第1の予測画像とを混合する処理であり、
     前記更新処理の適用では、前記第1の処理、前記第2の処理及び前記第3の処理が排他的に適用される、
     請求項1~5の何れか1項に記載の符号化装置。
  7.  前記回路は、
     前記更新処理の適用では、
     (1)前記インター予測モードが、前記第3の処理を選択可能なインター予測モードであった場合、
     前記第3の処理を前記予測画像に適用するか否かを判定し、
     前記第3の処理を適用すると判定した場合に、前記第3の処理を前記更新処理とし、
     前記第3の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、
     前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理とし、
     (2)前記インター予測モードが、前記第3の処理を選択できないインター予測モードであった場合、
     前記第2の処理を前記予測画像に適用するか否かを判定し、
     前記第2の処理を適用すると判定した場合に、前記第2の処理を前記更新処理とし、
     前記第2の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、
     前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理とする、
     請求項6に記載の符号化装置。
  8.  前記回路は、
     画像を符号化するためのパイプライン処理に含まれる1つのステージであって、生成された前記最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、前記第1の処理、前記第2の処理および前記第3の処理を排他的に実行する、
     請求項6または7に記載の符号化装置。
  9.  前記回路は、
     生成した前記最終的な予測画像と残差信号を加算した再構成画像に含まれる画素値を更新するフィルタ処理を行う、
     請求項1~8の何れか1項に記載の符号化装置。
  10.  回路と、
     前記回路に接続されるメモリとを備え、
     前記回路は、動作において、
     インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、
     前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成し、
     前記更新処理の候補は、第1の処理と第2の処理を含み、
     前記第1の処理は、BDOF(bi-directional optical flow)処理であり、
     前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、
     前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される、
     復号装置。
  11.  前記回路は、
     前記更新処理の適用では、
     前記第2の処理を前記予測画像に適用するか否かを判定し、
     前記第2の処理を適用すると判定した場合に、前記第2の処理を前記更新処理とし、
     前記第2の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、
     前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理とする、
     請求項10に記載の復号装置。
  12.  前記第2の処理は、前記予測画像に基づいて、前記予測画像の画素値を更新する、
     請求項10または11に記載の復号装置。
  13.  前記第2の処理は、(1)前記予測画像、及び、(2)前記処理対象ブロックと異なるブロックの再構成画像に基づいて、前記予測画像の画素値を更新する、
     請求項10または11に記載の復号装置。
  14.  前記回路は、
     符号化画像を復号するためのパイプライン処理に含まれる1つのステージであって、生成された前記最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、前記第1の処理および前記第2の処理を排他的に実行する、
     請求項10~13の何れか1項に記載の復号装置。
  15.  前記更新処理の候補は、
     前記第1の処理および前記第2の処理とは異なる第3の処理をさらに含み、
     前記第3の処理は、前記処理対象ブロックのイントラ予測で生成された第2の予測画像と、前記インター予測モードで生成した前記予測画像である第1の予測画像とを混合する処理であり、
     前記更新処理の適用では、前記第1の処理、前記第2の処理及び前記第3の処理が排他的に適用される、
     請求項10~14の何れか1項に記載の復号装置。
  16.  前記回路は、
     前記更新処理の適用では、
     (1)前記インター予測モードが、前記第3の処理を選択可能なインター予測モードであった場合、
     前記第3の処理を前記予測画像に適用するか否かを判定し、
     前記第3の処理を適用すると判定した場合に、前記第3の処理を前記更新処理とし、
     前記第3の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、
     前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理とし、
     (2)前記インター予測モードが、前記第3の処理を選択できないインター予測モードであった場合、
     前記第2の処理を前記予測画像に適用するか否かを判定し、
     前記第2の処理を適用すると判定した場合に、前記第2の処理を前記更新処理とし、
     前記第2の処理を適用しないと判定した場合に、前記第1の処理を前記予測画像に適用するか否かを判定し、
     前記第1の処理を適用すると判定した場合に、前記第1の処理を前記更新処理とする、
     請求項15に記載の復号装置。
  17.  前記回路は、
     符号化画像を復号するためのパイプライン処理に含まれる1つのステージであって、生成された前記最終的な予測画像と残差画像とを加算することによって再構成画像を生成する再構成処理と同じステージで、前記第1の処理、前記第2の処理および前記第3の処理を排他的に実行する、
     請求項15または16に記載の復号装置。
  18.  前記回路は、
     生成した前記最終的な予測画像と残差信号を加算した再構成画像に含まれる画素値を更新するフィルタ処理を行う、
     請求項10~17の何れか1項に記載の復号装置。
  19.  インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、
     前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成し、
     前記更新処理の候補は、第1の処理と第2の処理を含み、
     前記第1の処理は、BDOF(bi-directional optical flow)処理であり、
     前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、
     前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される、
     符号化方法。
  20.  インター予測モードにおいて、導出した動きベクトルに基づいて処理対象ブロックの予測画像を生成し、
     前記予測画像に対して更新処理を適用することによって、前記処理対象ブロックの最終的な予測画像を生成し、
     前記更新処理の候補は、第1の処理と第2の処理を含み、
     前記第1の処理は、BDOF(bi-directional optical flow)処理であり、
     前記第2の処理は、前記予測画像の画素値を更新するフィルタ処理であり、
     前記更新処理の適用では、前記第1の処理及び前記第2の処理が排他的に適用される、
     復号方法。
PCT/JP2020/004527 2019-02-08 2020-02-06 符号化装置、復号装置、符号化方法、および復号方法 WO2020162534A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201962802941P 2019-02-08 2019-02-08
US62/802,941 2019-02-08

Publications (1)

Publication Number Publication Date
WO2020162534A1 true WO2020162534A1 (ja) 2020-08-13

Family

ID=71947608

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/004527 WO2020162534A1 (ja) 2019-02-08 2020-02-06 符号化装置、復号装置、符号化方法、および復号方法

Country Status (1)

Country Link
WO (1) WO2020162534A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022219867A1 (ja) * 2021-04-12 2022-10-20 Kddi株式会社 点群復号装置、点群符号化装置、点群処理システム、点群復号方法及びプログラム

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
ABE, KIYOFUMI ET AL.: "CE4-related: Low pipeline latency LIC", JOINT VIDEO EXPLORATION TEAM (JVET) OF ITU-T SG 16 WP 3 AND ISO/IEC JTC 1/SC 29/WG 11 12TH MEETING : MACAO, CN , 03- 12 OCT. 2018 , [JVET-L0120-V2], JVET-L0120 (VERSION 3, 5 October 2018 (2018-10-05), pages 1 - 5 *
BROSS, BENJAMIN ET AL.: "Versatile Video Coding (Draft 4", JOINT VIDEO EXPERTS TEAM (JVET) OF ITU-T SG 16 WP 3 AND ISO/IEC JTC 1/SC 29/WG 11 13TH MEETING: MARRAKECH, MA, 9- 18 JAN. 2019 , [JVET-M1001-V1], JVET-M1001 (VERSION 1, 1 February 2019 (2019-02-01), pages 161 - 164 *
SEREGIN, VADIM ET AL.: "CE10-related: Unidirectional illumination compensation", JOINT VIDEO EXPERTS TEAM (JVET) OF ITU-T SG 16 WP 3 AND ISO/ IEC JTC 1/SC 29/WG 11 13TH MEETING: MARRAKECH, MA, 9- 18 JAN. 2019 , [JVET- M0500-V3], JVET-M0500 (VERSION 3, 14 January 2019 (2019-01-14), pages 1 - 4, XP026917496 *
STROM, JACOB ET AL.: "Description of Core Experiment 1 (CE1): Post-prediction and post-reconstruction filtering", JOINT VIDEO EXPERTS TEAM (JVET) OF ITU- T SG 16 WP 3 AND ISO/IEC JTC 1/SC 29/WG 11 13TH MEETING: MARRAKECH, MA, 9- 18 JAN. 2019 , [JVET-M1021_V4], JVET-M1021 (VERSION 1, 18 January 2019 (2019-01-18), pages 1 - 9 *
WINKEN, MARTIN ET AL.: "CE10: Multi-hypothesis inter prediction (Test 10.1.2", JOINT VIDEO EXPERTS TEAM (JVET) OF ITU-T SG 16 WP 3 AND ISO/IEC JTC 1/SC 29/WG 11 13TH MEETING: MARRAKECH, MA, 9- 18 JAN. 2019 , [JVET-M0425-V2], JVET-M0425 (VERSION 2, 7 January 2019 (2019-01-07), pages 1 - 14 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022219867A1 (ja) * 2021-04-12 2022-10-20 Kddi株式会社 点群復号装置、点群符号化装置、点群処理システム、点群復号方法及びプログラム

Similar Documents

Publication Publication Date Title
WO2020166643A1 (ja) 符号化装置、復号装置、符号化方法、および復号方法
WO2020017367A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
JP7389283B2 (ja) 符号化装置及び復号装置
WO2020085235A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
WO2019240050A1 (ja) 符号化装置、復号装置、符号化方法および復号方法
WO2020116630A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
WO2020059611A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
WO2020130020A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
WO2020116402A1 (ja) 符号化装置、復号装置、符号化方法、および復号方法
JP7373040B2 (ja) 復号装置及び符号化装置
WO2020162536A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
JP2023068203A (ja) 復号装置及び復号方法
JP2023053378A (ja) 符号化方法および復号方法
WO2020116242A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
WO2020116241A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
WO2020031902A1 (ja) 符号化装置、復号装置、符号化方法および復号方法
JP2023001298A (ja) 復号装置及び復号方法
WO2020162534A1 (ja) 符号化装置、復号装置、符号化方法、および復号方法
JP7079377B2 (ja) 符号化装置、復号装置、符号化方法、および復号方法
WO2020235586A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
WO2020179715A1 (ja) 符号化装置、復号装置、符号化方法及び復号方法
WO2020122232A1 (ja) 符号化装置、復号装置、符号化方法、および復号方法
WO2020121879A1 (ja) 符号化装置、復号装置、符号化方法、および復号方法
WO2020050279A1 (ja) 符号化装置、復号装置、符号化方法および復号方法
WO2020050281A1 (ja) 符号化装置、復号装置、符号化方法、および復号方法

Legal Events

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

Ref document number: 20752476

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20752476

Country of ref document: EP

Kind code of ref document: A1