EP3225031A2 - Partitionining method and method for partitioning signalling of a coding tree unit - Google Patents

Partitionining method and method for partitioning signalling of a coding tree unit

Info

Publication number
EP3225031A2
EP3225031A2 EP15822963.3A EP15822963A EP3225031A2 EP 3225031 A2 EP3225031 A2 EP 3225031A2 EP 15822963 A EP15822963 A EP 15822963A EP 3225031 A2 EP3225031 A2 EP 3225031A2
Authority
EP
European Patent Office
Prior art keywords
current block
subdivision
ctu
sides
decoding
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
EP15822963.3A
Other languages
German (de)
French (fr)
Inventor
Félix Henry
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Orange SA
Original Assignee
Orange SA
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 Orange SA filed Critical Orange SA
Priority to EP23214427.9A priority Critical patent/EP4311240A3/en
Publication of EP3225031A2 publication Critical patent/EP3225031A2/en
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/90Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
    • H04N19/96Tree coding, e.g. quad-tree coding

Definitions

  • the present invention relates generally to the field of image processing, and more specifically to the encoding and decoding of digital images and digital image sequences.
  • the invention can be applied in particular, but not exclusively, to the video coding implemented in the current AVC and HEVC video coders and their extensions (MVC, 3D-AVC, MV-HEVC, 3D-HEVC, etc.), as well as to the corresponding decoding.
  • Current video encoders use a block representation of the images to be encoded.
  • the images are subdivided into blocks of square or rectangular shape, which can be subdivided in turn recursively.
  • a recursive subdivision follows a tree structure called "quadtree".
  • CTU Coding Tree Unit
  • Such blocks are, for example, 64 ⁇ 64 pixels (1 ⁇ i L L).
  • this block constitutes the root of a coding tree in which:
  • a first level of sheets under the root corresponds to a first subdivision depth level of the CTU block, for which the CTU block has been subdivided a first time into a plurality of square or rectangular coding blocks called CU (of the English "Coding Unit"),
  • a second level of sheets under the first level of sheets corresponds to a second level of block partitioning depth CTU, for which some blocks of said plurality of block coding blocks partitioned a first time are partitioned into a plurality of CU type coding blocks, ...
  • the partitioning iteration of the CTUi block is performed up to a predetermined partition depth level.
  • the latter is finally partitioned into a plurality of coding blocks denoted UC-1, UC 2 ,. , UC M with 1 ⁇ j ⁇ M.
  • the purpose of such a subdivision is to delimit zones that adapt well to the local characteristics of the image, such as for example a homogeneous texture, a constant movement, an object in the foreground in the image, etc.
  • a sequence of digital information such as, for example, a series of bits, representative of this optimal subdivision, is transmitted in a data signal intended to be stored at the encoder or well transmitted to a video decoder to be read and then decoded by the latter.
  • the binary sequence representative of the optimal subdivision of the CTU block contains the following seventeen bits: 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0 , 0, 0, 0, 0, 0, 0, for which:
  • the first bit "1" indicates a subdivision of the block CTU, in four smaller sub-blocks UC-i, UC 2 , UC 3 , UC 4
  • the second bit "1" indicates a subdivision of the sub-block UCi into four smaller sub-blocks UC 5 , CPU 6 , CPU 7 , CPU 8 ,
  • the third bit "0" indicates a lack of subdivision of the UC 2 sub-block
  • the fourth bit "0" indicates a lack of subdivision of the UC 3 sub-block
  • the fifth bit "0" indicates a lack of subdivision of the sub-block UC 4 .
  • the sixth bit "0" indicates a lack of subdivision of the UCs sub-block
  • the seventh bit "1" indicates a subdivision of the sub-block UC 6 into four smaller sub-blocks UC 9 , UC-
  • the eighth bit "1" indicates a subdivision of the sub-block UC 7 into four smaller sub-blocks UC13, UCi 4 , UC15, UCi 6 ,
  • the ninth bit "0" indicates a lack of subdivision of the UC 8 sub-block
  • the tenth bit "0" indicates a lack of subdivision of the sub-block UC 9 .
  • the eleventh bit "0" indicates a lack of subdivision of the subunit UC 10 .
  • the seventeenth bit "0" indicates no subdivision of the UC-I6 sub-block.
  • the bit sequence obtained requires that a sub-block traversal order be predetermined in order to know to which sub-block corresponds a syntax element indicating the subdivision performed. As represented by the arrow F in FIG. 1, such a travel order is generally lexicographic, that is to say that for each level of subdivision considered:
  • the sub-blocks are traversed starting with the first sub-block UCi located at the top left of the block CTU, and so on until reaching the sub-block UC 4 located at the bottom right of the block CTU ,
  • the sub-blocks resulting from the subdivision of the sub-block UC 6 are traversed starting with the first sub-block UC 9 located at the top left of the sub-block UC 6 and so on until reaching the sub-block UCi 2 located at the bottom right of the UC 6 sub-block,
  • the sub-blocks resulting from the subdivision of the sub-block UC 7 are traversed starting with the first sub-block UC 13 located at the top left of the sub-block UC 7 and so on until reaching the sub-block UCi 6 located at the bottom right of the UC 7 sub-block.
  • the aforementioned seventeen bits are written one after the other in the binary sequence which is then compressed by a suitable entropic coding.
  • a prediction of pixels of the sub-block considered is implemented with respect to prediction pixels that belong to either the same image (intra prediction) or to one or more previous images of an image sequence (inter prediction) that have already been decoded.
  • Such prior images are conventionally referred to as reference images and are stored in memory at both the encoder and the decoder.
  • a residual sub-block is calculated by subtraction of the pixels of the sub-block considered, prediction pixels.
  • the coefficients of the calculated residual sub-block are then quantized after a possible mathematical transformation, for example of the discrete cosine transform (DCT) type, then coded by an entropy coder.
  • DCT discrete cosine transform
  • inter or intra prediction mode is done at the level of each of the UC-i, UC 2 , ..., UC j subunits , ..., UC M which can themselves be partitioned into sub-prediction blocks ("prediction units” in English) and transform sub-blocks ("Transform Units").
  • prediction units in English
  • transform sub-blocks Transform Units
  • the block CTUi and its sub-blocks Ud, UC 2 , ..., UCj, ..., UCM, its prediction sub-blocks and its transform sub-blocks, are likely to be associated with information describing their content.
  • Such information includes the following:
  • the prediction mode (intra prediction, inter prediction, prediction by default carrying out a prediction for which no information is transmitted to the decoder ("in English” skip ”));
  • prediction orientation, reference image component, etc.
  • This information is also recorded in the aforementioned data signal.
  • FIG. 2A represents, as a significant element, a star, which is contained in a homogeneous zone such as, for example, a sky of uniform color.
  • One of the aims of the invention is to overcome disadvantages of the state of the art mentioned above.
  • an object of the present invention relates to a method of encoding at least one image, comprising a step of subdivision of the image into a plurality of blocks.
  • the coding method according to the invention is remarkable that it comprises the following steps:
  • the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, the second part having a geometric shape with m sides with m> 4,
  • the subdivision according to the invention is particularly well suited to the case where blocks of the image contain a significant element, for example an object in the foreground, which is located in a homogeneous zone having a low energy, such as for example a background of color, orientation or uniform movement.
  • the invention relates to a device for coding at least one image, comprising a partitioning module for subdividing the image into a plurality of blocks.
  • the partitioning module is able to subdivide at least one current block into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part. part in the current block, the second part having a geometric shape with m sides, with m> 4,
  • the invention also relates to a method of decoding a data signal representative of at least one coded picture having been subdivided into a plurality of blocks.
  • Such a decoding method is remarkable in that it comprises the following steps:
  • the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, the second part having a geometric shape with m sides with m> 4,
  • the subdivision according to the invention is particularly well suited to the case where blocks of the image to be decoded contain a significant element, for example an object in the foreground, which is located in a homogeneous zone having a low energy, such as for example a background of color, orientation or uniform movement.
  • At least one information for reconstructing the pixels of the second part with m sides of the current block is set to a predetermined value.
  • said at least one information for reconstructing the pixels of the second part with m sides of the current block is representative of the absence of subdivision of the second part with m sides of the current block.
  • the decoder autonomously determines that it does not need to subdivide this part, since it characterizes a homogeneous region of the current block to be decoded. is devoid of details.
  • said at least one information for reconstructing the pixels of the second part with m sides of the current block is representative of the absence of residual information resulting from a prediction of the pixels of the second part with m sides of the block. current.
  • the decoder autonomously determines that the residual pixels obtained as a result of the prediction of said second part with m sides have a zero value. It is considered that the second part with m sides is associated with a zero prediction residue since it characterizes a homogeneous region of the current block to be decoded.
  • said at least one information for reconstructing the pixels of the second part with m sides of the current block is representative of predetermined prediction values of the pixels of the second part with m sides of the current block.
  • Such a variant makes it possible to further optimize the signaling cost by avoiding transmitting in the data signal the index of the prediction mode which has been selected to the coding in order to predict the second part with m sides of the current block.
  • the decoding method comprises, prior to the step of subdivision of the current block, a step reading, in the data signal, information indicating whether the current block is intended to be subdivided into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, the second part having a geometric shape with m sides, with m> 4, or to be subdivided according to another predetermined method.
  • Such an arrangement enables the decoder to determine whether, during coding of a current block, the coder has activated or not the subdivision of the current block according to the invention, for a sequence of images considered, for an image considered or else for a portion of image ("slice" in English) considered, so that the decoder can implement correspondingly subdivision performed coding.
  • a decoding method is particularly flexible because adaptable to the current video context.
  • the decoding method is adapted to implement the subdivision according to the invention or according to another type of subdivision, such as for example the quadtree subdivision, as a function of the value taken by a dedicated indicator inscribed in the signal of data.
  • Such a dedicated indicator remains relatively compact to report and allows to maintain the compression gain obtained through the subdivision according to the invention.
  • the decoding method comprises a step of reading, in the data signal, information indicating a subdivision configuration of the current block selected from different predetermined subdivision patterns.
  • the step of decoding the second part of the current block with m sides comprises the substeps consisting of:
  • Such an arrangement advantageously makes it possible, when a step of application of a transform is to be implemented following the entropy decoding step of the second part of the current block to be decoded, to reuse the hardware tools. and square or rectangular block transform software that is commonly implemented in current video encoders and decoders.
  • a subdivided current block contains at most a portion having a geometric shape with m sides.
  • the invention relates to a device for decoding a data signal representative of at least one coded picture having been subdivided into a plurality of blocks.
  • Such a decoding device is remarkable in that it comprises:
  • a partitioning module for subdividing at least one current block into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, the second part having a geometric shape with m sides, with m> 4,
  • the invention also relates to a computer program comprising instructions for implementing one of the coding and decoding methods according to the invention, when it is executed on a computer.
  • Such a program can use any programming language, and be in the form of source code, object code, or intermediate code between source code and object code, such as in a partially compiled form, or in any another desirable form.
  • Still another object of the invention is directed to a computer readable recording medium, and including computer program instructions as mentioned above.
  • the recording medium may be any entity or device capable of storing the program.
  • the medium may include storage means, such as a ROM, for example a CD ROM or a microelectronic circuit ROM, or a magnetic recording means, for example a USB key or a hard disk.
  • such a recording medium may be a transmissible medium such as an electrical or optical signal, which may be conveyed via an electrical or optical cable, by radio or by other means.
  • the program according to the invention can be downloaded in particular on an Internet type network.
  • such a recording medium may be an integrated circuit in which the program is incorporated, the circuit being adapted to execute the method in question or to be used in the execution of the latter.
  • FIG. 1 represents an example of a conventional subdivision of a current block, such as the "quadtree" subdivision,
  • FIGS. 2A and 2B show an application of the "quadtree" type subdivision to a current block containing a single element significant, a star, which is contained in a homogeneous zone such as for example a sky of uniform color,
  • FIG. 3 represents the main steps of the coding method according to one embodiment of the invention
  • FIG. 4 represents an embodiment of a coding device according to the invention
  • FIGS. 5A to 5J respectively represent various subdivision embodiments according to the invention of the current block
  • FIGS. 6A and 6B respectively represent two coding embodiments of the parts obtained by subdivision of the current block, according to a type of subdivision represented in FIG. 5A,
  • FIG. 7 represents an example of subdivision of the current block to which the coding embodiment of FIG. 6B applies.
  • FIG. 8 represents the main steps of the decoding method according to one embodiment of the invention.
  • FIG. 9 represents an embodiment of a decoding device according to the invention.
  • FIGS. 10A and 10B respectively represent two embodiments of decoding the parts obtained after reconstruction of the subdivision of the current block, according to a type of subdivision shown in FIG. 5A.
  • the coding method according to the invention is for example implemented in a software or hardware way by modifications of such an encoder.
  • the coding method according to the invention is represented in the form of an algorithm comprising steps C1 to C7 as represented in FIG.
  • the coding method according to the invention is implemented in a coding device or coder CO shown in FIG.
  • such an encoder comprises a memory MEM_CO comprising a buffer memory TAMP_CO, a processing unit UT_CO equipped for example with a microprocessor ⁇ and driven by a computer program PG_CO which implements the coding method according to the invention.
  • the code instructions of the computer program PG_CO are for example loaded into a RAM memory (not shown) before being executed by the processor of the processing unit UT_CO.
  • the coding method represented in FIG. 3 applies to any current image IC j that is fixed or part of a sequence of L images ld, IC j ,..., IC L (1 j j L L ) to be encoded. .
  • a current image IC j is subdivided into a plurality of blocks of the above-mentioned CTU type: CTU 1; CTU 2 , CTU U , ..., CTU S (1 ⁇ u S S ).
  • Such a subdivision step is implemented by a processor or partitioning software module MP_CO shown in FIG. 4, which module is driven by the microprocessor ⁇ of the processing unit UT_CO.
  • each of CTU-i, CTU 2 , CTU U , ..., CTUs has a square shape and comprises NxN pixels, with N> 2.
  • each of the CTU-i, CTU 2 , CTU U , ..., CTU blocks has a rectangular shape and comprises NxP pixels, with N> 1 and P> 2.
  • the partitioning module MP_CO of Figure 4 subdivides the current block CTU U into at least a first part and a second part, the first and second parts being complementary to one another. According to the invention:
  • the first part has a rectangular or square shape
  • the current block CTU U is subdivided:
  • the first and second parts respectively form two separate coding units CUi and CU 2 .
  • This last terminology is notably used in the standard HEVC "ISO / IEC / 23008-2 Recommendation ITU-T H.265 High Efficiency Video Coding (HEVC)".
  • the first part CUi is a square block of size ⁇ x ⁇
  • the second part CU 2 which forms the complement of the first part CUi in the current block CTU U , has a geometric shape with m sides, with m> 4.
  • the last pixel pbr- of the first part CU-i of coordinates (x'max, y'max) which is located at the bottom and to the right in the latter.
  • the first pixel ptl u of the current block CTU U is the same as the first pixel pth of the first part Clh.
  • the second part 2 of geometric form m-sides is then generally defined as a set of pixels ptl 2 such that for any pixel pv 2 (x " v , y" v) of this set :
  • the first part CU 1 is a square block of size ⁇ x ⁇ ,
  • the second part CU 2 which forms the complement of the first part CU 1 in the current block CTU U , has a geometric shape with m sides, with m> 4.
  • sixteen subdivision types SUB1 2 , SUB2 2 , SUB16 2 of the current block CTU U are possible, the square block CU 1 being able to be located in sixteen different positions inside the current block CTU U , by successive translation of N / 4 pixels of the square block CU 1 inside the current block CTU U.
  • the first pixel pt1 u of the current block CTU U is the same as the first pixel pt of the first part
  • the second part 2 of geometric shape m-side is then defined generally as a set of pixels such that for any pixel pv 2 (x " v , y" v) of this set :
  • the first CUi part is a rectangular block size UXV pixels, such that U ⁇ N and V ⁇ N, all of the coordinates of such a rectangular block being selected from a predefined list LT several sets of coordinates defining each a rectangular block of a predetermined shape, the list LT a being stored in the buffer memory TAMP_CO of the encoder CO of FIG. 4,
  • the second part CU 2 which forms the complement of the first part CUi in the current block CTU U , has a geometric shape with m sides, with m> 4.
  • the definition of the second portion CU 2 of the current block CTU U is the same as that given in the examples of FIGS. 5A and 5B.
  • the current block CTU U is a rectangle of size NxP pixels, with N> 1 and P> 2.
  • the first part CUi is a rectangular block of size UxV, such that U ⁇ N and V ⁇ P, the set of coordinates of such a rectangular block being chosen from a list LT b predefined of several sets of coordinates each defining a rectangular block of a predetermined shape, the list LT b being stored in the buffer TAMP_CO of the coder CO of FIG. 4,
  • the second part CU 2 which forms the complement of the first part CUi in the current block CTU U , has a geometric shape with m sides, with m> 4.
  • the definition of the second portion CU 2 of the current block CTU U is the same as that given in the examples of FIGS. 5A and 5B.
  • each of the CTU current blocks U or only a portion, which has been subdivided in accordance with the different subdivision modes according to the invention as represented in FIGS. 5A to 5K, is set in competition :
  • Such placing in competition is performed according to a predetermined coding performance criterion of the CTU U current block, for example the cost rate / distortion or a compromise between efficiency and complexity, which are criteria well known to those skilled in the art.
  • the competition is implemented by a processor or calculation software module CAL1_CO shown in FIG. 4, which module is driven by the microprocessor ⁇ of the processing unit UT_CO.
  • an optimum subdivision mode SUBo pt of the current block CTU U is selected, that is to say it is the one that optimizes the coding of the block CTU U by minimization cost / distortion cost or by maximizing the efficiency / complexity trade-off.
  • step C4 represented in FIG. 3, an indicator representative of the subdivision mode selected at the end of step C3 is selected in a correspondence table TC stored in the buffer TAMP_CO of the coder CO of FIG. 4.
  • Such a selection is implemented by a processor or calculation software module CAL2_CO shown in FIG. 4, which module is driven by the microprocessor ⁇ of the processing unit UT_CO.
  • the indicator representative of a given subdivision mode is for example a syntax element called cut_type which, according to a preferred embodiment, takes for example three values:
  • the syntax element type_decut is 1
  • the latter is associated, in the correspondence table TC of FIG. 4, with another syntax element called arr_decoupe1 which indicates the type of subdivision SUBI -i, SUB2i, SUB3i, SUB4i selected, as shown in Figure 5A.
  • the syntax element arr_decoupe1 takes the value:
  • the syntax element type_decut is 2
  • the latter is associated, in the correspondence table TC of FIG. 4, with another syntax element called arr_decoupe2 which indicates the type of subdivision chosen from the sixteen subdivision types SUB1 2 , SUB2 2 , SUBI 6 2 of the current block CTU U , as shown in FIG. 5B.
  • the syntax element arr_decoupe2 has the value:
  • step C5 the value of the syntax element type_cut which has been selected at the end of the above-mentioned step C4 is coded and, if applicable , to the coding of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
  • step C5 is implemented by a processor or indicator coding software module MCI as represented in FIG. 4, which module is controlled by the microprocessor ⁇ of the processing unit UT_CO.
  • the portions CUi and CU 2 of the current block CTU U are coded according to a predetermined order of travel.
  • the first part CUi is coded before the second part CU 2 .
  • the first part CUi is coded after the second part CU 2 .
  • the coding step C6 is implemented by a processor or UCO coding software module as shown in FIG. 4, which module is driven by the microprocessor ⁇ of the processing unit UT_CO.
  • the UCO coding module conventionally comprises:
  • a processor or software module for calculating residual data CAL3_CO a processor or software module for calculating residual data CAL3_CO, a processor or software module MT_CO of transformation of the DCT type (abbreviation of "Discrete Cosine Transform"), DST (abbreviation of “Discrete Sine Transform”), DWT (abbreviation of "Discrete Wavelet Transform”)
  • processors or software module MCE_CO of entropy coding for example of CABAC type ("Context Adaptive Binary Arithmetic Coder" in English) or a Huffman coder known as such.
  • step C7 shown in Figure 3 it is proceeded to the construction of a data signal F which contains the data coded at the end of steps C5 and C6 above.
  • the data signal F is then transmitted by a communication network (not shown) to a remote terminal.
  • Step C7 is implemented by a processor or software module MCF for constructing a data signal, as shown in FIG. 4.
  • FIG. 6A will now describe a first embodiment of the different substeps implemented during the aforementioned coding step C6 in the UCO coding module shown in FIG. 4.
  • the optimal subdivision mode SUB op t which has been selected at the end of coding step C3 is for example one of the subdivision modes shown in FIG. 5A.
  • it is the indicator type_cut of value 1 which was selected at the end of step C4 above. More specifically, it is for example the type of subdivision SUBD2, as shown in FIG. 5A, which has been selected at the end of the coding step C3.
  • the indicator type_cut of value 1 is further associated with the indicator arr_cutter1 of value 1, as defined above in the description.
  • the value 1 of the cut_type_indicator is written in compressed form in the data signal F, followed by the value 1 of the cut_stop1 flag.
  • the portions CU 1 and CU 2 of the current block CTU U are not subdivided again.
  • the value of the cut_type_indicator associated with the coded data of the second portion CU 2 is written in compressed form in the data signal F before the value of the cutoff_type_indicator associated with the coded data of the first portion CU -i.
  • the data signal F therefore contains the following values: 1 133 which are representative of the partitioning of the current block CTU U.
  • the data signal F therefore contains the following values: 1 13, which reduces the cost of signaling.
  • the module PRED_CO of FIG. 4 proceeds to the predictive coding of the current part.
  • the pixels of the CUi portion are predicted with respect to pixels that have already been coded and then decoded, by putting in competition known intra and / or inter prediction techniques.
  • the optimal prediction is chosen according to a rate-distortion criterion well known to those skilled in the art.
  • Said aforementioned predictive coding sub-step makes it possible to construct a predicted part CUpi which is an approximation of the current part CU-i.
  • the information relating to this predictive coding will subsequently be entered in the data signal F represented in FIGS. 3 and 4.
  • Such information notably comprises the type of prediction (inter or intra), and, if appropriate, the intra or intra prediction mode. well the reference image index and the displacement vector used in the inter prediction mode. This information is compressed by the coder CO shown in FIG.
  • the calculation module CAL3_CO of Figure 4 proceeds to subtract the predicted portion CUpi of the current portion CUi to produce a residue portion CUn.
  • the MT_CO module of FIG. 4 proceeds with the transformation of the residue part CUn according to a conventional direct transformation operation, such as, for example, a discrete cosine transformation of the type DCT, to produce a transformed part CUt-i.
  • a conventional direct transformation operation such as, for example, a discrete cosine transformation of the type DCT
  • the module MQ_CO of FIG. 4 proceeds with the quantization of the transformed part CUti according to a conventional quantization operation, such as, for example, scalar quantization. A portion CUq- ⁇ , formed of quantized coefficients, is then obtained.
  • the MCE_CO module of FIG. 4 proceeds with the entropic coding of the quantized coefficients CUq-i.
  • the aforementioned sub-steps C61 1 to C615 are then iterated in order to code the second part CU 2 with m sides of the current block CTU U.
  • one or more coding information of the pixels of the second portion CU 2 are set to predetermined values.
  • the pixels of the portion CU 2 are predicted with respect to pixels of corresponding values respectively. predetermined. Such values are stored in a list LP contained in the buffer memory TAMP_CO of the coder CO of FIG. 4.
  • these predetermined prediction values are selected so that during the sub-step C612 of FIG. 6A, the subtraction of the predicted portion CUp 2 of the current portion CU 2 produces a residue portion CUr 2 which includes pixel values that are null or close to zero.
  • Such an arrangement makes it possible advantageously to take advantage of the homogeneity of the portion CU 2 of the current block CTU U while at the same time making it possible to substantially reduce the cost of signaling the coding information of the current block CTU U in the data signal F.
  • the pixels of the portion CU 2 are conventionally predicted, in the same way as the portion CU-i.
  • the quantized coefficients of the quantized residual portion CUq 2 obtained at the end of the substep C614 of FIG. 6A are all set to zero and are not written in the data signal F.
  • an intermediate substep C6120 is implemented between the substeps C612 and C613 mentioned above.
  • the residual pixels of the residue portion CUr 2 with m sides are completed by pixels of predetermined respective value, until a block of square or rectangular pixels is obtained.
  • the residual pixels of the residue portion CUr 2 can be completed:
  • the aforementioned sub-step C6120 is implemented by a processor or calculation software module CAL4_CO as shown in FIG. 4, which module is driven by the microprocessor ⁇ of the processing unit UT_CO.
  • sub-step C612 only applies to the second part CU 2 of geometrical shape with m sides
  • this sub-step, as well as the calculation module CAL4_CO, are represented in dotted lines, respectively on the Figures 3 and 4.
  • This second embodiment differs from that of FIG. 6A in that the first portion CUi of the CTU current block U is subdivided again.
  • An example of such a subdivision of the current block CTU U is shown in FIG. 7.
  • the optimum subdivision mode SUB op t which has been selected at the end of the coding step C3 mentioned above is, for example, again the indicator type_cut of value 1 which has been selected at the outcome of step C4 above. As shown in Figure 7, this value is entered in compressed form in the data signal F. As explained above, the indicator type_cut of value 1 is further associated with the indicator arr_cutter1 of value 1, as defined above in the description. As shown in FIG. 7, the value of the indicator arr_cutter1 of value 1 is then written in compressed form in the data signal F following the value of the indicator type_cut.
  • the second portion CU 2 of the current block CTU U is not subdivided again on the assumption that it is representative of a homogeneous zone of the CTU U current block.
  • the value 3 of the indicator type_cut is written in compressed form in the data signal F, following the value 1 of the indicator arr_cut1. This value is shown in bold in Figure 7.
  • the value of the type_decoupe flag associated with the coded data of the second part CU 2 is written in compressed form in the data signal F systematically before the value of the indicator type_decoupe associated with the coded data of the first part CU-i.
  • the value of the cut_type_indicator associated with the coded data of the second portion CU 2 could be written in compressed form in the data signal F systematically after the value of the indicator type_decoupe associated with the coded data of the first part.
  • the portion CUi is subdivided for example into four square blocks CU1 -i, CU2, CU3i, CU4, according to a conventional subdivision method, of the "quadtree" type, for example.
  • the coded data of the part CU 1 are therefore associated with the indicator type_cut of value 0, representative of such a subdivision, as defined above in the description. As shown in FIG. 7, this value is written in compressed form in the data signal F, following the value 3 of the type_decoupe flag.
  • the block CU1 1 is not subdivided.
  • the coded data of the CUi part are therefore associated in addition with the indicator type_cut of value 3, representative of the absence of such a subdivision, as defined above in the description.
  • this value is written in compressed form in the data signal F, following the value 0 of the type_decoupe flag.
  • the block CU2 is subdivided according to the invention, in particular according to the type of subdivision SUB6 2 represented in FIG. 5B.
  • the block CU2 is subdivided into a first part CU21 of square shape and a second part CU22i with m sides.
  • the second portion CU22i has 8 sides.
  • the coded data of the CUi part are therefore associated in addition to the indicator type_cut of value 2, itself associated with the indicator arr_decoupe2 of value 6, as defined above in the description. As shown in FIG. 7, these values 2 and 6 are written successively in compressed form in the data signal F, following the value 3 of the type_decoupe flag.
  • the block CU3i is subdivided into four square blocks CU31 i, CU321, CU331, CU341, according to a conventional subdivision method, of the "quadtree" type, for example.
  • the coded data of the CUi part are therefore associated in addition with the indicator type_cut of value 0, representative of such a subdivision, as defined above in the description. As shown in FIG. 7, this value is written in compressed form in the data signal F, following the value 6 of the indicator arr_decoupe2.
  • the block CU4 is not subdivided.
  • the coded data of the CUi part are therefore associated in addition with the indicator type_cut of value 3, representative of the absence of such a subdivision, as defined above in the description. As shown in FIG. 7, this value is written in compressed form in the data signal F, following the value 0 of the type_decoupe flag.
  • the second part CU22i of the block CU2i is not subdivided again on the assumption that it is representative of a homogeneous zone of this block.
  • the value 3 of the indicator type_cut is then written in compressed form in the data signal F, following the value 3 of the indicator type_decoupe. This value is shown in bold in Figure 7.
  • the value of the cut_type_indicator associated with the CU22 part m side of the CU2 block is written in compressed form in the data signal F systematically before the value of the cut_type_indicator associated with the square portion CU21 of the CU2-I block.
  • the value of the indicator type_decoupe associated with the part is the value of the indicator type_decoupe associated with the part
  • CU22-I with m sides of the block CU2 could be written in compressed form in the data signal F systematically after the value of the indicator type_decoupe associated with the square portion CU21 1 of the block CU2-I.
  • the first portion CU21 i of the block CU2i is not subdivided.
  • the value 3 of the indicator type_decoupe is then written in compressed form in the data signal F, following the value 3 of the indicator type_decoupe associated with the CU22i part with m sides of the CU2-I block.
  • the four CU31 blocks i, ⁇ 32 1; CU33i, CU34-I of the CU3i block are not subdivided.
  • the value 3 of the cut_type_indicator is then written in compressed form successively four times in the data signal F, following the value 3 of the cut_type_indicator associated with the CU21 part 1 of the CU2-I block.
  • the two values 3 of the indicator type_decoupe as represented in bold in FIG. 7 and representative of the absence of subdivision of the m-side portions CU 2 and CU22i of the current block CTU U do not are not written in the data signal F, which reduces the cost of signaling. It is indeed assumed in coding, as in decoding, that a part with m sides of the current block is systematically not subdivided. Thus, the transmission to the decoder of a type_decoupe indicator of value 3 is not necessary.
  • the UCO coding module tests whether the index k associated with the current portion CU k is 1 or 2.
  • the portion CU 2 of the current block CTU U is coded according to the substeps C61 1 to C615 of FIG. 6A.
  • the UCO coding module of FIG. 4 selects a current sub-portion CU k 'of the first portion CUi of the block current CTU U , such that 1 ⁇ k' ⁇ N.
  • N 8 since the first portion CUi of the current block CTU U has been subdivided into eight sub-parts of the "coding unit" type CU1 i, CU21 1; CU22 1; CU31 i, CU32 1; CU33i, CU34 1; CU4i.
  • PRED_CO of FIG. 4 selects for this current subpart CU an intra or intra prediction mode, for example by putting these modes in competition according to a rate-distortion criterion.
  • the prediction mode selected is associated with an indicator PR which is intended to be transmitted in the data signal F.
  • the partitioning module MP_CO of FIG. 4 subdivides the current subpart CU k into a plurality W of prediction sub-parts PU-i, PU 2 , PU Z , ... PU W (1 ⁇ z ⁇ W) of the type "prediction unit" above.
  • Such a subdivision may be conventional or in accordance with the invention, as shown in FIGS. 5A and 5B.
  • a succession of indicators representative of the subdivision is intended to be transmitted in the data signal F.
  • the UCO coding module of FIG. 4 selects a first current sub-portion PU Z. Such a selection is made in a predefined order, such as for example the lexicographic order.
  • the module PRED_CO of FIG. 4 selects for the current subpart PU Z the optimal prediction parameters associated with the prediction mode selected in the substep C623 mentioned above. .
  • the optimal prediction parameters are one or more motion vectors, as well as one or more reference images, such optimal parameters making it possible to obtain the best coding performance of the current subpart PU Z according to a predetermined criterion, such as for example the rate-distortion criterion.
  • the optimal prediction parameters are associated with an INTRA mode selected from among various available INTRA modes.
  • the optimal prediction parameters are those that make it possible to obtain the best coding performance of the current sub-part PU Z according to a predetermined criterion, such as, for example, the rate-distortion criterion.
  • the substeps C625 to C626 are iterated for each of the sub-parts PU-1, PU 2 , PUz,... PUw of the current subpart CUk 'of the first part CUi of the current block CTU U , in the predetermined lexicographic order.
  • the partitioning module MP_CO of FIG. 4 sub-divides the current subpart CU CU into a plurality Z of transform subparts TU-i, TU 2 , TU W , ... TU Z (1 ⁇ w ⁇ Z) of the aforementioned "transform unit" type.
  • Such a subdivision may be conventional or in accordance with the invention, as shown in FIGS. 5A and 5B.
  • a succession of indicators representative of the subdivision is intended to be transmitted in the data signal F.
  • the UCO coding module of FIG. 4 selects a first sub-part of the current transform TU W. Such a selection is made in a predefined order, such as for example the lexicographic order.
  • the calculation module CAL3_CO of FIG. 4 proceeds, in a manner similar to the sub-step C612 of FIG. 6A, to the calculation of a sub-part residue TUr w .
  • the MT_CO module of FIG. 4 transforms the residue sub-part TUr w according to a conventional direct transformation operation, such as, for example, a cosine transformation. discrete DCT type, to produce a transformed sub-part TUt w .
  • the module MQ_CO of FIG. 4 proceeds with the quantization of the transformed sub-part TUtw according to a conventional quantization operation, such as for example a scalar quantization.
  • a subset TUq w formed of quantized coefficients, is then obtained.
  • the MCE_CO module of FIG. 4 proceeds to the entropy coding of the quantized coefficients TUq w .
  • the set of substeps C628 to C632 is iterated for each of the subsections TU-i, TU 2 , TU W , ..., TUz of the current subpart CUk 'of the first part CUi of the current block CTU U , in the predetermined lexicographic order.
  • an intermediate substep C6290 is implemented between the sub-steps C629 and C630 mentioned above.
  • the residual pixels of the residual sub-part TUr w to m sides are completed by pixels of zero value or coded according to a predetermined coding method, until a block is obtained. square or rectangular pixels.
  • the aforementioned sub-step C6290 is implemented by the calculation software module CAL4_CO as represented in FIG. 4.
  • the module MQ_CO of FIG. 4 proceeds to the quantification of the transformed current subpart TUt w to the exclusion of the pixels added during the substep C6290 and which were transformed during the substep C630.
  • the set of substeps C622 to C632 is iterated for each of the sub-portions CU-i, CU 2 , CU k , ..., CU N of the first portion CUi current of the current block CTU U , in the order lexicographic predetermined.
  • the decoding method according to the invention is used to decode a data signal representative of an image or a sequence of images that is capable of being decoded. by a decoder according to any one of the present or future video decoding standards.
  • the decoding method according to the invention is for example implemented in a software or hardware way by modifications of such a decoder.
  • the decoding method according to the invention is represented in the form of an algorithm comprising steps D1 to D7 as represented in FIG. 8.
  • the decoding method according to the invention is implemented in a decoding device or decoder DO represented in FIG. 9.
  • the decoder DO comprises a memory MEM_DO which itself comprises a buffer memory TAMP_DO, a processing unit UT_DO equipped for example with a microprocessor ⁇ and driven by a PG_DO computer program that implements the decoding method according to the invention.
  • the code instructions of the computer program PG_DO are for example loaded into a RAM memory before being executed by the processor of the processing unit UT_DO.
  • the decoding method shown in FIG. 8 applies to a data signal representing a current image IC j to be decoded or to a sequence of images to be decoded.
  • information representative of the current image IC j to be decoded is identified in the data signal F received at the decoder DO, as delivered following the coding method of FIG. 3.
  • the quantized blocks CTUq-1, CTUq 2 , ..., CTUq u , CTUqs (1 ⁇ u ⁇ S) are identified in the signal F. ) respectively associated CTU-i blocks, CTU 2 , CTU U , ..., CTUs previously coded according to the aforementioned lexicographic order, according to the coding method of Figure 3.
  • Such an identification step is implemented by a processor or MI_DO flow analysis software module, as shown in FIG. 9, said module being driven by the ⁇ microprocessor of the processing unit UT_DO.
  • each of the blocks to be decoded CTU-i, CTU 2 is decoded.
  • CTU U ..., CTUs has a square shape and includes NxN pixels, with N> 2.
  • each of the blocks to be decoded CTU-i, CTU 2 , CTU U , ..., CTUs has a rectangular shape and comprises NxP pixels, with N> 1 and P> 2.
  • the decoder DO of FIG. 9 selects as the current block the first quantized block CTUq u which contains quantized data which has been coded during step C6 of FIG. .
  • step D3 in association with the quantized block CTUq u that has been selected, the compressed value of the syntax element type_decoupe which has been selected at the reading is read. from step C4 of Figure 3 and, if applicable, the compressed value of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
  • the syntax element type_decoup denotes the indicator representative of a given subdivision mode.
  • the syntax element type_decoupe takes for example three values: - 0 to indicate a conventional subdivision of the current block into four rectangular or square blocks,
  • the reading step D3 is performed by a processor or read software module ML_DO, as shown in FIG. 9, which module is driven by the microprocessor ⁇ of the processing unit UT_DO.
  • LT b list of several sets of coordinates each defining a rectangular block of a predetermined shape
  • step D4 the value of the cut-type syntax element which has been read in the aforementioned step D3 and, if applicable, the decoding of the value of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
  • step D4 is implemented by a processor or MDI indicator decoder software module as shown in FIG. 9, which module is driven by the microprocessor ⁇ of the processing unit UT_DO.
  • the CTU U current block is subdivided into at least a first portion CU 1 and a second portion CU 2 , the first and second portions being complementary to one another. 'other. According to the invention:
  • the first part CUi has a rectangular or square shape
  • the second part CU 2 has a geometric shape with m sides, with m> 4.
  • the current block CTU U is subdivided: in a first part CUi of rectangular or square shape or in a plurality of parts of rectangular or square shape,
  • the subdivision step D5 is performed by a processor or partitioning software module MP_DO, as shown in FIG. 9, which module is driven by the microprocessor ⁇ of the processing unit UT_DO.
  • the CUi and CU 2 portions of the CTU U current block are decoded to be decoded according to a predetermined travel order.
  • the first part CUi is decoded before the second part CU 2 .
  • the first part CUi is decoded after the second part CU 2 .
  • the decoding step D6 is implemented by a processor or decoder software module UDO as shown in FIG. 9, which module is driven by the microprocessor ⁇ of the processing unit UT_DO.
  • the UDO decoding module conventionally comprises:
  • processors or software module MDE_DO of entropy decoding for example of CABAC type ("Context Adaptive Binary Arithmetic Coder" in English) or a Huffman decoder known as such,
  • DST 1 abbreviation of "Discrete Sine Transform”
  • DWT 1 abbreviation of "Discrete Wavelet Transform”
  • step D6 a decoded current block CTUD U is obtained.
  • said decoded block CTUD U is written in a decoded image ID j .
  • Such a step is implemented by a processor or software module URI image reconstruction as shown in Figure 9, said module being controlled by the microprocessor ⁇ processing module UT_DO.
  • the data signal F contains the partitioning indicators of a CTU current block U which has been coded according to the embodiment of FIG. 6A.
  • the signal F contains the following four values 1 133 which have been decoded at the end of the aforementioned step D4 and which are representative:
  • the data signal F contains the following three values 1 13, in the case where the indicator type_cutter of value 3 associated with the coded data of the second part CU 2 has not been written in the data signal F, considering that the second portion CU 2 defines a homogeneous area of the current block CTU U. Consequently, the cut_type flag is systematically set to the predetermined value 3, so that the second portion CU 2 is not subdivided at decoding.
  • an entropic decoding of the set of quantized coefficients CUqi current associated with the first part CU-i is carried out.
  • the decoding performed is an entropy decoding of arithmetic type or Huffman.
  • the substep D61 1 then consists of:
  • Such a substep D61 1 entropy decoding is implemented by the entropy decoding module MDE_DO shown in Figure 9.
  • Such reconstruction information includes in particular the type of prediction (inter or intra), and if appropriate, the intra prediction mode or the reference image index and the displacement vector used in the mode of the prediction.
  • dequantization of the digital information obtained following substep D61 1 is carried out according to a conventional dequantization operation which is the inverse operation of the quantification implemented during the substep Quantization C614 of Figure 6A.
  • a set of dequantized coefficients CUDqi current is then obtained at the end of substep D612.
  • Such a sub-step D612 is performed by means of the dequantization module MQ "1 _DO, as represented in FIG. 9.
  • the current set of dequantized coefficients CUDqi is transformed, such a transformation being an inverse direct transformation, such as, for example, a discrete inverse cosine transformation.
  • type DCT "1. This transformation is the inverse of the transformation performed to the C613 substep of Figure 6A. at the end of the D613 substep is obtained residue decoded part CUDr-,. a this operation is performed by the MT module "1 _DO shown in FIG. 9.
  • the PRED module "1 _DO" of FIG. 9 performs the predictive decoding of the current portion CUi with the aid of the information relating to the predictive coding of the CUi portion which has were decoded during the substep D61 1 above.
  • Said aforementioned predictive decoding sub-step makes it possible to construct a predicted part CUDpi which is an approximation of the current part CUi to be decoded.
  • CAL2_DO of FIG. 9 proceeds to the reconstruction of the current part CUi by adding to the decoded residue part CUDn, obtained at the end of the substep D613, the predicted part CUDpi which was obtained at the end of the sub-step step D614 above.
  • the aforementioned substeps D610 to D615 are then iterated in order to decode the second part CU 2 with m sides of the current block CTU U.
  • one or more reconstruction information pixels of the second portion CU 2 are set to predetermined values.
  • the pixels of the portion CU 2 to be decoded are predicted with respect to pixels of predetermined corresponding values, respectively.
  • Such values are stored in a list LP contained in the buffer memory TAMP_DO of the decoder DO of FIG. 9.
  • the sub-step D610 of FIG. 10A is not implemented since no set of quantized coefficients associated with the portion CU 2 with m sides has been transmitted in the data signal F
  • the quantized coefficients of the quantized residual portion CUq 2 are then all directly set to zero by the UDO decoding module of FIG.
  • the aforementioned sub-step D61 1 is not implemented in its entirety, the decoder DO deducing directly, following the abovementioned substep D610, predetermined values of associated reconstruction information. at the residue portion CUr 2 .
  • the pixels of the portion CU 2 to be decoded are predicted conventionally, in the same way as the portion CU-i.
  • an intermediate step D61 is implemented.
  • the decoded pixel values that have been obtained as a result of the entropy decoding step of the plurality of digital information associated with the current set of quantized coefficients CUq 2 are supplemented by values of predetermined pixels, until a block of square or rectangular pixel values is obtained.
  • the pixel values associated with the set of quantized coefficients CUq 2 current can be completed:
  • the substep D61 10 mentioned above is implemented by a calculation software module CAL1_DO as shown in FIG. 9, which module is driven by the microprocessor ⁇ of the processing unit UT_DO.
  • sub-step D61 applies only to the decoded pixel values that were obtained as a result of the entropy decoding step of the plurality of digital information associated with the set of coefficients quantized CUq 2 geometric-shaped current with m sides, this step, as well as the calculation module CAL1_DO, are represented in dashed lines, respectively in FIGS. 10A and 9.
  • This second embodiment differs from that of FIG. 10A in that the first portion CU i to be decoded from the CTU current block U is subdivided again.
  • the data signal F contains the partitioning indicators of a CTU current block U which has been coded according to the embodiment of FIG. 6B.
  • the signal F contains the following fifteen values as shown in FIG. 7 and which have been decoded at the end of FIG. step D4 above.
  • the data signal F does not contain the two values equal to 3 represented in bold, in the case where:
  • the indicator type_cut of value 3 associated with the coded data of the second part CU 2 has not been entered in the data signal F, taking into account the fact that the second part CU 2 defines a homogeneous zone of the current block CTU U ,
  • the cut_type indicator is systematically set to the predetermined value 3, so that neither the second portion CU 2 of the current block CTU U to be decoded, nor the second portion CU22 m-side of the block CU2 of the current block CTU U to decode, is subdivided at decoding.
  • the decoding module UDO tests whether the index k associated with the current part CU k to be decoded is 1 or 2.
  • the portion CU 2 of the current block CTU U to be decoded is decoded according to the substeps D610 to D615 of FIG. 10A.
  • the decoding module UDO of FIG. 9 selects a current subpart CU to be decoded from the first portion CUi of the block current CTU U to be decoded, such that 1 ⁇ k' ⁇ N.
  • N 8 since the first portion CUi of the current block CTU U has been subdivided into eight sub-parts of the "coding unit" type CU1 1; CU21 1; CU22 1; CU31 1; CU32 1; CU33 1; CU34 1; CU4L
  • the entropy decoding module MDE_DO of FIG. 9 performs an entropy decoding of the set of quantized coefficients CUq k 'current associated with the current subpart CU k of the first part CUi of the current block CTU U to be decoded.
  • the decoding performed is an entropy decoding of arithmetic type or Huffman.
  • Sub-step D623 then consists of:
  • the entropy decoding module MDE_DO of FIG. 9 also performs an entropy decoding of the indicator PR representative of the inter or intra prediction mode that has been selected for this current subpart CU during sub-step C623 of Figure 6B.
  • the read-only software module ML_DO of FIG. 9 proceeds to read the compressed value of the representative indicator such subdivision.
  • Such an indicator consists of the syntax element type_cut and, if applicable, the syntax element arr_cut1 or cut_decoup2 that is associated with it.
  • the MDI indicator decoding software module of FIG. 9 proceeds to decode the value of the syntax element type_decut that has been read from FIG. substep D624 above and, if applicable, the decoding of the value of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
  • the partitioning software module MP_DO of FIG. 9 sub-divides the current sub-part CU 1 to be decoded into a plurality W of prediction subparts PU 1 , PU 2 , PU Z , ..., PU W (1 ⁇ z ⁇ W).
  • the decoding module UDO of FIG. 9 selects a first current sub-portion PU Z. Such a selection is made in a predefined order, such as for example the lexicographic order.
  • the entropy decoding module MDE_DO of FIG. 9 proceeds, in association with the current subpart PU Z , to an entropy decoding of the optimal prediction parameters which have were selected during substep C626 of FIG. 6B, in association with the PR indicator, which is representative of the prediction mode selected in substep C623 above and decoded in substep D623.
  • the prediction mode INTER has been selected in the aforementioned sub-step C623
  • the decoded optimal prediction parameters are one or more motion vectors, as well as one or more reference images.
  • the optimal prediction parameters are associated with an INTRA mode selected from among various available INTRA modes.
  • the substeps D627 to D628 are iterated for each of the sub-parts PU-i, PU 2 , PU Z ,..., PU W of the current subpart CU k > to be decoded from the first part CU i of the current block CTU U , in the predetermined lexicographic order.
  • the read software module ML_DO of FIG. 9 proceeds to read the compressed value of the representative indicator of such subdivision.
  • Such an indicator consists of the cut_type syntax element and, if applicable, the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
  • the MDI indicator decoding software module of FIG. 9 decodes the value of the syntax element type_cut which has been read to the subscript. said step D629 and, if applicable, decoding the value of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
  • the partitioning software module MP_DO of FIG. 9 sub-divides the current sub-part CU k 'to be decoded into a plurality Z of sub-parts of transform TU 1 .
  • TU 2 ..., TU W , ..., TU Z (1 ⁇ w Z Z ).
  • the decoding module UDO of FIG. 9 selects the set of quantized coefficients TUq w current associated with the first current transform sub-part TU W. Such a selection is made in a predefined order, such as for example the lexicographic order.
  • the entropy decoding module MDE_DO of FIG. 9 performs an entropy decoding of the set of quantized coefficients TUq w current associated with the first current transform sub-part. TU W to decode.
  • the decoding performed is an entropy decoding of arithmetic type or Huffman.
  • Sub-step D633 then consists of:
  • the dequantization module MQ "1 _DO of FIG. 9 dequantizes the digital information obtained as a result of substep D633, according to a conventional operation of FIG. dequantization which is the reverse operation of the quantization implemented during the quantization sub-step C631 of FIG. 6B.
  • a set of dequantized coefficients TUDq w current is then obtained at the end of substep D634.
  • the MT module "1 _DO of FIG. 9 carries out a transformation of the set of dequantized coefficients TUDq w current, such a transformation being a direct inverse transformation, such as that, for example, a reverse discrete cosine transformation of DCT type 1.
  • This transformation is the inverse operation of the transformation carried out in substep C630 of FIG.6A.
  • substep D635 there is obtained a decoded residue part TUDr w .
  • the PRED module "1 _DO" of FIG. 9 proceeds to the predictive decoding of the first current transform subunit TU W using the optimal prediction parameters which were read during the aforementioned substep D628.
  • Said aforementioned predictive decoding sub-step makes it possible to construct a first predicted current transform subunit TUDp w which is an approximation of the first current transform sub-part TU W to be decoded.
  • the module CAL2_DO of FIG. 9 proceeds to the reconstruction of the first sub-part of the current transform TU W by adding to the decoded residue part TUDr w , obtained at From the substep D635, the predicted part TUDp w which was obtained at the end of the substep D636 above.
  • the set of substeps D632 to D637 is iterated for each of the subsections TU-i, TU 2 , TU W ,..., TU Z to be decoded of the sub-part CU k > current to be decoded from the first CUi part of CTU current block U , in the predetermined lexicographic order.
  • an intermediate substep D6330 is implemented between substeps D633 and D634 mentioned above.
  • the decoded pixel values that were obtained as a result of the entropy decoding sub-step D633 of the plurality of digital information associated with the set of quantized coefficients TUq w current are supplemented by predetermined pixel values until a block of square or rectangular pixel values is obtained.
  • the substep D6330 mentioned above is implemented by the calculation software module CAL1_DO as represented in FIG. 9.
  • the set of substeps D622 to D637 is iterated for each of the sub-portions CU-i, CU 2 , CU k , ..., CU N to be decoded from the first part CUi current of the current block CTU U , in the predetermined lexicographic order.

Abstract

The invention relates to a method for encoding at least one image (ICj), including a step of subdividing the image into a plurality of blocks (CTU1, CTU2,..., CTUu,..., CTUS), characterised in that it includes the following steps: subdividing (C2) at least one current block into a first portion and a second portion, the first portion having a rectangular or square shape and the second portion complementing the first portion in the current block, said second portion having a geometric shape with m sides, wherein m > 4; and encoding (C6) the first and second portions.

Description

PROCÉDÉ DE CODAGE ET DÉCODAGE D'IMAGES, DISPOSITIF DE CODAGE ET DÉCODAGE ET PROGRAMMES D'ORDINATEUR  METHOD FOR ENCODING AND DECODING IMAGES, DEVICE FOR ENCODING AND DECODING AND COMPUTER PROGRAMS
CORRESPONDANTS Domaine de l'invention  CORRESPONDENTS Field of the invention
La présente invention se rapporte de manière générale au domaine du traitement d'images, et plus précisément au codage et au décodage d'images numériques et de séquences d'images numériques.  The present invention relates generally to the field of image processing, and more specifically to the encoding and decoding of digital images and digital image sequences.
L'invention peut s'appliquer notamment, mais non exclusivement, au codage vidéo mis en œuvre dans les codeurs vidéo actuels AVC et HEVC et leurs extensions (MVC, 3D-AVC, MV-HEVC, 3D-HEVC, etc), ainsi qu'au décodage correspondant.  The invention can be applied in particular, but not exclusively, to the video coding implemented in the current AVC and HEVC video coders and their extensions (MVC, 3D-AVC, MV-HEVC, 3D-HEVC, etc.), as well as to the corresponding decoding.
Arrière-plan de l'invention Background of the invention
Les codeurs vidéo actuels (MPEG, H.264, HEVC, ...) utilisent une représentation par blocs des images à coder. Les images sont subdivisées en blocs de forme carrée ou rectangulaire, lesquels sont susceptibles d'être subdivisés à leur tour de façon récursive. Dans la norme HEVC, une telle subdivision récursive respecte une structure arborescente appelée « quadtree ». A cet effet, comme représenté sur la figure 1 , une image courante I N est subdivisée une première fois en une pluralité de blocs carrés ou rectangulaires appelés CTU (de l'anglais « Coding Tree Unit »), désignés par CTU1 ; CTU2, CTU,, ..., CTUL. De tels blocs sont par exemple de taille 64x64 pixels (1 <i≤L). Current video encoders (MPEG, H.264, HEVC, ...) use a block representation of the images to be encoded. The images are subdivided into blocks of square or rectangular shape, which can be subdivided in turn recursively. In the HEVC standard, such a recursive subdivision follows a tree structure called "quadtree". For this purpose, as shown in Figure 1, a current image IN is subdivided a first time into a plurality of square or rectangular blocks called CTU (Coding Tree Unit), designated CTU 1; CTU 2 , CTU ,, ..., CTU L. Such blocks are, for example, 64 × 64 pixels (1 <i L L).
Pour un bloc CTU, donné, il est considéré que ce bloc constitue la racine d'un arbre de codage dans lequel :  For a given CTU block, it is considered that this block constitutes the root of a coding tree in which:
- un premier niveau de feuilles sous la racine correspond à un premier niveau de profondeur de subdivision du bloc CTU, pour lequel le bloc CTU, a été subdivisé une première fois en une pluralité de blocs de codage carrés ou rectangulaires appelés CU (de l'anglais « Coding Unit »),  a first level of sheets under the root corresponds to a first subdivision depth level of the CTU block, for which the CTU block has been subdivided a first time into a plurality of square or rectangular coding blocks called CU (of the English "Coding Unit"),
- un deuxième niveau de feuilles sous le premier niveau de feuilles correspond à un deuxième niveau de profondeur de partitionnement de bloc CTU, pour lequel certains blocs de ladite pluralité de blocs de codage du bloc partitionné une première fois sont partitionnés en une pluralité de blocs de codage de type CU, ... a second level of sheets under the first level of sheets corresponds to a second level of block partitioning depth CTU, for which some blocks of said plurality of block coding blocks partitioned a first time are partitioned into a plurality of CU type coding blocks, ...
- ... un kième niveau de feuilles sous le k-1 ième niveau de feuilles qui correspond à un kième niveau de profondeur de partitionnement du bloc CTUi pour lequel certains blocs de ladite pluralité de blocs de codage du bloc partitionné k-1 fois sont partitionnés une dernière fois en une pluralité de blocs de codage de type CU.  a kth level of sheets under the k-1th level of sheets corresponding to a kth level of partitioning depth of the block CTUi for which some blocks of said plurality of coding blocks of the partitioned block k-1 times are partitioned one last time into a plurality of CU type coding blocks.
Dans un codeur compatible HEVC, l'itération du partitionnement du bloc CTUi est effectuée jusqu'à un niveau de profondeur de partitionnement prédéterminé.  In a HEVC-compatible encoder, the partitioning iteration of the CTUi block is performed up to a predetermined partition depth level.
A l'issue des partitionnements successifs précités du bloc CTU,, comme représenté à la figure 1 , ce dernier est partitionné au final en une pluralité de blocs de codage notés UC-i , UC2, ... , UCj, ..., UCM avec 1 <j≤M. At the end of the aforementioned successive partitioning of the CTU block, as represented in FIG. 1, the latter is finally partitioned into a plurality of coding blocks denoted UC-1, UC 2 ,. , UC M with 1 <j≤M.
Le but d'une telle subdivision est de délimiter des zones qui s'adaptent bien aux caractéristiques locales de l'image, telles que par exemple une texture homogène, un mouvement constant, un objet en avant plan dans l'image, etc ..  The purpose of such a subdivision is to delimit zones that adapt well to the local characteristics of the image, such as for example a homogeneous texture, a constant movement, an object in the foreground in the image, etc.
Pour un bloc CTU, considéré, plusieurs subdivisions différentes de ce dernier sont mises en compétition au codeur, c'est-à-dire respectivement différentes combinaisons d'itérations de subdivision, dans le but de sélectionner la meilleure subdivision, c'est-à-dire celle qui optimise le codage du bloc CTU, considéré selon un critère de performance de codage prédéterminé, par exemple le coût débit/distorsion ou bien un compromis efficacité/complexité, qui sont des critères bien connus de l'homme du métier.  For a CTU block, considered, several different subdivisions of the latter are put in competition with the coder, that is to say respective different combinations of subdivision iterations, in order to select the best subdivision, that is to say ie that which optimizes the coding of the CTU block, considered according to a predetermined coding performance criterion, for example the cost rate / distortion or compromise efficiency / complexity, which are criteria well known to those skilled in the art.
Une fois réalisée la subdivision optimale d'un bloc CTU, considéré, une séquence d'informations numériques, telle que par exemple une suite de bits, représentative de cette subdivision optimale, est transmise dans un signal de données destiné à être stocké au codeur ou bien transmis à un décodeur vidéo pour être lu, puis décodé par ce dernier.  Once the optimal subdivision of a CTU block has been performed, a sequence of digital information, such as, for example, a series of bits, representative of this optimal subdivision, is transmitted in a data signal intended to be stored at the encoder or well transmitted to a video decoder to be read and then decoded by the latter.
Dans l'exemple de la figure 1 , la séquence binaire représentative de la subdivision optimale du bloc CTU, contient les dix-sept bits suivants : 1 ,1 , 0, 0, 0, 0, 1 , 1 , 0, 0, 0, 0, 0, 0, 0, 0, 0, pour laquelle :  In the example of FIG. 1, the binary sequence representative of the optimal subdivision of the CTU block contains the following seventeen bits: 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0 , 0, 0, 0, 0, 0, 0, for which:
- le premier bit « 1 » indique une subdivision du bloc CTU, en quatre sous-blocs plus petits UC-i , UC2, UC3, UC4, - le deuxième bit « 1 » indique une subdivision du sous-bloc UCi en quatre sous-blocs plus petits UC5, UC6, UC7, UC8, the first bit "1" indicates a subdivision of the block CTU, in four smaller sub-blocks UC-i, UC 2 , UC 3 , UC 4 , the second bit "1" indicates a subdivision of the sub-block UCi into four smaller sub-blocks UC 5 , CPU 6 , CPU 7 , CPU 8 ,
- le troisième bit « 0 » indique une absence de subdivision du sous-bloc UC2, the third bit "0" indicates a lack of subdivision of the UC 2 sub-block,
- le quatrième bit « 0 » indique une absence de subdivision du sous-bloc UC3, the fourth bit "0" indicates a lack of subdivision of the UC 3 sub-block,
- le cinquième bit « 0 » indique une absence de subdivision du sous-bloc UC4, the fifth bit "0" indicates a lack of subdivision of the sub-block UC 4 ,
- le sixième bit « 0 » indique une absence de subdivision du sous- bloc UCs,  the sixth bit "0" indicates a lack of subdivision of the UCs sub-block,
- le septième bit « 1 » indique une subdivision du sous-bloc UC6 en quatre sous-blocs plus petits UC9, UC-|0, UC-n , UC-|2, the seventh bit "1" indicates a subdivision of the sub-block UC 6 into four smaller sub-blocks UC 9 , UC- | 0 , UC-n, UC- | 2 ,
- le huitième bit « 1 » indique une subdivision du sous-bloc UC7 en quatre sous-blocs plus petits UC13, UCi4, UC15, UCi6, the eighth bit "1" indicates a subdivision of the sub-block UC 7 into four smaller sub-blocks UC13, UCi 4 , UC15, UCi 6 ,
- le neuvième bit « 0 » indique une absence de subdivision du sous-bloc UC8, the ninth bit "0" indicates a lack of subdivision of the UC 8 sub-block,
- le dixième bit « 0 » indique une absence de subdivision du sous- bloc UC9, the tenth bit "0" indicates a lack of subdivision of the sub-block UC 9 ,
- le onzième bit « 0 » indique une absence de subdivision du sous- bloc UC10, the eleventh bit "0" indicates a lack of subdivision of the subunit UC 10 ,
- le douzième bit « 0 » indique une absence de subdivision du - the twelfth bit "0" indicates a lack of subdivision of the
- le treizième bit « 0 » indique une absence de subdivision du - the thirteenth bit "0" indicates a lack of subdivision of the
- le quatorzième bit « 0 » indique une absence de subdivision du - the fourteenth bit "0" indicates a lack of subdivision of the
- le quinzième bit « 0 » indique une absence de subdivision du - the fifteenth bit "0" indicates a lack of subdivision of the
- le seizième bit « 0 » indique une absence de subdivision du - the sixteenth bit "0" indicates a lack of subdivision of the
- le dix-septième bit « 0 » indique une absence de subdivision du sous-bloc UC-I6. La séquence binaire obtenue nécessite qu'un ordre de parcours des sous-blocs soit prédéterminé afin de savoir à quel sous-bloc correspond un élément de syntaxe indicateur de la subdivision effectuée. Comme représenté par la flèche F sur la figure 1 , un tel ordre de parcours est généralement lexicographique, c'est-à-dire que pour chaque niveau de subdivision considéré : the seventeenth bit "0" indicates no subdivision of the UC-I6 sub-block. The bit sequence obtained requires that a sub-block traversal order be predetermined in order to know to which sub-block corresponds a syntax element indicating the subdivision performed. As represented by the arrow F in FIG. 1, such a travel order is generally lexicographic, that is to say that for each level of subdivision considered:
- les sous-blocs sont parcourus en commençant par le premier sous-bloc UCi situé en haut à gauche du bloc CTU, et ainsi de suite jusqu'à parvenir au sous-bloc UC4 situé en bas à droite du bloc CTU,, the sub-blocks are traversed starting with the first sub-block UCi located at the top left of the block CTU, and so on until reaching the sub-block UC 4 located at the bottom right of the block CTU ,,
- les sous-blocs résultant de la subdivision du sous-bloc UC6 sont parcourus en commençant par le premier sous-bloc UC9 situé en haut à gauche du sous-bloc UC6 et ainsi de suite jusqu'à parvenir au sous-bloc UCi2 situé en bas à droite du sous-bloc UC6, the sub-blocks resulting from the subdivision of the sub-block UC 6 are traversed starting with the first sub-block UC 9 located at the top left of the sub-block UC 6 and so on until reaching the sub-block UCi 2 located at the bottom right of the UC 6 sub-block,
- les sous-blocs résultant de la subdivision du sous-bloc UC7 sont parcourus en commençant par le premier sous-bloc UC13 situé en haut à gauche du sous-bloc UC7 et ainsi de suite jusqu'à parvenir au sous-bloc UCi6 situé en bas à droite du sous-bloc UC7. the sub-blocks resulting from the subdivision of the sub-block UC 7 are traversed starting with the first sub-block UC 13 located at the top left of the sub-block UC 7 and so on until reaching the sub-block UCi 6 located at the bottom right of the UC 7 sub-block.
Les dix-sept bits précités sont inscrits les uns à la suite des autres dans la séquence binaire qui est ensuite compressée par un codage entropique adapté.  The aforementioned seventeen bits are written one after the other in the binary sequence which is then compressed by a suitable entropic coding.
Pour au moins un sous-bloc considéré parmi les différents sous-blocs obtenus, une prédiction de pixels du sous-bloc considéré est mise en œuvre par rapport à des pixels de prédiction qui appartiennent soit à la même image (prédiction intra), soit à une ou plusieurs images précédentes d'une séquence d'images (prédiction inter) qui ont déjà été décodées. De telles images précédentes sont appelées classiquement images de référence et sont conservées en mémoire aussi bien au codeur qu'au décodeur. Au cours d'une telle prédiction, un sous-bloc résiduel est calculé par soustraction des pixels du sous-bloc considéré, des pixels de prédiction. Les coefficients du sous-bloc résiduel calculé sont alors quantifiés après une éventuelle transformation mathématique, par exemple de type transformée en cosinus discrète (DCT), puis codés par un codeur entropique.  For at least one sub-block considered among the different sub-blocks obtained, a prediction of pixels of the sub-block considered is implemented with respect to prediction pixels that belong to either the same image (intra prediction) or to one or more previous images of an image sequence (inter prediction) that have already been decoded. Such prior images are conventionally referred to as reference images and are stored in memory at both the encoder and the decoder. During such a prediction, a residual sub-block is calculated by subtraction of the pixels of the sub-block considered, prediction pixels. The coefficients of the calculated residual sub-block are then quantized after a possible mathematical transformation, for example of the discrete cosine transform (DCT) type, then coded by an entropy coder.
Le choix entre mode de prédiction inter ou intra se fait au niveau de chacun des sous-blocs UC-i, UC2, ..., UCj, ..., UCM qui peuvent eux-même être partitionnés en sous-blocs de prédiction (« Prédiction Units » en anglais) et en sous-blocs de transformée (« Transform Units » en anglais). Chacun des sous- blocs de prédiction et des sous-blocs de transformée sont à leur tour susceptibles d'être subdivisés récursivement en sous-blocs selon la structure arborescente « quadtree » précitée. The choice between inter or intra prediction mode is done at the level of each of the UC-i, UC 2 , ..., UC j subunits , ..., UC M which can themselves be partitioned into sub-prediction blocks ("prediction units" in English) and transform sub-blocks ("Transform Units"). Each of the prediction sub-blocks and the transform sub-blocks are in turn capable of being sub-divided recursively into sub-blocks according to the abovementioned "quadtree" tree structure.
Le bloc CTUi ainsi que ses sous-blocs Ud, UC2, ..., UCj,..., UCM, ses sous-blocs de prédiction et ses sous-blocs de transformée, sont susceptibles d'être associés à des informations décrivant leur contenu. The block CTUi and its sub-blocks Ud, UC 2 , ..., UCj, ..., UCM, its prediction sub-blocks and its transform sub-blocks, are likely to be associated with information describing their content.
De telles informations sont notamment les suivantes :  Such information includes the following:
- le mode de prédiction (prédiction intra, prédiction inter, prédiction par défaut réalisant une prédiction pour laquelle aucune information n'est transmise au décodeur (« en anglais « skip »)) ;  the prediction mode (intra prediction, inter prediction, prediction by default carrying out a prediction for which no information is transmitted to the decoder ("in English" skip "));
- le type de prédiction (orientation, composante d'image de référence, ...) ;  the type of prediction (orientation, reference image component, etc.);
- le type de subdivision en sous-blocs ;  - the type of subdivision into sub-blocks;
- le type de transformée, par exemple DCT 4x4, DCT 8x8, etc .. ;  the type of transform, for example DCT 4x4, DCT 8x8, etc .;
- les valeurs de pixels, les valeurs de coefficients transformés, amplitudes, signes de coefficients quantifiés des pixels contenus dans le bloc ou le sous-bloc considéré.  the pixel values, the transformed coefficient values, the amplitudes, the signs of the quantified coefficients of the pixels contained in the block or sub-block considered.
Ces informations sont également inscrites dans le signal de données précité.  This information is also recorded in the aforementioned data signal.
Lors du codage d'une image fixe ou d'une image d'une séquence d'images utilisant une subdivision en sous-blocs de type quadtree, il est courant de retrouver dans l'image un objet significatif de taille moyenne ou petite qui est situé dans une zone de l'image relativement homogène. Une telle configuration est par exemple représentée sur la figure 2A qui représente, comme élément significatif, une étoile, laquelle est contenue dans une zone homogène telle que par exemple un ciel de couleur uniforme.  When encoding a still image or an image of a sequence of images using sub-block subdivision of quadtree type, it is common to find in the image a significant object of medium or small size which is located in a relatively homogeneous image area. Such a configuration is for example represented in FIG. 2A which represents, as a significant element, a star, which is contained in a homogeneous zone such as, for example, a sky of uniform color.
Après mise en œuvre d'une subdivision en blocs et en sous-blocs de type quadtree comme représenté sur la figure 2B, il est possible d'isoler l'élément significatif « étoile » dans un sous-bloc UC8 adapté à sa taille. Un inconvénient d'une telle subdivision est qu'elle nécessite la transmission d'une séquence binaire représentative de cette subdivision qui contient un nombre de bits non négligeable. Une telle séquence s'avère coûteuse à signaler, ce qui ne permet pas d'optimiser la réduction du gain en compression des données codées. Il en résulte des performances de compression qui ne sont pas satisfaisantes. After implementing a subdivision into quadtree blocks and sub-blocks as shown in FIG. 2B, it is possible to isolate the "star" significant element in a UC 8 sub-block adapted to its size. A disadvantage of such a subdivision is that it requires the transmission of a binary sequence representative of this subdivision which contains a significant number of bits. Such a sequence proves to be expensive to report, which does not make it possible to optimize the reduction of the compression gain of the coded data. This results in compression performance that is not satisfactory.
Objet et résumé de l'invention Object and summary of the invention
Un des buts de l'invention est de remédier à des inconvénients de l'état de la technique précité.  One of the aims of the invention is to overcome disadvantages of the state of the art mentioned above.
A cet effet, un objet de la présente invention concerne un procédé de codage d'au moins une image, comprenant une étape de subdivision de l'image en une pluralité de blocs.  For this purpose, an object of the present invention relates to a method of encoding at least one image, comprising a step of subdivision of the image into a plurality of blocks.
Le procédé de codage selon l'invention est remarquable qu'il comprend les étapes suivantes :  The coding method according to the invention is remarkable that it comprises the following steps:
- subdiviser au moins un bloc courant en une première et une deuxième partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, la deuxième partie ayant une forme géométrique à m côtés, avec m>4,  subdividing at least one current block into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, the second part having a geometric shape with m sides with m> 4,
- coder les première et deuxième parties.  - code the first and second parts.
Une telle disposition permet de subdiviser très simplement un bloc en seulement deux parties. La séquence binaire représentative de cette subdivision contient forcément moins de bits que la séquence binaire représentative d'une subdivision de type « quadtree ». La séquence binaire représentative de la subdivision selon l'invention est donc beaucoup moins coûteuse à signaler.  Such an arrangement makes it possible to very simply subdivide a block into only two parts. The representative binary sequence of this subdivision necessarily contains fewer bits than the representative binary sequence of a "quadtree" type subdivision. The binary sequence representative of the subdivision according to the invention is therefore much less expensive to report.
Par ailleurs, la subdivision selon l'invention est particulièrement bien adaptée au cas où des blocs de l'image contiennent un élément significatif, par exemple un objet en avant-plan, qui est situé dans une zone homogène présentant une énergie faible, tel que par exemple un arrière-plan de couleur, orientation ou mouvement uniforme. Corrélativement, l'invention concerne un dispositif de codage d'au moins une image, comprenant un module de partitionnement pour subdiviser l'image en une pluralité de blocs. Furthermore, the subdivision according to the invention is particularly well suited to the case where blocks of the image contain a significant element, for example an object in the foreground, which is located in a homogeneous zone having a low energy, such as for example a background of color, orientation or uniform movement. Correlatively, the invention relates to a device for coding at least one image, comprising a partitioning module for subdividing the image into a plurality of blocks.
Un tel dispositif de codage est remarquable en ce que le module de partitionnement est apte à subdiviser au moins un bloc courant en une première et une deuxième partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, la deuxième partie ayant une forme géométrique à m côtés, avec m>4,  Such a coding device is remarkable in that the partitioning module is able to subdivide at least one current block into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part. part in the current block, the second part having a geometric shape with m sides, with m> 4,
et en ce qu'il comprend un module de codage pour coder les première et deuxième parties. and in that it comprises a coding module for coding the first and second parts.
De façon correspondante, l'invention concerne aussi un procédé de décodage d'un signal de données représentatif d'au moins une image codée ayant été subdivisée en une pluralité de blocs.  Correspondingly, the invention also relates to a method of decoding a data signal representative of at least one coded picture having been subdivided into a plurality of blocks.
Un tel procédé de décodage est remarquable en ce qu'il comprend les étapes suivantes :  Such a decoding method is remarkable in that it comprises the following steps:
- subdiviser au moins un bloc courant en une première et une deuxième partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, la deuxième partie ayant une forme géométrique à m côtés, avec m>4,  subdividing at least one current block into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, the second part having a geometric shape with m sides with m> 4,
- décoder les première et deuxième parties.  - decode the first and second parts.
Une telle disposition permet de subdiviser très simplement un bloc courant à décoder en seulement deux parties, une telle subdivision étant beaucoup moins complexe à effectuer qu'une subdivision de type « quadtree ».  Such an arrangement makes it possible to very simply subdivide a current block to be decoded into only two parts, such a subdivision being much less complex to perform than a "quadtree" type subdivision.
Par ailleurs, la subdivision selon l'invention est particulièrement bien adaptée au cas où des blocs de l'image à décoder contiennent un élément significatif, par exemple un objet en avant-plan, qui est situé dans une zone homogène présentant une énergie faible, telle que par exemple un arrière-plan de couleur, orientation ou mouvement uniforme.  Moreover, the subdivision according to the invention is particularly well suited to the case where blocks of the image to be decoded contain a significant element, for example an object in the foreground, which is located in a homogeneous zone having a low energy, such as for example a background of color, orientation or uniform movement.
Dans un mode de réalisation particulier, au cours de l'étape de décodage de la deuxième partie à m côtés du bloc courant, au moins une information de reconstruction des pixels de la deuxième partie à m côtés du bloc courant est mise à une valeur prédéterminée. Un avantage d'une telle disposition réside dans le fait que le décodeur détermine de façon autonome ladite au moins une information de reconstruction des pixels de la deuxième partie à m côtés. Autrement dit, ladite au moins une information de reconstruction correspondante n'est avantageusement pas transmise dans le signal de données reçu au décodeur. Ainsi la réduction du coût de signalisation est optimisée. In a particular embodiment, during the step of decoding the second part with m sides of the current block, at least one information for reconstructing the pixels of the second part with m sides of the current block is set to a predetermined value. . An advantage of such an arrangement lies in the fact that the decoder autonomously determines said at least one pixel reconstruction information of the second part with m sides. In other words, said at least one corresponding reconstruction information is advantageously not transmitted in the data signal received at the decoder. Thus the reduction of the signaling cost is optimized.
Selon une variante, ladite au moins une information de reconstruction des pixels de la deuxième partie à m côtés du bloc courant est représentative de l'absence de subdivision de la deuxième partie à m côtés du bloc courant.  According to a variant, said at least one information for reconstructing the pixels of the second part with m sides of the current block is representative of the absence of subdivision of the second part with m sides of the current block.
De façon avantageuse, au moment de décoder la deuxième partie à m côtés du bloc courant, le décodeur détermine de façon autonome qu'il n'a pas besoin de subdiviser cette partie, puisqu'elle caractérise une région homogène du bloc courant à décoder qui est dépourvue de détails.  Advantageously, when decoding the second part m-sides of the current block, the decoder autonomously determines that it does not need to subdivide this part, since it characterizes a homogeneous region of the current block to be decoded. is devoid of details.
Selon une autre variante, ladite au moins une information de reconstruction des pixels de la deuxième partie à m côtés du bloc courant est représentative de l'absence d'informations résiduelles résultant d'une prédiction des pixels de la deuxième partie à m côtés du bloc courant.  According to another variant, said at least one information for reconstructing the pixels of the second part with m sides of the current block is representative of the absence of residual information resulting from a prediction of the pixels of the second part with m sides of the block. current.
De façon avantageuse, au moment de décoder la deuxième partie à m côtés du bloc courant, le décodeur détermine de façon autonome que les pixels résiduels obtenus suite à la prédiction de ladite deuxième partie à m côtés ont une valeur nulle. Il est considéré que la deuxième partie à m côtés est associée à un résidu de prédiction nul puisqu'elle caractérise une région homogène du bloc courant à décoder.  Advantageously, when decoding the second part of the current block, the decoder autonomously determines that the residual pixels obtained as a result of the prediction of said second part with m sides have a zero value. It is considered that the second part with m sides is associated with a zero prediction residue since it characterizes a homogeneous region of the current block to be decoded.
Selon encore une autre variante, ladite au moins une information de reconstruction des pixels de la deuxième partie à m côtés du bloc courant est représentative de valeurs de prédiction prédéterminées des pixels de la deuxième partie à m côtés du bloc courant.  According to another variant, said at least one information for reconstructing the pixels of the second part with m sides of the current block is representative of predetermined prediction values of the pixels of the second part with m sides of the current block.
Une telle variante permet d'optimiser encore davantage le coût de signalisation en évitant de transmettre dans le signal de données l'indice du mode de prédiction qui a été sélectionné au codage pour prédire la deuxième partie à m côtés du bloc courant.  Such a variant makes it possible to further optimize the signaling cost by avoiding transmitting in the data signal the index of the prediction mode which has been selected to the coding in order to predict the second part with m sides of the current block.
Dans un autre mode de réalisation particulier, le procédé de décodage comprend, préalablement à l'étape de subdivision du bloc courant, une étape de lecture, dans le signal de données, d'une information indiquant si le bloc courant est destiné soit à être subdivisé en une première et une deuxième partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, la deuxième partie ayant une forme géométrique à m côtés, avec m>4, soit à être subdivisé selon une autre méthode prédéterminée. In another particular embodiment, the decoding method comprises, prior to the step of subdivision of the current block, a step reading, in the data signal, information indicating whether the current block is intended to be subdivided into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, the second part having a geometric shape with m sides, with m> 4, or to be subdivided according to another predetermined method.
Une telle disposition permet au décodeur de déterminer si lors du codage d'un bloc courant, le codeur a activé ou non la subdivision du bloc courant conforme à l'invention, pour une séquence d'images considérée, pour une image considérée ou encore pour une portion d'image (« slice » en anglais) considérée, de façon à ce que le décodeur puisse mettre en œuvre de façon correspondante la subdivision effectuée au codage. Il en résulte qu'un tel procédé de décodage est particulièrement flexible, car adaptable au contexte vidéo courant. En effet, le procédé de décodage est adapté pour mettre en œuvre la subdivision selon l'invention ou selon un autre type de subdivision, tel que par exemple la subdivision quadtree, en fonction de la valeur prise par un indicateur dédié inscrit dans le signal de données.  Such an arrangement enables the decoder to determine whether, during coding of a current block, the coder has activated or not the subdivision of the current block according to the invention, for a sequence of images considered, for an image considered or else for a portion of image ("slice" in English) considered, so that the decoder can implement correspondingly subdivision performed coding. As a result, such a decoding method is particularly flexible because adaptable to the current video context. Indeed, the decoding method is adapted to implement the subdivision according to the invention or according to another type of subdivision, such as for example the quadtree subdivision, as a function of the value taken by a dedicated indicator inscribed in the signal of data.
Un tel indicateur dédié reste relativement compact à signaler et permet de maintenir le gain en compression obtenu grâce à la subdivision selon l'invention.  Such a dedicated indicator remains relatively compact to report and allows to maintain the compression gain obtained through the subdivision according to the invention.
Dans encore un autre mode de réalisation particulier, le procédé de décodage comprend une étape de lecture, dans le signal de données, d'une information indiquant une configuration de subdivision du bloc courant sélectionnée parmi différentes configurations de subdivision prédéterminées.  In yet another particular embodiment, the decoding method comprises a step of reading, in the data signal, information indicating a subdivision configuration of the current block selected from different predetermined subdivision patterns.
Une telle disposition permet d'adapter la subdivision selon l'invention en fonction de la localisation de l'élément significatif dans la région homogène du bloc courant.  Such an arrangement makes it possible to adapt the subdivision according to the invention as a function of the location of the significant element in the homogeneous region of the current block.
Dans encore un autre mode de réalisation particulier, l'étape de décodage de la deuxième partie à m côtés du bloc courant comprend les sous- étapes consistant à :  In yet another particular embodiment, the step of decoding the second part of the current block with m sides comprises the substeps consisting of:
- appliquer un décodage entropique aux pixels de la deuxième partie à m côtés, - compléter les pixels décodés entropiquement de la deuxième partie à m côtés, par des pixels reconstruits selon une méthode de reconstruction prédéterminée, jusqu'à obtention d'un bloc de pixels carré ou rectangulaire. to apply an entropy decoding to the pixels of the second part with m sides, - Complement the decoded pixels entropically of the second part to m sides by pixels reconstructed according to a predetermined reconstruction method, until a block of square or rectangular pixels.
Une telle disposition permet avantageusement, lorsqu'une étape d'application d'une transformée doit être mise en œuvre à la suite de l'étape de décodage entropique de la deuxième partie à m côtés du bloc courant à décoder, de réutiliser les outils matériels et logiciels de transformée de blocs carrés ou rectangulaires qui sont couramment implantés dans les codeurs et les décodeurs vidéo actuels.  Such an arrangement advantageously makes it possible, when a step of application of a transform is to be implemented following the entropy decoding step of the second part of the current block to be decoded, to reuse the hardware tools. and square or rectangular block transform software that is commonly implemented in current video encoders and decoders.
Dans encore un autre mode de réalisation particulier, un bloc courant subdivisé contient au plus une partie ayant une forme géométrique à m côtés.  In yet another particular embodiment, a subdivided current block contains at most a portion having a geometric shape with m sides.
Une telle disposition est bien adaptée au cas où le bloc courant contient deux zones de texture bien distinctes, c'est-à-dire celle définie par un seul élément significatif et celle définie par une seule zone homogène. De façon avantageuse, il n'est donc pas nécessaire de procéder à une nouvelle subdivision du bloc courant à décoder.  Such an arrangement is well suited to the case where the current block contains two distinct zones of texture, that is to say that defined by a single significant element and that defined by a single homogeneous zone. Advantageously, it is therefore not necessary to re-subdivide the current block to be decoded.
Les différents modes ou caractéristiques de réalisation précités peuvent être ajoutés indépendamment ou en combinaison les uns avec les autres, aux étapes du procédé de décodage tel que défini ci-dessus.  The various embodiments or aforementioned embodiments can be added independently or in combination with each other, to the steps of the decoding method as defined above.
Corrélativement, l'invention concerne un dispositif de décodage d'un signal de données représentatif d'au moins une image codée ayant été subdivisée en une pluralité de blocs.  Correlatively, the invention relates to a device for decoding a data signal representative of at least one coded picture having been subdivided into a plurality of blocks.
Un tel dispositif de décodage est remarquable en ce qu'il comprend :  Such a decoding device is remarkable in that it comprises:
- un module de partitionnement pour subdiviser au moins un bloc courant en une première et une deuxième partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, la deuxième partie ayant une forme géométrique à m côtés, avec m>4,  a partitioning module for subdividing at least one current block into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, the second part having a geometric shape with m sides, with m> 4,
- un module de décodage pour décoder les première et deuxième parties. L'invention concerne encore un programme d'ordinateur comportant des instructions pour mettre en œuvre l'un des procédés de codage et de décodage selon l'invention, lorsqu'il est exécuté sur un ordinateur. a decoding module for decoding the first and second parts. The invention also relates to a computer program comprising instructions for implementing one of the coding and decoding methods according to the invention, when it is executed on a computer.
Un tel programme peut utiliser n'importe quel langage de programmation, et être sous la forme de code source, code objet, ou de code intermédiaire entre code source et code objet, tel que dans une forme partiellement compilée, ou dans n'importe quelle autre forme souhaitable.  Such a program can use any programming language, and be in the form of source code, object code, or intermediate code between source code and object code, such as in a partially compiled form, or in any another desirable form.
Encore un autre objet de l'invention vise aussi un support d'enregistrement lisible par un ordinateur, et comportant des instructions de programme d'ordinateur tel que mentionné ci-dessus.  Still another object of the invention is directed to a computer readable recording medium, and including computer program instructions as mentioned above.
Le support d'enregistrement peut être n'importe quelle entité ou dispositif capable de stocker le programme. Par exemple, le support peut comporter un moyen de stockage, tel qu'une ROM, par exemple un CD ROM ou une ROM de circuit microélectronique, ou encore un moyen d'enregistrement magnétique, par exemple une clé USB ou un disque dur.  The recording medium may be any entity or device capable of storing the program. For example, the medium may include storage means, such as a ROM, for example a CD ROM or a microelectronic circuit ROM, or a magnetic recording means, for example a USB key or a hard disk.
D'autre part, un tel support d'enregistrement peut être un support transmissible tel qu'un signal électrique ou optique, qui peut être acheminé via un câble électrique ou optique, par radio ou par d'autres moyens. Le programme selon l'invention peut être en particulier téléchargé sur un réseau de type Internet.  On the other hand, such a recording medium may be a transmissible medium such as an electrical or optical signal, which may be conveyed via an electrical or optical cable, by radio or by other means. The program according to the invention can be downloaded in particular on an Internet type network.
Alternativement, un tel support d'enregistrement peut être un circuit intégré dans lequel le programme est incorporé, le circuit étant adapté pour exécuter le procédé en question ou pour être utilisé dans l'exécution de ce dernier.  Alternatively, such a recording medium may be an integrated circuit in which the program is incorporated, the circuit being adapted to execute the method in question or to be used in the execution of the latter.
Brève description des dessins Brief description of the drawings
D'autres caractéristiques et avantages apparaîtront à la lecture de plusieurs modes de réalisation préférés décrits en référence aux figures dans lesquelles:  Other features and advantages will appear on reading several preferred embodiments described with reference to the figures in which:
- la figure 1 représente un exemple de subdivision classique d'un bloc courant, telle que la subdivision de type « quadtree »,  FIG. 1 represents an example of a conventional subdivision of a current block, such as the "quadtree" subdivision,
- les figures 2A et 2B représentent une application de la subdivision de type « quadtree » à un bloc courant qui contient un seul élément significatif, une étoile, laquelle est contenue dans une zone homogène telle que par exemple un ciel de couleur uniforme, FIGS. 2A and 2B show an application of the "quadtree" type subdivision to a current block containing a single element significant, a star, which is contained in a homogeneous zone such as for example a sky of uniform color,
- la figure 3 représente les principales étapes du procédé de codage selon un mode de réalisation de l'invention,  FIG. 3 represents the main steps of the coding method according to one embodiment of the invention,
- la figure 4 représente un mode de réalisation d'un dispositif de codage selon l'invention,  FIG. 4 represents an embodiment of a coding device according to the invention,
- les figures 5A à 5J représentent respectivement différents modes de réalisation de subdivision selon l'invention du bloc courant,  FIGS. 5A to 5J respectively represent various subdivision embodiments according to the invention of the current block,
- les figures 6A et 6B représentent respectivement deux modes de réalisation de codage des parties obtenues par subdivision du bloc courant, conformément à un type de subdivision représenté à la figure 5A,  FIGS. 6A and 6B respectively represent two coding embodiments of the parts obtained by subdivision of the current block, according to a type of subdivision represented in FIG. 5A,
- la figure 7 représente un exemple de subdivision du bloc courant auquel s'applique le mode de réalisation de codage de la figure 6B,  FIG. 7 represents an example of subdivision of the current block to which the coding embodiment of FIG. 6B applies,
- la figure 8 représente les principales étapes du procédé de décodage selon un mode de réalisation de l'invention,  FIG. 8 represents the main steps of the decoding method according to one embodiment of the invention,
- la figure 9 représente un mode de réalisation d'un dispositif de décodage selon l'invention,  FIG. 9 represents an embodiment of a decoding device according to the invention,
- les figures 10A et 10B représentent respectivement deux modes de réalisation de décodage des parties obtenues après reconstruction de la subdivision du bloc courant, conformément à un type de subdivision représenté à la figure 5A.  FIGS. 10A and 10B respectively represent two embodiments of decoding the parts obtained after reconstruction of the subdivision of the current block, according to a type of subdivision shown in FIG. 5A.
Description détaillée de la partie codage Detailed description of the coding part
Un mode de réalisation de l'invention va maintenant être décrit, dans lequel le procédé de codage selon l'invention est utilisé pour coder une image ou une séquence d'images selon un signal binaire proche de celui qu'on obtient par un codage mis en œuvre dans un codeur conforme à l'une quelconque des normes de codage vidéo actuelles ou à venir.  An embodiment of the invention will now be described, in which the coding method according to the invention is used to code an image or a sequence of images according to a binary signal close to that obtained by a coding set. implemented in an encoder according to any current or future video coding standards.
Dans ce mode de réalisation, le procédé de codage selon l'invention est par exemple implémenté de manière logicielle ou matérielle par modifications d'un tel codeur. Le procédé de codage selon l'invention est représenté sous la forme d'un algorithme comportant des étapes C1 à C7 telles que représentées à la figure 3. Selon le mode de réalisation de l'invention, le procédé de codage selon l'invention est implémenté dans un dispositif de codage ou codeur CO représenté à la figure 4. In this embodiment, the coding method according to the invention is for example implemented in a software or hardware way by modifications of such an encoder. The coding method according to the invention is represented in the form of an algorithm comprising steps C1 to C7 as represented in FIG. According to the embodiment of the invention, the coding method according to the invention is implemented in a coding device or coder CO shown in FIG.
Comme illustré en figure 4, un tel codeur comprend une mémoire MEM_CO comprenant une mémoire tampon TAMP_CO, une unité de traitement UT_CO équipée par exemple d'un microprocesseur μΡ et pilotée par un programme d'ordinateur PG_CO qui met en œuvre le procédé de codage selon l'invention. A l'initialisation, les instructions de code du programme d'ordinateur PG_CO sont par exemple chargées dans une mémoire RAM (non représentée) avant d'être exécutées par le processeur de l'unité de traitement UT_CO.  As illustrated in FIG. 4, such an encoder comprises a memory MEM_CO comprising a buffer memory TAMP_CO, a processing unit UT_CO equipped for example with a microprocessor μΡ and driven by a computer program PG_CO which implements the coding method according to the invention. At initialization, the code instructions of the computer program PG_CO are for example loaded into a RAM memory (not shown) before being executed by the processor of the processing unit UT_CO.
Le procédé de codage représenté sur la figure 3 s'applique à toute image courante ICj fixe ou bien faisant partie d'une séquence de L images ld, ICj, ..., ICL (1≤j≤L) à coder. The coding method represented in FIG. 3 applies to any current image IC j that is fixed or part of a sequence of L images ld, IC j ,..., IC L (1 j j L L ) to be encoded. .
Au cours d'une étape C1 représentée à la figure 3, il est procédé, de façon connue en soi, à la subdivision d'une image courante ICj en une pluralité de blocs de type CTU précité: CTU1 ; CTU2, CTUU,..., CTUS (1 <u≤S). During a step C1 shown in FIG. 3, in a manner known per se, a current image IC j is subdivided into a plurality of blocks of the above-mentioned CTU type: CTU 1; CTU 2 , CTU U , ..., CTU S (1 <u S S ).
Une telle étape de subdivision est mise en œuvre par un processeur ou module logiciel de partitionnement MP_CO représenté sur la figure 4, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_CO.  Such a subdivision step is implemented by a processor or partitioning software module MP_CO shown in FIG. 4, which module is driven by the microprocessor μΡ of the processing unit UT_CO.
De façon préférentielle, chacun des blocs CTU-i , CTU2, CTUU,..., CTUs présente une forme carrée et comprend NxN pixels, avec N>2. Preferably, each of CTU-i, CTU 2 , CTU U , ..., CTUs has a square shape and comprises NxN pixels, with N> 2.
Selon une alternative, chacun des blocs CTU-i , CTU2, CTUU, ..., CTUs présente une forme rectangulaire et comprend NxP pixels, avec N>1 et P>2. According to an alternative, each of the CTU-i, CTU 2 , CTU U , ..., CTU blocks has a rectangular shape and comprises NxP pixels, with N> 1 and P> 2.
Au cours d'une étape C2 représentée à la figure 3, pour un bloc courant During a step C2 shown in FIG. 3, for a current block
CTUU préalablement sélectionné, le module de partitionnement MP_CO de la figure 4 subdivise le bloc courant CTUU en au moins une première partie et une deuxième partie, les première et deuxième parties étant complémentaires l'une de l'autre. Selon l'invention : CTU U previously selected, the partitioning module MP_CO of Figure 4 subdivides the current block CTU U into at least a first part and a second part, the first and second parts being complementary to one another. According to the invention:
- la première partie a une forme rectangulaire ou carrée,  the first part has a rectangular or square shape,
- et la deuxième partie a une forme géométrique à m côtés, avec m>4. Selon un mode préféré de réalisation, le bloc courant CTUU est subdivisé : - and the second part has a geometric shape with m sides, with m> 4. According to a preferred embodiment, the current block CTU U is subdivided:
- en une première partie de forme rectangulaire ou carrée ou bien en une pluralité de parties de forme rectangulaire ou carrée,  in a first portion of rectangular or square shape or in a plurality of parts of rectangular or square shape,
- et en au plus une deuxième partie de forme géométrique à m côtés.  and in at most a second portion of geometric shape with m sides.
Au sens de l'invention, les première et deuxième parties forment respectivement deux unités de codage (de l'anglais « coding unit ») distinctes CUi et CU2. Cette dernière terminologie est notamment utilisée dans la norme HEVC « ISO/IEC/23008-2 Recommandation ITU-T H.265 High Efficiency Video Coding (HEVC) ». Within the meaning of the invention, the first and second parts respectively form two separate coding units CUi and CU 2 . This last terminology is notably used in the standard HEVC "ISO / IEC / 23008-2 Recommendation ITU-T H.265 High Efficiency Video Coding (HEVC)".
Selon un premier mode de réalisation de subdivision représenté sur la figure 5A, pour un bloc courant CTUU carré de taille NxN : According to a first embodiment of subdivision shown in FIG. 5A, for a current block CTU U square of size NxN:
- la première partie CUi est un bloc carré de taille ^ x ^ ,  the first part CUi is a square block of size ^ x ^,
- et la deuxième partie CU2, qui forme le complément de la première partie CUi dans le bloc courant CTUU, a une forme géométrique à m côtés, avec m>4. and the second part CU 2 , which forms the complement of the first part CUi in the current block CTU U , has a geometric shape with m sides, with m> 4.
Dans l'exemple représenté sur la figure 5A, m=6.  In the example shown in FIG. 5A, m = 6.
Comme représenté sur la figure 5A, quatre types de subdivision SUB1 Sl^, SUBS^ SUB41 du bloc courant CTUU sont possibles, le bloc carré CU1 pouvant être situé dans l'un des quatre coins du bloc courant CTUU. As shown in FIG. 5A, four types of subdivision SUB1 S1, SUBS1 SUB4 1 of the current block CTU U are possible, the square block CU 1 being able to be located in one of the four corners of the current block CTU U.
Dans un souci de clarté de la figure 5A, uniquement dans le cas par exemple des types de subdivision SUB1 et SUB3i , sont représentés:  For the sake of clarity in FIG. 5A, only in the case of, for example, subdivision types SUB1 and SUB3i, are represented:
- le premier pixel ptlu du bloc courant CTUU, de coordonnées (xmin, ymin), qui est situé en haut et à gauche dans ce dernier,the first pixel ptl u of the current block CTU U , with coordinates (xmin, ymin), which is located at the top left of the latter,
- le dernier pixel pbru du bloc courant CTUU, de coordonnées ( max, ymax), qui est situé en bas et à droite dans ce dernier,the last pixel pbr u of the current block CTU U , of coordinates (max, y m ax), which is located at the bottom and to the right in the latter,
- le premier pixel pt de la première partie CU-i , de coordonnées (x'min, y'min), qui est situé en haut et à gauche dans cette dernière, the first pixel pt of the first part CU-i, with coordinates (x'min, y'min), which is located at the top left of the latter,
- le dernier pixel pbr-, de la première partie CU-i , de coordonnées (x'max, y'max) qui est situé en bas et à droite dans cette dernière. Selon le type particulier de subdivision SUBI -1 , le premier pixel ptlu du bloc courant CTUU est le même que le premier pixel pth de la première partie Clh. the last pixel pbr- of the first part CU-i, of coordinates (x'max, y'max) which is located at the bottom and to the right in the latter. According to the particular type of subdivision SUBI -1, the first pixel ptl u of the current block CTU U is the same as the first pixel pth of the first part Clh.
Quel que soit le type de subdivision choisi, la deuxième partie CU2 de forme géométrique à m côtés est alors définie de façon générale comme un ensemble de pixels ptl2 tel que pour tout pixel pv2(x"v, y"v) de cet ensemble : Whatever the type of subdivision chosen, the second part 2 of geometric form m-sides is then generally defined as a set of pixels ptl 2 such that for any pixel pv 2 (x " v , y" v) of this set :
Xmin— X v— Xmax St ymin— y v— ymax  Xmin- Xv- Xmax St ymin- y v-ymax
. X"v<X'min OU X"v> X'max OU yV min OU y"v> y'max . X " v <X'min OR X" v >X'max OR yV min OR y " v >y'max
Selon un deuxième mode de réalisation de subdivision représenté sur la figure 5B, pour un bloc courant CTUU carré de taille NxN : According to a second embodiment of subdivision shown in FIG. 5B, for a current block CTU U square of size NxN:
- la première partie CU1 est un bloc carré de taille ^ x ^ , the first part CU 1 is a square block of size ^ x ^,
- et la deuxième partie CU2, qui forme le complément de la première partie CU1 dans le bloc courant CTUU, a une forme géométrique à m côtés, avec m>4. and the second part CU 2 , which forms the complement of the first part CU 1 in the current block CTU U , has a geometric shape with m sides, with m> 4.
Dans l'exemple représenté sur la figure 5B, m=6 ou m=8.  In the example shown in FIG. 5B, m = 6 or m = 8.
Comme représenté sur la figure 5B, seize types de subdivision SUB12, SUB22, SUB162 du bloc courant CTUU sont possibles, le bloc carré CU1 pouvant être situé dans seize positions différentes à l'intérieur du bloc courant CTUU, par translation successive de N/4 pixels du bloc carré CU1 à l'intérieur du bloc courant CTUU. As shown in FIG. 5B, sixteen subdivision types SUB1 2 , SUB2 2 , SUB16 2 of the current block CTU U are possible, the square block CU 1 being able to be located in sixteen different positions inside the current block CTU U , by successive translation of N / 4 pixels of the square block CU 1 inside the current block CTU U.
Dans un souci de clarté de la figure 5B, uniquement dans le cas par exemple des types de subdivision SUB12 et SUB92, sont représentés: For the sake of clarity in FIG. 5B, only in the case, for example, of subdivision types SUB1 2 and SUB9 2 , are represented:
- le premier pixel ptlu du bloc courant CTUU, de coordonnées (Xmin, ymin), qui est situé en haut et à gauche dans ce dernier,the first pixel pt1 u of the current block CTU U , with coordinates (Xmin, ymin), which is located at the top left of the latter,
- le dernier pixel pbru du bloc courant CTUU, de coordonnées (xmax, ymax), qui est situé en bas et à droite dans ce dernier,the last pixel pbr u of the current block CTU U , of coordinates (xmax, ymax), which is situated at the bottom and to the right in the latter,
- le premier pixel pth de la première partie Clh, de coordonnées (x'min, y'min), qui est situé en haut et à gauche dans cette dernière, the first pixel pth of the first part Clh, with coordinates (x'min, y'min), which is situated at the top and left in the latter,
- le dernier pixel pbn de la première partie Clh, de coordonnées (x'max, y'max) qui est situé en bas et à droite dans cette dernière. Selon le mode particulier de subdivision SUB12, le premier pixel ptlu du bloc courant CTUU est le même que le premier pixel pt de la première partie the last pixel pbn of the first part Clh, of coordinates (x'max, y'max) which is located at the bottom and to the right in the latter. According to the particular subdivision mode SUB1 2 , the first pixel pt1 u of the current block CTU U is the same as the first pixel pt of the first part
Quel que soit le type de subdivision choisi, la deuxième partie CU2 de forme géométrique à m côtés est alors définie de façon générale comme un ensemble de pixels tel que pour tout pixel pv2(x"v, y"v) de cet ensemble : Whatever the type of subdivision chosen, the second part 2 of geometric shape m-side is then defined generally as a set of pixels such that for any pixel pv 2 (x " v , y" v) of this set :
Xmin— X v— Xmax St ymin— y v— ymax  Xmin- Xv- Xmax St ymin- y v-ymax
. X"v<X'min OU X"v> X'max OU yV min OU y"v> y'max . X " v <X'min OR X" v >X'max OR yV min OR y " v >y'max
Selon des troisième, quatrième, cinquième et sixième modes de réalisation de subdivision représentés respectivement sur les figures 5C, 5D, 5E et 5F, pour un bloc courant CTUU carré de taille NxN : According to third, fourth, fifth and sixth subdivision embodiments respectively represented in FIGS. 5C, 5D, 5E and 5F, for a CTU U square current block of size NxN:
- la première partie CUi est un bloc rectangulaire de taille UxV pixels, tel que U<N et V<N, l'ensemble des coordonnées d'un tel bloc rectangulaire étant choisi dans une liste LTa prédéfinie de plusieurs ensembles de coordonnées définissant chacun un bloc rectangulaire d'une forme prédéterminée, la liste LTa étant stockée dans la mémoire tampon TAMP_CO du codeur CO de la figure 4, - the first CUi part is a rectangular block size UXV pixels, such that U <N and V <N, all of the coordinates of such a rectangular block being selected from a predefined list LT several sets of coordinates defining each a rectangular block of a predetermined shape, the list LT a being stored in the buffer memory TAMP_CO of the encoder CO of FIG. 4,
- et la deuxième partie CU2, qui forme le complément de la première partie CUi dans le bloc courant CTUU, a une forme géométrique à m côtés, avec m>4. and the second part CU 2 , which forms the complement of the first part CUi in the current block CTU U , has a geometric shape with m sides, with m> 4.
Sur chacune des figures 5C à 5F, un seul type de subdivision du bloc courant CTUU a été représenté, sachant qu'il peut bien entendu en exister plusieurs. In each of FIGS. 5C to 5F, only one type of subdivision of the current block CTU U has been represented, although of course there may be several of them.
En outre, la définition de la deuxième partie CU2 du bloc courant CTUU est la même que celle donnée dans les exemples des figures 5A et 5B. In addition, the definition of the second portion CU 2 of the current block CTU U is the same as that given in the examples of FIGS. 5A and 5B.
Selon des septième, huitième, neuvième et dixième modes de réalisation de subdivision représentés respectivement sur les figures 5H, 51, 5J et 5K, le bloc courant CTUU est un rectangle de taille NxP pixels, avec N>1 et P>2. According to seventh, eighth, ninth and tenth subdivision embodiments respectively shown in Figs. 5H, 51, 5J and 5K, the current block CTU U is a rectangle of size NxP pixels, with N> 1 and P> 2.
Selon ces quatre modes de subdivision:  According to these four modes of subdivision:
- la première partie CUi est un bloc rectangulaire de taille UxV, tel que U<N et V<P, l'ensemble des coordonnées d'un tel bloc rectangulaire étant choisi dans une liste LTb prédéfinie de plusieurs ensembles de coordonnées définissant chacun un bloc rectangulaire d'une forme prédéterminée, la liste LTb étant stockée dans la mémoire tampon TAMP_CO du codeur CO de la figure 4, the first part CUi is a rectangular block of size UxV, such that U <N and V <P, the set of coordinates of such a rectangular block being chosen from a list LT b predefined of several sets of coordinates each defining a rectangular block of a predetermined shape, the list LT b being stored in the buffer TAMP_CO of the coder CO of FIG. 4,
- et la deuxième partie CU2, qui forme le complément de la première partie CUi dans le bloc courant CTUU, a une forme géométrique à m côtés, avec m>4. and the second part CU 2 , which forms the complement of the first part CUi in the current block CTU U , has a geometric shape with m sides, with m> 4.
Sur chacune des figures 5G à 51, un seul type de subdivision du bloc courant CTUU a été représenté, sachant qu'il peut bien entendu en exister plusieurs. In each of FIGS. 5G to 51, only one type of subdivision of the current block CTU U has been shown, although of course there may be several.
En outre, la définition de la deuxième partie CU2 du bloc courant CTUU est la même que celle donnée dans les exemples des figures 5A et 5B. In addition, the definition of the second portion CU 2 of the current block CTU U is the same as that given in the examples of FIGS. 5A and 5B.
Au cours d'une étape C3 représentée à la figure 3, chacun des blocs courants CTUU, ou une partie seulement, qui a été subdivisé conformément aux différents modes de subdivision selon l'invention tels que représentés sur les figures 5A à 5K est mis en compétition : During a step C3 shown in FIG. 3, each of the CTU current blocks U , or only a portion, which has been subdivided in accordance with the different subdivision modes according to the invention as represented in FIGS. 5A to 5K, is set in competition :
- avec différents blocs courants CTUU subdivisés selon respectivement différents modes de subdivision bien connus, tels que par exemple subdivisés en seulement quatre blocs rectangulaires ou carrés, subdivisés selon la méthode « quadtree », etc .. with different current CTU U blocks respectively subdivided according to different well-known subdivision modes, such as for example subdivided into only four rectangular or square blocks, subdivided according to the "quadtree" method, etc.
-et avec un bloc courant CTUU non subdivisé. and with a CTU U non-subdivided current block.
Une telle mise en compétition est effectuée selon un critère de performance de codage prédéterminé du bloc courant CTUU, par exemple le coût débit/distorsion ou bien un compromis efficacité/complexité, qui sont des critères bien connus de l'homme du métier. Such placing in competition is performed according to a predetermined coding performance criterion of the CTU U current block, for example the cost rate / distortion or a compromise between efficiency and complexity, which are criteria well known to those skilled in the art.
La mise en compétition est mise en œuvre par un processeur ou module logiciel de calcul CAL1_CO représenté sur la figure 4, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_CO.  The competition is implemented by a processor or calculation software module CAL1_CO shown in FIG. 4, which module is driven by the microprocessor μΡ of the processing unit UT_CO.
A l'issue de la mise en compétition, un mode de subdivision optimal SUBopt du bloc courant CTUU est sélectionné, c'est-à-dire qu'il s'agit de celui qui optimise le codage du bloc CTUU par minimisation du coût débit/distorsion ou bien par maximisation du compromis efficacité/complexité. At the end of the competition, an optimum subdivision mode SUBo pt of the current block CTU U is selected, that is to say it is the one that optimizes the coding of the block CTU U by minimization cost / distortion cost or by maximizing the efficiency / complexity trade-off.
Au cours d'une étape C4 représentée à la figure 3, un indicateur représentatif du mode de subdivision sélectionné à l'issue de l'étape C3 est sélectionné dans une table de correspondance TC stockée dans la mémoire tampon TAMP_CO du codeur CO de la figure 4. During a step C4 represented in FIG. 3, an indicator representative of the subdivision mode selected at the end of step C3 is selected in a correspondence table TC stored in the buffer TAMP_CO of the coder CO of FIG. 4.
Une telle sélection est mise en œuvre par un processeur ou module logiciel de calcul CAL2_CO représenté sur la figure 4, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_CO.  Such a selection is implemented by a processor or calculation software module CAL2_CO shown in FIG. 4, which module is driven by the microprocessor μΡ of the processing unit UT_CO.
L'indicateur représentatif d'un mode de subdivision donné est par exemple un élément de syntaxe appelé type_decoupe qui, selon un mode de réalisation préférentiel, prend par exemple trois valeurs :  The indicator representative of a given subdivision mode is for example a syntax element called cut_type which, according to a preferred embodiment, takes for example three values:
- 0 pour indiquer une subdivision classique du bloc courant en quatre blocs rectangulaires ou carrés,  - 0 to indicate a conventional subdivision of the current block into four rectangular or square blocks,
- 1 pour indiquer une subdivision du bloc courant conformément au mode de subdivision représenté sur la figure 5A,  - 1 to indicate a subdivision of the current block in accordance with the subdivision mode shown in FIG. 5A,
- 2 pour indiquer une subdivision du bloc courant conformément au mode de subdivision représenté sur la figure 5B,  - 2 to indicate a subdivision of the current block according to the subdivision mode shown in FIG. 5B,
- 3 pour indiquer une absence de subdivision du bloc courant. - 3 to indicate a lack of subdivision of the current block.
Par ailleurs, dans le cas où l'élément de syntaxe type_decoupe vaut 1 , ce dernier est associé, dans la table de correspondance TC de la figure 4, à un autre élément de syntaxe appelé arr_decoupe1 qui indique le type de subdivision SUBI -i, SUB2i , SUB3i , SUB4i choisi, tel que représenté à la figure 5A. L'élément de syntaxe arr_decoupe1 prend la valeur : On the other hand, in the case where the syntax element type_decut is 1, the latter is associated, in the correspondence table TC of FIG. 4, with another syntax element called arr_decoupe1 which indicates the type of subdivision SUBI -i, SUB2i, SUB3i, SUB4i selected, as shown in Figure 5A. The syntax element arr_decoupe1 takes the value:
- 0 pour indiquer le type de subdivision SUB1  - 0 to indicate the subdivision type SUB1
- 1 pour indiquer le type de subdivision SUB2i,  - 1 to indicate the type of subdivision SUB2i,
- 2 pour indiquer le type de subdivision SUB3i,  - 2 to indicate the type of subdivision SUB3i,
- 3 pour indiquer le type de subdivision SUB4 .  - 3 to indicate the type of subdivision SUB4.
Par ailleurs, dans le cas où l'élément de syntaxe type_decoupe vaut 2, ce dernier est associé, dans la table de correspondance TC de la figure 4, à un autre élément de syntaxe appelé arr_decoupe2 qui indique le type de subdivision choisi parmi les seize types de subdivision SUB12, SUB22, SUBI 62 du bloc courant CTUU, tel que représentés à la figure 5B. L'élément de syntaxe arr_decoupe2 prend la valeur : On the other hand, in the case where the syntax element type_decut is 2, the latter is associated, in the correspondence table TC of FIG. 4, with another syntax element called arr_decoupe2 which indicates the type of subdivision chosen from the sixteen subdivision types SUB1 2 , SUB2 2 , SUBI 6 2 of the current block CTU U , as shown in FIG. 5B. The syntax element arr_decoupe2 has the value:
- 0 pour indiquer le type de subdivision SUB12, - 0 to indicate the subdivision type SUB1 2 ,
- 1 pour indiquer le type de subdivision SUB22, - 1 to indicate the subdivision type SUB2 2 ,
- 2 pour indiquer le type de subdivision SUB32, - 3 pour indiquer le type de subdivision SUB42,- 2 to indicate the type of subdivision SUB3 2 , - 3 to indicate the type of subdivision SUB4 2 ,
- 4 pour indiquer le type de subdivision SUB52, - 4 to indicate the subdivision type SUB5 2 ,
- 5 pour indiquer le type de subdivision SUB62, - 5 to indicate the type of subdivision SUB6 2 ,
- 6 pour indiquer le type de subdivision SUB72, - 6 to indicate the subdivision type SUB7 2 ,
- 7 pour indiquer le type de subdivision SUB82, - 7 to indicate the subdivision type SUB8 2 ,
- 8 pour indiquer le type de subdivision SUB92, - 8 to indicate the subdivision type SUB9 2 ,
- 9 pour indiquer le type de subdivision SUB102, - 9 to indicate the type of subdivision SUB10 2 ,
- 10 pour indiquer le type de subdivision SUB1 12, - 10 to indicate the subdivision type SUB1 1 2 ,
- 1 1 pour indiquer le type de subdivision SUB122, - 1 1 to indicate the subdivision type SUB12 2 ,
- 12 pour indiquer le type de subdivision SUB132, - 12 to indicate the type of subdivision SUB13 2 ,
- 13 pour indiquer le type de subdivision SUB142, - 13 to indicate the type of subdivision SUB14 2 ,
- 14 pour indiquer le type de subdivision SUB152, - 14 to indicate the subdivision type SUB15 2 ,
- 15 pour indiquer le type de subdivision SUB162. - 15 to indicate the type of subdivision SUB16 2 .
Au cours d'une étape C5 représentée à la figure 3, il est procédé au codage de la valeur de l'élément de syntaxe type_decoupe qui a été sélectionné à l'issue de l'étape C4 précitée et, s'il y a lieu, au codage de l'élément de syntaxe arr_decoupe1 ou arr_decoupe2 qui lui est associé.  During a step C5 shown in FIG. 3, the value of the syntax element type_cut which has been selected at the end of the above-mentioned step C4 is coded and, if applicable , to the coding of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
L'étape C5 précitée est mise en œuvre par un processeur ou module logiciel de codage d'indicateur MCI tel que représenté à la figure 4, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_CO.  The above-mentioned step C5 is implemented by a processor or indicator coding software module MCI as represented in FIG. 4, which module is controlled by the microprocessor μΡ of the processing unit UT_CO.
Au cours d'une étape C6 représentée à la figure 3, il est procédé au codage des parties CUi et CU2 du bloc courant CTUU selon un ordre de parcours prédéterminé. Selon un mode de réalisation préféré, la première partie CUi est codée avant la deuxième partie CU2. En alternative, la première partie CUi est codée après la deuxième partie CU2. During a step C6 shown in FIG. 3, the portions CUi and CU 2 of the current block CTU U are coded according to a predetermined order of travel. According to a preferred embodiment, the first part CUi is coded before the second part CU 2 . As an alternative, the first part CUi is coded after the second part CU 2 .
L'étape de codage C6 est mis en œuvre par un processeur ou module logiciel de codage UCO telle que représenté sur la figure 4, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_CO.  The coding step C6 is implemented by a processor or UCO coding software module as shown in FIG. 4, which module is driven by the microprocessor μΡ of the processing unit UT_CO.
Comme représenté plus en détail sur la figure 4, le module de codage UCO comprend classiquement :  As shown in more detail in FIG. 4, the UCO coding module conventionally comprises:
- un processeur ou module logiciel de prédiction PRED_CO, a processor or prediction software module PRED_CO,
- un processeur ou module logiciel de calcul de données résiduelles CAL3_CO, - un processeur ou module logiciel MT_CO de transformation de type DCT (abréviation anglaise de « Discrète Cosine Transform »), DST (abréviation anglaise de « Discrète Sine Transform »), DWT (abréviation anglaise de « Discrète Wavelet Transform ») a processor or software module for calculating residual data CAL3_CO, a processor or software module MT_CO of transformation of the DCT type (abbreviation of "Discrete Cosine Transform"), DST (abbreviation of "Discrete Sine Transform"), DWT (abbreviation of "Discrete Wavelet Transform")
- un processeur ou module logiciel de quantification MQ_CO, a processor or quantification software module MQ_CO,
- un processeur ou module logiciel MCE_CO de codage entropique par exemple de type CABAC ("Context Adaptive Binary Arithmetic Coder" en anglais) ou encore un codeur de Huffman connu en tant que tel. a processor or software module MCE_CO of entropy coding, for example of CABAC type ("Context Adaptive Binary Arithmetic Coder" in English) or a Huffman coder known as such.
Au cours d'une étape C7 représentée à la figure 3, il est procédé à la construction d'un signal de données F qui contient les données codées à l'issue des étapes C5 et C6 précitées. Le signal de données F est ensuite transmis par un réseau de communication (non représenté) à un terminal distant. Celui-ci comporte un décodeur qui sera décrit plus loin dans la suite de la description. During a step C7 shown in Figure 3, it is proceeded to the construction of a data signal F which contains the data coded at the end of steps C5 and C6 above. The data signal F is then transmitted by a communication network (not shown) to a remote terminal. This includes a decoder which will be described later in the following description.
L'étape C7 est mise en œuvre par un processeur ou module logiciel MCF de construction de signal de données, tel que représenté sur la figure 4.  Step C7 is implemented by a processor or software module MCF for constructing a data signal, as shown in FIG. 4.
Les étapes de codage qui viennent d'être décrites ci-dessus sont mises en œuvre pour tous les blocs CTU-i , CTU2, CTUU,..., CTUs à coder de l'image courante ICj considérée, dans un ordre prédéterminé qui est par exemple l'ordre lexicographique. The coding steps which have just been described above are implemented for all the CTU-i, CTU 2 , CTU U , ..., CTUs blocks to be encoded of the current image IC j considered, in one order predetermined which is for example the lexicographic order.
D'autres types de parcours que celui qui vient d'être décrit ci-dessus sont bien sûr possibles.  Other types of course than the one just described above are of course possible.
On va maintenant décrire, en référence à la figure 6A, un premier mode de réalisation des différentes sous-étapes mises en œuvre lors de l'étape de codage C6 précitée, dans le module de codage UCO représenté sur la figure 4.  FIG. 6A will now describe a first embodiment of the different substeps implemented during the aforementioned coding step C6 in the UCO coding module shown in FIG. 4.
Conformément à ce premier mode de réalisation, le mode de subdivision optimal SUBopt qui a été sélectionné à l'issue de l'étape de codage C3 est par exemple l'un des modes de subdivision représentés sur la figure 5A. A cet effet, c'est l'indicateur type_decoupe de valeur 1 qui a été sélectionné à l'issue de l'étape C4 précitée. Plus précisément, c'est par exemple le type de subdivision SUBD2 , tel que représenté sur la figure 5A, qui a été sélectionné à l'issue de l'étape de codage C3. A cet effet, l'indicateur type_decoupe de valeur 1 est en outre associé à l'indicateur arr_decoupe1 de valeur 1 , tel que défini plus haut dans la description. According to this first embodiment, the optimal subdivision mode SUB op t which has been selected at the end of coding step C3 is for example one of the subdivision modes shown in FIG. 5A. For this purpose, it is the indicator type_cut of value 1 which was selected at the end of step C4 above. More specifically, it is for example the type of subdivision SUBD2, as shown in FIG. 5A, which has been selected at the end of the coding step C3. For this purpose, the indicator type_cut of value 1 is further associated with the indicator arr_cutter1 of value 1, as defined above in the description.
La valeur 1 de l'indicateur type_decoupe est inscrite sous forme compressée dans le signal de données F, suivie de la valeur 1 de l'indicateur arr_decoupe1.  The value 1 of the cut_type_indicator is written in compressed form in the data signal F, followed by the value 1 of the cut_stop1 flag.
Par ailleurs, conformément au premier mode de réalisation de la figure 6A, les parties CUi et CU2 du bloc courant CTUU ne sont pas subdivisées à nouveau. Moreover, in accordance with the first embodiment of FIG. 6A, the portions CU 1 and CU 2 of the current block CTU U are not subdivided again.
A cet effet, selon un mode de réalisation :  For this purpose, according to one embodiment:
- en association avec les données codées de la première partie CU-i, est associé l'indicateur type_decoupe de valeur 3,  in association with the coded data of the first part CU-i, is associated the indicator type_cut of value 3,
- en association avec les données codées de la deuxième partie CU2, est associé l'indicateur type_decoupe de valeur 3. in association with the coded data of the second part CU 2 , is associated the indicator type_decoupe of value 3.
Selon l'invention, la valeur de l'indicateur type_decoupe associée aux données codées de la deuxième partie CU2 est inscrite sous forme compressée dans le signal de données F avant la valeur de l'indicateur type_decoupe associé aux données codées de la première partie CU-i . According to the invention, the value of the cut_type_indicator associated with the coded data of the second portion CU 2 is written in compressed form in the data signal F before the value of the cutoff_type_indicator associated with the coded data of the first portion CU -i.
Dans l'exemple de la figure 6A, Le signal de données F contient donc les valeurs suivantes : 1 133 qui sont représentatives du partitionnement du bloc courant CTUU. In the example of FIG. 6A, the data signal F therefore contains the following values: 1 133 which are representative of the partitioning of the current block CTU U.
En variante, compte tenu du fait que la deuxième partie CU2 définit une zone homogène du bloc courant CTUU, aucun indicateur représentatif de l'absence de subdivision de la partie CU2 n'est inscrit dans le signal de données F représenté aux figures 3 et 4. Selon une telle variante, il est en effet supposé au codage, comme au décodage, qu'une partie à m côtés du bloc courant n'est systématiquement pas subdivisée. Ainsi, la transmission au décodeur d'un indicateur type_decoupe de valeur 3 ne s'avère pas nécessaire. As a variant, considering the fact that the second part CU 2 defines a homogeneous area of the current block CTU U , no indicator representative of the absence of subdivision of the part CU 2 is inscribed in the data signal F represented in FIGS. 3 and 4. According to such a variant, it is indeed assumed in coding, as in decoding, that a part with m sides of the current block is systematically not subdivided. Thus, the transmission to the decoder of a type_decoupe indicator of value 3 is not necessary.
Le signal de données F contient donc les valeurs suivantes : 1 13, ce qui réduit le coût de signalisation. Au cours d'une sous-étape C610 représentée à la figure 6A, le module de codage UCO sélectionne, comme partie courante CUk (k=1 ou k=2), soit d'abord la partie carrée CU-i, soit d'abord la partie CU2 à m côtés. The data signal F therefore contains the following values: 1 13, which reduces the cost of signaling. During a sub-step C610 represented in FIG. 6A, the coding module UCO selects, as current portion CUk (k = 1 or k = 2), either first the square portion CU-i, or of firstly the part CU 2 with m sides.
Au cours d'une sous-étape C61 1 représentée à la figure 6A, le module PRED_CO de la figure 4 procède au codage prédictif de la partie courante  During a sub-step C61 1 represented in FIG. 6A, the module PRED_CO of FIG. 4 proceeds to the predictive coding of the current part.
De façon classique, les pixels de la partie CUi sont prédits par rapport à des pixels ayant déjà été codés puis décodés, par mise en compétition de techniques connues de prédiction intra et/ou inter. Conventionally, the pixels of the CUi portion are predicted with respect to pixels that have already been coded and then decoded, by putting in competition known intra and / or inter prediction techniques.
Parmi les prédictions possibles pour la partie courante CU-i, la prédiction optimale est choisie selon un critère débit-distorsion bien connu de l'homme du métier.  Among the possible predictions for the current part CU-i, the optimal prediction is chosen according to a rate-distortion criterion well known to those skilled in the art.
Ladite sous-étape de codage prédictif précitée permet de construire une partie prédite CUpi qui est une approximation de la partie courante CU-i. Les informations relatives à ce codage prédictif seront ultérieurement inscrites dans le signal de données F représenté sur les figures 3 et 4. De telles informations comprennent notamment le type de prédiction (inter ou intra), et le cas échéant, le mode de prédiction intra ou bien l'indice d'image de référence et le vecteur de déplacement utilisés dans le mode de prédiction inter. Ces informations sont compressées par le codeur CO représenté à la figure 3.  Said aforementioned predictive coding sub-step makes it possible to construct a predicted part CUpi which is an approximation of the current part CU-i. The information relating to this predictive coding will subsequently be entered in the data signal F represented in FIGS. 3 and 4. Such information notably comprises the type of prediction (inter or intra), and, if appropriate, the intra or intra prediction mode. well the reference image index and the displacement vector used in the inter prediction mode. This information is compressed by the coder CO shown in FIG.
Au cours d'une sous-étape C612, le module de calcul CAL3_CO de la figure 4 procède à la soustraction de la partie prédite CUpi de la partie courante CUi pour produire une partie résidu CUn.  During a substep C612, the calculation module CAL3_CO of Figure 4 proceeds to subtract the predicted portion CUpi of the current portion CUi to produce a residue portion CUn.
Au cours d'une sous-étape C613 représentée à la figure 6A, le module MT_CO de la figure 4 procède à la transformation de la partie résidu CUn selon une opération classique de transformation directe, telle que par exemple une transformation en cosinus discrètes de type DCT, pour produire une partie transformée CUt-i.  During a sub-step C613 represented in FIG. 6A, the MT_CO module of FIG. 4 proceeds with the transformation of the residue part CUn according to a conventional direct transformation operation, such as, for example, a discrete cosine transformation of the type DCT, to produce a transformed part CUt-i.
Au cours d'une sous-étape C614 représentée à la figure 6A, le module MQ_CO de la figure 4 procède à la quantification de la partie transformée CUti selon une opération classique de quantification, telle que par exemple une quantification scalaire. Une partie CUq-ι, formée de coefficients quantifiés, est alors obtenue. Au cours d'une sous-étape C615 représentée à la figure 6A, le module MCE_CO de la figure 4 procède au codage entropique des coefficients quantifiés CUq-i . During a sub-step C614 represented in FIG. 6A, the module MQ_CO of FIG. 4 proceeds with the quantization of the transformed part CUti according to a conventional quantization operation, such as, for example, scalar quantization. A portion CUq-ι, formed of quantized coefficients, is then obtained. During a substep C615 shown in FIG. 6A, the MCE_CO module of FIG. 4 proceeds with the entropic coding of the quantized coefficients CUq-i.
Les sous-étapes C61 1 à C615 précitées sont ensuite itérées en vue de coder la deuxième partie CU2 à m côtés du bloc courant CTUU. The aforementioned sub-steps C61 1 to C615 are then iterated in order to code the second part CU 2 with m sides of the current block CTU U.
Conformément à l'invention, dans le cas du codage de la deuxième partie CU2 à m côtés, une ou plusieurs informations de codage des pixels de la deuxième partie CU2 sont mises à des valeurs prédéterminées. In accordance with the invention, in the case of encoding the second m-side portion CU 2 , one or more coding information of the pixels of the second portion CU 2 are set to predetermined values.
Ainsi, selon une variante de réalisation préférée, au cours de la sous- étape C61 1 de codage prédictif de la partie CU2 du bloc courant CTUU, les pixels de la partie CU2 sont prédits par rapport respectivement à des pixels de valeurs correspondantes prédéterminées. De telles valeurs sont stockées dans une liste LP contenue dans la mémoire tampon TAMP_CO du codeur CO de la figure 4. Thus, according to a preferred embodiment variant, during the sub-step C61 1 of predictive coding of the portion CU 2 of the current block CTU U , the pixels of the portion CU 2 are predicted with respect to pixels of corresponding values respectively. predetermined. Such values are stored in a list LP contained in the buffer memory TAMP_CO of the coder CO of FIG. 4.
De préférence, ces valeurs de prédiction prédéterminées sont sélectionnées de façon à ce qu'au cours de la sous-étape C612 de la figure 6A, la soustraction de la partie prédite CUp2 de la partie courante CU2 produise une partie résidu CUr2 qui comprenne des valeurs pixelliques nulles ou proches de zéro. Preferably, these predetermined prediction values are selected so that during the sub-step C612 of FIG. 6A, the subtraction of the predicted portion CUp 2 of the current portion CU 2 produces a residue portion CUr 2 which includes pixel values that are null or close to zero.
Une telle disposition permet de profiter avantageusement de l'homogénéité de la partie CU2 du bloc courant CTUU tout en permettant de réduire sensiblement le coût de signalisation des informations de codage du bloc courant CTUU dans le signal de données F. Such an arrangement makes it possible advantageously to take advantage of the homogeneity of the portion CU 2 of the current block CTU U while at the same time making it possible to substantially reduce the cost of signaling the coding information of the current block CTU U in the data signal F.
En variante, les pixels de la partie CU2 sont prédits classiquement, de la même façon que la partie CU-i . As a variant, the pixels of the portion CU 2 are conventionally predicted, in the same way as the portion CU-i.
Selon une autre variante de réalisation préférée, les coefficients quantifiés de la partie résidu quantifiée CUq2 obtenue à l'issue de la sous-étape C614 de la figure 6A sont tous mis à zéro et ne sont pas inscrits dans le signal de données F. According to another preferred embodiment, the quantized coefficients of the quantized residual portion CUq 2 obtained at the end of the substep C614 of FIG. 6A are all set to zero and are not written in the data signal F.
Une telle disposition permet de profiter avantageusement de l'homogénéité de la partie CU2 du bloc courant CTUU tout en permettant de réduire sensiblement le coût de signalisation des informations de codage du bloc courant CTUU dans le signal de données F. Conformément à l'invention, entre les sous-étapes C612 et C613 précitées, une sous-étape intermédiaire C6120 est mise en œuvre. Au cours de cette sous-étape intermédiaire, les pixels résiduels de la partie résidu CUr2 à m côtés sont complétés par des pixels de valeur respective prédéterminée, jusqu'à l'obtention d'un bloc de pixels carré ou rectangulaire. Such an arrangement makes it possible advantageously to take advantage of the homogeneity of the portion CU 2 of the current block CTU U while at the same time making it possible to substantially reduce the cost of signaling the coding information of the current block CTU U in the data signal F. According to the invention, between the substeps C612 and C613 mentioned above, an intermediate substep C6120 is implemented. During this intermediate sub-step, the residual pixels of the residue portion CUr 2 with m sides are completed by pixels of predetermined respective value, until a block of square or rectangular pixels is obtained.
Selon différents modes de réalisation possibles, les pixels résiduels de la partie résidu CUr2 peuvent être complétés : According to various possible embodiments, the residual pixels of the residue portion CUr 2 can be completed:
-par des pixels de valeur respective nulle,  by pixels of respective zero value,
-par des pixels reconstruits classiquement par interpolation, -par des pixels reconstruits classiquement à l'aide de la technique dite de « inpaiting ».  by pixels reconstructed conventionally by interpolation, by pixels reconstructed conventionally using the so-called "inpaiting" technique.
La sous-étape C6120 précitée est mise en œuvre par un processeur ou module logiciel de calcul CAL4_CO tel que représenté à la figure 4, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_CO.  The aforementioned sub-step C6120 is implemented by a processor or calculation software module CAL4_CO as shown in FIG. 4, which module is driven by the microprocessor μΡ of the processing unit UT_CO.
Une telle disposition permet de réutiliser le module de transformation Such an arrangement makes it possible to reuse the transformation module
MT_CO de la figure 4 qui applique classiquement des transformées de blocs carrés ou rectangulaires. MT_CO of Figure 4 which conventionally applies square or rectangular block transforms.
Compte tenu du fait que la sous-étape C612 ne s'applique que pour la deuxième partie CU2 de forme géométrique à m côtés, cette sous-étape, de même que le module de calcul CAL4_CO, sont représentés en pointillés, respectivement sur les figures 3 et 4. Taking into account the fact that sub-step C612 only applies to the second part CU 2 of geometrical shape with m sides, this sub-step, as well as the calculation module CAL4_CO, are represented in dotted lines, respectively on the Figures 3 and 4.
On va maintenant décrire, en référence à la figure 6B, un deuxième mode de réalisation des différentes sous-étapes mises en œuvre lors de l'étape de codage C6 précitée, dans le module de codage UCO représenté sur la figure 4.  A second embodiment of the different substeps implemented during the aforementioned coding step C6 in the UCO coding module shown in FIG. 4 will now be described with reference to FIG. 6B.
Ce deuxième mode de réalisation se distingue de celui de la figure 6A par le fait que la première partie CUi du bloc courant CTUU est subdivisée à nouveau. Un exemple d'une telle subdivision du bloc courant CTUU est représenté sur la figure 7. This second embodiment differs from that of FIG. 6A in that the first portion CUi of the CTU current block U is subdivided again. An example of such a subdivision of the current block CTU U is shown in FIG. 7.
Dans l'exemple de la figure 7, le mode de subdivision optimal SUBopt qui a été sélectionné à l'issue de l'étape de codage C3 précitée est par exemple à nouveau l'indicateur type_decoupe de valeur 1 qui a été sélectionné à l'issue de l'étape C4 précitée. Comme représenté à la figure 7, cette valeur est inscrite sous forme compressée dans le signal de données F. Comme expliqué plus haut, l'indicateur type_decoupe de valeur 1 est en outre associé à l'indicateur arr_decoupe1 de valeur 1 , tel que défini plus haut dans la description. Comme représenté à la figure 7, la valeur de l'indicateur arr_decoupe1 de valeur 1 est alors inscrite sous forme compressée dans le signal de données F à la suite de la valeur de l'indicateur type_decoupe. In the example of FIG. 7, the optimum subdivision mode SUB op t which has been selected at the end of the coding step C3 mentioned above is, for example, again the indicator type_cut of value 1 which has been selected at the outcome of step C4 above. As shown in Figure 7, this value is entered in compressed form in the data signal F. As explained above, the indicator type_cut of value 1 is further associated with the indicator arr_cutter1 of value 1, as defined above in the description. As shown in FIG. 7, the value of the indicator arr_cutter1 of value 1 is then written in compressed form in the data signal F following the value of the indicator type_cut.
Conformément au deuxième mode de réalisation de la figure 6B, de la même façon que dans le mode de réalisation de la figure 6A, la deuxième partie CU2 du bloc courant CTUU n'est pas subdivisée à nouveau en partant du principe qu'elle est représentative d'une zone homogène du bloc courant CTUU. According to the second embodiment of FIG. 6B, in the same way as in the embodiment of FIG. 6A, the second portion CU 2 of the current block CTU U is not subdivided again on the assumption that it is representative of a homogeneous zone of the CTU U current block.
En association avec les données codées de la deuxième partie CU2, la valeur 3 de l'indicateur type_decoupe est inscrite sous forme compressée dans le signal de données F, à la suite de la valeur 1 de l'indicateur arr_decoupe1. Cette valeur est représentée en gras sur la figure 7. In association with the coded data of the second portion CU 2 , the value 3 of the indicator type_cut is written in compressed form in the data signal F, following the value 1 of the indicator arr_cut1. This value is shown in bold in Figure 7.
Selon l'invention, la valeur de l'indicateur type_decoupe associé aux données codées de la deuxième partie CU2 est inscrite sous forme compressée dans le signal de données F systématiquement avant la valeur de l'indicateur type_decoupe associé aux données codées de la première partie CU-i . According to the invention, the value of the type_decoupe flag associated with the coded data of the second part CU 2 is written in compressed form in the data signal F systematically before the value of the indicator type_decoupe associated with the coded data of the first part CU-i.
En variante, la valeur de l'indicateur type_decoupe associé aux données codées de la deuxième partie CU2 pourrait être inscrite sous forme compressée dans le signal de données F systématiquement après la valeur de l'indicateur type_decoupe associé aux données codées de la première partie As a variant, the value of the cut_type_indicator associated with the coded data of the second portion CU 2 could be written in compressed form in the data signal F systematically after the value of the indicator type_decoupe associated with the coded data of the first part.
Dans l'exemple de la figure 7, la partie CUi est subdivisée par exemple en quatre blocs carrés CU1 -i , CU2 , CU3i , CU4 , selon une méthode de subdivision classique, de type « quadtree » par exemple. In the example of FIG. 7, the portion CUi is subdivided for example into four square blocks CU1 -i, CU2, CU3i, CU4, according to a conventional subdivision method, of the "quadtree" type, for example.
Les données codées de la partie CU1 sont donc associées à l'indicateur type_decoupe de valeur 0, représentatif d'une telle subdivision, comme défini plus haut dans la description. Comme représenté sur la figure 7, cette valeur est inscrite sous forme compressée dans le signal de données F, à la suite de la valeur 3 de l'indicateur type_decoupe. The coded data of the part CU 1 are therefore associated with the indicator type_cut of value 0, representative of such a subdivision, as defined above in the description. As shown in FIG. 7, this value is written in compressed form in the data signal F, following the value 3 of the type_decoupe flag.
Dans l'exemple de la figure 7, le bloc CU1 1 n'est pas subdivisé. Les données codées de la partie CUi sont donc associées en outre à l'indicateur type_decoupe de valeur 3, représentatif de l'absence d'une telle subdivision, comme défini plus haut dans la description. Comme représenté sur la figure 7, cette valeur est inscrite sous forme compressée dans le signal de données F, à la suite de la valeur 0 de l'indicateur type_decoupe. In the example of FIG. 7, the block CU1 1 is not subdivided. The coded data of the CUi part are therefore associated in addition with the indicator type_cut of value 3, representative of the absence of such a subdivision, as defined above in the description. As shown in FIG. 7, this value is written in compressed form in the data signal F, following the value 0 of the type_decoupe flag.
Dans l'exemple de la figure 7, le bloc CU2 est subdivisé conformément à l'invention, notamment selon le type de subdivision SUB62 représenté à la figure 5B. Ainsi, le bloc CU2 est subdivisé en une première partie CU21 de forme carrée et en une deuxième partie CU22i à m côtés. Dans l'exemple représenté, la deuxième partie CU22i présente 8 côtés. In the example of FIG. 7, the block CU2 is subdivided according to the invention, in particular according to the type of subdivision SUB6 2 represented in FIG. 5B. Thus, the block CU2 is subdivided into a first part CU21 of square shape and a second part CU22i with m sides. In the example shown, the second portion CU22i has 8 sides.
Les données codées de la partie CUi sont donc associées en outre à l'indicateur type_decoupe de valeur 2, lui-même associé à l'indicateur arr_decoupe2 de valeur 6, tel que défini plus haut dans la description. Comme représenté sur la figure 7, ces valeurs 2 et 6 sont inscrites successivement sous forme compressée dans le signal de données F, à la suite de la valeur 3 de l'indicateur type_decoupe.  The coded data of the CUi part are therefore associated in addition to the indicator type_cut of value 2, itself associated with the indicator arr_decoupe2 of value 6, as defined above in the description. As shown in FIG. 7, these values 2 and 6 are written successively in compressed form in the data signal F, following the value 3 of the type_decoupe flag.
Dans l'exemple de la figure 7, le bloc CU3i est subdivisé en quatre blocs carrés CU31 i , CU32i, CU33i, CU34i , selon une méthode de subdivision classique, de type « quadtree » par exemple.  In the example of FIG. 7, the block CU3i is subdivided into four square blocks CU31 i, CU321, CU331, CU341, according to a conventional subdivision method, of the "quadtree" type, for example.
Les données codées de la partie CUi sont donc associées en outre à l'indicateur type_decoupe de valeur 0, représentatif d'une telle subdivision, comme défini plus haut dans la description. Comme représenté sur la figure 7, cette valeur est inscrite sous forme compressée dans le signal de données F, à la suite de la valeur 6 de l'indicateur arr_decoupe2.  The coded data of the CUi part are therefore associated in addition with the indicator type_cut of value 0, representative of such a subdivision, as defined above in the description. As shown in FIG. 7, this value is written in compressed form in the data signal F, following the value 6 of the indicator arr_decoupe2.
Dans l'exemple de la figure 7, le bloc CU4 n'est pas subdivisé.  In the example of FIG. 7, the block CU4 is not subdivided.
Les données codées de la partie CUi sont donc associées en outre à l'indicateur type_decoupe de valeur 3, représentatif de l'absence d'une telle subdivision, comme défini plus haut dans la description. Comme représenté sur la figure 7, cette valeur est inscrite sous forme compressée dans le signal de données F, à la suite de la valeur 0 de l'indicateur type_decoupe.  The coded data of the CUi part are therefore associated in addition with the indicator type_cut of value 3, representative of the absence of such a subdivision, as defined above in the description. As shown in FIG. 7, this value is written in compressed form in the data signal F, following the value 0 of the type_decoupe flag.
La deuxième partie CU22i du bloc CU2i n'est pas subdivisée à nouveau en partant du principe qu'elle est représentative d'une zone homogène de ce bloc. En association avec les données codées de la première partie CU-i , la valeur 3 de l'indicateur type_decoupe est alors inscrite sous forme compressée dans le signal de données F, à la suite de la valeur 3 de l'indicateur type_decoupe. Cette valeur est représentée en gras sur la figure 7. The second part CU22i of the block CU2i is not subdivided again on the assumption that it is representative of a homogeneous zone of this block. In association with the coded data of the first portion CU-i, the value 3 of the indicator type_cut is then written in compressed form in the data signal F, following the value 3 of the indicator type_decoupe. This value is shown in bold in Figure 7.
Selon l'invention, la valeur de l'indicateur type_decoupe associée à la partie CU22 à m côtés du bloc CU2 est inscrite sous forme compressée dans le signal de données F systématiquement avant la valeur de l'indicateur type_decoupe associée à la partie carrée CU21 du bloc CU2-I .  According to the invention, the value of the cut_type_indicator associated with the CU22 part m side of the CU2 block is written in compressed form in the data signal F systematically before the value of the cut_type_indicator associated with the square portion CU21 of the CU2-I block.
En variante, la valeur de l'indicateur type_decoupe associée à la partie As a variant, the value of the indicator type_decoupe associated with the part
CU22-I à m côtés du bloc CU2 pourrait être inscrite sous forme compressée dans le signal de données F systématiquement après la valeur de l'indicateur type_decoupe associée à la partie carrée CU21 1 du bloc CU2-I . CU22-I with m sides of the block CU2 could be written in compressed form in the data signal F systematically after the value of the indicator type_decoupe associated with the square portion CU21 1 of the block CU2-I.
Dans l'exemple de la figure 7, la première partie CU21 i du bloc CU2i n'est pas subdivisée. En association avec les données codées de la première partie CU-i, la valeur 3 de l'indicateur type_decoupe est alors inscrite sous forme compressée dans le signal de données F, à la suite de la valeur 3 de l'indicateur type_decoupe associée à la partie CU22i à m côtés du bloc CU2-I .  In the example of FIG. 7, the first portion CU21 i of the block CU2i is not subdivided. In association with the coded data of the first part CU-i, the value 3 of the indicator type_decoupe is then written in compressed form in the data signal F, following the value 3 of the indicator type_decoupe associated with the CU22i part with m sides of the CU2-I block.
Dans l'exemple de la figure 7, les quatre blocs CU31 i , ΰΙΙ321 ; CU33i , CU34-I du bloc CU3i ne sont pas subdivisés. La valeur 3 de l'indicateur type_decoupe est alors inscrite sous forme compressée successivement quatre fois dans le signal de données F, à la suite de la valeur 3 de l'indicateur type_decoupe associée à la partie CU21 1 du bloc CU2-I . In the example of FIG. 7, the four CU31 blocks i, ΰΙΙ32 1; CU33i, CU34-I of the CU3i block are not subdivided. The value 3 of the cut_type_indicator is then written in compressed form successively four times in the data signal F, following the value 3 of the cut_type_indicator associated with the CU21 part 1 of the CU2-I block.
En variante à ce deuxième mode de réalisation, les deux valeurs 3 de l'indicateur type_decoupe telles que représentées en gras sur la figure 7 et représentatives de l'absence de subdivision des parties à m côtés CU2 et CU22i du bloc courant CTUU ne sont pas inscrites dans le signal de données F, ce qui permet de réduire le coût de signalisation. Il est en effet supposé au codage, comme au décodage, qu'une partie à m côtés du bloc courant n'est systématiquement pas subdivisée. Ainsi, la transmission au décodeur d'un indicateur type_decoupe de valeur 3 ne s'avère pas nécessaire. As a variant to this second embodiment, the two values 3 of the indicator type_decoupe as represented in bold in FIG. 7 and representative of the absence of subdivision of the m-side portions CU 2 and CU22i of the current block CTU U do not are not written in the data signal F, which reduces the cost of signaling. It is indeed assumed in coding, as in decoding, that a part with m sides of the current block is systematically not subdivided. Thus, the transmission to the decoder of a type_decoupe indicator of value 3 is not necessary.
On fait référence à nouveau à la figure 6B. Au cours d'une sous-étape C620 représentée à la figure 6B, le module de codage UCO sélectionne, comme partie courante CUk (k=1 ou k=2), soit d'abord la partie carrée CU-i , soit d'abord la partie CU2 à m côtés. Reference is again made to Figure 6B. During a sub-step C620 represented in FIG. 6B, the coding module UCO selects, as current portion CU k (k = 1 or k = 2), either first of all the square portion CU-i, or of firstly the part CU 2 with m sides.
Au cours d'une sous-étape C621 représentée à la figure 6B, le module de codage UCO teste si l'indice k associé à la partie courante CUk vaut 1 ou 2. During a sub-step C621 shown in FIG. 6B, the UCO coding module tests whether the index k associated with the current portion CU k is 1 or 2.
Si l'indice k est égal à 2, la partie CU2 du bloc courant CTUU est codée selon les sous-étapes C61 1 à C615 de la figure 6A. If the index k is equal to 2, the portion CU 2 of the current block CTU U is coded according to the substeps C61 1 to C615 of FIG. 6A.
Si l'indice k est égal à 1 , au cours d'une sous-étape C622 représentée à la figure 6B, le module de codage UCO de la figure 4 sélectionne une sous- partie courante CUk' de la première partie CUi du bloc courant CTUU, tel que 1 <k'≤N. If the index k is equal to 1, during a sub-step C622 shown in FIG. 6B, the UCO coding module of FIG. 4 selects a current sub-portion CU k 'of the first portion CUi of the block current CTU U , such that 1 <k'≤N.
Dans l'exemple représenté sur la figure 7, N=8, puisque la première partie CUi du bloc courant CTUU a été subdivisée en huit sous-parties de type « coding unit » CU1 i , CU21 1 ; CU221 ; CU31 i, CU321 ; CU33i , CU341 ; CU4i . In the example shown in FIG. 7, N = 8, since the first portion CUi of the current block CTU U has been subdivided into eight sub-parts of the "coding unit" type CU1 i, CU21 1; CU22 1; CU31 i, CU32 1; CU33i, CU34 1; CU4i.
Au cours d'une sous-étape C623 représentée à la figure 6B, le module During a substep C623 shown in FIG. 6B, the module
PRED_CO de la figure 4 sélectionne pour cette sous-partie courante CU un mode de prédiction inter ou intra, par exemple par mise en compétition de ces modes selon un critère débit-distorsion. Le mode de prédiction sélectionné est associé à un indicateur lPR qui est destiné à être transmis dans le signal de données F. PRED_CO of FIG. 4 selects for this current subpart CU an intra or intra prediction mode, for example by putting these modes in competition according to a rate-distortion criterion. The prediction mode selected is associated with an indicator PR which is intended to be transmitted in the data signal F.
Au cours d'une sous-étape optionnelle C624 représentée à la figure 6B, le module de partitionnement MP_CO de la figure 4 subdivise la sous-partie courante CUk en une pluralité W de sous-parties de prédiction PU-i, PU2, PUZ, ...PUW (1≤z≤W) du type « prédiction unit » précité. Une telle subdivision peut être classique ou bien conforme à l'invention, comme représenté sur les figures 5A et 5B. De façon similaire à ce qui a été décrit en référence au mode de réalisation de la figure 6A, une succession d'indicateurs représentatifs de la subdivision est destinée à être transmise dans le signal de données F. During an optional substep C624 shown in FIG. 6B, the partitioning module MP_CO of FIG. 4 subdivides the current subpart CU k into a plurality W of prediction sub-parts PU-i, PU 2 , PU Z , ... PU W (1≤z≤W) of the type "prediction unit" above. Such a subdivision may be conventional or in accordance with the invention, as shown in FIGS. 5A and 5B. In a manner similar to what has been described with reference to the embodiment of FIG. 6A, a succession of indicators representative of the subdivision is intended to be transmitted in the data signal F.
Au cours d'une sous-étape C625 optionnelle représentée à la figure 6B, le module de codage UCO de la figure 4 sélectionne une première sous-partie courante PUZ. Une telle sélection est effectuée dans un ordre prédéfini, tel que par exemple l'ordre lexicographique. Au cours d'une sous-étape C626 optionnelle représentée à la figure 6B, le module PRED_CO de la figure 4 sélectionne pour la sous-partie courant PUZ les paramètres de prédiction optimaux associés au mode de prédiction sélectionné à la sous-étape C623 précitée. Si par exemple, le mode de prédiction INTER a été sélectionné à la sous-étape C623 précitée, les paramètres de prédiction optimaux sont un ou plusieurs vecteurs de mouvement, ainsi que une ou plusieurs images de référence, de tels paramètres optimaux permettant d'obtenir les meilleures performances de codage de la sous-partie courante PUZ selon un critère prédéterminé, tel que par exemple le critère débit-distorsion. Si par exemple, le mode de prédiction INTRA a été sélectionné à la sous-étape C623 précitée, les paramètres de prédiction optimaux sont associés à un mode INTRA sélectionné parmi différents modes INTRA disponibles. Comme pour le mode INTER, les paramètres de prédiction optimaux sont ceux qui permettent d'obtenir les meilleures performances de codage de la sous-partie courante PUZ selon un critère prédéterminé, tel que par exemple le critère débit-distorsion. During an optional sub-step C625 shown in FIG. 6B, the UCO coding module of FIG. 4 selects a first current sub-portion PU Z. Such a selection is made in a predefined order, such as for example the lexicographic order. During an optional sub-step C626 represented in FIG. 6B, the module PRED_CO of FIG. 4 selects for the current subpart PU Z the optimal prediction parameters associated with the prediction mode selected in the substep C623 mentioned above. . If, for example, the prediction mode INTER has been selected in the substep C623 mentioned above, the optimal prediction parameters are one or more motion vectors, as well as one or more reference images, such optimal parameters making it possible to obtain the best coding performance of the current subpart PU Z according to a predetermined criterion, such as for example the rate-distortion criterion. If, for example, the INTRA prediction mode has been selected in the aforementioned sub-step C623, the optimal prediction parameters are associated with an INTRA mode selected from among various available INTRA modes. As for the INTER mode, the optimal prediction parameters are those that make it possible to obtain the best coding performance of the current sub-part PU Z according to a predetermined criterion, such as, for example, the rate-distortion criterion.
Les sous-étapes C625 à C626 sont itérées pour chacune des sous- parties PU-i, PU2, PUz, ..., PUw de la sous-partie CUk' courante de la première partie CUi du bloc courant CTUU, dans l'ordre lexicographique prédéterminé. The substeps C625 to C626 are iterated for each of the sub-parts PU-1, PU 2 , PUz,... PUw of the current subpart CUk 'of the first part CUi of the current block CTU U , in the predetermined lexicographic order.
Au cours d'une sous-étape optionnelle C627 représentée à la figure 6B, le module de partitionnement MP_CO de la figure 4 subdivise la sous-partie courante CU^ en une pluralité Z de sous-parties de transformée TU-i, TU2, TUW, ...TUZ (1≤w≤Z) du type « transform unit » précité. Une telle subdivision peut être classique ou bien conforme à l'invention, comme représenté sur les figures 5A et 5B. De façon similaire à ce qui a été décrit en référence au mode de réalisation de la figure 6A, une succession d'indicateurs représentatifs de la subdivision est destinée à être transmise dans le signal de données F. During an optional sub-step C627 shown in FIG. 6B, the partitioning module MP_CO of FIG. 4 sub-divides the current subpart CU CU into a plurality Z of transform subparts TU-i, TU 2 , TU W , ... TU Z (1≤w≤Z) of the aforementioned "transform unit" type. Such a subdivision may be conventional or in accordance with the invention, as shown in FIGS. 5A and 5B. In a manner similar to what has been described with reference to the embodiment of FIG. 6A, a succession of indicators representative of the subdivision is intended to be transmitted in the data signal F.
Au cours d'une sous-étape C628 optionnelle représentée à la figure 6B, le module de codage UCO de la figure 4 sélectionne une première sous-partie de transformée courante TUW. Une telle sélection est effectuée dans un ordre prédéfini, tel que par exemple l'ordre lexicographique. Au cours d'une sous-étape C629 représentée à la figure 6B, le module de calcul CAL3_CO de la figure 4 procède, d'une façon similaire à la sous- étape C612 de la figure 6A, au calcul d'une sous-partie résidu TUrw. During an optional sub-step C628 shown in FIG. 6B, the UCO coding module of FIG. 4 selects a first sub-part of the current transform TU W. Such a selection is made in a predefined order, such as for example the lexicographic order. During a sub-step C629 represented in FIG. 6B, the calculation module CAL3_CO of FIG. 4 proceeds, in a manner similar to the sub-step C612 of FIG. 6A, to the calculation of a sub-part residue TUr w .
Au cours d'une sous-étape C630 représentée à la figure 6B, le module MT_CO de la figure 4 procède à la transformation de la sous-partie résidu TUrw selon une opération classique de transformation directe, telle que par exemple une transformation en cosinus discrètes de type DCT, pour produire une sous- partie transformée TUtw. During a sub-step C630 represented in FIG. 6B, the MT_CO module of FIG. 4 transforms the residue sub-part TUr w according to a conventional direct transformation operation, such as, for example, a cosine transformation. discrete DCT type, to produce a transformed sub-part TUt w .
Au cours d'une sous-étape C631 représentée à la figure 6B, le module MQ_CO de la figure 4 procède à la quantification de la sous-partie transformée TUtw selon une opération classique de quantification, telle que par exemple une quantification scalaire. Une sous-partie TUqw, formée de coefficients quantifiés, est alors obtenue. During a sub-step C631 represented in FIG. 6B, the module MQ_CO of FIG. 4 proceeds with the quantization of the transformed sub-part TUtw according to a conventional quantization operation, such as for example a scalar quantization. A subset TUq w , formed of quantized coefficients, is then obtained.
Au cours d'une sous-étape C632 représentée à la figure 6B, le module MCE_CO de la figure 4 procède au codage entropique des coefficients quantifiés TUqw. During a sub-step C632 represented in FIG. 6B, the MCE_CO module of FIG. 4 proceeds to the entropy coding of the quantized coefficients TUq w .
L'ensemble des sous-étapes C628 à C632 est itéré pour chacune des sous-parties TU-i , TU2, TUW, ..., TUz de la sous-partie CUk' courante de la première partie CUi du bloc courant CTUU, dans l'ordre lexicographique prédéterminé. The set of substeps C628 to C632 is iterated for each of the subsections TU-i, TU 2 , TU W , ..., TUz of the current subpart CUk 'of the first part CUi of the current block CTU U , in the predetermined lexicographic order.
Conformément à l'invention, dans le cas où la sous-partie transformée courante TUW a une forme géométrique à m côtés, une sous-étape intermédiaire C6290 est mise en œuvre entre les sous-étapes C629 et C630 précitées. Au cours de cette sous-étape intermédiaire, les pixels résiduels de la sous-partie résidu TUrw à m côtés sont complétés par des pixels de valeur nulle ou codés selon une méthode de codage prédéterminée, jusqu'à l'obtention d'un bloc de pixels carré ou rectangulaire. According to the invention, in the case where the current transformed sub-part TU W has a geometric shape with m sides, an intermediate substep C6290 is implemented between the sub-steps C629 and C630 mentioned above. During this intermediate sub-step, the residual pixels of the residual sub-part TUr w to m sides are completed by pixels of zero value or coded according to a predetermined coding method, until a block is obtained. square or rectangular pixels.
La sous-étape C6290 précitée est mise en œuvre par le module logiciel de calcul CAL4_CO tel que représenté à la figure 4.  The aforementioned sub-step C6290 is implemented by the calculation software module CAL4_CO as represented in FIG. 4.
Si la sous-étape de calcul C6290 est mise en œuvre, au cours de la sous-étape C631 représentée à la figure 6B, le module MQ_CO de la figure 4 procède à la quantification de la sous-partie courante transformée TUtw à l'exclusion des pixels rajoutés au cours de la sous-étape C6290 et qui ont subi une transformation au cours de la sous-étape C630. If the sub-step of calculation C6290 is implemented, during the sub-step C631 represented in FIG. 6B, the module MQ_CO of FIG. 4 proceeds to the quantification of the transformed current subpart TUt w to the exclusion of the pixels added during the substep C6290 and which were transformed during the substep C630.
L'ensemble des sous-étapes C622 à C632 est itéré pour chacune des sous-parties CU-i , CU2, CUk , ..., CUN de la première partie CUi courante du bloc courant CTUU, dans l'ordre lexicographique prédéterminé. The set of substeps C622 to C632 is iterated for each of the sub-portions CU-i, CU 2 , CU k , ..., CU N of the first portion CUi current of the current block CTU U , in the order lexicographic predetermined.
Description détaillée de la partie décodage Detailed description of the decoding part
Un mode de réalisation de l'invention va maintenant être décrit, dans lequel le procédé de décodage selon l'invention est utilisé pour décoder un signal de données représentatif d'une image ou d'une séquence d'images qui est apte à être décodé par un décodeur conforme à l'une quelconque des normes de décodage vidéo actuelles ou à venir.  An embodiment of the invention will now be described, in which the decoding method according to the invention is used to decode a data signal representative of an image or a sequence of images that is capable of being decoded. by a decoder according to any one of the present or future video decoding standards.
Dans ce mode de réalisation, le procédé de décodage selon l'invention est par exemple implémenté de manière logicielle ou matérielle par modifications d'un tel décodeur. Le procédé de décodage selon l'invention est représenté sous la forme d'un algorithme comportant des étapes D1 à D7 telles que représentées à la figure 8.  In this embodiment, the decoding method according to the invention is for example implemented in a software or hardware way by modifications of such a decoder. The decoding method according to the invention is represented in the form of an algorithm comprising steps D1 to D7 as represented in FIG. 8.
Selon le mode de réalisation de l'invention, le procédé de décodage selon l'invention est implémenté dans un dispositif de décodage ou décodeur DO représenté à la figure 9.  According to the embodiment of the invention, the decoding method according to the invention is implemented in a decoding device or decoder DO represented in FIG. 9.
Comme illustré en figure 9, selon ce mode de réalisation de l'invention, le décodeur DO comprend une mémoire MEM_DO qui comprend elle-même une mémoire tampon TAMP_DO, une unité de traitement UT_DO équipée par exemple d'un microprocesseur μΡ et pilotée par un programme d'ordinateur PG_DO qui met en œuvre le procédé de décodage selon l'invention. A l'initialisation, les instructions de code du programme d'ordinateur PG_DO sont par exemple chargées dans une mémoire RAM avant d'être exécutées par le processeur de l'unité de traitement UT_DO.  As illustrated in FIG. 9, according to this embodiment of the invention, the decoder DO comprises a memory MEM_DO which itself comprises a buffer memory TAMP_DO, a processing unit UT_DO equipped for example with a microprocessor μΡ and driven by a PG_DO computer program that implements the decoding method according to the invention. At initialization, the code instructions of the computer program PG_DO are for example loaded into a RAM memory before being executed by the processor of the processing unit UT_DO.
Le procédé de décodage représenté sur la figure 8 s'applique à un signal de données représentatif d'une image courante ICj fixe à décoder ou d'une séquence d'images à décoder. A cet effet, des informations représentatives de l'image courante ICj à décoder sont identifiées dans le signal de données F reçu au décodeur DO, tel que délivré à la suite du procédé de codage de la figure 3. The decoding method shown in FIG. 8 applies to a data signal representing a current image IC j to be decoded or to a sequence of images to be decoded. For this purpose, information representative of the current image IC j to be decoded is identified in the data signal F received at the decoder DO, as delivered following the coding method of FIG. 3.
En référence à la figure 8, au cours d'une étape D1 , il est procédé à l'identification dans le signal F des blocs quantifiés CTUq-i , CTUq2, ..., CTUqu, CTUqs (1≤u≤S) associés respectivement aux blocs CTU-i , CTU2, CTUU, ..., CTUs codés précédemment conformément à l'ordre lexicographique précité, selon le procédé de codage de la figure 3. With reference to FIG. 8, during a step D1, the quantized blocks CTUq-1, CTUq 2 , ..., CTUq u , CTUqs (1≤u≤S) are identified in the signal F. ) respectively associated CTU-i blocks, CTU 2 , CTU U , ..., CTUs previously coded according to the aforementioned lexicographic order, according to the coding method of Figure 3.
Une telle étape d'identification est mise en œuvre par un processeur ou module logiciel d'identification MI_DO d'analyse de flux, tel que représenté à la figure 9, ledit module étant piloté par le microprocesseur μΡ de l'unité de traitement UT_DO.  Such an identification step is implemented by a processor or MI_DO flow analysis software module, as shown in FIG. 9, said module being driven by the μΡ microprocessor of the processing unit UT_DO.
D'autres types de parcours que celui qui vient d'être décrit ci-dessus sont bien sûr possibles et dépendent de l'ordre de parcours choisi au codage.  Other types of course than the one just described above are of course possible and depend on the order of course chosen coding.
De façon préférentielle, chacun des blocs à décoder CTU-i , CTU2,Preferably, each of the blocks to be decoded CTU-i, CTU 2 ,
CTUU, ..., CTUs présente une forme carrée et comprend NxN pixels, avec N>2. CTU U , ..., CTUs has a square shape and includes NxN pixels, with N> 2.
Selon une alternative, chacun des blocs à décoder CTU-i , CTU2, CTUU, ..., CTUs présente une forme rectangulaire et comprend NxP pixels, avec N>1 et P>2. According to an alternative, each of the blocks to be decoded CTU-i, CTU 2 , CTU U , ..., CTUs has a rectangular shape and comprises NxP pixels, with N> 1 and P> 2.
Au cours d'une étape D2 représentée à la figure 8, le décodeur DO de la figure 9 sélectionne comme bloc courant le premier bloc quantifié CTUqu qui contient des données quantifiées qui ont été codées au cours de l'étape C6 de la figure 3. During a step D2 shown in FIG. 8, the decoder DO of FIG. 9 selects as the current block the first quantized block CTUq u which contains quantized data which has been coded during step C6 of FIG. .
Au cours d'une étape D3 représentée à la figure 8, en association avec le bloc quantifié CTUqu qui a été sélectionné, il est procédé à la lecture de la valeur compressée de l'élément de syntaxe type_decoupe qui a été sélectionné à l'issue de l'étape C4 de la figure 3 et, s'il y a lieu, à la valeur compressée de l'élément de syntaxe arr_decoupe1 ou arr_decoupe2 qui lui est associé. During a step D3 represented in FIG. 8, in association with the quantized block CTUq u that has been selected, the compressed value of the syntax element type_decoupe which has been selected at the reading is read. from step C4 of Figure 3 and, if applicable, the compressed value of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
Comme explique plus haut dans la description, l'élément de syntaxe type_decoupe désigne l'indicateur représentatif d'un mode de subdivision donné. Selon un mode de réalisation préférentiel, l'élément de syntaxe type_decoupe prend par exemple trois valeurs : - 0 pour indiquer une subdivision classique du bloc courant en quatre blocs rectangulaires ou carrés, As explained earlier in the description, the syntax element type_decoup denotes the indicator representative of a given subdivision mode. According to a preferred embodiment, the syntax element type_decoupe takes for example three values: - 0 to indicate a conventional subdivision of the current block into four rectangular or square blocks,
- 1 pour indiquer une subdivision du bloc courant conformément au mode de subdivision représenté sur la figure 5A,  - 1 to indicate a subdivision of the current block in accordance with the subdivision mode shown in FIG. 5A,
- 2 pour indiquer une subdivision du bloc courant conformément au mode de subdivision représenté sur la figure 5B,  - 2 to indicate a subdivision of the current block according to the subdivision mode shown in FIG. 5B,
- 3 pour indiquer une absence de subdivision du bloc courant. L'étape de lecture D3 est effectuée par un processeur ou module logiciel de lecture ML_DO, tel que représenté à la figure 9, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_DO.  - 3 to indicate a lack of subdivision of the current block. The reading step D3 is performed by a processor or read software module ML_DO, as shown in FIG. 9, which module is driven by the microprocessor μΡ of the processing unit UT_DO.
De façon identique au codeur CO de la figure 4, sont stockées dans la mémoire tampon TAMP_DO du codeur DO de la figure 9 :  In the same way as the coder CO of FIG. 4, are stored in the buffer memory TAMP_DO of the encoder DO of FIG. 9:
- une liste LTa prédéfinie de plusieurs ensembles de coordonnées définissant chacun un bloc rectangulaire d'une forme prédéterminée, - a LT predefined list of plural sets of coordinates each defining a rectangular block of a predetermined shape,
- une liste LTb prédéfinie de plusieurs ensembles de coordonnées définissant chacun un bloc rectangulaire d'une forme prédéterminée, - a predefined LT b list of several sets of coordinates each defining a rectangular block of a predetermined shape,
- une table de correspondance TC.  - a TC correspondence table.
Au cours d'une étape D4 représentée à la figure 8, il est procédé au décodage de la valeur de l'élément de syntaxe type_decoupe qui a été lue à l'étape D3 précitée et, s'il y a lieu, au décodage de la valeur de l'élément de syntaxe arr_decoupe1 ou arr_decoupe2 qui lui est associée.  During a step D4 shown in FIG. 8, the value of the cut-type syntax element which has been read in the aforementioned step D3 and, if applicable, the decoding of the value of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
L'étape D4 précitée est mise en œuvre par un processeur ou module logiciel de décodage d'indicateur MDI tel que représenté à la figure 9, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_DO.  The aforesaid step D4 is implemented by a processor or MDI indicator decoder software module as shown in FIG. 9, which module is driven by the microprocessor μΡ of the processing unit UT_DO.
Au cours d'une étape D5 représentée à la figure 8, il est procédé à la subdivision du bloc courant CTUU en au moins une première partie CUi et une deuxième partie CU2, les première et deuxième parties étant complémentaires l'une de l'autre. Selon l'invention : During a step D5 shown in FIG. 8, the CTU U current block is subdivided into at least a first portion CU 1 and a second portion CU 2 , the first and second portions being complementary to one another. 'other. According to the invention:
- la première partie CUi a une forme rectangulaire ou carrée, - et la deuxième partie CU2 a une forme géométrique à m côtés, avec m>4. the first part CUi has a rectangular or square shape, and the second part CU 2 has a geometric shape with m sides, with m> 4.
Selon un mode préféré de réalisation, le bloc courant CTUU est subdivisé : - en une première partie CUi de forme rectangulaire ou carrée ou bien en une pluralité de parties de forme rectangulaire ou carrée, According to a preferred embodiment, the current block CTU U is subdivided: in a first part CUi of rectangular or square shape or in a plurality of parts of rectangular or square shape,
- et en au plus une deuxième partie CU2 de forme géométrique à m côtés. and at most a second portion CU 2 of geometric shape with m sides.
Des exemples de subdivision ont été présentés en référence aux figures Examples of subdivision have been presented with reference to the figures
5A et 5B ci-dessus et ne seront pas à nouveau décrits ici. 5A and 5B above and will not be described again here.
L'étape de subdivision D5 est effectuée par un processeur ou module logiciel de partitionnement MP_DO, tel que représenté à la figure 9, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_DO.  The subdivision step D5 is performed by a processor or partitioning software module MP_DO, as shown in FIG. 9, which module is driven by the microprocessor μΡ of the processing unit UT_DO.
Au cours d'une étape D6 représentée à la figure 8, il est procédé au décodage des parties CUi et CU2 du bloc courant CTUU à décoder selon un ordre de parcours prédéterminé. Selon un mode de réalisation préféré, la première partie CUi est décodée avant la deuxième partie CU2. En alternative, la première partie CUi est décodée après la deuxième partie CU2. During a step D6 shown in FIG. 8, the CUi and CU 2 portions of the CTU U current block are decoded to be decoded according to a predetermined travel order. According to a preferred embodiment, the first part CUi is decoded before the second part CU 2 . As an alternative, the first part CUi is decoded after the second part CU 2 .
L'étape de décodage D6 est mise en œuvre par un processeur ou module logiciel de décodage UDO tel que représenté sur la figure 9, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_DO.  The decoding step D6 is implemented by a processor or decoder software module UDO as shown in FIG. 9, which module is driven by the microprocessor μΡ of the processing unit UT_DO.
Comme représenté plus en détail sur la figure 9, le module de décodage UDO comprend classiquement :  As shown in more detail in FIG. 9, the UDO decoding module conventionally comprises:
- un processeur ou module logiciel MDE_DO de décodage entropique, par exemple de type CABAC ("Context Adaptive Binary Arithmetic Coder" en anglais) ou encore un décodeur de Huffman connu en tant que tel,  a processor or software module MDE_DO of entropy decoding, for example of CABAC type ("Context Adaptive Binary Arithmetic Coder" in English) or a Huffman decoder known as such,
- un processeur ou module logiciel MQ1 "1_DO de déquantification,a processor or software module MQ1 "1 _DO dequantization,
- un processeur ou module logiciel MT1 "1_DO de transformation inverse de type DCT1 (abréviation anglaise de « Discrète Cosine Transform »),a processor or software module MT1 "1 _DO of inverse transformation of DCT 1 type (abbreviation of" Discrete Cosine Transform "),
DST1 (abréviation anglaise de « Discrète Sine Transform »), DWT1 (abréviation anglaise de « Discrète Wavelet Transform »), DST 1 (abbreviation of "Discrete Sine Transform"), DWT 1 (abbreviation of "Discrete Wavelet Transform"),
- un processeur ou module logiciel PRED1 "1_DO de prédiction inverse, a processor or software module PRED1 "1 _DO of inverse prediction,
- un processeur ou module CAL2_DO de calcul de reconstruction de bloc.  a processor or module CAL2_DO of block reconstruction calculation.
A l'issue de l'étape D6, un bloc décodé courant CTUDU est obtenu. Au cours d'une étape D7 représentée à la figure 8, ledit bloc décodé CTUDU est écrit dans une image décodée IDj. At the end of step D6, a decoded current block CTUD U is obtained. During a step D7 shown in FIG. 8, said decoded block CTUD U is written in a decoded image ID j .
Une telle étape est mise en œuvre par un processeur ou module logiciel URI de reconstruction d'image tel que représenté sur la figure 9, ledit module étant piloté par le microprocesseur μΡ du module de traitement UT_DO.  Such a step is implemented by a processor or software module URI image reconstruction as shown in Figure 9, said module being controlled by the microprocessor μΡ processing module UT_DO.
Les étapes de décodage qui viennent d'être décrites ci-dessus sont mises en œuvre pour tous les blocs CTU-i , CTU2, CTUU, ..., CTUS à décoder de l'image courante ICj considérée, dans un ordre prédéterminé qui est par exemple l'ordre lexicographique. The decoding steps that have just been described above are implemented for all the CTU-i, CTU 2 , CTU U , ..., CTU S blocks to be decoded from the current image IC j considered, in a predetermined order which is for example the lexicographic order.
D'autres types de parcours que celui qui vient d'être décrit ci-dessus sont bien sûr possibles.  Other types of course than the one just described above are of course possible.
On va maintenant décrire, en référence à la figure 10A, un premier mode de réalisation des différentes sous-étapes mises en œuvre lors de l'étape de décodage D6 précitée, dans le module de décodage UDO représenté sur la figure 9.  A first embodiment of the different substeps implemented during the aforementioned decoding step D6 in the UDO decoding module shown in FIG. 9 will now be described with reference to FIG. 10A.
Conformément à ce premier mode de réalisation, le signal de données F contient les indicateurs de partitionnement d'un bloc courant CTUU qui a été codé selon le mode de réalisation de la figure 6A. A cet effet, comme décrit plus haut dans la description en liaison avec le mode de réalisation de la figure 6A, le signal F contient les quatre valeurs suivantes 1 133 qui ont été décodées à l'issue de l'étape D4 précitée et qui sont représentatives : According to this first embodiment, the data signal F contains the partitioning indicators of a CTU current block U which has been coded according to the embodiment of FIG. 6A. For this purpose, as described above in the description in conjunction with the embodiment of FIG. 6A, the signal F contains the following four values 1 133 which have been decoded at the end of the aforementioned step D4 and which are representative:
- du partitionnement du bloc courant CTUU selon l'un des modes de subdivision représentés sur la figure 5A et plus précisément selon le type de subdivision SUBD2i de la figure 5A, partitioning of the current block CTU U according to one of the subdivision modes represented in FIG. 5A and more precisely according to the subdivision type SUBD2i of FIG. 5A,
- et de l'absence de subdivision des parties CUi et CU2 du bloc courant CTUU. and the absence of subdivision of the CUi and CU 2 parts of the CTU U current block.
En variante, le signal de données F contient les trois valeurs suivantes 1 13, dans le cas où l'indicateur type_decoupe de valeur 3 associée aux données codées de la deuxième partie CU2 n'a pas été inscrit dans le signal de données F, compte tenu du fait que la deuxième partie CU2 définit une zone homogène du bloc courant CTUU. En conséquence, l'indicateur type_decoupe est mis systématiquement à la valeur prédéterminée 3, de façon à ce que la deuxième partie CU2 ne soit pas subdivisée au décodage. As a variant, the data signal F contains the following three values 1 13, in the case where the indicator type_cutter of value 3 associated with the coded data of the second part CU 2 has not been written in the data signal F, considering that the second portion CU 2 defines a homogeneous area of the current block CTU U. Consequently, the cut_type flag is systematically set to the predetermined value 3, so that the second portion CU 2 is not subdivided at decoding.
Au cours d'une sous-étape D610 représentée à la figure 10A, le module de décodage UDO sélectionne comme ensemble de coefficients quantifiés courant CUqk associés à la partie courante CUk (k=1 ou k=2), soit d'abord l'ensemble de coefficients quantifiés associé à la partie carrée CU-i, soit d'abord l'ensemble de coefficients quantifiés associé à la partie CU2 à m côtés. During a sub-step D610 shown in FIG. 10A, the decoding module UDO selects a set of current quantized coefficients CUq k associated with the current portion CU k (k = 1 or k = 2), first of all the set of quantized coefficients associated with the square portion CU-i, first of all the set of quantized coefficients associated with the part CU 2 with m sides.
Au cours d'une sous-étape D61 1 représentée à la figure 10A, il est procédé à un décodage entropique de l'ensemble de coefficients quantifiés CUqi courant associé à la première partie CU-i . Dans le mode préféré de réalisation, le décodage effectué est un décodage entropique de type arithmétique ou de Huffman. La sous-étape D61 1 consiste alors à :  During a substep D61 1 shown in FIG. 10A, an entropic decoding of the set of quantized coefficients CUqi current associated with the first part CU-i is carried out. In the preferred embodiment, the decoding performed is an entropy decoding of arithmetic type or Huffman. The substep D61 1 then consists of:
- lire le ou les symboles d'un ensemble prédéterminé de symboles qui sont associés à l'ensemble de coefficients quantifiés Cuqi courant,  reading the symbol or symbols of a predetermined set of symbols which are associated with the set of quantized Cuqi coefficients current,
- associer des informations numériques, telles que des bits, au(x) symbole(s) lu(s).  - Associating digital information, such as bits, to the symbol (s) read (s).
A l'issue de la sous-étape D61 1 précitée, est obtenue une pluralité d'informations numériques associées à l'ensemble de coefficients quantifiés Cuqi courant.  At the end of the substep D61 1 above, is obtained a plurality of digital information associated with the set of quantized coefficients Cuqi current.
Une telle sous-étape D61 1 de décodage entropique est mise en œuvre par le module de décodage entropique MDE_DO représenté sur la figure 9.  Such a substep D61 1 entropy decoding is implemented by the entropy decoding module MDE_DO shown in Figure 9.
Au cours de la sous-étape D61 1 précitée, sont également décodées les informations relatives au codage prédictif de la partie CUi tel que mis en œuvre à la sous-étape C61 1 de la figure 6A, et qui ont été inscrites dans le signal de données F. De telles informations de reconstruction comprennent notamment le type de prédiction (inter ou intra), et le cas échéant, le mode de prédiction intra ou bien l'indice d'image de référence et le vecteur de déplacement utilisés dans le mode de prédiction inter.  During the aforementioned sub-step D61 1, the information relating to the predictive coding of the portion CUi as implemented in the substep C61 1 of FIG. 6A, which have been written in the signal of FIG. F. Such reconstruction information includes in particular the type of prediction (inter or intra), and if appropriate, the intra prediction mode or the reference image index and the displacement vector used in the mode of the prediction. inter prediction
Au cours d'une sous-étape D612 représentée à la figure 10A, il est procédé à la déquantification des informations numériques obtenues à la suite de la sous-étape D61 1 , selon une opération classique de déquantification qui est l'opération inverse de la quantification mise en œuvre lors de la sous-étape de quantification C614 de la figure 6A. Un ensemble de coefficients déquantifiés CUDqi courant est alors obtenu à l'issue de la sous-étape D612. Une telle sous-étape D612 est effectuée au moyen du module de déquantification MQ"1_DO, tel que représenté à la figure 9. During a substep D612 shown in FIG. 10A, dequantization of the digital information obtained following substep D61 1 is carried out according to a conventional dequantization operation which is the inverse operation of the quantification implemented during the substep Quantization C614 of Figure 6A. A set of dequantized coefficients CUDqi current is then obtained at the end of substep D612. Such a sub-step D612 is performed by means of the dequantization module MQ "1 _DO, as represented in FIG. 9.
Au cours d'une sous-étape D613 représentée à la figure 10A, il est procédé à une transformation de l'ensemble de coefficients déquantifiés CUDqi courant, une telle transformation étant une transformation directe inverse, telle que par exemple une transformation en cosinus discrètes inverse de type DCT" 1. Cette transformation est l'opération inverse de la transformation effectuée à la sous-étape C613 de la figure 6A. A l'issue de la sous-étape D613, est obtenue une partie résidu décodée CUDr-, . Une telle opération est effectuée par le module MT"1_DO représenté sur la figure 9. During a substep D613 shown in FIG. 10A, the current set of dequantized coefficients CUDqi is transformed, such a transformation being an inverse direct transformation, such as, for example, a discrete inverse cosine transformation. type DCT "1. This transformation is the inverse of the transformation performed to the C613 substep of Figure 6A. at the end of the D613 substep is obtained residue decoded part CUDr-,. a this operation is performed by the MT module "1 _DO shown in FIG. 9.
Au cours d'une sous-étape D614 représentée à la figure 10A, le module PRED"1_DO de la figure 9 procède au décodage prédictif de la partie courante CUi à l'aide des informations relatives au codage prédictif de la partie CUi qui ont été décodées au cours de la sous-étape D61 1 précitée. During a sub-step D614 represented in FIG. 10A, the PRED module "1 _DO" of FIG. 9 performs the predictive decoding of the current portion CUi with the aid of the information relating to the predictive coding of the CUi portion which has were decoded during the substep D61 1 above.
Ladite sous-étape de décodage prédictif précitée permet de construire une partie prédite CUDpi qui est une approximation de la partie courante CUi à décoder.  Said aforementioned predictive decoding sub-step makes it possible to construct a predicted part CUDpi which is an approximation of the current part CUi to be decoded.
Au cours d'une sous-étape D615 représentée à la figure 10A, le module During a substep D615 shown in FIG. 10A, the module
CAL2_DO de la figure 9 procède à la reconstruction de la partie courante CUi en ajoutant à la partie résidu décodée CUDn, obtenue à l'issue de la sous- étape D613, la partie prédite CUDpi qui a été obtenue à l'issue de la sous- étape D614 précitée. CAL2_DO of FIG. 9 proceeds to the reconstruction of the current part CUi by adding to the decoded residue part CUDn, obtained at the end of the substep D613, the predicted part CUDpi which was obtained at the end of the sub-step step D614 above.
Les sous-étapes D610 à D615 précitées sont ensuite itérées en vue de décoder la deuxième partie CU2 à m côtés du bloc courant CTUU. The aforementioned substeps D610 to D615 are then iterated in order to decode the second part CU 2 with m sides of the current block CTU U.
Conformément à l'invention, dans le cas du décodage de la deuxième partie CU2 à m côtés, une ou plusieurs informations de reconstruction des pixels de la deuxième partie CU2 sont mises à des valeurs prédéterminées. According to the invention, in the case of decoding the second portion CU 2 with m sides, one or more reconstruction information pixels of the second portion CU 2 are set to predetermined values.
Ainsi, de façon préférentielle, au cours de la sous-étape D614 de décodage prédictif de la partie CU2 du bloc courant CTUU, les pixels de la partie CU2 à décoder sont prédits par rapport respectivement à des pixels de valeurs correspondantes prédéterminées. De telles valeurs sont stockées dans une liste LP contenue dans la mémoire tampon TAMP_DO du décodeur DO de la figure 9. Thus, preferably, during the sub-step D614 for predictive decoding of the portion CU 2 of the current block CTU U , the pixels of the portion CU 2 to be decoded are predicted with respect to pixels of predetermined corresponding values, respectively. Such values are stored in a list LP contained in the buffer memory TAMP_DO of the decoder DO of FIG. 9.
Selon une variante de réalisation préférée, la sous-étape D610 de la figure 10A n'est pas mise en œuvre puisqu'aucun ensemble de coefficients quantifiés associés à la partie CU2 à m côtés n'a été transmis dans le signal de données F. Les coefficients quantifiés de la partie résidu quantifiée CUq2 sont alors directement tous mis à zéro par le module de décodage UDO de la figure 9. According to a preferred embodiment, the sub-step D610 of FIG. 10A is not implemented since no set of quantized coefficients associated with the portion CU 2 with m sides has been transmitted in the data signal F The quantized coefficients of the quantized residual portion CUq 2 are then all directly set to zero by the UDO decoding module of FIG.
Une telle disposition est rendue avantageuse par le fait que la partie CU2 du bloc courant CTUU qui a été codée est considérée homogène. Such an arrangement is made advantageous by the fact that the CU 2 part of the CTU U current block which has been coded is considered homogeneous.
Selon une autre variante de réalisation préférée, la sous-étape D61 1 précitée n'est pas mise en œuvre dans sa totalité, le décodeur DO déduisant directement à la suite de la sous-étape D610 précitée des valeurs prédéterminées d'informations de reconstruction associées à la partie résidu CUr2. According to another preferred embodiment, the aforementioned sub-step D61 1 is not implemented in its entirety, the decoder DO deducing directly, following the abovementioned substep D610, predetermined values of associated reconstruction information. at the residue portion CUr 2 .
Une telle disposition est rendue avantageuse par le fait que la partie CU2 du bloc courant CTUU qui a été codée est considérée homogène. Such an arrangement is made advantageous by the fact that the CU 2 part of the CTU U current block which has been coded is considered homogeneous.
En variante, les pixels de la partie CU2 à décoder sont prédits classiquement, de la même façon que la partie CU-i . As a variant, the pixels of the portion CU 2 to be decoded are predicted conventionally, in the same way as the portion CU-i.
Conformément à l'invention, entre les sous-étapes D61 1 et D612 précitées, une étape intermédiaire D61 10 est mise en œuvre. Au cours de cette étape intermédiaire, les valeurs de pixels décodés qui ont été obtenues à la suite de l'étape de décodage entropique de la pluralité d'informations numériques associées à l'ensemble de coefficients quantifiés CUq2 courant sont complétées par des valeurs de pixels prédéterminées, jusqu'à l'obtention d'un bloc de valeurs de pixels carré ou rectangulaire. According to the invention, between the substeps D61 1 and D612 mentioned above, an intermediate step D61 is implemented. During this intermediate step, the decoded pixel values that have been obtained as a result of the entropy decoding step of the plurality of digital information associated with the current set of quantized coefficients CUq 2 are supplemented by values of predetermined pixels, until a block of square or rectangular pixel values is obtained.
Selon différents modes de réalisation possibles, les valeurs de pixels associées à l'ensemble de coefficients quantifiés CUq2 courant peuvent être complétées : According to various possible embodiments, the pixel values associated with the set of quantized coefficients CUq 2 current can be completed:
-par des valeurs respectives de pixels nulles,  by respective values of null pixels,
-par des valeurs de pixels reconstruits classiquement par interpolation, -par des valeurs de pixels reconstruits classiquement à l'aide de la technique dite de « inpaiting ». by pixel values reconstructed conventionally by interpolation, by pixel values reconstructed conventionally using the so-called "inpaiting" technique.
La sous-étape D61 10 précitée est mise en œuvre par un module logiciel de calcul CAL1_DO tel que représenté à la figure 9, lequel module est piloté par le microprocesseur μΡ de l'unité de traitement UT_DO.  The substep D61 10 mentioned above is implemented by a calculation software module CAL1_DO as shown in FIG. 9, which module is driven by the microprocessor μΡ of the processing unit UT_DO.
Une telle disposition permet de réutiliser le module logiciel de transformation MT"1_DO de la figure 9 qui applique classiquement des transformées de blocs carrés ou rectangulaires. Such an arrangement makes it possible to reuse the transformation software module MT "1 _DO of FIG. 9, which conventionally applies transformations of square or rectangular blocks.
Compte tenu du fait que la sous-étape D61 10 ne s'applique que pour les valeurs de pixels décodés qui ont été obtenues à la suite de l'étape de décodage entropique de la pluralité d'informations numériques associées à l'ensemble de coefficients quantifiés CUq2 courant de forme géométrique à m côtés, cette étape, de même que le module de calcul CAL1_DO, sont représentés en pointillés, respectivement sur les figures 10A et 9. In view of the fact that sub-step D61 applies only to the decoded pixel values that were obtained as a result of the entropy decoding step of the plurality of digital information associated with the set of coefficients quantized CUq 2 geometric-shaped current with m sides, this step, as well as the calculation module CAL1_DO, are represented in dashed lines, respectively in FIGS. 10A and 9.
On va maintenant décrire, en référence à la figure 10B, un deuxième mode de réalisation des différentes sous-étapes mises en œuvre lors de l'étape de décodage D6 précitée, dans le module de codage UDO représenté sur la figure 9.  A second embodiment of the different substeps implemented during the aforementioned decoding step D6 in the encoding module UDO shown in FIG. 9 will now be described with reference to FIG. 10B.
Ce deuxième mode de réalisation se distingue de celui de la figure 10A par le fait que la première partie CUi à décoder du bloc courant CTUU est subdivisée à nouveau. This second embodiment differs from that of FIG. 10A in that the first portion CU i to be decoded from the CTU current block U is subdivided again.
Conformément à ce deuxième mode de réalisation, le signal de données F contient les indicateurs de partitionnement d'un bloc courant CTUU qui a été codé selon le mode de réalisation de la figure 6B. A cet effet, comme décrit plus haut dans la description en liaison avec le mode de réalisation de la figure 6B, le signal F contient les quinze valeurs suivantes 1 13032603333333 telles que représentées à la figure 7 et qui ont été décodées à l'issue de l'étape D4 précitée. According to this second embodiment, the data signal F contains the partitioning indicators of a CTU current block U which has been coded according to the embodiment of FIG. 6B. For this purpose, as described above in the description in conjunction with the embodiment of FIG. 6B, the signal F contains the following fifteen values as shown in FIG. 7 and which have been decoded at the end of FIG. step D4 above.
De telles valeurs sont représentatives : Such values are representative:
- du partitionnement du bloc courant CTUU selon l'un des modes de subdivision représentés sur la figure 5A et plus précisément selon le type de subdivision SUBD2 de la figure 5A, - de l'absence de subdivision de la deuxième partie CU2 à m côtés du bloc courant CTUU, partitioning of the CTU U current block according to one of the subdivision modes represented in FIG. 5A and more precisely according to the subdivision type SUBD2 of FIG. 5A, the absence of subdivision of the second part CU 2 with m sides of the current block CTU U ,
- de la subdivision de la première partie CUi du bloc courant CTUU telle que représentée à la figure 7. the subdivision of the first part CUi of the current block CTU U as represented in FIG. 7.
En variante, le signal de données F ne contient pas les deux valeurs égales à 3 représentées en gras, dans le cas où :  As a variant, the data signal F does not contain the two values equal to 3 represented in bold, in the case where:
- l'indicateur type_decoupe de valeur 3 associé aux données codées de la deuxième partie CU2 n'a pas été inscrit dans le signal de données F, compte tenu du fait que la deuxième partie CU2 définit une zone homogène du bloc courant CTUU, the indicator type_cut of value 3 associated with the coded data of the second part CU 2 has not been entered in the data signal F, taking into account the fact that the second part CU 2 defines a homogeneous zone of the current block CTU U ,
- l'indicateur type_decoupe de valeur 3 associé aux données codées de la deuxième partie CU22i à m côtés du bloc CU2i telle que représentée à la figure 7, compte tenu du fait que la deuxième partie CU22 définit une zone homogène du bloc CU2-I .  the indicator type_cutting value 3 associated with the coded data of the second part CU22i with m sides of the block CU2i as represented in FIG. 7, given that the second part CU22 defines a homogeneous zone of the block CU2-I.
En conséquence, l'indicateur type_decoupe est mis systématiquement à la valeur prédéterminée 3, de façon à ce que ni la deuxième partie CU2 du bloc courant CTUU à décoder, ni la deuxième partie CU22 à m côtés du bloc CU2 du bloc courant CTUU à décoder, ne soit subdivisée au décodage. Consequently, the cut_type indicator is systematically set to the predetermined value 3, so that neither the second portion CU 2 of the current block CTU U to be decoded, nor the second portion CU22 m-side of the block CU2 of the current block CTU U to decode, is subdivided at decoding.
Au cours d'une sous-étape D620 représentée à la figure 10B, le module de décodage UDO sélectionne comme ensemble de coefficients quantifiés CUqk courant associés à la partie courante CUk (k=1 ou k=2), soit d'abord l'ensemble de coefficients quantifiés associé à la partie carrée CU-i, soit d'abord l'ensemble de coefficients quantifiés associé à la partie CU2 à m côtés. During a sub-step D620 represented in FIG. 10B, the decoding module UDO selects a set of quantized coefficients CUq k current associated with the current part CU k (k = 1 or k = 2), first of all the set of quantized coefficients associated with the square portion CU-i, first of all the set of quantized coefficients associated with the part CU 2 with m sides.
Au cours d'une sous-étape D621 représentée à la figure 10B, le module de décodage UDO teste si l'indice k associé à la partie courante CUk à décoder vaut 1 ou 2. During a substep D621 shown in FIG. 10B, the decoding module UDO tests whether the index k associated with the current part CU k to be decoded is 1 or 2.
Si l'indice k est égal à 2, la partie CU2 du bloc courant CTUU à décoder est décodée selon les sous-étapes D610 à D615 de la figure 10A. If the index k is equal to 2, the portion CU 2 of the current block CTU U to be decoded is decoded according to the substeps D610 to D615 of FIG. 10A.
Si l'indice k est égal à 1 , au cours d'une sous-étape D622 représentée à la figure 10B, le module de décodage UDO de la figure 9 sélectionne une sous-partie courante CU à décoder de la première partie CUi du bloc courant CTUU à décoder, tel que 1 <k'≤N. Dans l'exemple représenté sur la figure 7, N=8, puisque la première partie CUi du bloc courant CTUU a été subdivisée en huit sous-parties de type « coding unit » CU1 1 ; CU21 1 ; CU221 ; CU31 1 ; CU321 ; CU331 ; CU341 ; CU4L If the index k is equal to 1, during a substep D622 shown in FIG. 10B, the decoding module UDO of FIG. 9 selects a current subpart CU to be decoded from the first portion CUi of the block current CTU U to be decoded, such that 1 <k'≤N. In the example represented in FIG. 7, N = 8, since the first portion CUi of the current block CTU U has been subdivided into eight sub-parts of the "coding unit" type CU1 1; CU21 1; CU22 1; CU31 1; CU32 1; CU33 1; CU34 1; CU4L
Au cours d'une sous-étape D623 représentée à la figure 10B, le module de décodage entropique MDE_DO de la figure 9 procède à un décodage entropique de l'ensemble de coefficients quantifiés CUqk' courant associé à la sous-partie courante CUk> de la première partie CUi du bloc courant CTUU à décoder. Dans le mode préféré de réalisation, le décodage effectué est un décodage entropique de type arithmétique ou de Huffman. La sous-étape D623 consiste alors à : During a substep D623 shown in FIG. 10B, the entropy decoding module MDE_DO of FIG. 9 performs an entropy decoding of the set of quantized coefficients CUq k 'current associated with the current subpart CU k of the first part CUi of the current block CTU U to be decoded. In the preferred embodiment, the decoding performed is an entropy decoding of arithmetic type or Huffman. Sub-step D623 then consists of:
- lire le ou les symboles d'un ensemble prédéterminé de symboles qui sont associés à l'ensemble de coefficients quantifiés Cllq^ courant,  reading the symbol (s) of a predetermined set of symbols which are associated with the set of quantized coefficients Cllq ^ current,
- associer des informations numériques, telles que des bits, au(x) symbole(s) lu(s).  - Associating digital information, such as bits, to the symbol (s) read (s).
A l'issue de la sous-étape D623 précitée, est obtenue une pluralité d'informations numériques associées à l'ensemble de coefficients quantifiés CUqk' courant.  At the end of the substep D623 above, is obtained a plurality of digital information associated with the set of quantized coefficients CUqk 'current.
Au cours de la sous-étape D623, le module de décodage entropique MDE_DO de la figure 9 procède également à un décodage entropique de l'indicateur lPR représentatif du mode de prédiction inter ou intra qui a été sélectionné pour cette sous-partie courante CU^ au cours de la sous-étape C623 de la figure 6B. During the sub-step D623, the entropy decoding module MDE_DO of FIG. 9 also performs an entropy decoding of the indicator PR representative of the inter or intra prediction mode that has been selected for this current subpart CU during sub-step C623 of Figure 6B.
Au cours d'une sous-étape D624 optionnelle représentée à la figure 10B, dans le cas où la sous-partie courante CUk> à décoder a été subdivisée au cours de la sous-étape C626 de la figure 6B en une pluralité W de sous-parties de prédiction PU-i , PU2, PUz, ... PUw (1≤z≤W), le module logiciel de lecture ML_DO de la figure 9 procède à la lecture de la valeur compressée de l'indicateur représentatif d'une telle subdivision. Un tel indicateur consiste en l'élément de syntaxe type_decoupe et, s'il y a lieu, en l'élément de syntaxe arr_decoupe1 ou arr_decoupe2 qui lui est associé. During an optional sub-step D624 shown in FIG. 10B, in the case where the current sub-portion CU k > to be decoded has been subdivided during the substep C626 of FIG. 6B into a plurality W of prediction sub-parts PU-i, PU 2 , PU z , ... PUw (1≤z≤W), the read-only software module ML_DO of FIG. 9 proceeds to read the compressed value of the representative indicator such subdivision. Such an indicator consists of the syntax element type_cut and, if applicable, the syntax element arr_cut1 or cut_decoup2 that is associated with it.
Au cours d'une sous-étape D625 optionnelle représentée à la figure 10B, le module logiciel de décodage d'indicateur MDI de la figure 9 procède au décodage de la valeur de l'élément de syntaxe type_decoupe qui a été lue à la sous-étape D624 précitée et, s'il y a lieu, au décodage de la valeur de l'élément de syntaxe arr_decoupe1 ou arr_decoupe2 qui lui est associée. During an optional substep D625 shown in FIG. 10B, the MDI indicator decoding software module of FIG. 9 proceeds to decode the value of the syntax element type_decut that has been read from FIG. substep D624 above and, if applicable, the decoding of the value of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
Au cours d'une sous-étape D626 optionnelle représentée à la figure 10B, le module logiciel de partitionnement MP_DO de la figure 9 subdivise la sous-partie courante CU^ à décoder en une pluralité W de sous-parties de prédiction PUi , PU2, PUZ, ..., PUW (1 <z≤W). During an optional sub-step D626 shown in FIG. 10B, the partitioning software module MP_DO of FIG. 9 sub-divides the current sub-part CU 1 to be decoded into a plurality W of prediction subparts PU 1 , PU 2 , PU Z , ..., PU W (1 <z≤W).
Au cours d'une sous-étape D627 optionnelle représentée à la figure 10B, le module de décodage UDO de la figure 9 sélectionne une première sous-partie courante PUZ. Une telle sélection est effectuée dans un ordre prédéfini, tel que par exemple l'ordre lexicographique. During an optional sub-step D627 shown in FIG. 10B, the decoding module UDO of FIG. 9 selects a first current sub-portion PU Z. Such a selection is made in a predefined order, such as for example the lexicographic order.
Au cours d'une sous-étape D628 optionnelle représentée à la figure 6B, le module de décodage entropique MDE_DO de la figure 9 procède, en association avec la sous-partie courante PUZ, à un décodage entropique des paramètres de prédiction optimaux qui ont été sélectionnés au cours de la sous-étape C626 de la figure 6B, en association avec l'indicateur lPR qui est représentatif du mode de prédiction sélectionné à la sous-étape C623 précitée et qui a été décodé à la sous-étape D623. Si par exemple, le mode de prédiction INTER a été sélectionné à la sous-étape C623 précitée, les paramètres de prédiction optimaux décodés sont un ou plusieurs vecteurs de mouvement, ainsi que une ou plusieurs images de référence. Si par exemple, le mode de prédiction INTRA a été sélectionné à la sous-étape C623 précitée, les paramètres de prédiction optimaux sont associés à un mode INTRA sélectionné parmi différents modes INTRA disponibles. During an optional substep D628 shown in FIG. 6B, the entropy decoding module MDE_DO of FIG. 9 proceeds, in association with the current subpart PU Z , to an entropy decoding of the optimal prediction parameters which have were selected during substep C626 of FIG. 6B, in association with the PR indicator, which is representative of the prediction mode selected in substep C623 above and decoded in substep D623. If, for example, the prediction mode INTER has been selected in the aforementioned sub-step C623, the decoded optimal prediction parameters are one or more motion vectors, as well as one or more reference images. If, for example, the INTRA prediction mode has been selected in the aforementioned sub-step C623, the optimal prediction parameters are associated with an INTRA mode selected from among various available INTRA modes.
Les sous-étapes D627 à D628 sont itérées pour chacune des sous- parties PU-i , PU2, PUZ, ..., PUW de la sous-partie courante CUk > à décoder de la première partie CUi du bloc courant CTUU, dans l'ordre lexicographique prédéterminé. The substeps D627 to D628 are iterated for each of the sub-parts PU-i, PU 2 , PU Z ,..., PU W of the current subpart CU k > to be decoded from the first part CU i of the current block CTU U , in the predetermined lexicographic order.
Au cours d'une sous-étape D629 optionnelle représentée à la figure 10B, dans le cas où la sous-partie courante CUk> à décoder a été subdivisée, au cours de la sous-étape C627 de la figure 6B, en une pluralité Z de sous-parties de transformée TU-i , TU2, TUw, ...TUz (1≤w≤Z), le module logiciel de lecture ML_DO de la figure 9 procède à la lecture de la valeur compressée de l'indicateur représentatif d'une telle subdivision. Un tel indicateur consiste en l'élément de syntaxe type_decoupe et, s'il y a lieu, en l'élément de syntaxe arr_decoupe1 ou arr_decoupe2 qui lui est associé. During an optional sub-step D629 shown in FIG. 10B, in the case where the current sub-portion CU k > to be decoded has been subdivided, during the sub-step C627 of FIG. 6B, into a plurality Z of transform subparts TU-i, TU 2 , TU w , ... TUz (1≤w≤Z), the read software module ML_DO of FIG. 9 proceeds to read the compressed value of the representative indicator of such subdivision. Such an indicator consists of the cut_type syntax element and, if applicable, the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
Au cours d'une sous-étape D630 optionnelle représentée à la figure 10B, le module logiciel de décodage d'indicateur MDI de la figure 9 procède au décodage de la valeur de l'élément de syntaxe type_decoupe qui a été lue à la sous-étape D629 précitée et, s'il y a lieu, au décodage de la valeur de l'élément de syntaxe arr_decoupe1 ou arr_decoupe2 qui lui est associée.  In an optional substep D630 shown in FIG. 10B, the MDI indicator decoding software module of FIG. 9 decodes the value of the syntax element type_cut which has been read to the subscript. said step D629 and, if applicable, decoding the value of the syntax element arr_decoupe1 or arr_decoupe2 associated with it.
Au cours d'une sous-étape D631 optionnelle représentée à la figure 10B, le module logiciel de partitionnement MP_DO de la figure 9 subdivise la sous-partie courante CUk' à décoder en une pluralité Z de sous-parties de transformée TU1 , TU2, ... , TUW, ... ,TUZ (1 <w≤Z). During an optional sub-step D631 shown in FIG. 10B, the partitioning software module MP_DO of FIG. 9 sub-divides the current sub-part CU k 'to be decoded into a plurality Z of sub-parts of transform TU 1 . TU 2 , ..., TU W , ..., TU Z (1 <w Z Z ).
Au cours d'une sous-étape D632 optionnelle représentée à la figure 6B, le module de décodage UDO de la figure 9 sélectionne l'ensemble de coefficients quantifiés TUqw courant associé à la première sous-partie de transformée courante TUW. Une telle sélection est effectuée dans un ordre prédéfini, tel que par exemple l'ordre lexicographique. During an optional sub-step D632 shown in FIG. 6B, the decoding module UDO of FIG. 9 selects the set of quantized coefficients TUq w current associated with the first current transform sub-part TU W. Such a selection is made in a predefined order, such as for example the lexicographic order.
Au cours d'une sous-étape D633 représentée à la figure 6B, le module de décodage entropique MDE_DO de la figure 9 procède à un décodage entropique de l'ensemble de coefficients quantifiés TUqw courant associé à la première sous-partie de transformée courante TUW à décoder. Dans le mode préféré de réalisation, le décodage effectué est un décodage entropique de type arithmétique ou de Huffman. La sous-étape D633 consiste alors à : During a sub-step D633 represented in FIG. 6B, the entropy decoding module MDE_DO of FIG. 9 performs an entropy decoding of the set of quantized coefficients TUq w current associated with the first current transform sub-part. TU W to decode. In the preferred embodiment, the decoding performed is an entropy decoding of arithmetic type or Huffman. Sub-step D633 then consists of:
- lire le ou les symboles d'un ensemble prédéterminé de symboles qui sont associés à l'ensemble de coefficients quantifiés Cuqi courant,  reading the symbol or symbols of a predetermined set of symbols which are associated with the set of quantized Cuqi coefficients current,
- associer des informations numériques, telles que des bits, au(x) symbole(s) lu(s).  - Associating digital information, such as bits, to the symbol (s) read (s).
A l'issue de la sous-étape D633 précitée, est obtenue une pluralité d'informations numériques associées à l'ensemble de coefficients quantifiés TUqw courant. At the end of the substep D633 above, is obtained a plurality of digital information associated with the set of quantized coefficients TUq w current.
Au cours d'une sous-étape D634 représentée à la figure 10B, le module de déquantification MQ"1_DO de la figure 9 procède à la déquantification des informations numériques obtenues à la suite de la sous-étape D633, selon une opération classique de déquantification qui est l'opération inverse de la quantification mise en œuvre lors de la sous-étape de quantification C631 de la figure 6B. Un ensemble de coefficients déquantifiés TUDqw courant est alors obtenu à l'issue de la sous-étape D634. During a substep D634 shown in FIG. 10B, the dequantization module MQ "1 _DO of FIG. 9 dequantizes the digital information obtained as a result of substep D633, according to a conventional operation of FIG. dequantization which is the reverse operation of the quantization implemented during the quantization sub-step C631 of FIG. 6B. A set of dequantized coefficients TUDq w current is then obtained at the end of substep D634.
Au cours d'une sous-étape D635 représentée à la figure 10B, le module MT"1_DO de la figure 9 procède à une transformation de l'ensemble de coefficients déquantifiés TUDqw courant, une telle transformation étant une transformation directe inverse, telle que par exemple une transformation en cosinus discrètes inverse de type DCT1. Cette transformation est l'opération inverse de la transformation effectuée à la sous-étape C630 de la figure 6A. A l'issue de la sous-étape D635, est obtenue une partie résidu décodée TUDrw. During a substep D635 shown in FIG. 10B, the MT module "1 _DO of FIG. 9 carries out a transformation of the set of dequantized coefficients TUDq w current, such a transformation being a direct inverse transformation, such as that, for example, a reverse discrete cosine transformation of DCT type 1. This transformation is the inverse operation of the transformation carried out in substep C630 of FIG.6A.After completion of substep D635, there is obtained a decoded residue part TUDr w .
Au cours d'une sous-étape D636 représentée à la figure 10B, le module PRED"1_DO de la figure 9 procède au décodage prédictif de la première sous- partie de transformée courante TUW à l'aide des paramètres de prédiction optimaux qui ont été lus au cours de la sous-étape D628 précitée. During a sub-step D636 shown in FIG. 10B, the PRED module "1 _DO" of FIG. 9 proceeds to the predictive decoding of the first current transform subunit TU W using the optimal prediction parameters which were read during the aforementioned substep D628.
Ladite sous-étape de décodage prédictif précitée permet de construire une première sous-partie de transformée prédite courante TUDpw qui est une approximation de la première sous-partie de transformée courante TUW à décoder. Said aforementioned predictive decoding sub-step makes it possible to construct a first predicted current transform subunit TUDp w which is an approximation of the first current transform sub-part TU W to be decoded.
Au cours d'une sous-étape D637 représentée à la figure 10B, le module CAL2_DO de la figure 9 procède à la reconstruction de la première sous-partie de transformée courante TUW en ajoutant à la partie résidu décodée TUDrw, obtenue à l'issue de la sous-étape D635, la partie prédite TUDpw qui a été obtenue à l'issue de la sous-étape D636 précitée. During a substep D637 shown in FIG. 10B, the module CAL2_DO of FIG. 9 proceeds to the reconstruction of the first sub-part of the current transform TU W by adding to the decoded residue part TUDr w , obtained at From the substep D635, the predicted part TUDp w which was obtained at the end of the substep D636 above.
L'ensemble des sous-étapes D632 à D637 est itéré pour chacune des sous-parties TU-i, TU2, TUW, ..., TUZ à décoder de la sous-partie CUk > courante à décoder de la première partie CUi du bloc courant CTUU, dans l'ordre lexicographique prédéterminé. The set of substeps D632 to D637 is iterated for each of the subsections TU-i, TU 2 , TU W ,..., TU Z to be decoded of the sub-part CU k > current to be decoded from the first CUi part of CTU current block U , in the predetermined lexicographic order.
Conformément à l'invention, dans le cas où la sous-partie transformée courante TUW a une forme géométrique à m côtés, une sous-étape intermédiaire D6330 est mise en œuvre entre les sous-étapes D633 et D634 précitées. Au cours de cette sous-étape intermédiaire, les valeurs de pixels décodés qui ont été obtenues à la suite de la sous-étape D633 de décodage entropique de la pluralité d'informations numériques associées à l'ensemble de coefficients quantifiés TUqw courant sont complétées par des valeurs de pixels prédéterminées, jusqu'à l'obtention d'un bloc de valeurs de pixels carré ou rectangulaire. According to the invention, in the case where the current transformed sub-part TU W has a geometric shape with m sides, an intermediate substep D6330 is implemented between substeps D633 and D634 mentioned above. During this intermediate substep, the decoded pixel values that were obtained as a result of the entropy decoding sub-step D633 of the plurality of digital information associated with the set of quantized coefficients TUq w current are supplemented by predetermined pixel values until a block of square or rectangular pixel values is obtained.
La sous-étape D6330 précitée est mise en œuvre par le module logiciel de calcul CAL1_DO tel que représenté à la figure 9.  The substep D6330 mentioned above is implemented by the calculation software module CAL1_DO as represented in FIG. 9.
L'ensemble des sous-étapes D622 à D637 est itéré pour chacune des sous-parties CU-i, CU2, CUk , ..., CUN à décoder de la première partie CUi courante du bloc courant CTUU, dans l'ordre lexicographique prédéterminé. The set of substeps D622 to D637 is iterated for each of the sub-portions CU-i, CU 2 , CU k , ..., CU N to be decoded from the first part CUi current of the current block CTU U , in the predetermined lexicographic order.
Il va de soi que les modes de réalisation qui ont été décrits ci-dessus ont été donnés à titre purement indicatif et nullement limitatif, et que de nombreuses modifications peuvent être facilement apportées par l'homme de l'art sans pour autant sortir du cadre de l'invention.  It goes without saying that the embodiments which have been described above have been given for purely indicative and non-limiting purposes, and that many modifications can easily be made by those skilled in the art without departing from the scope. of the invention.

Claims

REVENDICATIONS
1 . Procédé de codage d'au moins une image (ICj), comprenant une étape de subdivision de l'image en une pluralité de blocs (CTU-i , CTU2, CTU,,..., CTUs), 1. A method of encoding at least one image (IC j ), comprising a step of subdividing the image into a plurality of blocks (CTU-i, CTU 2 , CTU ,, ..., CTUs),
caractérisé en ce qu'il comprend les étapes suivantes : characterized in that it comprises the following steps:
- subdiviser (C2) au moins un bloc courant en une première (CU-i) et une deuxième (CU2) partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, ladite deuxième partie ayant une forme géométrique à m côtés, avec m>4, - subdivide (C2) at least one current block into a first (CU-i) and a second (CU 2 ) part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the block current, said second part having a geometric shape with m sides, with m> 4,
- coder (C6) les première et deuxième parties.  coding (C6) the first and second parts.
2. Dispositif de codage (CO) d'au moins une image (ICj), comprenant des moyens de partitionnement pour subdiviser l'image en une pluralité de blocs (CTUi , CTU2> .... CTUi, ..., CTUs), 2. Encoding device (CO) for at least one image (IC j ), comprising partitioning means for subdividing the image into a plurality of blocks (CTUi, CTU 2> .... CTUi, ..., CTUs)
caractérisé en ce que les moyens (MP_CO) de partitionnement sont aptes à subdiviser au moins un bloc courant en une première et une deuxième partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, ladite deuxième partie ayant une forme géométrique à m côtés, avec m>4, characterized in that the partitioning means (MP_CO) are able to subdivide at least one current block into a first and a second part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, said second part having a geometric shape with m sides, with m> 4,
et en ce qu'il comprend des moyens de codage (UCO) pour coder les première et deuxième parties. and in that it comprises coding means (UCO) for coding the first and second parts.
3. Programme d'ordinateur comportant des instructions pour mettre en œuvre le procédé de codage selon la revendication 1 , lorsqu'il est exécuté sur un ordinateur. A computer program comprising instructions for implementing the encoding method according to claim 1, when executed on a computer.
4. Procédé de décodage d'un signal de données (F) représentatif d'au moins une image codée ayant été subdivisée en une pluralité de blocs (CTU-i , 4. A method of decoding a data signal (F) representative of at least one coded picture having been subdivided into a plurality of blocks (CTU-i,
caractérisé en ce qu'il comprend les étapes suivantes : - subdiviser (D5) au moins un bloc courant en une première (CU-i) et une deuxième (CU2) partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, ladite deuxième partie ayant une forme géométrique à m côtés, avec m>4, characterized in that it comprises the following steps: - subdivide (D5) at least one current block into a first (CU-i) and a second (CU 2 ) part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the block current, said second part having a geometric shape with m sides, with m> 4,
- décoder (D6) les première et deuxième parties.  - decode (D6) the first and second parts.
5. Procédé de décodage selon la revendication 4, dans lequel au cours de l'étape de décodage de la deuxième partie à m côtés du bloc courant, au moins une information de reconstruction des pixels de ladite deuxième partie à m côtés est mise à une valeur prédéterminée. 5. decoding method according to claim 4, wherein during the decoding step of the second part m-sides of the current block, at least one pixel reconstruction information of said second part m-sides is set to a predetermined value.
6. Procédé de décodage selon la revendication 5, dans lequel ladite au moins une information de reconstruction des pixels de la deuxième partie à m côtés du bloc courant est représentative de l'absence de subdivision de ladite deuxième partie à m côtés du bloc courant. 6. Decoding method according to claim 5, wherein said at least one pixel reconstruction information of the second part m-sides of the current block is representative of the absence of subdivision of said second part m-sides of the current block.
7. Procédé de décodage selon la revendication 5, dans lequel ladite au moins une information de reconstruction des pixels de la deuxième partie à m côtés du bloc courant est représentative de l'absence d'informations résiduelles résultant d'une prédiction des pixels de ladite deuxième partie à m côtés du bloc courant. 7. decoding method according to claim 5, wherein said at least one pixel reconstruction information of the second part m-sides of the current block is representative of the absence of residual information resulting from a prediction of the pixels of said second part with m sides of the current block.
8. Procédé de décodage selon la revendication 5, dans lequel ladite au moins une information de reconstruction des pixels de la deuxième partie à m côtés du bloc courant est représentative de valeurs de prédiction prédéterminées des pixels de ladite deuxième partie à m côtés du bloc courant. 8. decoding method according to claim 5, wherein said at least one pixel reconstruction information of the second part m-sides of the current block is representative of predetermined prediction values of the pixels of said second part m-sides of the current block .
9. Procédé de décodage selon l'une quelconque des revendications 4 à 8, comprenant, préalablement à l'étape de subdivision du bloc courant, une étape de lecture (D3), dans le signal de données, d'une information indiquant si le bloc courant est destiné à être subdivisé selon la revendication 4 ou bien selon une autre méthode prédéterminée. 9. Decoding method according to any one of claims 4 to 8, comprising, prior to the step of subdivision of the current block, a reading step (D3), in the data signal, information indicating whether the current block is intended to be subdivided according to claim 4 or according to another predetermined method.
10. Procédé de décodage selon l'une quelconque des revendications 4 à10. Decoding method according to any one of claims 4 to
9, comprenant, préalablement à l'étape de subdivision du bloc courant, une étape de lecture (D3), dans le signal de données, d'une information indiquant une configuration de subdivision du bloc courant sélectionnée parmi différentes configurations de subdivision prédéterminées. 9, comprising, prior to the step of partitioning the current block, a step of reading (D3), in the data signal, information indicating a subdivision configuration of the current block selected from among different predetermined subdivision patterns.
1 1 . Procédé de décodage selon l'une quelconque des revendications 4 à1 1. Decoding method according to any one of claims 4 to
10, dans lequel l'étape de décodage de la deuxième partie à m côtés du bloc courant comprend les sous-étapes consistant à : 10, wherein the step of decoding the second part of the current block with m sides comprises the substeps consisting of:
- appliquer (D61 1 ) un décodage entropique aux pixels de ladite deuxième partie à m côtés,  applying (D61 1) an entropy decoding to the pixels of said second part with m sides,
- compléter (D61 10) les pixels décodés entropiquement de ladite deuxième partie à m côtés, par des pixels reconstruits selon une méthode de reconstruction prédéterminée, jusqu'à obtention d'un bloc de pixels carré ou rectangulaire.  - Complete (D61 10) entropically decoded pixels of said second part m-sides by pixels reconstructed according to a predetermined reconstruction method, until a block of square or rectangular pixels.
12. Procédé de décodage selon l'une quelconque des revendications 4 à12. Decoding method according to any one of claims 4 to
1 1 , dans lequel un bloc courant subdivisé contient au plus une partie ayant une forme géométrique à m côtés. 1 1, wherein a subdivided current block contains at most a portion having a geometric shape with m sides.
13. Dispositif de décodage d'un signal de données (F) représentatif d'au moins une image codée ayant été subdivisée en une pluralité de blocs (CTU-i , CTU2, ..., CTUi, ..., CTUs), 13. Device for decoding a data signal (F) representative of at least one encoded image having been subdivided into a plurality of blocks (CTUi, CTU 2, ..., CTUi, ..., s CTU )
caractérisé en ce qu'il comprend: characterized in that it comprises:
- des moyens (MP_DO) de partitionnement pour subdiviser au moins un bloc courant en une première (CU-i) et une deuxième (CU2) partie, la première partie ayant une forme rectangulaire ou carrée et la deuxième partie formant le complément de la première partie dans le bloc courant, ladite deuxième partie ayant une forme géométrique à m côtés, avec m>4, - partitioning means (MP_DO) for subdividing at least one current block into a first (CU-i) and a second (CU 2 ) part, the first part having a rectangular or square shape and the second part forming the complement of the first part in the current block, said second part having a geometric shape with m sides, with m> 4,
- des moyens (MDE_DO) de décodage pour décoder les première et deuxième parties. means (MDE_DO) decoding for decoding the first and second parts.
14. Programme d'ordinateur comportant des instructions pour mettre en œuvre le procédé de décodage selon l'une quelconque des revendications 4 à 12, lorsqu'il est exécuté sur un ordinateur. A computer program comprising instructions for implementing the decoding method according to any one of claims 4 to 12, when executed on a computer.
EP15822963.3A 2014-11-27 2015-11-24 Partitionining method and method for partitioning signalling of a coding tree unit Ceased EP3225031A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP23214427.9A EP4311240A3 (en) 2014-11-27 2015-11-24 Partitioning method and signaling method for partitioning a coding tree unit

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR1461607A FR3029333A1 (en) 2014-11-27 2014-11-27 METHOD FOR ENCODING AND DECODING IMAGES, CORRESPONDING ENCODING AND DECODING DEVICE AND COMPUTER PROGRAMS
PCT/FR2015/053196 WO2016083729A2 (en) 2014-11-27 2015-11-24 Methods for encoding and decoding images, corresponding encoding and decoding devices and computer programs

Related Child Applications (1)

Application Number Title Priority Date Filing Date
EP23214427.9A Division EP4311240A3 (en) 2014-11-27 2015-11-24 Partitioning method and signaling method for partitioning a coding tree unit

Publications (1)

Publication Number Publication Date
EP3225031A2 true EP3225031A2 (en) 2017-10-04

Family

ID=53541685

Family Applications (2)

Application Number Title Priority Date Filing Date
EP23214427.9A Pending EP4311240A3 (en) 2014-11-27 2015-11-24 Partitioning method and signaling method for partitioning a coding tree unit
EP15822963.3A Ceased EP3225031A2 (en) 2014-11-27 2015-11-24 Partitionining method and method for partitioning signalling of a coding tree unit

Family Applications Before (1)

Application Number Title Priority Date Filing Date
EP23214427.9A Pending EP4311240A3 (en) 2014-11-27 2015-11-24 Partitioning method and signaling method for partitioning a coding tree unit

Country Status (5)

Country Link
US (2) US10924769B2 (en)
EP (2) EP4311240A3 (en)
CN (2) CN107005719B (en)
FR (1) FR3029333A1 (en)
WO (1) WO2016083729A2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10212444B2 (en) 2016-01-15 2019-02-19 Qualcomm Incorporated Multi-type-tree framework for video coding
US11223852B2 (en) 2016-03-21 2022-01-11 Qualcomm Incorporated Coding video data using a two-level multi-type-tree framework
US10609423B2 (en) 2016-09-07 2020-03-31 Qualcomm Incorporated Tree-type coding for video coding
US10848788B2 (en) 2017-01-06 2020-11-24 Qualcomm Incorporated Multi-type-tree framework for video coding
CN108388670A (en) * 2018-03-20 2018-08-10 华北电力大学(保定) Quaternary tree based on local codebook divides the image search method of shape

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FI114679B (en) * 2002-04-29 2004-11-30 Nokia Corp Random start points in video encoding
US8634456B2 (en) * 2008-10-03 2014-01-21 Qualcomm Incorporated Video coding with large macroblocks
KR101522850B1 (en) * 2010-01-14 2015-05-26 삼성전자주식회사 Method and apparatus for encoding/decoding motion vector
SG10201502226SA (en) * 2010-04-09 2015-05-28 Mitsubishi Electric Corp Moving image encoding device and moving image decoding device
CN102223526B (en) * 2010-04-15 2013-09-11 华为技术有限公司 Method and related device for coding and decoding image
KR101813189B1 (en) * 2010-04-16 2018-01-31 에스케이 텔레콤주식회사 Video coding/decoding apparatus and method
FR2977111A1 (en) * 2011-06-24 2012-12-28 France Telecom METHOD FOR ENCODING AND DECODING IMAGES, CORRESPONDING ENCODING AND DECODING DEVICE AND COMPUTER PROGRAMS
FR2982447A1 (en) * 2011-11-07 2013-05-10 France Telecom METHOD FOR ENCODING AND DECODING IMAGES, CORRESPONDING ENCODING AND DECODING DEVICE AND COMPUTER PROGRAMS
CN108401157B (en) * 2012-10-01 2022-06-24 Ge视频压缩有限责任公司 Scalable video decoder, scalable video encoder, and scalable video decoding and encoding methods
FR2999760A1 (en) * 2012-12-17 2014-06-20 France Telecom METHOD FOR ENCODING AND DECODING IMAGES, CORRESPONDING ENCODING AND DECODING DEVICE AND COMPUTER PROGRAMS
GB2513111A (en) * 2013-04-08 2014-10-22 Sony Corp Data encoding and decoding
WO2015002444A1 (en) * 2013-07-01 2015-01-08 삼성전자 주식회사 Video encoding and decoding method accompanied with filtering, and device thereof
CN103517070B (en) * 2013-07-19 2017-09-29 清华大学 The decoding method and device of image
JPWO2015190078A1 (en) * 2014-06-12 2017-04-20 日本電気株式会社 Video encoding apparatus, video encoding method, and video encoding program
WO2016074744A1 (en) * 2014-11-14 2016-05-19 Huawei Technologies Co., Ltd. Systems and methods for processing a digital image

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
COHEN (MERL) R ET AL: "Description of screen content coding technology proposal by Mitsubishi Electric Corporation", no. JCTVC-Q0036, 25 March 2014 (2014-03-25), XP030239548, Retrieved from the Internet <URL:http://phenix.int-evry.fr/jct/doc_end_user/documents/17_Valencia/wg11/JCTVC-Q0036-v2.zip JCTVC-Q0036_r1.doc> [retrieved on 20140325] *

Also Published As

Publication number Publication date
CN113207005A (en) 2021-08-03
CN107005719B (en) 2021-04-20
CN113207005B (en) 2023-08-15
US20170324984A1 (en) 2017-11-09
WO2016083729A3 (en) 2016-09-01
US11825129B2 (en) 2023-11-21
EP4311240A3 (en) 2024-03-20
US10924769B2 (en) 2021-02-16
EP4311240A2 (en) 2024-01-24
US20210127141A1 (en) 2021-04-29
CN107005719A (en) 2017-08-01
FR3029333A1 (en) 2016-06-03
WO2016083729A2 (en) 2016-06-02

Similar Documents

Publication Publication Date Title
EP3225031A2 (en) Partitionining method and method for partitioning signalling of a coding tree unit
EP3061246B1 (en) Method for encoding and decoding images, device for encoding and decoding images and corresponding computer programs
WO2015197945A1 (en) Method for encoding a digital image, and associated decoding method, devices and computer programmes
EP2870761A1 (en) Method of video coding by prediction of the partitioning of a current block, method of decoding, coding and decoding devices and computer programs corresponding thereto
EP2932714B1 (en) Method of coding and decoding images, device for coding and decoding and computer programs corresponding thereto
WO2015055937A1 (en) Method for encoding and decoding images, device for encoding and decoding images, and corresponding computer programmes
WO2015079179A1 (en) Method for encoding and decoding images, device for encoding and decoding images and corresponding computer programs
EP3345391A2 (en) Method of coding and decoding images, device for coding and decoding images and computer programmes corresponding thereto
EP2443835A1 (en) Encoding motion vectors using competition between predictors
EP2716045B1 (en) Method, apparatus and computer programs for encoding and decoding of images
FR3046321A1 (en) DIGITAL IMAGE ENCODING METHOD, DECODING METHOD, DEVICES, USER TERMINAL, AND ASSOCIATED COMPUTER PROGRAMS
EP4344203A2 (en) Method for encoding and decoding images, corresponding encoding and decoding device and computer programs
EP2901698B1 (en) Method of coding and decoding images, coding and decoding device and computer programs corresponding thereto
FR2955995A1 (en) METHOD AND DEVICE FOR PROCESSING A VIDEO SEQUENCE
EP3529987A1 (en) Method for coding and decoding image parameters, device for coding and decoding image parameters and computer programs corresponding thereto
EP3259909B1 (en) Image encoding and decoding method, encoding and decoding device, and corresponding computer programs
FR3057130B1 (en) METHOD OF ENCODING AN IMAGE, DECODING METHOD, DEVICES, TERMINAL EQUIPMENT AND COMPUTER PROGRAMS
WO2017093653A1 (en) Method for encoding and decoding images, device for encoding and decoding images and corresponding computer programs
EP3272122A1 (en) Encoding of images by vector quantization
EP2962459A2 (en) Derivation of disparity motion vector, 3d video coding and decoding using such derivation
WO2013007920A1 (en) Method of coding and decoding images, device for coding and decoding and computer programs corresponding thereto
FR3064145A1 (en) METHOD FOR ENCODING AND DECODING IMAGES, CORRESPONDING ENCODING AND DECODING DEVICE AND COMPUTER PROGRAMS

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20170621

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20180528

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: ORANGE

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

RAP3 Party data changed (applicant data changed or rights of an application transferred)

Owner name: ORANGE

REG Reference to a national code

Ref country code: DE

Ref legal event code: R003

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED

18R Application refused

Effective date: 20230907