US9270992B2 - Image coding apparatus, image coding method and program, image decoding apparatus, and image decoding method and program - Google Patents
Image coding apparatus, image coding method and program, image decoding apparatus, and image decoding method and program Download PDFInfo
- Publication number
- US9270992B2 US9270992B2 US13/979,468 US201213979468A US9270992B2 US 9270992 B2 US9270992 B2 US 9270992B2 US 201213979468 A US201213979468 A US 201213979468A US 9270992 B2 US9270992 B2 US 9270992B2
- Authority
- US
- United States
- Prior art keywords
- prediction mode
- intra prediction
- block
- unit
- mode
- 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.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- H04N19/00569—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
- H04N19/103—Selection of coding mode or of prediction mode
- H04N19/11—Selection of coding mode or of prediction mode among a plurality of spatial predictive coding modes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/134—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/169—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
- H04N19/17—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
- H04N19/176—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a block, e.g. a macroblock
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/60—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
- H04N19/61—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding
Definitions
- the present invention relates to an image coding apparatus, an image coding method and a program, an image decoding apparatus, and an image decoding method and a program, and in particular, to an intra-picture prediction coding method in an image.
- H.264 H.264/Moving Picture Experts Group-4 Advanced Video Coding (MPEG-4 AVC) (hereinafter referred to as “H.264”) (International Organization for Standardization/International Electrotechnical Commission (ISO/IEC) 14496-10: 2004, “Information technology—Coding of audio-visual objects—Part 10: Advanced Video Coding”).
- the H.264 coding method is widely used in, for example, one-segment digital terrestrial broadcasting.
- the H.264 coding method is characterized in that this method performs an integer transform per unit of four-by-four pixels and prepares a plurality of types of intra predictions (intra-picture predictions), in addition to the conventional coding method.
- H.264 coding method uses a loop filter, allows reference to a plurality of previous and subsequent frames, and provides motion compensation with use of seven types of sub blocks. Further, as is the case with the MPEG-4 method, the H.264 coding method can perform motion compensation with quarter pixel precision. Further, the H.264 coding method is characterized by use of, for example, universal variable length coding and context-adaptive variable length coding as entropy coding (“H.264: Advanced video coding for generic audiovisual services” published by International Telecommunication Union Telecommunication Standardization Sector (ITU-T))
- the H.264 method has a plurality of modes for an intra prediction, and therefore bits should be assigned and coded for intra prediction mode information for identification of a selected mode as side information.
- an intra prediction predicts a block from the surrounding blocks for each block constituted by four-by-four pixels in a macro block, and further estimates the prediction mode of the pixel block from the prediction modes of the surrounding blocks. Then, one bit is assigned to a flag (prev_intra4 ⁇ 4_pred_mode_flag) indicating a match/mismatch between the predicted mode and the estimated mode. Subsequently, in a case where the predicted mode does not match the estimated mode, three bits are assigned to a flag (rem_intra4 ⁇ 4_pred_mode) indicating the predicted mode for each block.
- the present invention is directed to realizing highly efficient coding/decoding of intra prediction mode information by reducing a coded amount required for identification of a mode.
- an image coding apparatus includes a division unit configured to divide an input image into a processing target block, a prediction mode determination unit configured, in units of the processing target block divided by the division unit, to determine a mode of an intra-picture prediction of the processing target block, a holding unit configured to hold the intra prediction mode determined by the prediction mode determination unit, a prediction mode estimation unit configured to estimate the intra prediction mode of the processing target block based on an intra prediction mode of a surrounding block around the processing target block, which are held by the holding unit, a determination unit configured to determine whether the result of the prediction mode determination unit and the result of the prediction mode estimation unit match each other, a coding unit configured to code the result of the determination unit, and further, when the result of the determination unit indicates a mismatch, to code the result of the prediction mode determination unit, a mode comparison unit configured to acquire an intra prediction mode of one or more predetermined processing unit surrounding the processing target block from the holding unit to compare the modes, and a control unit configured to control the coding unit based on the
- the aspect of the present invention it is possible to realize highly efficient coding/decoding of intra prediction mode information by referring to the intra prediction modes of the inside or vicinity of a processing unit and omitting unnecessary coding to reduce a coded amount required for mode identification.
- FIG. 1 is a block diagram illustrating the configuration of an image coding apparatus according to a first exemplary embodiment.
- FIG. 2 is a block diagram illustrating the detailed configuration of a mode determination/coding unit.
- FIG. 3 illustrates an example of the arrangement of processing units in a block.
- FIG. 4 is a flowchart illustrating the image coding processing performed by the image coding apparatus according to the first exemplary embodiment.
- FIG. 5 is a flowchart illustrating the detailed processing of step S 402 according to the first exemplary embodiment.
- FIG. 6 is a flowchart illustrating the detailed processing of step S 402 according to a second exemplary embodiment.
- FIG. 7 is a block diagram illustrating the configuration of an image decoding apparatus according to a third exemplary embodiment.
- FIG. 8 is a block diagram illustrating the detailed configuration of an intra prediction mode decoding unit.
- FIG. 9 is a flowchart illustrating the image decoding processing performed by the image decoding apparatus according to the third exemplary embodiment.
- FIG. 10 is a flowchart illustrating the detailed processing of step S 902 according to the third exemplary embodiment.
- FIG. 11 is a flowchart illustrating the detailed processing of step S 902 according to a fourth exemplary embodiment.
- FIG. 12 is a block diagram illustrating an example of the hardware configuration of a computer applicable to the image coding apparatus and the image decoding apparatus according to the exemplary embodiments of the present invention.
- FIG. 13A illustrates an example of a coded data arrangement according to the exemplary embodiments of the present invention or a conventional technique.
- FIG. 13B illustrates an example of a coded data arrangement according to the exemplary embodiments of the present invention or a conventional technique.
- FIG. 13C illustrates an example of a coded data arrangement according to the exemplary embodiments of the present invention or a conventional technique.
- FIG. 13D illustrates an example of a coded data arrangement according to the exemplary embodiments of the present invention or a conventional technique.
- FIG. 14 illustrates an example of the arrangement of processing units in a block.
- FIG. 1 is a block diagram illustrating an image coding apparatus to which the present invention is applied.
- a block division unit 101 divides an input video image into a plurality of blocks.
- a mode determination/coding unit 102 determines, for each of the divided blocks, a size of a processing unit, which will be a unit of prediction and is the same as or smaller than the block in size. Further, the mode determination/coding unit 102 determines an intra prediction mode (intra-picture prediction mode) of each processing unit and then codes the intra prediction mode.
- a prediction unit 103 performs an intra prediction by processing unit based on the determined intra prediction mode.
- a transform/quantization unit 104 transforms and quantizes the difference between the input video image and the prediction.
- An entropy coding unit 105 codes the result of the transform/quantization unit 104 .
- the present exemplary embodiment will be described focusing on only intra prediction coding processing, but this does not limit the present exemplary embodiment.
- the present exemplary embodiment can be also applied to inter prediction coding processing.
- Input image data corresponding to one frame is input into the block division unit 101 to be divided in units of block, and then is output to the mode determination/coding unit 102 .
- the mode determination/coding unit 102 first determines, for the image data divided in units of block, whether a size of a processing unit, which will be a unit of prediction, should be set to smaller than or the same as the block in size, by dividing the block.
- the mode determination/coding unit 102 determines an intra prediction mode for the determined processing unit, and codes the determined intra prediction mode.
- the determined intra prediction mode is output into the prediction unit 103 , and the coded data is output to the entropy coding unit 105 .
- the intra prediction mode determined by the mode determination/coding unit 102 is input into the prediction unit 103 , which performs a prediction by determined processing unit.
- the difference between the input image and the prediction is input into the transform/quantization unit 104 , and is transformed and quantized therein.
- the quantized coefficient data is transmitted to the entropy coding unit 105 to be entropy-coded therein, and after that, is output together with the coded data of the intra prediction mode.
- FIG. 2 is a detailed block diagram illustrating the mode determination/coding unit 102 to which the present invention is applied.
- a division/mode determination unit 201 receives image data divided in units of block as an input, and determines an optimum size of a processing unit, which will be a unit of prediction. Further, the division/mode determination unit 201 determines an optimum intra prediction mode for each processing unit.
- the method for determining an optimum intra prediction mode may be calculating a prediction value according to each intra prediction mode and determining the intra prediction mode from the mode that generates a prediction value closest to an input pixel. However, any method can be used to determine an optimum intra prediction mode.
- An intra prediction mode holding unit 202 holds the information of the intra prediction mode determined by the division/mode determination unit 201 .
- An intra prediction mode estimation unit 203 acquires intra prediction modes of processing units surrounding the current target processing unit from the intra prediction mode holding unit 202 , and estimates the intra prediction mode of the current target processing unit.
- a estimation determination unit 204 compares the result of the intra prediction mode determination unit 201 or the result of a division/mode redetermination unit 207 , which will be described later, with the result of the intra prediction mode estimation unit 203 to determine whether they match each other.
- a coding unit 205 codes the result of the estimation determination unit 204 , and further codes the result of the division/mode determination unit 201 in a case where the result of the estimation determination unit 204 indicates a mismatch.
- An intra-block mode comparison unit 206 acquires intra prediction modes of predetermined surrounding processing units belonging to each block unit divided by the block division unit 101 from the intra prediction mode holding unit 202 , and compares the intra prediction modes of the surrounding processing units with one another.
- a division/mode redetermination unit 207 re-determines the size of the processing unit and the intra prediction mode in the block based on the result of the intra-block mode comparison unit 206 .
- FIG. 3 illustrates an example of an arrangement of processing units for use in a estimation of an intra prediction mode.
- the coding method is the H.264 method, but this does not limit the present invention.
- the intra prediction mode of the processing unit X is estimated from the intra prediction modes of a processing unit B located immediately above the processing unit X, and a processing unit E located on the left of the processing unit X.
- the intra prediction mode of the current target processing unit X is estimated as the same prediction mode that performs a prediction from an upper pixel, i.e., the mode 0 .
- the estimation determination unit 204 receives, as inputs, the output result of the division/mode determination unit 201 or the division/mode redetermination unit 207 which will be described later, and the output result of the intra prediction mode estimation unit 203 to compare them, and then outputs the information indicating whether they match each other to the coding unit 205 .
- the estimation determination unit 204 compares the output result of the division/mode redetermination unit 207 and the result of the intra prediction mode estimation unit 203 , in a case where the output result of the division/mode redetermination unit 207 , which will be described later, indicates that the block is re-divided and the resetting of the intra prediction mode is performed.
- the intra-block mode comparison unit 206 reads the results of the intra prediction modes of the surrounding processing units belonging to the same block from the intra prediction mode holding unit 202 , and compares them. For example, referring to FIG. 3 , if the processing units A, B, E, and X belong to the same block, the intra-block mode comparison unit 206 compares the intra prediction modes of the processing unit A located on the upper left of the processing unit X, the processing unit B located immediately above the processing unit X, and the processing unit E located on the left of the processing unit X, when coding of the processing unit X is performed.
- the intra-block mode comparison unit 206 generates surrounding mode matching information indicating that they match one another if these surrounding processing units are the same intra prediction mode, or indicating that they do not match one another if there is even one different intra prediction mode among them.
- the generated surrounding mode matching information is output to the coding unit 205 .
- the processing units A, B, E, and X belong to the same block, the upper left processing unit A, the upper right processing unit B, the lower left processing unit E, and the lower right processing unit X are processed in this order.
- the coding unit 205 operates according to the following control method. The coding unit 205 performs control so as to code the matching information, which is the output of the estimation determination unit 204 , if the current target processing unit is not the final processing unit in one block unit (the processing units A, B, and E in FIG. 3 ).
- the coding unit 205 performs control so as to code the index indicating the intra prediction mode, which is the output of the division/mode determination unit 201 , if the matching information indicates a mismatch. This coding is omitted, if the matching information indicates a match.
- the coding unit 205 processes this processing unit in the same manner as the above-described processing for a processing unit that is not a final processing unit. In other words, the coding unit 205 performs control to code the matching information, which is the output of the estimation determination unit 204 . Further, in addition to this coding, the coding unit 205 performs control to code the index indicating the intra prediction mode, which is the output of the division/mode determination unit 201 , if the matching information indicates a mismatch. This coding is omitted, if the matching information indicates a match.
- the coding unit 205 performs control in the following manner.
- the coding unit 205 performs control to code the index indicating the intra prediction mode, which is the output of the division/mode determination unit 201 , without coding the matching information, which is the output of the estimation determination unit 204 .
- the coding unit 205 codes the matching information as a prediction mode flag, and codes information required for identification of the intra prediction mode as a prediction mode index if necessary.
- the division/mode redetermination unit 207 receives an input of intra-block mode matching information, which is the output of the intra-block mode comparison unit 206 , and re-determines the division of processing units in the block and the intra prediction mode. More specifically, the division/mode redetermination unit 207 makes a redetermination so that an intra prediction is performed based on the same size as the size of the block without a division of the block to which the current target processing unit belongs, if the current target processing unit is the final processing unit in one block, and the intra-block mode matching information indicates a match.
- the division/mode redetermination unit 207 performs resetting of the division of processing units in the block and the intra prediction mode to use the intra prediction that matches in the block.
- the information of the intra prediction mode, in which resetting is performed, is output to the intra prediction mode holding unit 202 , the estimation determination unit 204 , and the coding unit 205 .
- the flow of the coding processing will be described with reference to the drawings.
- FIG. 4 is a flowchart illustrating the image coding processing performed by the image coding apparatus according to the first exemplary embodiment.
- the block division unit 101 divides an input image in frame unit into block units.
- the mode determination/coding unit 102 determines, for each of the divided blocks, a size of a processing unit, which will be a unit of prediction and is the same as or smaller than the block in size. Further, the mode determination/coding unit 102 determines and codes the intra prediction mode of each processing unit.
- step S 403 the prediction unit 103 performs a prediction based on the intra prediction mode determined in step S 402 .
- the transform/quantization unit 104 calculates the difference between the input image and the prediction, and transforms and quantizes the result thereof. Further, in step S 405 , the entropy coding unit 105 applies entropy coding to the quantized coefficient.
- step S 406 the image coding apparatus determines whether coding is completed for all of the blocks in the frame. If the coding is completed for all of the blocks in the frame (COMPLETED in step S 406 ), all operations are stopped and the processing is ended. If the coding is not completed for all of the blocks in the frame (NOT COMPLETED in step S 406 ), the processing proceeds to step S 401 again with the next block set as the next processing target.
- FIG. 5 is a flowchart illustrating the detailed processing of step S 402 according to the first exemplary embodiment.
- the mode determination/coding unit 102 determines, for a block that is a current coding target, an optimum size of a processing unit, which will be a unit prediction, and an optimum intra prediction mode of each processing unit.
- the intra prediction mode is determined from, for example, the characteristics of surrounding pixel values or pixel values in the block to be coded.
- step S 502 the mode determination/coding unit 102 determines whether the current target block to be coded can be divided into a plurality of processing units as a result of step S 501 . If the division is possible (YES in step S 502 ), the processing proceeds to step S 503 . If the division is impossible (NO in step S 502 ), the processing proceeds to step S 504 .
- step S 503 the mode determination/coding unit 102 estimates the intra prediction mode of the current target processing unit to be coded from the intra prediction modes of the surrounding processing units.
- step S 505 the mode determination/coding unit 102 determines whether the current target processing unit to be coded is the final processing unit in the block. If this processing unit is the final processing unit (FINAL in step S 505 ), the processing proceeds to step S 506 . If this processing unit is not the final processing unit (NOT FINAL in step S 505 ), the processing proceeds to step S 507 .
- step S 506 the mode determination/coding unit 102 determines whether all of the previously coded processing units in the block have the same intra prediction mode. If their intra prediction modes match one another (MATCH in step S 506 ), the processing proceeds to step S 508 . If there is a different intra prediction mode among them (MISMATCH in step S 506 ), the processing proceeds to step S 507 .
- step S 507 the mode determination/coding unit 102 determines whether the intra prediction mode determined in step S 501 matches the intra prediction mode estimated in step S 503 . If they match each other (MATCH in step S 507 ), the processing proceeds to step S 509 . If they do not match each other (MISMATCH in step S 507 ), the processing proceeds to step S 510 .
- step S 508 the mode determination/coding unit 102 determines whether the intra prediction mode determined in step S 501 matches the intra prediction mode estimated in step S 503 , in the same manner as step S 507 . If they match each other (MATCH in step S 508 ), the processing proceeds to step S 511 . If they do not match each other (MISMATCH in step S 508 ), the processing proceeds to step S 512 .
- step S 509 the mode determination/coding unit 102 codes the prediction mode flag indicating a match.
- step S 510 the mode determination/coding unit 102 codes the prediction mode flag indicating a mismatch. After that, the processing proceeds to step S 512 .
- step S 512 the mode determination/coding unit 102 codes the index for identification of the intra prediction mode, and then the processing proceeds to step S 513 .
- step S 509 after the mode determination/coding unit 102 codes the prediction mode flag indicating a match, the processing proceeds to step S 513 .
- step S 513 the mode determination/coding unit 102 determines whether coding is completed for all of the processing units in the block. If the coding is completed for all of the processing units in the block (COMPLETED in step S 513 ), all operations are stopped and the processing is ended. If the coding is not completed for all of the processing units in the block (NOT COMPLETED in step S 513 ), the processing proceeds to step S 503 again with the next processing unit in the block set as the next target.
- step S 511 the mode determination/coding unit 102 resets the size of the processing unit to the same size as the size of the block, and resets the intra prediction mode to the intra prediction modes of the processing units in the block, which match one another in step S 506 . Then, the processing proceeds to step S 504 .
- the mode determination/coding unit 102 determines that the current target block to be coded cannot be divided into a plurality of processing units in step S 502 (NO in step S 502 )
- the mode determination/coding unit 102 performs the following processing.
- the mode determination/coding unit 102 estimates the intra prediction mode of the processing unit to be coded from the intra prediction modes of the surrounding processing units as the target processing unit which are the same as the block to be coded in size.
- step S 514 the mode determination/coding unit 102 determines whether the intra prediction mode determined in step S 501 matches the intra prediction mode estimated in step S 504 . If they match each other (MATCH in step S 514 ), the processing proceeds to step S 515 . If they do not match each other (MISMATCH in step S 514 ), the processing proceeds to step S 516 .
- step S 515 the mode determination/coding unit 102 codes the prediction mode flag indicating a match, and after that, the processing is ended.
- step S 516 the mode determination/coding unit 102 codes the prediction mode flag indicating a mismatch.
- step S 517 the mode determination/coding unit 102 codes the index for identification of the intra prediction mode. After that, the processing is ended.
- FIG. 13A illustrates an example of a coded data arrangement encoded according to a conventional coding method such as the H.264 method.
- FIG. 13B illustrates a corresponding example of a coded data arrangement encoded according to the present invention.
- intra prediction modes of all the processing units in a block are assumed to be the same, so that the number of bits corresponding to the prediction mode flags can be reduced except for the prediction mode flag of the first processing unit in the block.
- FIG. 13C illustrates another example of a coded data arrangement encoded according to a conventional coding method such as the H.264 method.
- FIG. 13D illustrates a corresponding example of a coded data arrangement encoded according to the present invention.
- intra prediction modes of all the processing units except for the final processing unit in a block are the same, but only the final processing unit has a different intra prediction mode. Accordingly, the number of bits corresponding to the prediction mode flag of the final processing unit in the block can be reduced.
- the intra prediction mode estimation unit 203 estimates the intra prediction mode of a processing unit to be coded from adjacent processing units, but this does not limit the present exemplary embodiment.
- the intra prediction mode estimation unit 203 may estimate the intra prediction mode of the processing unit X by also taking into consideration the intra prediction mode of the processing unit C located on the right of the processing unit above the processing unit X, and even the intra prediction modes of processing units that are not adjacent to but surrounding the processing unit X, such as the processing unit D located on the left of the processing unit E.
- the present exemplary embodiment has been described based on an example of a frame using only an intra prediction, but it is obvious that the present exemplary embodiment can be also applied to a frame capable of using an inter prediction.
- block sizes have been described based on two types, i.e., the type that a block is divided and the type that a block is not divided. However, this does not limit the present exemplary embodiment.
- the processing unit may be further divided.
- shape of a block is not limited to the described and illustrated one, and the present exemplary embodiment keeps its essence unchanged, even if a block has a rectangular shape, or there is an overlap portion between blocks.
- a second exemplary embodiment will be described.
- the second exemplary embodiment will be described as a modification of the first exemplary embodiment.
- a difference between the first exemplary embodiment and the second exemplary embodiment is that, in the second exemplary embodiment, the intra prediction mode estimation unit 203 outputs the estimated intra prediction mode to not only the estimation determination unit 204 but also the intra-block mode comparison unit 206 (not illustrated).
- the coding operation of the mode determination/coding unit 102 will be described. Referring to FIG. 2 , the operations of the division/mode determination unit 201 and the intra prediction mode holding unit 202 are the same as those in the first exemplary embodiment, and therefore the descriptions thereof will be omitted here.
- the intra prediction mode estimation unit 203 inputs the information of the intra prediction modes of predetermined surrounding processing units around the current target processing unit to estimate the intra prediction mode of the current target processing unit, from the intra prediction mode holding unit 202 .
- the intra prediction mode estimation unit 203 estimates the intra prediction mode of the current target processing unit from the intra prediction modes of the surrounding processing units, and outputs the result thereof to the estimation determination unit 204 and the intra-block mode comparison unit 206 .
- the intra-block mode comparison unit 206 first inputs the intra prediction modes of predetermined surrounding processing units around the current target processing unit from the intra prediction mode holding unit 202 . In addition to this input, the intra-block mode comparison unit 206 also inputs the estimated intra prediction mode of the current target processing unit, which is the result of the intra prediction mode estimation unit 203 . The intra-block mode comparison unit 206 outputs estimated/surrounding mode matching information, which is information indicating whether the input intra prediction modes match one another, to the coding unit 205 .
- the estimated/surrounding mode matching information indicates a match when the intra prediction modes match one another among the predetermined surrounding processing units around the current target processing unit as is the case with the first exemplary embodiment, and further, the estimated intra prediction mode of the current target processing unit also matches them.
- the matching information indicates a mismatch when any of them, even only one of them has a different intra prediction mode.
- the coding unit 205 receives the estimated/surrounding mode matching information (match/mismatch) instead of the surrounding mode matching information (match/mismatch) in the first exemplary embodiment, but the operation thereof is the same as that of the first exemplary embodiment.
- the intra-block mode comparison unit 206 reads out the intra prediction modes of the processing units belonging to the same block from the intra prediction mode holding unit 202 , generates the intra-block mode matching information, and outputs it to the division/mode redetermination unit 207 .
- the processing of step S 402 according to the second exemplary embodiment will be more specifically described with reference to the drawings.
- FIG. 6 is a flowchart illustrating the detailed processing of step S 402 according to the second exemplary embodiment.
- step S 506 the mode determination/coding unit 102 determines whether the intra prediction modes match one another among the already coded processing units in the block. If they match one another (MATCH in step S 506 ), the processing proceeds to step S 601 . If they do not match one another (MISMATCH in step S 506 ), the processing proceeds to step S 507 .
- step S 601 the mode determination/coding unit 102 determines whether the intra prediction modes of the already coded processing units in the block, which match one another, further match the intra prediction mode of the processing unit estimated in step S 503 . If they match each other (MATCH in step S 601 ), the processing proceeds to step S 508 . If they do not match each other (MISMATCH in step S 601 ), the processing proceeds to step S 507 .
- the above-described configuration and operation can reduce the amount of bits required for identification of an intra prediction mode, as is the case with the first exemplary embodiment. Further, it is possible to solve a problem arising when a block is divided into a small number of processing units, and the intra prediction mode of the final processing unit is estimated by referring to the intra prediction mode of a processing unit outside the corresponding block. More specifically, for example, when a block is divided into processing units as illustrated in FIG. 14 , i.e., a block defined by the thick line is constituted by rectangular processing units B and X, the intra-block mode matching information should always indicate a match, since this information is generated by referring to only the processing unit B.
- the intra prediction mode of the current target processing unit X is determined by referring to the processing unit B.
- the intra prediction mode of the current target processing unit X is estimated by referring to the intra prediction mode of the processing unit E outside the block and the intra prediction mode of the processing unit B.
- the referred processing unit used for intra prediction mode determination may be different from that used for intra prediction mode estimation when processing unit X is the final processing unit of the block.
- the first exemplary embodiment cannot reduce the number of bits, despite that the intra prediction modes in the block match with each other, if there is another processing unit out of the current block used for the intra prediction mode estimation.
- the present exemplary embodiment can avoid this problem, thereby allowing an effective reduction in the number of bits.
- processing units that the intra prediction mode estimation unit 203 refers to are not limited to adjacent processing units, and the intra prediction mode estimation unit 203 may refer to the intra prediction mode of a processing unit that is not adjacent to but surrounding a target processing unit.
- FIG. 7 is a block diagram illustrating the configuration of an image decoding apparatus according to the third exemplary embodiment of the present invention.
- decoding of coded data generated by the first exemplary embodiment will be described.
- a block decoding unit 701 decodes the information in units of block from an input stream.
- An intra prediction mode decoding unit 702 decodes the intra prediction mode of each processing unit.
- An entropy decoding unit 703 decodes the information and coefficient of each of processing units existing in each block.
- An inverse quantization/inverse transform unit 704 applies inverse quantization and inverse transform to the decoded coefficient.
- An image data reconstruction unit 705 reconstructs decoded pixel data from the result of the inverse quantization/inverse transform unit 704 and the result of the intra prediction mode decoding unit 702 .
- Coded data corresponding to one frame is input into the image decoding apparatus, and then data in units of block is input into the block decoding unit 701 one by one, which decodes the information of each block.
- the block decoding unit 701 outputs coded data of each processing unit, based on the structure of a processing unit determined by the above-described information of each block.
- This coded data is input into the intra prediction mode decoding unit 702 , which decodes the information of the intra prediction mode to output it into the pixel data reconstruction unit 705 .
- the rest of the coded data is output into the entropy decoding unit 703 .
- the entropy decoding unit 703 decodes a coefficient value to output it.
- the coefficient value is input into the inverse quantization/inverse transform unit 704 , which outputs prediction error data through the processes of inverse quantization and inverse transform.
- the information of the intra prediction mode and the prediction error data are input into the image data reconstruction unit 705 , which calculates a prediction value from the information of the intra prediction mode, and reconstructs decoded pixel data by adding the prediction value and the coefficient data to output it.
- FIG. 8 is a detailed block diagram of the intra prediction mode decoding unit 702 to which the present invention is applied.
- an intra prediction decoding unit 801 decodes an intra prediction mode.
- a mode holding unit 802 holds the intra prediction mode acquired by decoding.
- An intra prediction mode estimation unit 803 estimates the intra prediction mode of a processing unit to be decoded from the intra prediction modes of predetermined surrounding processing units.
- An intra-block mode comparison unit 804 acquires the intra prediction modes of predetermined surrounding processing units from the mode holding unit 802 to compare them.
- a final processing unit determination unit 805 determines whether a processing unit to be decoded is the final processing unit in the block. This is automatically determined from the decoded state of the block.
- a decoding control unit 806 controls the operation of the intra prediction decoding unit 801 based on the results of the intra-block mode comparison unit 804 and the final processing unit determination unit 805 .
- the intra prediction decoding unit 801 receives coded data of a current target processing unit and the output result of the intra prediction mode estimation unit 803 as inputs, and decodes the intra prediction mode to output it under the control of the decoding control unit 806 .
- the mode holding unit 802 holds the information of the intra prediction mode which is the output of the intra prediction decoding unit 801 , and outputs intra prediction mode information of predetermined surrounding processing units to the intra prediction mode estimation unit 803 and the intra-block mode comparison unit 804 as necessary.
- the intra prediction mode estimation unit 803 inputs the intra prediction modes of predetermined surrounding processing units around the current target processing unit from the mode holding unit 802 to estimate the intra prediction mode of the processing unit to be decoded, and outputs the intra prediction mode of the current target processing unit estimated from these intra prediction modes to the intra prediction decoding unit 801 .
- the intra-block mode comparison unit 804 inputs the intra prediction modes of predetermined surrounding processing units around the current target processing unit from the mode holding unit 802 , and outputs surrounding mode matching information, which is information indicating whether these modes match one another, to the decoding control unit 806 .
- the final processing unit determination unit 805 determines whether the current target processing unit to be decoded is the final processing unit in the block, and outputs the result of this determination to the decoding control unit 806 as final processing unit information.
- the decoding control unit 806 inputs the final processing unit information, which is the output of the final processing unit determination unit 805 , and the surrounding mode matching information, which is the output of the intra-block mode comparison unit 804 , and controls the operation of the intra prediction decoding unit 801 .
- the decoding control unit 806 controls the intra prediction decoding unit 801 in the following manner.
- the intra prediction decoding unit 801 decodes the prediction mode flag, which is the information indicating whether the intra prediction mode of the current target processing unit to be decoded matches the intra prediction mode estimated by the intra prediction mode estimation unit 803 , to acquire the matching information.
- the intra prediction decoding unit 801 If the matching information indicates a match, the intra prediction decoding unit 801 outputs the estimated intra prediction mode, which is the output of the intra prediction mode estimation unit 803 , as the intra prediction mode of the current target processing unit. On the other hand, if the matching information indicates a mismatch, the intra prediction decoding unit 801 is controlled to further decode the index for identification of the intra prediction mode to calculate the intra prediction mode.
- the decoding control unit 806 controls the intra prediction decoding unit 801 in the following manner.
- the intra prediction decoding unit 801 can assume that the prediction mode flag indicates a mismatch between the intra prediction mode of the current target processing unit and the estimated intra prediction mode, which is the output of the intra prediction mode estimation unit 803 . Therefore, the intra prediction decoding unit 801 is controlled to subsequently decode the index for identification of the intra prediction mode to calculate the intra prediction mode.
- FIG. 9 is a flowchart illustrating the image decoding processing performed by the image decoding apparatus according to the third exemplary embodiment.
- step S 901 the block decoding unit 701 decodes the information in units of block from input coded data.
- step S 902 the intra prediction mode decoding unit 702 decodes the intra prediction mode of each processing unit existing in each block as a unit of prediction.
- step S 903 the entropy decoding unit 703 applies entropy decoding to the information and coefficient in units of processing unit.
- step S 904 the inverse quantization/inverse transform unit 704 applies inverse quantization and inverse transform to the decoded prediction error.
- step S 905 the image data reconstruction unit 705 calculates a prediction value from the result of step S 902 , and calculates a reconstructed pixel by adding the prediction value and the coefficient value which is the result of step S 904 .
- step S 906 the image decoding apparatus determines whether decoding is completed for all of the processing units in the block. If decoding is completed for all of the processing units in the block (COMPLETED in step S 906 ), the processing proceeds to step S 907 .
- step S 906 If decoding is not completed for all of the processing units in the block (NOT COMPLETED in step S 906 ), the processing proceeds to step S 902 again with the next processing unit in the block set as the next decoding target.
- step S 907 the image decoding apparatus determines whether decoding is completed for all of the blocks in the frame. If decoding is completed for all of the blocks in the frame (COMPLETED in step S 907 ), all operations are stopped and the processing is ended. If decoding is not completed for all of the blocks in the frame (NOT COMPLETED in step S 907 ), the processing proceeds to step S 901 again with the next block in the frame set as the next decoding target.
- FIG. 10 is a flowchart illustrating the detailed processing of step S 902 according to the third exemplary embodiment.
- the intra prediction mode decoding unit 702 estimates the intra prediction mode of a processing unit to be decoded from the intra prediction modes of the surrounding processing units.
- step S 1002 the intra prediction mode decoding unit 702 determines whether the processing unit to be decoded is the final processing unit in the block. If the processing unit to be decoded is the final processing unit (FINAL in step S 1002 ), the processing proceeds to step S 1003 . If the processing unit to be decoded is not the final processing unit (NOT FINAL in step S 1002 ), the processing proceeds to step S 1004 .
- step S 1003 the intra prediction mode decoding unit 702 determines whether the intra prediction modes match one another among all of predetermined processing units in the block which have been already decoded. If the intra prediction modes match one another among them (MATCH in step S 1003 ), the processing proceeds to step S 1006 . If the intra prediction modes do not match one another among them (MISMATCH in step S 1003 ), the processing proceeds to step S 1004 .
- step S 1004 the intra prediction mode decoding unit 702 decodes the prediction mode flag which indicates whether the intra prediction mode of the processing unit to be decoded matches the intra prediction mode estimated in step S 1001 .
- step S 1005 the intra prediction mode decoding unit 702 determines whether the prediction mode flag indicates a match. If the prediction mode flag indicates a match (MATCH in step S 1005 ), the processing proceeds to step S 1008 . If the prediction mode flag indicates a mismatch (MISMATCH in step S 1005 ), the processing proceeds to step S 1006 .
- step S 1006 the intra prediction mode decoding unit 702 decodes the prediction mode index for identification of the intra prediction mode.
- step S 1008 the intra prediction mode decoding unit 702 sets the prediction mode estimated in step S 1001 as the intra prediction mode of the processing unit to be decoded.
- step S 1007 the intra prediction mode decoding unit 702 determines the intra prediction mode of the processing unit to be decoded based on the result of step S 1006 or step S 1008 , and after that, the processing of decoding the intra prediction mode is ended.
- the above-described configuration and operation can decode coded data having a reduced amount of bits required for identification of the intra prediction mode, which is generated according to the first exemplary embodiment.
- the present exemplary embodiment has been described based on an example of decoding of a frame using only an intra prediction, but it is obvious that the present exemplary embodiment can be also applied to decoding of a frame capable of using an inter prediction as well.
- a fourth exemplary embodiment will be described.
- the present exemplary embodiment will be described as an example decoding coded data generated according to the second exemplary embodiment, with reference to FIG. 11 .
- a difference between the third exemplary embodiment and the fourth exemplary embodiment is that, in the fourth exemplary embodiment, the intra prediction mode estimation unit 803 outputs an estimated intra prediction mode to not only the intra prediction decoding unit 801 but also the intra-block mode comparison unit 804 (not illustrated).
- the decoding operation of the intra prediction mode decoding unit 702 according to the fourth exemplary embodiment will be described with reference to FIG. 8 .
- the operations of the intra prediction decoding unit 801 and the mode holding unit 802 are the same as those in the third exemplary embodiment, and therefore the descriptions thereof will be omitted here.
- the intra prediction mode estimation unit 803 inputs the intra prediction modes of predetermined surrounding processing units around the current target processing unit from the mode holding unit 802 to estimate the intra prediction mode of the current target processing unit to be decoded. Further, the intra prediction mode estimation unit 803 estimates the intra prediction mode of the current target processing unit from the input intra prediction modes of the predetermined surrounding processing units, and outputs the estimated intra prediction mode to the intra prediction decoding unit 801 and the intra-block mode comparison unit 804 .
- the intra-block mode comparison unit 804 inputs the intra prediction modes of predetermined surrounding processing units around the current target processing unit to be decoded from the mode holding unit 802 . At the same time, the intra-block mode comparison unit 804 also inputs the intra prediction mode of the current target processing unit estimated by the intra prediction mode estimation unit 803 , and outputs estimated/surrounding mode matching information, which indicates the estimated intra prediction mode and the intra prediction modes of the predetermined surrounding processing units match each other, to the decoding control unit 806 .
- the operations of the decoding control unit 806 and the final processing unit determination unit 805 are the same as those in the third exemplary embodiment, and therefore the descriptions thereof will be omitted here.
- FIG. 11 is a flowchart illustrating the detailed processing of step S 902 according to the present exemplary embodiment.
- steps S 1003 and S 1101 are the same as those in the third exemplary embodiment, and therefore the descriptions thereof will be omitted here.
- step S 1003 the intra prediction mode decoding unit 702 determines whether the intra prediction modes match one another among all of the predetermined surrounding processing units in the block which have been already decoded. If the intra prediction modes match one another among them (MATCH in step S 1003 ), the processing proceeds to step S 1101 . If the intra prediction modes do not match one another among them (MISMATCH in step S 1003 ), the processing proceeds to step S 1004 .
- step S 1101 the intra prediction mode decoding unit 702 determines whether the intra prediction modes of the decoded processing units in the block match the intra prediction mode of the processing unit estimated in step S 1001 . If they match each other (MATCH in step S 1101 ), the processing proceeds to step S 1006 . If they do not match each other (MISMATCH in step S 1101 ), the processing proceeds to step S 1004 .
- the above-described configuration and operation can decode coded data having a reduced amount of bits required for identification of an intra prediction mode, which is generated according to the second exemplary embodiment. In other words, during decoding of a final processing unit, it is possible to correctly decode even coded data generated by using the intra prediction mode of a processing unit outside the block for an intra prediction.
- FIGS. 1 , 2 , 7 , and 8 are configured as hardware components.
- the processes performed by the respective operational units illustrated in FIGS. 1 , 2 , 7 , and 8 may be realized by means of a computer program.
- FIG. 12 is a block diagram illustrating an exemplary hardware configuration of a computer applicable to the image display apparatuses according to the above-described exemplary embodiments.
- a central processing unit (CPU) 1201 controls an entire computer by using a computer program and data stored in a random access memory (RAM) 1202 and a read only memory (ROM) 1203 , and also executes the respective processes that have been described above as processes to be performed by the image processing apparatuses according to the above-described exemplary embodiments.
- the CPU 1201 functions as the respective operational units illustrated in FIGS. 1 , 2 , 7 , and 8 .
- the RAM 1202 has an area for temporarily storing, for example, a computer program and data loaded from an external storage apparatus 1206 , and data acquired from the outside via an interface (I/F) 1207 . Further, the RAM 1202 has a work area that the CPU 1201 uses during execution of various kinds of processes. In other words, for example, the RAM 1202 can be allocated as a frame memory, or provide other various kinds of areas as necessary.
- the ROM 1203 stores, for example, the setting data of the present computer and a boot program.
- An operation unit 1204 includes a keyboard and a mouse, and can input various kinds of instructions to the CPU 1201 by a user's operation of the present computer.
- a display unit 1205 displays the result of processing performed by the CPU 1201 . Further, the display unit 1205 includes, for example, a hold-type display apparatus such as a liquid crystal display or an impulse-type display apparatus such as a field emission type display apparatus.
- the external storage apparatus 1206 is a mass information storage apparatus represented by a hard disc drive apparatus.
- the external storage apparatus 1206 stores an operating system (OS), and a computer program to allow the CPU 1201 to realize the functions of the respective units illustrated in FIGS. 1 , 2 , 7 , and 8 . Further, the external storage apparatus 1206 may store each image data which will be a processing target.
- OS operating system
- FIGS. 1 , 2 , 7 , and 8 Further, the external storage apparatus 1206 may store each image data which will be a processing target.
- the computer program and data stored in the external storage apparatus 1206 are loaded to the RAM 1202 according to the control of the CPU 1201 as necessary, and are processed by the CPU 1201 .
- a network such as a Local Area Network (LAN) and the Internet, and another apparatus such as a projection apparatus and a display apparatus can be connected to the I/F 1207 .
- the present computer can acquire and transmit various kinds of information via the I/F 1207 .
- a bus 1208 connects the above-described respective units to one another.
- the CPU 1201 plays a central role in controlling the operations illustrated in the above-described flowcharts.
- aspects of the present invention can be also achieved by supplying a storage medium storing codes of a computer program for realizing the above-described functions to a system, and causing the system to read and execute the codes of the computer program.
- the codes of the computer program read out from the storage medium realize the functions of the above-described exemplary embodiments
- the storage medium storing the codes of the computer program constitutes the present invention.
- the embodiment also includes such a case that, for example, an operating system (OS) running on a computer executes a part or all of actual processing according to the instructions of the codes of the computer program, and this execution realizes the above-described functions.
- OS operating system
- the present invention may be also realized in the following manner.
- the computer program codes read out from the storage medium are written into a memory provided to a function expansion card inserted into a computer or a function expansion unit connected to a computer.
- a CPU provided to the function expansion card or the function expansion unit executes a part or all of actual processing based on the instructions of the computer program codes to realize the above-described functions.
- Such a case is also included in the present invention.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
Claims (12)
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011-004646 | 2011-01-13 | ||
JP2011004646A JP2012147291A (en) | 2011-01-13 | 2011-01-13 | Image coding apparatus, image coding method, program, image decoding apparatus, image decoding method, and program |
PCT/JP2012/000137 WO2012096174A1 (en) | 2011-01-13 | 2012-01-12 | Image coding apparatus, image coding method and program, image decoding apparatus, and image decoding method and program |
Publications (2)
Publication Number | Publication Date |
---|---|
US20130287107A1 US20130287107A1 (en) | 2013-10-31 |
US9270992B2 true US9270992B2 (en) | 2016-02-23 |
Family
ID=46507081
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/979,468 Expired - Fee Related US9270992B2 (en) | 2011-01-13 | 2012-01-12 | Image coding apparatus, image coding method and program, image decoding apparatus, and image decoding method and program |
Country Status (3)
Country | Link |
---|---|
US (1) | US9270992B2 (en) |
JP (1) | JP2012147291A (en) |
WO (1) | WO2012096174A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20160142710A1 (en) * | 2013-07-19 | 2016-05-19 | Huawei Technologies Co., Ltd. | Image encoding and decoding method and apparatus |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012147291A (en) * | 2011-01-13 | 2012-08-02 | Canon Inc | Image coding apparatus, image coding method, program, image decoding apparatus, image decoding method, and program |
JP6171627B2 (en) * | 2013-06-28 | 2017-08-02 | 株式会社Jvcケンウッド | Image encoding device, image encoding method, image encoding program, image decoding device, image decoding method, and image decoding program |
CN117615135A (en) * | 2016-10-14 | 2024-02-27 | 世宗大学校产学协力团 | Image encoding/decoding method and bit stream transmission method |
JP6886825B2 (en) * | 2017-01-27 | 2021-06-16 | 日本放送協会 | Predictors, encoders, decoders, and programs |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060088103A1 (en) * | 2004-10-26 | 2006-04-27 | Nec Corporation | Image encoder and method thereof, computer program of image encoder, and mobile terminal |
JP2008092456A (en) | 2006-10-04 | 2008-04-17 | Sharp Corp | Image encoding apparatus, and image decoding apparatus |
US20090110070A1 (en) | 2007-10-30 | 2009-04-30 | Masashi Takahashi | Image encoding device and encoding method, and image decoding device and decoding method |
JP2010056701A (en) | 2008-08-27 | 2010-03-11 | Nippon Telegr & Teleph Corp <Ntt> | Intra-image predictive encoding method, intra-image predictive decoding method, devices thereof, programs therefor, and recording medium recording the programs |
WO2010070818A1 (en) | 2008-12-16 | 2010-06-24 | 株式会社日立製作所 | Moving image encoding device, moving image encoding method, moving image decoding device and moving image decoding method |
JP2010177809A (en) | 2009-01-27 | 2010-08-12 | Toshiba Corp | Moving image encoding apparatus and moving image decoding apparatus |
US20130011072A1 (en) * | 2010-03-30 | 2013-01-10 | Fujitsu Limited | Image processing apparatus and image processing method |
US20130121418A1 (en) * | 2004-06-17 | 2013-05-16 | Canon Kabushiki Kaisha | Moving image coding apparatus |
US20130287107A1 (en) * | 2011-01-13 | 2013-10-31 | Canon Kabushiki Kaisha | Image coding apparatus, image coding method and program, image decoding apparatus, and image decoding method and program |
-
2011
- 2011-01-13 JP JP2011004646A patent/JP2012147291A/en active Pending
-
2012
- 2012-01-12 WO PCT/JP2012/000137 patent/WO2012096174A1/en active Application Filing
- 2012-01-12 US US13/979,468 patent/US9270992B2/en not_active Expired - Fee Related
Patent Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130121418A1 (en) * | 2004-06-17 | 2013-05-16 | Canon Kabushiki Kaisha | Moving image coding apparatus |
US20060088103A1 (en) * | 2004-10-26 | 2006-04-27 | Nec Corporation | Image encoder and method thereof, computer program of image encoder, and mobile terminal |
JP2008092456A (en) | 2006-10-04 | 2008-04-17 | Sharp Corp | Image encoding apparatus, and image decoding apparatus |
US20090110070A1 (en) | 2007-10-30 | 2009-04-30 | Masashi Takahashi | Image encoding device and encoding method, and image decoding device and decoding method |
CN101426141A (en) | 2007-10-30 | 2009-05-06 | 株式会社日立制作所 | Image encoding device and encoding method, and image decoding device and decoding method |
JP2009111691A (en) | 2007-10-30 | 2009-05-21 | Hitachi Ltd | Image encoding apparatus, encoding method, image decoding apparatus, and decoding method |
EP2063644A2 (en) | 2007-10-30 | 2009-05-27 | Hitachi Ltd. | Image encoding device and encoding method, and image decoding device and decoding method |
JP2010056701A (en) | 2008-08-27 | 2010-03-11 | Nippon Telegr & Teleph Corp <Ntt> | Intra-image predictive encoding method, intra-image predictive decoding method, devices thereof, programs therefor, and recording medium recording the programs |
WO2010070818A1 (en) | 2008-12-16 | 2010-06-24 | 株式会社日立製作所 | Moving image encoding device, moving image encoding method, moving image decoding device and moving image decoding method |
JP2010177809A (en) | 2009-01-27 | 2010-08-12 | Toshiba Corp | Moving image encoding apparatus and moving image decoding apparatus |
US20130011072A1 (en) * | 2010-03-30 | 2013-01-10 | Fujitsu Limited | Image processing apparatus and image processing method |
US20130287107A1 (en) * | 2011-01-13 | 2013-10-31 | Canon Kabushiki Kaisha | Image coding apparatus, image coding method and program, image decoding apparatus, and image decoding method and program |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20160142710A1 (en) * | 2013-07-19 | 2016-05-19 | Huawei Technologies Co., Ltd. | Image encoding and decoding method and apparatus |
US9743084B2 (en) * | 2013-07-19 | 2017-08-22 | Huawei Technologies Co., Ltd. | Image encoding and decoding method and apparatus |
Also Published As
Publication number | Publication date |
---|---|
JP2012147291A (en) | 2012-08-02 |
US20130287107A1 (en) | 2013-10-31 |
WO2012096174A1 (en) | 2012-07-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10666938B2 (en) | Deriving reference mode values and encoding and decoding information representing prediction modes | |
US20210144385A1 (en) | Video encoding and decoding with improved error resilience | |
US20130301734A1 (en) | Video encoding and decoding with low complexity | |
US8432964B2 (en) | Image processing device, method, and program | |
GB2492778A (en) | Motion compensated image coding by combining motion information predictors | |
US9270992B2 (en) | Image coding apparatus, image coding method and program, image decoding apparatus, and image decoding method and program | |
US11336889B2 (en) | Moving image encoding device and method for reducing flicker in a moving image |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: CANON KABUSHIKI KAISHA, JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SHIMA, MASATO;REEL/FRAME:031076/0977 Effective date: 20130613 |
|
ZAAA | Notice of allowance and fees due |
Free format text: ORIGINAL CODE: NOA |
|
ZAAB | Notice of allowance mailed |
Free format text: ORIGINAL CODE: MN/=. |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20240223 |