AU2014200089B2 - Method and apparatus for encoding/decoding motion vector - Google Patents

Method and apparatus for encoding/decoding motion vector

Info

Publication number
AU2014200089B2
AU2014200089B2 AU2014200089A AU2014200089A AU2014200089B2 AU 2014200089 B2 AU2014200089 B2 AU 2014200089B2 AU 2014200089 A AU2014200089 A AU 2014200089A AU 2014200089 A AU2014200089 A AU 2014200089A AU 2014200089 B2 AU2014200089 B2 AU 2014200089B2
Authority
AU
Australia
Prior art keywords
motion vector
current block
mode
vector predictor
coding unit
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.)
Active
Application number
AU2014200089A
Other versions
AU2014200089A1 (en
Inventor
Woo-Jin Han
Kyo-Hyuk Lee
Tammy Lee
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.)
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics Co Ltd
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
Priority claimed from AU2010283121A external-priority patent/AU2010283121B2/en
Application filed by Samsung Electronics Co Ltd filed Critical Samsung Electronics Co Ltd
Priority to AU2014200089A priority Critical patent/AU2014200089B2/en
Publication of AU2014200089A1 publication Critical patent/AU2014200089A1/en
Application granted granted Critical
Publication of AU2014200089B2 publication Critical patent/AU2014200089B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

Abstract 57] Provided are methods and apparatuses for encoding and decoding a motion vector. The method of encoding the motion vector includes: selecting, as a mode of encoding information about a motion vector predictor of the current block, a first mode in which information indicating the motion vector predictor from among at least one motion vector predictor is encoded or a N second mode in which information indicating generation of the motion vector predictor based on blocks or pixels included in a previously encoded area adjacent to the current block is encoded; determining the motion vector predictor of the current block according to the selected mode and encoding the information about the motion vector predictor of the current block; and encoding a difference vector between the motion vector of the current block and the motion vector predictor of the current block.

Description

Description Title of Invention: METHOD AND APPARATUS FOR ENCODING/DECODING MOTION VECTOR The present application is a divisional application from Australian patent Application No. 2010283121, the entire disclosure of which is incorporated herein by reference. Technical Field [1] Apparatuses and methods consistent with exemplary embodiments relate to a method and apparatus for encoding a motion vector, and more particularly, to a method and apparatus for encoding a motion vector predictor of a current block. Background Art [2] A codec, such as Moving Pictures Experts Group (MPEG)-4 H.264/MPEG-4 Advanced Video Coding (AVC), uses motion vectors of previously encoded blocks adjacent to a current block to predict a motion vector of the current block. That is, a median of motion vectors of previously encoded blocks adjacent to left, upper, and upper-right sides of a current block is used as a motion vector predictor of the current block. Disclosure of Invention Solution to Problem [3] Exemplary embodiments provide a method and apparatus for encoding and decoding a motion vector, and a computer readable recording medium storing a computer readable program for executing the method. Advantageous Effects of Invention [4] According to the present application, a motion vector is encoded efficiently based on more exact motion vector predictor. Brief Description of Drawings [5] The above and/or other aspects will become more apparent by describing in detail exemplary embodiments with reference to the attached drawings in which: [6] FIG. 1 is a block diagram of an apparatus for encoding an image according to an exemplary embodiment; [7] FIG. 2 is a block diagram of an apparatus for decoding an image according to an exemplary embodiment; [8] FIG. 3 illustrates hierarchical coding units according to an exemplary embodiment; [9] FIG. 4 is a block diagram of an image encoder based on a coding unit, according to an exemplary embodiment; [10] FIG. 5 is a block diagram of an image decoder based on a coding unit, according to\an exemplary embodiment; [11] FIG. 6 illustrates a maximum coding unit, a sub coding unit, and a prediction unit, according to an exemplary embodiment; [12] FIG. 7 illustrates a coding unit and a transformation unit, according to an exemplary embodiment; [13] FIGS. 8A and 8B illustrate division shapes of a coding unit, a prediction unit, and a transformation unit, according to an exemplary embodiment; [14] FIG. 9 is a block diagram of an apparatus for encoding a motion vector, according to an exemplary embodiment; [15] FIGS. 10A and 10B illustrate motion vector predictor candidates of an explicit mode, according to an exemplary embodiment; [16] FIGS. 11 A to 1 1C illustrate motion vector predictor candidates of an explicit mode, according to another exemplary embodiment; [17] FIG. 12 illustrates a method of generating a motion vector predictor in an implicit mode, according to an exemplary embodiment; [18] FIG. 13 is a block diagram of an apparatus for decoding a motion vector, according to an exemplary embodiment; [19] FIG. 14 is a flowchart of a method of encoding a motion vector, according to an exemplary embodiment; and [20] FIG. 15 is a flowchart of a method of decoding a motion vector, according to an exemplary embodiment. Best Mode for Carrying out the Invention [21] According to a first aspect, the present invention provides a method of decoding an image, the method comprising: obtaining a current coding unit hierarchically split from a maximum coding unit according to a current depth; obtaining a prediction mode information of a current predication unit in the current coding unit from bitstream; when a prediction mode of the current prediction unit is inter-prediction mode, determining motion vector predictor candidates from among motion vectors of neighboring prediction units adjacent to the current prediction unit; and determining a motion vector predictor of the current prediction unit from among the motion vector predictor candidates; wherein the neighboring prediction unit comprises a first block directly to the left side of a leftmost block among blocks located directly to a bottom side of the current prediction unit. [21a] There may be provided a method of encoding a motion vector of a current block, the method including: selecting, as a mode of encoding information about a motion vector predictor of the current block, a first mode in which information indicating the motion vector predictor from among at least one motion vector predictor is encoded or a second mode in which information indicating generation of the motion vector predictor based on blocks or pixels included in a previously encoded area adjacent to the current block is encoded; determining the motion vector predictor of the current block according to the selected mode and encoding the information about the motion vector predictor of the current block; and encoding a difference vector between the motion vector of the current block and the motion vector predictor of the current block. [22] The selecting of the first mode or the second mode may include selecting the first mode or the second mode based on a depth indicating a degree of decreasing from a size of a maximum coding unit of a current picture or slice to a size of the current block. [23] The selecting of the first mode or the second mode may include selecting the first mode or the second mode in a unit of a current picture or slice including the current block. [24] The selecting of the first mode or the second mode may include selecting the first mode or the second mode based on whether the current block is encoded in a skip mode. [25] The at least one motion vector predictor may include a first motion vector of a block adjacent to a left side of the current block, a second motion vector of a block adjacent to an upper side of the current block, and a third motion vector of a block adjacent to an upper-right side of the current block. [26] The at least one motion vector predictor may further include a median value of the first motion vector, the second motion vector, and the third motion vector. [27] The at least one motion vector predictor may further include a motion vector predictor generated based on a motion vector of a block co-located with the current block in a reference picture and a temporal distance between the reference picture and a current picture. [28] The information indicating generation of the motion vector predictor based on blocks or pixels included in a previously encoded area adjacent to the current block may be information indicating generation of the motion vector predictor of the current block based on a median value of a first motion vector of a block adjacent to a left side of the current block, a second motion vector of a block adjacent to an upper side of the current block, and a third motion vector of a block adjacent to an upper-right side of the current block. [29] The information indicating generation of the motion vector predictor based on blocks or pixels included in a previously encoded area adjacent to the current block may be information indicating generation of the motion vector predictor of the current block based on a motion vector generated by searching a reference picture using pixels included in the previously encoded area adjacent to the current block. [30] There may be provided an apparatus for encoding a motion vector of a current block, the apparatus including: a predictor which selects, as a mode of encoding information about a motion vector predictor of the current block, a first mode in which information indicating the motion vector predictor from among at least one motion vector predictor is encoded or a second mode in which information indicating generation of the motion vector predictor based on blocks or pixels included in a previously encoded area adjacent to the current block is encoded, and which determines the motion vector predictor of the current block based on the selected mode; a first encoder which encodes the information about the motion vector predictor of the current block determined based on the selected mode; and a second encoder which encodes a difference vector between a motion vector of the current block and the motion vector predictor of the current block [31] There may be provided a method of decoding a motion vector of a current block, the method including: decoding information about a motion vector predictor of the current block encoded according to a mode selected from among a first mode and a second mode; decoding a difference vector between the motion vector of the current block and the motion vector predictor of the current block; generating the motion vector predictor of the current block based on the decoded information about the motion vector predictor of the current block; and restoring the motion vector of the current block based on the motion vector predictor and the difference vector, wherein the first mode is a mode in which information indicating the motion vector predictor from among at least one motion vector predictor is encoded and the second mode is a mode in which information indicating generation of the motion vector predictor based on blocks or pixels included in a previously decoded area adjacent to the current block is encoded. [32] There may be provided an apparatus for decoding a motion vector of a current block, the apparatus including: a first decoder which decodes information about a motion vector predictor of the current block encoded according to a mode selected from among a first mode and a second mode; a second decoder which decodes a difference vector between the motion vector of the current block and the motion vector predictor of the current block; a predictor which generates the motion vector predictor of the current block based on the decoded information about the motion vector predictor of the current block; and a motion vector restoring unit which restores the motion vector of the current block based on the motion vector predictor and the difference vector, wherein the first mode is a mode in which information indicating the motion vector predictor from among at least one motion vector predictor is encoded and the second mode is a mode in which information indicating generation of the motion vector predictor based on blocks or pixels included in a previously decoded area adjacent to the current block is encoded. [33] There may be provided a computer readable recording medium storing a computer readable program for executing the method of encoding a motion vector and the method of decoding a motion vector. Mode for the Invention [34] Exemplary embodiments will now be described more fully with reference to the accompanying drawings, in which like reference numerals refer to like elements throughout. Expressions such as "at least one of," when preceding a list of elements, modify the entire list of elements and do not modify the individual elements of the list. In the present specification, an "image" may denote a still image for a video or a.
moving image, that is, the video itself. [35] FIG. 1 is a block diagram of an apparatus 100 for encoding an image, according to an exemplary embodiment. Referring to FIG. 1, the apparatus 100 includes a maximum coding unit divider 110, an encoding depth determiner 120, an image data encoder 130, and an encoding information encoder 140. [36] The maximum coding unit divider 110 can divide a current picture or slice based on a maximum coding unit that is an encoding unit of a largest size. That is, the maximum coding unit divider 110 can divide the current picture or slice to obtain at least one maximum coding unit. [37] According to an exemplary embodiment, a coding unit may be represented using a maximum coding unit and a depth. As described above, the maximum coding unit indicates a coding unit having the largest size from among coding units of the current picture, and the depth indicates the size of a sub coding unit obtained by hierarchically decreasing the coding unit. As the depth increases, the coding unit can decrease from a maximum coding unit to a minimum coding unit, wherein a depth of the maximum coding unit is defined as a minimum depth and a depth of the minimum coding unit is defined as a maximum depth. Since the size of the coding unit decreases from the maximum coding unit as the depth increases, a sub coding unit of a kth depth can include a plurality of sub coding units of a (k+n)th depth (where k and n are integers equal to or greater than 1). [38] According to an increase of the size of a picture to be encoded, encoding an image in a greater coding unit can cause a higher image compression ratio. However, if a greater coding unit is fixed, an image may not be efficiently encoded by reflecting con tinuously changing image characteristics. [39] For example, when a smooth area such as the sea or the sky is encoded, the greater a coding unit is, the more a compression ratio can increase. However, when a complex area such as people or buildings is encoded, the smaller a coding unit is, the more a compression ratio can increase. [40] Accordingly, according to an exemplary embodiment, a different maximum image coding unit and a different maximum depth are set for each picture or slice. Since a maximum depth denotes the maximum number of times by which a coding unit can decrease, the size of each minimum coding unit included in a maximum image coding unit can be variably set according to a maximum depth. [41] The encoding depth determiner 120 determines a maximum depth. For example, the maximum depth can be determined based on calculation of Rate-Distortion (R-D) cost. Furthermore, the maximum depth may be determined differently for each picture or slice or for each maximum coding unit. The determined maximum depth is provided to the encoding information encoder 140, and image data according to maximum coding units is provided to the image data encoder 130. [42] The maximum depth denotes a coding unit having the smallest size that can be included in a maximum coding unit, i.e., a minimum coding unit. In other words, a maximum coding unit can be divided into sub coding units having different sizes according to different depths. This will be described in detail later with reference to FIGs. 8A and 8B. In addition, the sub coding units having different sizes, which are included in the maximum coding unit, can be predicted or transformed based on processing units having different sizes. In other words, the apparatus 100 can perform a plurality of processing operations for image encoding based on processing units having various sizes and various shapes. To encode image data, processing operations such as prediction, transformation, and entropy encoding are performed, wherein processing units having the same size may be used for every operation or processing units having different sizes may be used for every operation. [43] For example, the apparatus 100 may select a processing unit that is different from a coding unit to predict the coding unit. When the size of a coding unit is 2Nx2N (where N is a positive integer), processing units for prediction may be 2Nx2N, 2NxN, Nx2N, and NxN. In other words, motion prediction may be performed based on a processing unit having a shape whereby at least one of height and width of a coding unit is equally divided by two. Hereinafter, a processing unit, which is the base of prediction, is referred to as a prediction unit. [44] A prediction mode may be at least one of an intra mode, an inter mode, and a skip mode, and a specific prediction mode may be performed for only a prediction unit having a specific size or shape. For example, the intra mode may be performed for only prediction units having sizes of 2Nx2N and NxN of which the shape is a square. Further, the skip mode may be performed for only a prediction unit having a size of 2Nx2N. If a plurality of prediction units exist in a coding unit, the prediction mode with the least encoding errors may be selected after performing prediction for every prediction unit. [45] Alternatively, the apparatus 100 may perform frequency transformation on image data based on a processing unit having a different size from a coding unit. For the frequency transformation in the coding unit, the frequency transformation can be performed based on a processing unit having a size equal to or less than that of the coding unit. Hereinafter, a processing unit, which is the base of frequency trans formation, is referred to as a transformation unit. The frequency transformation may be a Discrete Cosine Transform (DCT) or a Karhunen-Loeve Transform (KLT). [46] The encoding depth determiner 120 can determine sub coding units included in a maximum coding unit using R-D optimization based on a Lagrangian multiplier. In other words, the encoding depth determiner 120 can determine which shape a plurality of sub coding units divided from the maximum coding unit have, wherein the plurality of sub coding units have different sizes according to their depths. The image data encoder 130 outputs a bitstream by encoding the maximum coding unit based on the division shapes determined by the encoding depth determiner 120. [47] The encoding information encoder 140 encodes information about an encoding mode of the maximum coding unit determined by the encoding depth determiner 120. In other words, the encoding information encoder 140 outputs a bitstream by encoding in formation about a division shape of the maximum coding unit, information about the maximum depth, and information about an encoding mode of a sub coding unit for each depth. The information about the encoding mode of the sub coding unit may include at least one of information about a prediction unit of the sub coding unit, in formation about a prediction mode for each prediction unit, and information about a transformation unit of the sub coding unit. [48] Since sub coding units having different sizes exist for each maximum coding unit and information about an encoding mode is determined for each sub coding unit, in formation about at least one encoding mode may be determined for one maximum coding unit. [49] The apparatus 100 may generate sub coding units by equally dividing both height and width of a maximum coding unit by two according to an increase of depth. That is, when the size of a coding unit of a kth depth is 2Nx2N, the size of a coding unit of a (k+1)th depth may be NxN. [50] Accordingly, the apparatus 100 according to an exemplary embodiment can determine an optimal division shape for each maximum coding unit based on sizes of maximum coding units and a maximum depth in consideration of image charac teristics. By variably adjusting the size of a maximum coding unit in consideration of image characteristics and encoding an image through division of a maximum coding unit into sub coding units of different depths, images having various resolutions can be more efficiently encoded. [51] FIG. 2 is a block diagram of an apparatus 200 for decoding an image according to an exemplary embodiment. Referring to FIG. 2, the apparatus 200 includes an image data acquisition unit 210, an encoding information extractor 220, and an image data decoder 230. [52] The image data acquisition unit 210 acquires image data according to maximum coding units by parsing a bitstream received by the apparatus 200 and outputs the image data to the image data decoder 230. The image data acquisition unit 210 may extract information about a maximum coding unit of a current picture or slice from a header of the current picture or slice. In other words, the image data acquisition unit 210 divides the bitstream in the maximum coding unit so that the image data decoder 230 can decode the image data according to maximum coding units. [53] The encoding information extractor 220 extracts information about a maximum coding unit, a maximum depth, a division shape of the maximum coding unit, and an encoding mode of sub coding units by parsing the bitstream received by the apparatus 200. For example, the encoding information extractor 220 may extract the above described information from the header of the current picture. The information about the division shape and the information about the encoding mode are provided to the image data decoder 230. [54] The information about the division shape of the maximum coding unit may include information about sub coding units having different sizes according to depths included in the maximum coding unit, and the information about the encoding mode may include at least one of information about a prediction unit according to sub coding unit, information about a prediction mode, and information about a transformation unit. [55] The image data decoder 230 restores the current picture by decoding image data of every maximum coding unit based on the information extracted by the encoding in formation extractor 220. The image data decoder 230 can decode sub coding units included in a maximum coding unit based on the information about the division shape of the maximum coding unit. A decoding process may include at least one of a prediction process including intra prediction and motion compensation and an inverse transformation process. [56] Furthermore, the image data decoder 230 can perform intra prediction or inter prediction based on the information about the prediction unit and the information about the prediction mode in order to predict a prediction unit. The image data decoder 230 can also perform inverse transformation for each sub coding unit based on the in formation about the transformation unit of a sub coding unit. [57] FIG. 3 illustrates hierarchical coding units according to an exemplary embodiment. Referring to FIG. 3, the exemplary hierarchical coding units include coding units whose sizes are 64x64, 32x32, 16x 16, 8x8, and 4x4. Furthermore, coding units whose sizes are 64x32, 32x64, 32x16, 16x32, 16x8, 8x16, 8x4, and 4x8 may also exist. [58] In the exemplary embodiment illustrated in FIG. 3, for first image data 310 whose resolution is 1920x 1080, the size of a maximum coding unit is set to 64x64, and a maximum depth is set to 2. For second image data 320 whose resolution is 1920x 1080, the size of a maximum coding unit is set to 64x64, and a maximum depth is set to 3. For third image data 330 whose resolution is 352x288, the size of a maximum coding unit is set to 16x 16, and a maximum depth is set to 1. [59] When the resolution is high or the amount of data is great, a maximum size of a coding unit may be relatively large to increase a compression ratio and exactly reflect image characteristics. Accordingly, for the first and second image data 310 and 320 having higher resolution than the third image data 330, 64x64 may be selected as the size of the maximum coding unit. [601 A maximum depth indicates the total number of layers in the hierarchical coding units. Since the maximum depth of the first image data 310 is 2, a coding unit 315 of the image data 310 can include a maximum coding unit whose longer axis size is 64 and sub coding units whose longer axis sizes are 32 and 16, according to an increase of a depth. [61] On the other hand, since the maximum depth of the third image data 330 is 1, a coding unit 335 of the image data 330 can include a maximum coding unit whose longer axis size is 16 and coding units whose longer axis sizes is 8, according to an increase of a depth. [62] However, since the maximum depth of the second image data 320 is 3, a coding unit 325 of the image data 320 can include a maximum coding unit whose longer axis size is 64 and sub coding units whose longer axis sizes are 32, 16, and 8 according to an increase of a depth. Since an image is encoded based on a smaller sub coding unit as a depth increases, exemplary embodiments are suitable for encoding an image including more minute scenes. [63] FIG. 4 is a block diagram of an image encoder 400 based on a coding unit, according to an exemplary embodiment. Referring to FIG. 4, an intra predictor 410 performs intra prediction on prediction units of the intra mode in a current frame 405, and a motion estimator 420 and a motion compensator 425 perform inter prediction and motion com pensation on prediction units of the inter mode using the current frame 405 and a reference frame 495. [64] Residual values are generated based on the prediction units output from the intra predictor 410, the motion estimator 420, and the motion compensator 425. The generated residual values are output as quantized transform coefficients by passing through a transformer 430 and a quantizer 440. [65] The quantized transform coefficients are restored to residual values by passing through an inverse-quantizer 460 and an inverse transformer 470. The restored residual values are post-processed by passing through a deblocking unit 480 and a loop filtering unit 490 and output as the reference frame 495. The quantized transform coefficients may be output as a bitstream 455 by passing through an entropy encoder 450. [66] To perform encoding based on an encoding method according to an exemplary em bodiment, components of the image encoder 400, i.e., the intra predictor 410, the motion estimator 420, the motion compensator 425, the transformer 430, the quantizer 440, the entropy encoder 450, the inverse-quantizer 460, the inverse-transformer 470, the deblocking unit 480 and the loop filtering unit 490, perform image encoding processes based on a maximum coding unit, a sub coding unit according to depths, a prediction unit, and a transformation unit. [67] FIG. 5 is a block diagram of an image decoder 500 based on a coding unit, according to an exemplary embodiment. Referring to FIG. 5, a bitstream 505 passes through a parser 510 so that encoded image data to be decoded and encoding information used for decoding are parsed. The encoded image data is output as inverse-quantized data by passing through an entropy decoder 520 and an inverse-quantizer 530 and restored to residual values by passing through an inverse-transformer 540. The residual values are restored according to coding units by being added to an intra prediction result of an intra predictor 550 or a motion compensation result of a motion compensator 560. The restored coding units are used for prediction of next coding units or a next picture by passing through a deblocking unit 570 and a loop filtering unit 580. [68] To perform decoding based on a decoding method according to an exemplary em bodiment, components of the image decoder 500, i.e., the parser 510, the entropy decoder 520, the inverse-quantizer 530, the inverse-transformer 540, the intra predictor 550, the motion compensator 560, the deblocking unit 570 and the loop filtering unit 580, perform image decoding processes based on a maximum coding unit, a sub coding unit according to depths, a prediction unit, and a transformation unit. [69] In particular, the intra predictor 550 and the motion compensator 560 determine a prediction unit and a prediction mode in a sub coding unit by considering a maximum coding unit and a depth, and the inverse-transformer 540 performs inverse trans formation by considering the size of a transformation unit. [70] FIG. 6 illustrates a maximum coding unit, a sub coding unit, and a prediction unit, according to an exemplary embodiment. [71] As described above, the encoding apparatus 100 and the decoding apparatus 200 according to one or more exemplary embodiments use hierarchical coding units to perform encoding and decoding in consideration of image characteristics. A maximum coding unit and a maximum depth can be adaptively set according to the image charac teristics or variously set according to requirements of a user. [72] Referring to FIG. 6, a hierarchical coding unit structure 600 according to an exemplary embodiment illustrates a maximum coding unit 610 whose height and width are 64 and maximum depth is 4. A depth increases along a vertical axis of the hier archical coding unit structure 600, and as a depth increases, heights and widths of sub coding units 620 to 650 decrease. Prediction units of the maximum coding unit 610 and the sub coding units 620 to 650 are shown along a horizontal axis of the hier archical coding unit structure 600. [73] The maximum coding unit 610 has a depth of 0 and a size, i.e., height and width, of 64x64. A depth increases along the vertical axis, such that there exist a sub coding unit 620 whose size is 32x32 and depth is 1, a sub coding unit 630 whose size is 16x16 and depth is 2, a sub coding unit 640 whose size is 8x8 and depth is 3, and a sub coding unit 650 whose size is 4x4 and depth is 4. The sub coding unit 650 whose size is 4x4 and depth is 4 is a minimum coding unit. The minimum coding unit 650 may be divided into prediction units, each of which is less than the minimum coding unit. [74] In the exemplary embodiment illustrated in FIG. 6, examples of a prediction unit are shown along the horizontal axis according to each depth. That is, a prediction unit of the maximum coding unit 610 whose depth is 0 may be a prediction unit whose size is equal to the coding unit 610, i.e., 64x64, or a prediction unit 612 whose size is 64x32, a prediction unit 614 whose size is 32x64, or a prediction unit 616 whose size is 32x32, which have a size smaller than the coding unit 610 whose size is 64x64. [75] A prediction unit of the coding unit 620 whose depth is 1 and size is 32x32 may be a prediction unit whose size is equal to the coding unit 620, i.e., 32x32, or a prediction unit 622 whose size is 32x 16, a prediction unit 624 whose size is 16x32, or a prediction unit 626 whose size is 16x 16, which have a size smaller than the coding unit 620 whose size is 32x32. [76] A prediction unit of the coding unit 630 whose depth is 2 and size is 16x16 may be a prediction unit whose size is equal to the coding unit 630, i.e., 16x16, or a prediction unit 632 whose size is 16x8, a prediction unit 634 whose size is 8x16, or a prediction unit 636 whose size is 8x8, which have a size smaller than the coding unit 630 whose size is 16x16. [77] A prediction unit of the coding unit 640 whose depth is 3 and size is 8x8 may be a prediction unit whose size is equal to the coding unit 640, i.e., 8x8, or a prediction unit 642 whose size is 8x4, a prediction unit 644 whose size is 4x8, or a prediction unit 646 whose size is 4x4, which have a size smaller than the coding unit 640 whose size is 8x8. [78] The coding unit 650 whose depth is 4 and size is 4x4 is a minimum coding unit and a coding unit of a maximum depth. A prediction unit of the coding unit 650 may be a prediction unit 650 whose size is 4x4, a prediction unit 652 having a size of 4x2, a prediction unit 654 having a size of 2x4, or a prediction unit 656 having a size of 2x2. [79] FIG. 7 illustrates a coding unit and a transformation unit, according to an exemplary embodiment. The encoding apparatus 100 and the decoding apparatus 200, according to one or more exemplary embodiments, perform encoding with a maximum coding unit itself or with sub coding units, which are equal to or smaller than the maximum coding unit and divided from the maximum coding unit. [801 In the encoding process, the size of a transformation unit for frequency trans formation is selected to be no larger than that of a corresponding coding unit. For example, when a current coding unit 710 has a size of 64x64, frequency transformation can be performed using a transformation unit 720 having a size of 32x32.
[81] FIGS. 8A and 8B illustrate division shapes of a coding unit, a prediction unit, and a transformation unit, according to an exemplary embodiment. FIG. 8A illustrates a coding unit and a prediction unit, according to an exemplary embodiment. [82] A left side of FIG. 8A shows a division shape selected by an encoding apparatus 100 according to an exemplary embodiment in order to encode a maximum coding unit 810. The apparatus 100 divides the maximum coding unit 810 into various shapes, performs encoding, and selects an optimal division shape by comparing encoding results of various division shapes with each other based on R-D cost. When it is optimal that the maximum coding unit 810 is encoded as is, the maximum coding unit 810 may be encoded without dividing the maximum coding unit 810 as illustrated in FIGS. 8A and 8B. [83] Referring to the left side of FIG. 8A, the maximum coding unit 810 whose depth is 0 is encoded by dividing the maximum coding unit into sub coding units whose depths are equal to or greater than 1. That is, the maximum coding unit 810 is divided into 4 sub coding units whose depths are 1, and all or some of the sub coding units whose depths are 1 are divided into sub coding units whose depths are 2. [84] A sub coding unit located in an upper-right side and a sub coding unit located in a lower-left side among the sub coding units whose depths are 1 are divided into sub coding units whose depths are equal to or greater than 2. Some of the sub coding units whose depths are equal to or greater than 2 may be divided into sub coding units whose depths are equal to or greater than 3. [85] The right side of FIG. 8A shows a division shape of a prediction unit for the maximum coding unit 810. Referring to the right side of FIG. 8A, a prediction unit 860 for the maximum coding unit 810 can be divided differently from the maximum coding unit 810. In other words, a prediction unit for each of sub coding units can be smaller than a corresponding sub coding unit. [86] For example, a prediction unit for a sub coding unit 854 located in a lower-right side among the sub coding units whose depths are 1 can be smaller than the sub coding unit 854. In addition, prediction units for some sub coding units 814, 816, 850, and 852 of sub coding units 814, 816, 818, 828, 850, and 852 whose depths are 2 can be smaller than the sub coding units 814, 816, 850, and 852, respectively. In addition, prediction units for sub coding units 822, 832, and 848 whose depths are 3 can be smaller than the sub coding units 822, 832, and 848, respectively. The prediction units may have a shape whereby respective sub coding units are equally divided by two in a direction of height or width or have a shape whereby respective sub coding units are equally divided by four in directions of height and width. [87] FIG. 8B illustrates a prediction unit and a transformation unit, according to an exemplary embodiment. A left side of FIG. 8B shows a division shape of a prediction unit for the maximum coding unit 810 shown in the right side of FIG. 8A, and a right side of FIG. 8B shows a division shape of a transformation unit of the maximum coding unit 810. [88] Referring to the right side of FIG. 8B, a division shape of a transformation unit 870 can be set differently from the prediction unit 860. For example, even though a prediction unit for the coding unit 854 whose depth is 1 is selected with a shape whereby the height of the coding unit 854 is equally divided by two, a transformation unit can be selected with the same size as the coding unit 854. Likewise, even though prediction units for coding units 814 and 850 whose depths are 2 are selected with a shape whereby the height of each of the coding units 814 and 850 is equally divided by two, a transformation unit can be selected with the same size as the original size of each of the coding units 814 and 850. [89] A transformation unit may be selected with a smaller size than a prediction unit. For example, when a prediction unit for the coding unit 852 whose depth is 2 is selected with a shape whereby the width of the coding unit 852 is equally divided by two, a transformation unit can be selected with a shape whereby the coding unit 852 is equally divided by four in directions of height and width, which has a smaller size than the shape of the prediction unit. [90] FIG. 9 is a block diagram of an apparatus 900 for encoding a motion vector, according to an exemplary embodiment. The apparatus 900 for encoding a motion vector may be included in the apparatus 100 described above with reference to FIG. 1 or the image encoder 400 described above with reference to FIG. 4. Referring to FIG. 9, the motion vector encoding apparatus 900 includes a predictor 910, a first encoder 920, and a second encoder 930. [91] In order to decode a block encoded using inter prediction, i.e., inter-picture prediction, information about a motion vector indicating a position difference between a current block and a similar block in a reference picture is used. Thus, information about motion vectors is encoded and inserted into a bitstream in an image encoding process. However, if the information about motion vectors is encoded and inserted as is, an overhead for encoding the information about motion vectors increases, thereby decreasing a compression ratio of image data. [92] Therefore, in an image encoding process, infonnation about a motion vector is compressed by predicting a motion vector of a current block, encoding only a dif ferential vector between a motion vector predictor generated as a result of prediction and an original motion vector, and inserting the encoded differential vector into a bitstream. FIG. 9 illustrates an apparatus 900 for encoding a motion vector which uses such a motion vector predictor. [93] Referring to FIG. 9, the predictor 910 determines whether a motion vector of a current block is prediction-encoded based on an explicit mode or an implicit mode. [94] As described above, such a codec as MPEG-4 H.264/MPEG-4 AVC uses motion vectors of previously encoded blocks adjacent to a current block to predict a motion vector of the current block. That is, a median of motion vectors of previously encoded blocks adjacent to left, upper, and upper-right sides of the current block is used as a motion vector predictor of the current block. Since motion vectors of all blocks encoded using inter prediction are predicted using the same method, information about a motion vector predictor does not have to be encoded separately. However, the apparatus 100 or the image decoder 400 according to one or more exemplary em bodiments uses both a mode in which information about a motion vector predictor is not encoded separately and a mode in which information about a motion vector predictor is encoded in order to more exactly predict a motion vector, which will now be described in detail. [95] (1) Explicit Mode [96] One of methods of encoding a motion vector predictor, which can be selected by the predictor 910, may implement a mode of explicitly encoding information about a motion vector predictor of a current block. This explicit mode is a mode of calculating at least one motion vector predictor candidate and separately encoding information in dicating which motion vector predictor is used to predict a motion vector of a current block. Motion vector predictor candidates according to one or more exemplary em bodiments will now be described with reference to FIGs. 10A, 10B, and 11 A to I1C. [97] FIGs. 10A and 10B illustrate motion vector predictor candidates of an explicit mode, according to one or more exemplary embodiments. Referring to FIG. 10A, a motion vector predicting method according to an exemplary embodiment can use one of motion vectors of previously encoded blocks adjacent to a current block as a motion vector predictor of the current block. A block aO in the leftmost among blocks adjacent to an upper side of the current block, a block bO in the upper-most among blocks adjacent to a left side thereof, a block c adjacent to an upper-right side thereof, a block d adjacent to an upper-left side thereof, and a block e adjacent to a lower-right side thereof can be used for motion vector predictors of the current block. [98] Referring to FIG. 1OB, motion vectors of all blocks adjacent to a current block can be used as motion vector predictors of the current block. In other words, motion vectors of not only a block aO in the leftmost among blocks adjacent to an upper side of the current block, but all blocks adjacent to the upper side thereof can be used as motion vector predictors of the current block. Furthermore, motion vectors of not only a block bO in the upper-most among blocks adjacent to a left side thereof, but all blocks adjacent to the left side thereof can be used as motion vector predictors of the current block.
[99] Alternatively, a median value of motion vectors of adjacent blocks can be used as a motion vector predictor. For example, median(mv_ aO, mv_ bO, mvc) can be used a motion vector predictor of the current block, wherein mv_ a0 denotes a motion vector of the block at, mv_ bO denotes a motion vector of the block bO, and mvc denotes a motion vector of the block c. [100] FIGS. 11 A to 11 C illustrate motion vector predictor candidates of an explicit mode, according to another exemplary embodiment. FIG. 11 A illustrates a method of cal culating a motion vector predictor of a Bi-directional Predictive Picture (referred to as a B picture), according to an exemplary embodiment. When a current picture including a current block is a B picture in which bi-directional prediction is performed, a motion vector generated based on a temporal distance may be a motion vector predictor. [101] Referring to FIG. 11 A, a motion vector predictor of a current block 1100 of a current picture 1110 can be generated using a motion vector of a block 1120 in a co-located position of a temporally preceding picture 1112. For example, if a motion vector mvcolA of the block 1120 in a position co-located with the current block 1100 is generated for a searched block 1122 of a temporally following picture 1114 of the current picture 1110, motion vector predictor candidates mv_LOA and mv_L1A of the current block 1100 can be generated in accordance with the equations below: [102] mvLlA=(tl/t2)xmv-colA [1031 mv_LOA=mv_L1A-mvcolA [104] where mvLOA denotes a motion vector predictor of the current block 1100 for the temporally preceding picture 1112, and mv_L1A denotes a motion vector predictor of the current block 1100 for the temporally following picture 1114. [105] FIG. 11B illustrates a method of generating a motion vector predictor of a B picture, according to another exemplary embodiment. Compared with the method illustrated in FIG. 11 A, a block 1130 in a position co-located with the current block 1100 exists in the temporally following picture 1114 in FIG. IB. [106] Referring to FIG. 11 B, a motion vector predictor of the current block 1100 of the current picture 1110 can be generated using a motion vector of a block 1130 in a co located position of the temporally following picture 1114. For example, if a motion vector mvcolB of the block 1130 in a position co-located with the current block 1100 is generated for a searched block 1132 of the temporally preceding picture 1112 of the current picture 1110, motion vector predictor candidates mvLOB and mv_LiB of the current block 1100 can be generated in accordance with the equations below: [1071 mvLOB=(t3/t4)xmvcolB [108] mv_LIB=mvLOB-mvcoB [109] where mvLOB denotes a motion vector predictor of the current block 1100 for the temporally preceding picture 1112, and mv_LIB denotes a motion vector predictor of the current block 1100 for the temporally following picture 1114. [110] In the generation of a motion vector of the current block 1100 of a B picture, at least one of the methods illustrated in FIGS. 11 A and 1 1B can be used. In other words, since a motion vector predictor is generated using a motion vector and a temporal distance of the block 1120 or 1130 in a position co-located with the current block 1100, motion vector predictors can be generated using the methods illustrated in FIGs. 11 A and 11 B if motion vectors of the blocks 1120 and 1130 in the co-located position exist. Thus, the predictor 910 according to an exemplary embodiment may generate a motion vector predictor of the current block 1100 using only a block having a motion vector among the blocks 1120 and 1130 in the co-located position. [111] For example, when the block 1120 in a co-located position of the temporally preceding picture 1112 is encoded using intra prediction instead of inter prediction, a motion vector of the block 1120 does not exist, and thus a motion vector predictor of the current block 1100 cannot be generated using the method of generating a motion vector predictor as illustrated in FIG. 1 1A. [112] FIG. 1C illustrates a method of generating a motion vector predictor of a B picture, according to an exemplary embodiment. Referring to FIG. 11C, a motion vector predictor of the current block 1100 of the current picture 1110 can be generated using a motion vector of a block 1140 in a co-located position of the temporally preceding picture 1112. For example, if a motion vector mvcolC of the block 1130 in a position co-located with the current block 1100 is generated for a searched block 1142 of another temporally preceding picture 1116, a motion vector predictor candidate mvLOC of the current block 1100 can be generated in accordance with the equation below: [113] mvLOC=(t6/t5)xmv-colC. [114] Since the current picture 1110 is a P picture, the number of motion vector predictors of the current block 1100 is 1, unlike FIGS. 11A and 1B. [115] In summary, a set C of motion vector predictor candidates according to FIGS. TOA, lOB, and 11 A to IC can be generated in accordance with the equation below: [116] C = {median(mv-a0, mv_bO, mvc), mva0, mv_al..., mv_aN, mv_bO, mvbl,..., mv bN, mv-c, mv-d, mv-e, mvjtemporal}. [117] Alternatively, the set C may be generated by reducing the number of motion vector predictor candidates in accordance with the equation below: [118] C = {median(mv-a', mvb', mv_c'), mva', mvb', mv_c', mvtemporall. [1191 Herein, mvx denotes a motion vector of a block x, median( denotes a median value, and mv_temporal denotes motion vector predictor candidates generated using a temporal distance described above in association with FIGS. 1 1A to 11C. [120] In addition, mva' denotes a very first valid motion vector among mv-a0, mv_a 1...
mv_aN. For example, when a block aO is encoded using intra prediction, a motion vector mv_aG of the block aO is not valid, and thus mva' = mv-al, and if a motion vector of a block al is also not valid, mv a' = mv a2. [121] Likewise, mvb' denotes a first valid motion vector among mv_b0, mvbI..., mvbN, and mv_c' denotes a first valid motion vector among mv-c, mv_d, and mve. [122] The explicit mode is a mode of encoding information indicating which motion vector has been used for a motion vector predictor of a current block. For example, when a motion vector is encoded in the explicit mode, a binary number can be allocated to each of elements of the set C, i.e., motion vector predictor candidates, and if one of the candidates is used as a motion vector predictor of a current block, a corresponding binary number can be output. [123] It will be easily understood by those of ordinary skill in the art that other motion vector predictor candidates besides those described above in association with the explicit mode can be used. [124] (2) Implicit Mode [125] Another one of the methods of encoding a motion vector predictor, which can be selected by the predictor 910, implements a mode of encoding information indicating that a motion vector predictor of a current block is generated based on blocks or pixels included in a previously encoded area adjacent to the current block. Unlike the explicit mode, this mode is a mode of encoding information indicating generation of a motion vector predictor in the implicit mode without encoding information for specifying a motion vector predictor. [126] As described above, such a codec as MPEG-4 H.264/MPEG-4 AVC uses motion vectors of previously encoded blocks adjacent to a current block to predict a motion vector of the current block. That is, a median of motion vectors of previously encoded blocks adjacent to left, upper, and upper-right sides of the current block is used as a motion vector predictor of the current block. In this case, unlike the explicit mode, in formation for selecting one of motion vector predictor candidates may not be encoded. [127] In other words, if only information indicating that a motion vector predictor of a current block has been encoded in the implicit mode is encoded in an image encoding process, a median value of motion vectors of previously encoded blocks adjacent to left, upper, and upper-right sides of the current block can be used as a motion vector predictor of the current block in an image decoding process. [128] In addition, an image encoding method according to an exemplary embodiment provides a new implicit mode besides the method of using a median value of motion vectors of previously encoded blocks adjacent to left, upper, and upper-right sides of a current block as a motion vector predictor of the current block. This will now be described in detail with reference to FIG. 12.
[129] FIG. 12 illustrates a method of generating a motion vector predictor in an implicit mode, according to an exemplary embodiment. Referring to FIG. 12, pixels 1222 included in a previously encoded area 1220 adjacent to a current block 1200 of a current picture 1210 are used to generate a motion vector predictor of the current block 1200. Corresponding pixels 1224 are determined by searching a reference picture 1212 using the adjacent pixels 1222. The corresponding pixels 1224 can be determined by calculating a Sum of Absolute Differences (SAD). When the corresponding pixels 1224 are determined, a motion vector mvtemplate of the adjacent pixels 1222 is generated, and the motion vector mvrtemplate can be used as a motion vector predictor of the current block 1200. [130] If a mode of using a median of motion vectors of adjacent blocks as a motion vector predictor is defined as "implicit mode_1," and if a mode of generating a motion vector predictor using pixels adjacent to a current block is defined as "implicit mode_2," a motion vector predictor can be generated using one of the two implicit modes implicit mode_1 and implicit mode_2 by encoding information about one of the two implicit modes in an image encoding process and referring to the information about a mode in an image decoding process. [131] (3) Mode Selection [132] There may be various criteria for the predictor 910 to select one of the above described explicit mode and implicit mode. [133] Since one of a plurality of motion vector predictor candidates is selected in the explicit mode, a motion vector predictor more similar to a motion vector of a current block can be selected. However, since information indicating one of a plurality of motion vector predictor candidates is encoded, a greater overhead than in the implicit modes may occur. Thus, for a coding unit having a great size, a motion vector may be encoded in the explicit mode because a probability of increasing an error occurring when a motion vector is wrongly predicted is higher for a coding unit having a great size than a coding unit having a small size and the number of overhead occurrence times decreases for each picture. [134] For example, when a picture equally divided into m coding units having a size of 64x64 is encoded in the explicit mode, the number of overhead occurrence times is m. However, when a picture, which has the same size, equally divided into 4m coding units having the size of 32x32 is encoded in the explicit mode, the number of overhead occurrence times is 4m. [1351 Accordingly, the predictor 910 according to an exemplary embodiment may select one of the explicit mode and the implicit mode based on the size of a coding unit when a motion vector of a current block is encoded. [136] Since the size of a coding unit in the image encoding method and the image decoding method according to exemplary embodiments described above with reference to FIGS. 1 to 8 is represented using a depth, the predictor 910 determines based on a depth of a current block whether a motion vector of the current block is encoded in the explicit mode or the implicit mode. For example, when coding units whose depths are 0 and I are inter-predicted, motion vectors of the coding units are encoded in the explicit mode, and when coding units whose depths are equal to or greater than 2 are inter predicted, motion vectors of the coding units are encoded in the implicit mode. [137] According to another exemplary embodiment, the predictor 910 may select the explicit mode or the implicit mode for each picture or slice unit. Since image charac teristics are different for each picture or slice unit, the explicit mode or the implicit mode can be selected for each picture or slice unit by considering these image charac teristics. Motion vectors of coding units included in a current picture or slice can be prediction-encoded by selecting an optimal mode from among the explicit mode and the implicit mode in consideration of R-D cost. [138] For example, if motion vectors of coding units included in a picture or slice can be exactly predicted without using the explicit mode, motion vectors of all coding units included in the picture or slice may be prediction-encoded in the implicit mode. [139] According to another exemplary embodiment, the predictor 910 may select the explicit mode or the implicit mode based on whether a current block has been encoded in the skip mode. The skip mode is an encoding mode in which flag information in dicating that a current block has been encoded in the skip mode is encoded without encoding a pixel value. [140] Furthermore, the skip mode is a mode in which a pixel value of a current block is not encoded since a prediction block generated by performing motion compensation using a motion vector predictor as a motion vector of the current block is similar to the current block. Thus, as a motion vector predictor is generated more similarly to a motion vector of a current block, a probability of encoding the current block in the skip mode is higher. Accordingly, a block encoded in the skip mode can be encoded in the explicit mode. [141] Referring back to FIG. 9, when the predictor 910 selects one of the explicit mode and the implicit mode and determines a motion vector predictor according to the selected mode, the first encoder 920 and the second encoder 930 encode information about an encoding mode and a motion vector. [142] Specifically, the first encoder 920 encodes information about a motion vector predictor of a current block. In more detail, when the predictor 910 determines that a motion vector of the current block is encoded in the explicit mode, the first encoder 920 encodes information indicating that a motion vector predictor has been generated in the explicit mode and information indicating which motion vector predictor candidate has been used as the motion vector predictor of the current block. [143] In contrast, when the predictor 910 selects that the motion vector of the current block is encoded in the implicit mode, the first encoder 920 encodes information indicating that the motion vector predictor of the current block has been generated in the implicit mode. In other words, the first encoder 920 encodes information indicating the motion vector predictor of the current block has been generated using blocks or pixels adjacent to the current block. If two or more implicit modes are used, the first encoder 920 may further encode information indicating which implicit mode has been used to generate the motion vector predictor of the current block. [144] The second encoder 930 encodes a motion vector of a current block based on a motion vector predictor determined by the predictor 910. Alternatively, the second encoder 930 generates a difference vector by subtracting the motion vector predictor generated by the predictor 910 from the motion vector of the current block generated as a result of motion compensation and encodes information about the difference vector. [145] FIG. 13 is a block diagram of an apparatus 1300 for decoding a motion vector, according to an exemplary embodiment. The apparatus 1300 for decoding the motion vector may be included in the image decoding apparatus 200 described above with reference FIG. 2 or the image decoder 500 described above with reference to FIG. 5. Referring to FIG. 13, a motion vector decoding apparatus 1300 includes a first decoder 1310, a second decoder 1320, a predictor 1330, and a motion vector restorer 1340. [146] The first decoder 1310 decodes information about a motion vector predictor of a current block, which is included in a bitstream. In detail, the first decoder 1310 decodes information indicating whether the motion vector predictor of the current block has been encoded in the explicit mode or the implicit mode. When the motion vector predictor of the current block has been encoded in the explicit mode, the first decoder 1310 further decodes information indicating a motion vector predictor used as the motion vector predictor of the current block among a plurality of motion vector predictors. When the motion vector predictor of the current block has been encoded in the implicit mode, the first decoder 1310 may further decode information indicating which of a plurality of implicit modes has been used to encode the motion vector predictor of the current block. [147] The second decoder 1320 decodes a difference vector between a motion vector and the motion vector predictor of the current block included in the bitstream. [1481 The predictor 1330 generates a motion vector predictor of the current block based on the information about the motion vector predictor of the current block, which has been decoded by the first decoder 1310. [149] When the information about the motion vector predictor of the current block, which has been encoded in the explicit mode, is decoded, the predictor 1330 generates a motion vector predictor among the motion vector predictor candidates described above with reference to FIGs. 10A, 10B, and 11A to I1C and uses the generated motion vector predictor as the motion vector predictor of the current block. [150] When the information about the motion vector predictor of the current block, which has been encoded in the implicit mode, is decoded, the predictor 1330 generates the motion vector predictor of the current block using blocks or pixels included in a previously encoded area adjacent to the current block. In more detail, the predictor 1330 generates a median value of motion vectors of blocks adjacent to the current block as the motion vector predictor of the current block or generates the motion vector predictor of the current block by searching a reference picture using pixels adjacent to the current block. [151] The motion vector restorer 1340 restores a motion vector of the current block by summing the motion vector predictor generated by the predictor 1330 and the difference vector decoded by the second decoder 1320. The restored motion vector is used for motion compensation of the current block. [152] FIG. 14 is a flowchart of a method of encoding a motion vector, according to an exemplary embodiment. Referring to FIG. 14, a motion vector encoding apparatus 900 according to an exemplary embodiment of selects one of an explicit mode and an implicit mode as a mode of encoding information about a motion vector predictor in operation 1410. [153] The explicit mode is a mode of encoding information indicating a motion vector predictor candidate among at least one motion vector predictor candidate as in formation about a motion vector predictor, and the implicit mode is a mode of encoding information indicating that a motion vector predictor has been generated based on blocks or pixels included in a previously encoded area adjacent to a current block as information about the motion vector predictor. Detailed descriptions thereof have been given above with reference to FIGS. 10A, 1OB, 11 A to 11 C, and 12. [154] A mode may be selected based on the size of a current block, i.e., a depth of the current block, or selected in a unit of a current picture or slice in which the current block is included. Alternatively, a mode may be selected according to whether the current block has been encoded in a skip mode. [155] In operation 1420, the motion vector encoding apparatus 900 determines a motion vector predictor according to the mode selected in operation 1410. In detail, the motion vector encoding apparatus 900 determines a motion vector predictor of the current block based on the explicit mode or implicit mode selected in operation 1410. In more detail, the motion vector encoding apparatus 900 determines a motion vector predictor candidate among at least one motion vector predictor candidate as the motion vector predictor of the current block in the explicit mode or determines the motion vector predictor of the current block based on blocks or pixels adjacent to the current block in the implicit mode. [156] In operation 1430, the motion vector encoding apparatus 900 encodes information about the motion vector predictor determined in operation 1420. In the case of the explicit mode, the motion vector encoding apparatus 900 encodes information in dicating a motion vector predictor candidate among at least one motion vector predictor candidate as the motion vector predictor of the current block and information indicating that information about the motion vector predictor of the current block has been encoded in the explicit mode. In the case of the implicit mode, the motion vector encoding apparatus 900 encodes information indicating that the motion vector predictor of the current block has been generated based on blocks or pixels included in a previously encoded area adjacent to the current block. In the case of a plurality of implicit modes, the motion vector encoding apparatus 900 may further encode in formation indicating one of the plurality of implicit modes. [157] In operation 1440, the motion vector encoding apparatus 900 encodes a difference vector generated by subtracting the motion vector predictor determined in operation 1420 from a motion vector of the current block. [158] FIG. 15 is a flowchart of a method of decoding a motion vector, according to an exemplary embodiment. Referring to FIG. 15, a motion vector decoding apparatus 1300 according to an exemplary embodiment decodes information about a motion vector predictor of a current block, which is included in a bitstream, in operation 1510. In detail, the motion vector decoding apparatus 1300 decodes information about a mode used to encode the motion vector predictor of the current block from among an explicit mode and an implicit mode. [159] In the case of the explicit mode, the motion vector decoding apparatus 1300 decodes information indicating that the motion vector predictor of the current block has been encoded in the explicit mode and information about a motion vector predictor candidate among at least one motion vector predictor candidate. In the case of the implicit mode, the motion vector decoding apparatus 1300 decodes information in dicating that the motion vector predictor of the current block has been generated based on blocks or pixels included in a previously decoded area adjacent to the current block. In the case of a plurality of implicit modes, the motion vector decoding apparatus 1300 may further decode information indicating one of the plurality of implicit modes. [1601 In operation 1520, the motion vector decoding apparatus 1300 decodes information about a difference vector. The difference vector is a vector of a difference between the motion vector predictor of the current block and a motion vector of the current block. [161] In operation 1530, the motion vector decoding apparatus 1300 generates the motion vector predictor of the current block based on the information about the motion vector predictor, which has been decoded in operation 1510. In detail, the motion vector decoding apparatus 1300 generates the motion vector predictor of the current block according to the explicit mode or the implicit mode. In more detail, the motion vector decoding apparatus 1300 generates the motion vector predictor of the current block by selecting a motion vector predictor candidate among at least one motion vector predictor candidate or using blocks or pixels included in a previously decoded area adjacent to the current block. [162] In operation 1540, the motion vector decoding apparatus 1300 restores the motion vector of the current block by summing the difference vector decoded in operation 1520 and the motion vector predictor generated in operation 1530. [163] While exemplary embodiments have been particularly shown and described above, it will be understood by those of ordinary skill in the art that various changes in form and details may be made therein without departing from the spirit and scope of the present inventive concept as defined by the following claims. [164] In addition, a system according to an exemplary embodiment can be implemented using a computer readable code in a computer readable recording medium. For example, at least one of an apparatus 100 for encoding an image, an apparatus 200 for decoding an image, an image encoder 400, an image decoder 500, a motion vector encoding apparatus 900, and a motion vector decoding apparatus 1300, according to exemplary embodiments, may include a bus coupled to units of each of the devices shown in FIGS. 1, 2, 4, 5, 9, and 13 and at least one processor connected to the bus. In addition, a memory coupled to at least one processor for performing commands as described above can be included and connected to the bus to store the commands and received messages or generated messages. [165] The computer readable recording medium is any data storage device that can store data which can be thereafter read by a computer system. Examples of the computer readable recording medium include read-only memory (ROM), random-access memory (RAM), CD-ROMs, magnetic tapes, floppy disks and, optical data storage devices. The computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.
AU2014200089A 2009-08-13 2014-01-08 Method and apparatus for encoding/decoding motion vector Active AU2014200089B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2014200089A AU2014200089B2 (en) 2009-08-13 2014-01-08 Method and apparatus for encoding/decoding motion vector

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
KR10-2009-0074896 2009-08-13
AU2010283121A AU2010283121B2 (en) 2009-08-13 2010-08-13 Method and apparatus for encoding/decoding motion vector
AU2014200089A AU2014200089B2 (en) 2009-08-13 2014-01-08 Method and apparatus for encoding/decoding motion vector

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
AU2010283121A Division AU2010283121B2 (en) 2009-08-13 2010-08-13 Method and apparatus for encoding/decoding motion vector

Publications (2)

Publication Number Publication Date
AU2014200089A1 AU2014200089A1 (en) 2014-01-23
AU2014200089B2 true AU2014200089B2 (en) 2015-09-17

Family

ID=48083781

Family Applications (6)

Application Number Title Priority Date Filing Date
AU2013201859A Active AU2013201859B2 (en) 2009-08-13 2013-03-19 Method and apparatus for encoding/decoding motion vector
AU2013201857A Active AU2013201857B2 (en) 2009-08-13 2013-03-19 Method and apparatus for encoding/decoding motion vector
AU2013201858A Active AU2013201858B2 (en) 2009-08-13 2013-03-19 Method and apparatus for encoding/decoding motion vector
AU2014200088A Active AU2014200088B2 (en) 2009-08-13 2014-01-08 Method and apparatus for encoding/decoding motion vector
AU2014200089A Active AU2014200089B2 (en) 2009-08-13 2014-01-08 Method and apparatus for encoding/decoding motion vector
AU2014200090A Active AU2014200090B2 (en) 2009-08-13 2014-01-08 Method and apparatus for encoding/decoding motion vector

Family Applications Before (4)

Application Number Title Priority Date Filing Date
AU2013201859A Active AU2013201859B2 (en) 2009-08-13 2013-03-19 Method and apparatus for encoding/decoding motion vector
AU2013201857A Active AU2013201857B2 (en) 2009-08-13 2013-03-19 Method and apparatus for encoding/decoding motion vector
AU2013201858A Active AU2013201858B2 (en) 2009-08-13 2013-03-19 Method and apparatus for encoding/decoding motion vector
AU2014200088A Active AU2014200088B2 (en) 2009-08-13 2014-01-08 Method and apparatus for encoding/decoding motion vector

Family Applications After (1)

Application Number Title Priority Date Filing Date
AU2014200090A Active AU2014200090B2 (en) 2009-08-13 2014-01-08 Method and apparatus for encoding/decoding motion vector

Country Status (1)

Country Link
AU (6) AU2013201859B2 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080159401A1 (en) * 2007-01-03 2008-07-03 Samsung Electronics Co., Ltd. Method and apparatus for estimating motion vector using plurality of motion vector predictors, encoder, decoder, and decoding method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050013498A1 (en) * 2003-07-18 2005-01-20 Microsoft Corporation Coding of motion vector information
US7623574B2 (en) * 2003-09-07 2009-11-24 Microsoft Corporation Selecting between dominant and non-dominant motion vector predictor polarities

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080159401A1 (en) * 2007-01-03 2008-07-03 Samsung Electronics Co., Ltd. Method and apparatus for estimating motion vector using plurality of motion vector predictors, encoder, decoder, and decoding method

Also Published As

Publication number Publication date
AU2014200088B2 (en) 2015-10-22
AU2014200090B2 (en) 2015-10-08
AU2013201857B2 (en) 2013-12-05
AU2013201859A1 (en) 2013-04-11
AU2013201857A1 (en) 2013-04-11
AU2013201858B2 (en) 2013-10-17
AU2014200088A1 (en) 2014-01-23
AU2013201859B2 (en) 2013-10-31
AU2013201858A1 (en) 2013-04-11
AU2014200089A1 (en) 2014-01-23
AU2014200090A1 (en) 2014-01-23

Similar Documents

Publication Publication Date Title
AU2010283121B2 (en) Method and apparatus for encoding/decoding motion vector
CA2880256C (en) Method and apparatus for encoding and decoding motion vector
PH12016501594B1 (en) Method and apparatus for encoding/decoding images using a motion vector of a previous block as a motion vector for the current block
AU2014202993B2 (en) Method and apparatus for encoding and decoding motion vector
AU2014200089B2 (en) Method and apparatus for encoding/decoding motion vector
AU2015201035B2 (en) Method and apparatus for encoding and decoding motion vector

Legal Events

Date Code Title Description
FGA Letters patent sealed or granted (standard patent)