WO2012105267A1 - 画像符号化方法 - Google Patents

画像符号化方法 Download PDF

Info

Publication number
WO2012105267A1
WO2012105267A1 PCT/JP2012/000712 JP2012000712W WO2012105267A1 WO 2012105267 A1 WO2012105267 A1 WO 2012105267A1 JP 2012000712 W JP2012000712 W JP 2012000712W WO 2012105267 A1 WO2012105267 A1 WO 2012105267A1
Authority
WO
WIPO (PCT)
Prior art keywords
motion vector
context
unit
information
signal
Prior art date
Application number
PCT/JP2012/000712
Other languages
English (en)
French (fr)
Inventor
寿郎 笹井
敏康 杉尾
西 孝啓
陽司 柴原
Original Assignee
パナソニック株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by パナソニック株式会社 filed Critical パナソニック株式会社
Publication of WO2012105267A1 publication Critical patent/WO2012105267A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/90Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
    • H04N19/91Entropy coding, e.g. variable length coding [VLC] or arithmetic coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/513Processing of motion vectors
    • H04N19/517Processing of motion vectors by encoding
    • H04N19/52Processing of motion vectors by encoding by predictive encoding

Definitions

  • the present invention relates to an image encoding method, and more particularly to an image encoding method for performing arithmetic encoding.
  • Such video coding standards include, for example, H.264.
  • ITU-T International Telecommunication Union Telecommunication Standardization Sector
  • ISO / IEC ISO / IEC standard
  • MPEG-x an ISO / IEC standard
  • the latest and most advanced video coding standard is currently H.264.
  • H.264 / AVC or MPEG-4 AVC see Non-Patent Document 1 and Non-Patent Document 2.
  • H The data compression process in the H.264 / AVC standard is roughly divided into processes such as prediction, conversion, quantization, and entropy coding.
  • entropy coding reduces redundant information from information used for prediction and quantized information.
  • variable length coding includes Huffman coding, run length coding, arithmetic coding, and the like.
  • arithmetic coding is a method of determining an output code while calculating a symbol occurrence probability. Since the code is determined according to the characteristics of image data, it is compared with Huffman coding using a fixed coding table. Thus, it is known that the coding efficiency is high.
  • H.264 / AVC data compression processing using motion vectors (relative position information) is performed. Specifically, a predicted motion vector is generated from motion vectors of already-encoded adjacent blocks and the like, and the amount of information is reduced by encoding the difference.
  • the encoded block adjacent to the left side of the encoding target block is adjacent block A
  • the encoded block adjacent to the upper side of the encoding target block is adjacent block B
  • the upper right side of the encoding target block Let the encoded block adjacent to be adjacent block C.
  • the adjacent block A has a prediction motion vector in two directions, and has a motion vector MvL0_A in the prediction direction 1 and a motion vector MvL1_A in the prediction direction 2.
  • MvL0 is a motion vector that refers to the reference picture specified by the reference picture list 1 (L0)
  • MvL1 is a motion vector that refers to the reference picture specified by the reference picture list (L1).
  • the adjacent block B has a prediction motion vector in one direction and a motion vector MvL0_B in the prediction direction 1.
  • the adjacent block C has prediction motion vectors in two directions, and has a motion vector MvL0_C in prediction direction 1 and a motion vector MvL1_C in prediction direction 2.
  • the encoding target block has a prediction motion vector in two directions, and has a motion vector MvL0 in the prediction direction 1 and a motion vector MvL1 in the prediction direction 2.
  • the motion vector in the same prediction direction 1 is used, that is, MvL0_A of the adjacent block A, MvL0_B of the adjacent block B, and MvL0_C of the adjacent block C.
  • MvL0_A of the adjacent block A
  • MvL0_B of the adjacent block B
  • MvL0_C of the adjacent block C.
  • PMvL0 the motion vector MvL0 of the adjacent block
  • the motion vector MvL0 of the adjacent block is used and the motion vector MvL1 is not used.
  • the differential motion vector between the motion vector MvL0 and the motion vector predictor PMvL0 of the encoding target block is encoded.
  • the predicted motion vector PMvL0 is calculated using an intermediate value Median (MvL0_A, MvL0_B, MvL0_C) of the motion vectors MvL0_A, MvL0_B, and MvL0_C.
  • Median is derived by the following equation.
  • the motion vector MvL1 in the adjacent block A and the motion vector MvL1_C in the adjacent block C which are the motion vectors in the same prediction direction 2, are used. Generate. That is, when the motion vector MvL1 of the encoding target block is encoded, the motion vector MvL1 of the adjacent block is used and the motion vector MvL0 is not used. Then, the differential motion vector between the motion vector MvL1 of the prediction target block and the predicted motion vector PMvL1 is encoded.
  • the predicted motion vector PMvL1 is calculated using an intermediate value Median (MvL1_A, 0, MvL1_C) or the like.
  • the difference motion information indicating the difference motion vector calculated as described above is arithmetically encoded to output a bit stream.
  • FIG. 13 the conventional arithmetic coding operation will be described with reference to FIGS. 13 and 14.
  • FIG. 13 the conventional arithmetic coding operation will be described with reference to FIGS. 13 and 14.
  • step S11 When arithmetic coding of the differential motion information signal (input signal) is started, binarization is performed using a predetermined method according to the type of the signal in step S11.
  • step S12 context control processing corresponding to the type of signal is performed.
  • the symbol occurrence probability corresponding to the signal type is read out from a memory storing a plurality of symbol occurrence probabilities and output.
  • step S13 arithmetic coding is performed on the differential motion information to be processed using the symbol occurrence probability received from the memory in step S12, and the result is output as an output signal.
  • step S14 based on the binarized information calculated in step S11, the corresponding symbol occurrence probability value is updated and stored as a new symbol occurrence probability.
  • FIG. 2 is a block diagram illustrating a configuration of an arithmetic encoding unit that executes arithmetic encoding processing of H.264 / AVC.
  • the arithmetic encoding unit 10 includes a binarizing unit 11, a symbol occurrence probability storage unit 12, a context control unit 13, and a binary arithmetic encoder 14.
  • the arithmetic encoding unit 10 receives an input signal SI that is a signal to be encoded and signal type information SE that indicates the type of the input signal SI. Based on the signal type information SE, the binarization unit 11 converts the input signal SI into binary information (symbols) of “0” and “1”, and converts the binary signal BIN into a binary arithmetic encoder 14. To the context control unit 13.
  • the context control unit 13 causes the symbol occurrence probability storage unit 12 to output the symbol occurrence probability PE corresponding to the signal type information SE to the binary arithmetic encoder 14. Further, the context control unit 13 performs an update process of the symbol occurrence probability PE corresponding to the signal type information SE based on the binary signal BIN corresponding to the input signal SI input from the binarization unit 11, and the update result Are stored in the symbol occurrence probability storage unit 12.
  • the binary arithmetic encoder 14 performs an arithmetic encoding process on the binary signal BIN based on the symbol occurrence probability PE to generate and output output bit information OB.
  • the context control unit determines the symbol occurrence probability corresponding to the encoding target signal based on the signal type information based on the magnitude of the X-axis motion information, the Y-axis motion information, and the predicted motion vector. It is divided.
  • the obtained difference motion information is greatly different, and it becomes difficult to perform control adapted to the feature of the image data, which is an advantage of arithmetic encoding, and the encoding efficiency is reduced. Getting worse.
  • An object of the present invention is to provide a conversion method and an image decoding method.
  • an image encoding method is an image encoding method for compressing and encoding image data, and an image predicted from a frame in which image data has already been encoded.
  • the difference which calculates the difference of a prediction step, the motion vector prediction step which estimates the relative position information of image prediction, the relative position information used for image prediction, and the predicted motion vector predictor, and acquires the difference motion vector Generating a binary signal by binarizing the encoding target signal of the differential motion vector and a context classification determining step of determining a context for encoding the differential motion vector from a plurality of contexts And encoding probability information associated with the context determined in the context classification determination step Used, the arithmetic coding step of arithmetic coding the binary signal, based on said binary signal produced by the binarizing step includes a updating step of updating the encoding probability information.
  • the code considering a signal having statistical properties such that the difference motion information to be encoded tends to be large (the number of prediction motion vector candidates is small) and tends to be small (the number of prediction motion vector candidates is large). Since the encoding probability information (symbol occurrence probability) can be used, the accuracy of the prediction of the probability information can be improved, and the encoding efficiency can be improved.
  • the present invention can be realized not only as an image encoding method but also as an apparatus including a processing unit that executes processing steps included in the image encoding method. Moreover, you may implement
  • a communication network such as the Internet.
  • the system LSI is an ultra-multifunctional LSI manufactured by integrating a plurality of components on a single chip, and specifically includes a microprocessor, ROM, RAM (Random Access Memory), and the like.
  • Computer system is an ultra-multifunctional LSI manufactured by integrating a plurality of components on a single chip, and specifically includes a microprocessor, ROM, RAM (Random Access Memory), and the like.
  • FIG. 1 is a block diagram showing an example of a configuration of an arithmetic coding unit according to Embodiment 1 of the present invention.
  • FIG. 2 is a diagram showing an example of the symbol occurrence probability table according to Embodiment 1 of the present invention.
  • FIG. 3A is a diagram showing an example of a context table according to Embodiment 1 of the present invention.
  • FIG. 3B is a diagram showing an example of a context table according to Embodiment 1 of the present invention.
  • FIG. 4 is a flowchart showing an example of obtaining a motion vector predictor candidate list according to Embodiment 1 of the present invention.
  • FIG. 1 is a block diagram showing an example of a configuration of an arithmetic coding unit according to Embodiment 1 of the present invention.
  • FIG. 2 is a diagram showing an example of the symbol occurrence probability table according to Embodiment 1 of the present invention.
  • FIG. 3A is a diagram showing an example of a context table according
  • FIG. 5A is a schematic diagram showing an example of a motion vector predictor candidate index and a motion vector predictor candidate list according to Embodiment 1 of the present invention.
  • FIG. 5B is a schematic diagram showing an example of a motion vector predictor candidate index and a motion vector predictor candidate list according to Embodiment 1 of the present invention.
  • FIG. 5C is a schematic diagram showing an example of a motion vector predictor candidate index and a motion vector predictor candidate list according to Embodiment 1 of the present invention.
  • FIG. 6 is a flowchart showing an example of the operation of the context block partition control according to Embodiment 1 of the present invention.
  • FIG. 7 is a flowchart showing an example of the operation of the context block partition control according to Embodiment 1 of the present invention.
  • FIG. 8 is a block diagram showing an example of the configuration of the image coding apparatus according to Embodiment 1 of the present invention.
  • FIG. 9 is a block diagram showing an example of the configuration of the arithmetic decoding unit according to Embodiment 2 of the present invention.
  • FIG. 10 is a flowchart showing an example of the arithmetic decoding method according to Embodiment 2 of the present invention.
  • FIG. 11 is a flowchart showing an example of the arithmetic decoding method according to Embodiment 2 of the present invention.
  • FIG. 12 is a block diagram showing an example of the configuration of the image decoding apparatus according to Embodiment 2 of the present invention.
  • FIG. 13 is a flowchart showing a conventional arithmetic coding method.
  • FIG. 14 is a block diagram showing a configuration of a conventional arithmetic coding apparatus.
  • FIG. 15 is a schematic diagram illustrating an example of a conventional method for deriving differential motion information.
  • FIG. 16 is an overall configuration diagram of a content supply system that realizes a content distribution service.
  • FIG. 17 is an overall configuration diagram of a digital broadcasting system.
  • FIG. 18 is a block diagram illustrating a configuration example of a television.
  • FIG. 19 is a block diagram illustrating a configuration example of an information reproducing / recording unit that reads and writes information from and on a recording medium that is an optical disk.
  • FIG. 20 is a diagram illustrating a structure example of a recording medium that is an optical disk.
  • FIG. 21A is a diagram illustrating an example of a mobile phone.
  • FIG. 21A is a diagram illustrating an example of a mobile phone.
  • FIG. 21B is a block diagram illustrating a configuration example of a mobile phone.
  • FIG. 22 is a diagram showing a structure of multiplexed data.
  • FIG. 23 is a diagram schematically showing how each stream is multiplexed in the multiplexed data.
  • FIG. 24 is a diagram showing in more detail how the video stream is stored in the PES packet sequence.
  • FIG. 25 is a diagram illustrating the structure of TS packets and source packets in multiplexed data.
  • FIG. 26 is a diagram illustrating a data structure of the PMT.
  • FIG. 27 is a diagram showing an internal configuration of multiplexed data information.
  • FIG. 28 shows the internal structure of stream attribute information.
  • FIG. 29 is a diagram illustrating steps for identifying video data.
  • FIG. 22 is a diagram showing a structure of multiplexed data.
  • FIG. 23 is a diagram schematically showing how each stream is multiplexed in the multiplexed data.
  • FIG. 24 is a diagram
  • FIG. 30 is a block diagram illustrating a configuration example of an integrated circuit that realizes the moving image encoding method and the moving image decoding method according to each embodiment.
  • FIG. 31 is a diagram showing a configuration for switching the driving frequency.
  • FIG. 32 is a diagram illustrating steps for identifying video data and switching between driving frequencies.
  • FIG. 33 is a diagram showing an example of a look-up table in which video data standards are associated with drive frequencies.
  • FIG. 34A is a diagram illustrating an example of a configuration for sharing a module of a signal processing unit.
  • FIG. 34B is a diagram illustrating another example of a configuration for sharing a module of a signal processing unit.
  • an image encoding method is an image encoding method for compressing and encoding image data, and an image prediction step for predicting the image data from already encoded frames;
  • a motion vector prediction step for predicting the relative position information of the image prediction;
  • a difference step for calculating a difference between the relative position information used for the image prediction and the predicted motion vector to obtain a differential motion vector;
  • binarizing the encoding target signal of the differential motion vector image data by determining a context classification determination step for determining an encoding probability information context for encoding the differential motion vector from a plurality of contexts, Corresponding to the binarization step for generating a binary signal and the context determined in the context segment determination step
  • An arithmetic coding step for arithmetically coding the binary signal using the coded coding probability information; and the coding probability information based on the binary signal generated in the binarizing step.
  • An update step for updating.
  • the aspect of the image encoding method according to the present invention further includes a prediction motion vector candidate derivation step for deriving the prediction motion vector candidate, and the context segment determination step includes the prediction motion vector candidate.
  • the context for determining the coding probability information may be determined according to the number of.
  • a context indicating that the difference motion vector is increased when the number of motion vector predictor candidates is small is selected. Then, when the number of motion vector predictor candidates is large, a context indicating that the differential motion vector is small may be selected.
  • the aspect of the image encoding method according to the present invention further includes an ambient differential motion vector acquisition step of acquiring an already encoded peripheral differential motion vector, and the context segment determination step includes:
  • the context for determining the coding probability information may be determined according to the magnitude of the difference motion vector.
  • a context indicating that the difference motion vector is increased when the size of the surrounding difference motion vector is large. If the size of the surrounding difference motion vector is small, a context indicating that the difference motion vector is small may be selected.
  • a context indicating that the differential motion vector is increased is selected. Also good.
  • the arithmetic coding method according to the present embodiment uses symbol generation probabilities appropriately classified based on frequency components for the type of signal to be encoded. Thereby, the symbol generation probability based on the statistical information common to each frequency component can be used, and the encoding efficiency can be improved. Furthermore, the number of symbol generation probabilities can be reduced, and the memory size at the time of mounting can be reduced.
  • FIG. 1 is a block diagram showing an example of the configuration of the arithmetic coding unit 100 according to Embodiment 1 of the present invention.
  • the arithmetic encoding unit 100 according to Embodiment 1 of the present invention corresponds to a part of an image encoding device that compresses and encodes image data.
  • the arithmetic encoding unit 100 includes a binarizing unit 101, a symbol occurrence probability storing unit 102, a context control unit 103, a binary arithmetic encoder 104, a context partition control unit 105, Is provided.
  • the arithmetic encoding unit 100 generates and outputs an output signal OB by arithmetically encoding the input signal SI that is a signal to be encoded. Further, in the arithmetic coding unit 100, when the input signal SI is a signal related to the quantization coefficient, the signal type information SE indicates coefficient position information.
  • the input signal SI is a signal to be encoded of image data, for example, a signal indicating a relative position with an image in another frame when the image data is predicted.
  • the input signal SI may not be the relative position information itself but may be information on the difference between the relative position information and the prediction information.
  • the signal type information SE is type information indicating the type of the input signal SI that is the signal to be encoded.
  • the type of the input signal SI is information indicating the nature of the encoding target signal, for example.
  • the signal type information SE may be information indicating that it is differential motion information, for example.
  • the target input signal SI is a signal indicating differential motion information, which is information on the difference between a motion vector indicating relative position information and a predicted motion vector that is prediction information obtained by predicting the motion vector. It will be explained as there is.
  • motion difference information is arithmetically coded (motion prediction coding) will be described in detail.
  • the binarization unit 101 generates a binary signal by binarizing the encoding target signal (input signal SI). Specifically, the binarization unit 101 generates a binary signal BIN by performing binarization of the input signal SI based on the input signal SI and the signal type information SE.
  • the symbol occurrence probability storage unit 102 is a memory that holds a plurality of symbol occurrence probabilities.
  • the symbol occurrence probability storage unit 102 holds a symbol occurrence probability table.
  • the symbol occurrence probability table is a table in which context and probability information are associated with each other. Details of the symbol occurrence probability table will be described later.
  • the symbol occurrence probability storage unit 102 holds a context table.
  • the context table is a table in which the type of the encoding target signal is associated with the context. Details of the context table will be described later.
  • the context control unit 103 determines a context to be associated from the type of the encoding target signal. Specifically, the context control unit 103 acquires the signal type information SE and the control signal CTRS acquired from the context classification control unit 105, and refers to the context table based on the acquired signal type information SE and the control signal CTRS. Thus, the context associated with the type of the signal to be encoded is determined. At this time, the context control unit 103 determines a context based on the section specified by the control signal CTRS, and determines a context common to the sections when the same section is used even if the coefficient positions are different. Note that the context control unit 103 may hold a context table. Here, the operation of the context division control unit 105 will be described later.
  • the context control unit 103 determines probability information corresponding to the determined context. That is, the context control unit 103 refers to the symbol occurrence probability table, determines which symbol occurrence probability stored in the symbol occurrence probability storage unit 102 is used, and determines coding probability information.
  • the coding probability information is probability information used for arithmetic coding of a binary signal.
  • the probability information is, for example, an index indicating a symbol occurrence probability value or a symbol occurrence probability value.
  • the symbol occurrence probability corresponding to the context determined by the context control unit 103 is output from the symbol occurrence probability storage unit 102 to the binary arithmetic encoder 104.
  • the binary arithmetic encoder 104 arithmetically encodes a binary signal using the encoding probability information. Specifically, the binary arithmetic encoder 104 performs arithmetic encoding of the binary signal generated by the binarization unit 101 using the symbol occurrence probability output from the symbol occurrence probability storage unit 102.
  • FIG. 2 is a diagram showing an example of the symbol occurrence probability table according to Embodiment 1 of the present invention.
  • the symbol occurrence probability table is a table in which contexts and symbol occurrence probabilities are associated with each other.
  • the index (ctxIdx) in FIG. 2 is an index representing a context. Specifically, information around a macroblock being encoded, information already encoded in a block, or bits to be encoded This is an index determined according to the position.
  • Each index (ctxIdx) is associated with probability information (pStateIdx) indicating a symbol occurrence probability and a symbol (valMPS) indicating a symbol with a high occurrence probability (Most Probable Symbol). These are described in H.C. It is equivalent to that shown in the H.264 standard. That is, the probability information pStateIdx is an index indicating the value of the symbol occurrence probability.
  • the symbol occurrence probability storage unit 102 further holds a table indicating symbol occurrence probability values corresponding to the probability information pStateIdx.
  • the index (pStateIdx) indicating the symbol occurrence probability and the context (ctxIdx) are managed as a table associated with each other, but the context and the symbol occurrence probability value may be directly associated with each other and managed. .
  • the symbol occurrence probability value with, for example, 16-bit precision (0-65535)
  • a method of managing the symbol occurrence probability as a value will be described.
  • 3A and 3B are diagrams showing an example of a context table according to Embodiment 1 of the present invention.
  • the context table is a table in which a plurality of types of information SE and contexts (ctxIdx) are associated with each other.
  • the context division control unit 105 selects the context table associated with the SE.
  • the same context may be associated with all signal type information SE under the control of the context classification control unit 105.
  • an adjacent block A adjacent to the left side of the encoding target block, an adjacent block B adjacent to the upper side, and an adjacent block C adjacent to the upper right are obtained.
  • the block to which the left adjacent pixel of the pixel at the upper left position of the encoding target block belongs is adjacent block A
  • the block to which the upper adjacent pixel at the upper left position belongs is adjacent block B
  • the upper right position A block to which a pixel on the upper right side of a pixel belongs is an adjacent block C.
  • each of the adjacent blocks A, B, and C has a motion vector in the same prediction direction as that of the encoding target block
  • each of the reference pictures of the adjacent blocks A, B, and C is the encoding target block. It is determined whether it is the same as the reference picture. If true in S2, the motion vector of the corresponding adjacent block is added to the predicted motion vector candidate list in S3.
  • the median values of the motion vectors of adjacent blocks A, B, and C are calculated and added to the predicted motion vector candidate list.
  • the motion vector of the adjacent block having the same prediction direction as the motion vector of the encoding target block is added to the prediction motion vector candidate list, and the motion vector of the adjacent block having a different prediction direction is added. Is not added, but the size of the motion vector of an adjacent block having a different prediction direction may be set to 0 and added to the motion vector predictor candidate list.
  • FIG. 15 when the encoding target block has the motion vector MvL0 in the prediction direction 1 and the motion vector MvL1 in the prediction direction 2, FIG. It demonstrates using FIG. 5B.
  • the reference picture in the prediction direction 1 of the encoding target block is the same as the reference picture in the prediction direction 1 of the adjacent blocks A, B, and C, and the prediction direction 2 of the encoding target block
  • the reference picture in the prediction direction 2 of the adjacent block A and the reference picture in the prediction direction 1 of the adjacent block C are the same picture.
  • the value of the motion vector predictor index is 0 for the median (MvL0_A, MvL0_B, MvL0_C), 1 for the value corresponding to MvL0_A, and MvL0_B.
  • the value corresponding to is 2 and the value corresponding to MvL0_C is 3.
  • the value corresponding to Median (MvL1_A, MvL0_B, MvL1_C) is set to 0, the value corresponding to MvL1_A is set to 1, and the value corresponding to MvL1_C is set to 2. .
  • the motion vector MvL1_B in the prediction direction 2 of the adjacent block that is the prediction motion vector candidate does not exist in the prediction motion vector candidate list in the prediction direction 2, it is not added to the list. If there is no motion vector of an adjacent block that is a motion vector predictor candidate in the motion vector predictor candidate list in the prediction direction 2, encoding efficiency can be improved by not assigning a motion vector predictor index. . Also, the method of assigning the motion vector predictor is not limited to this example, and if there is no motion vector that is a motion vector predictor candidate, the motion vector size may be set to 0 and the motion vector predictor index assigned. Good.
  • FIG. 5C shows an example of a code table used when the motion vector predictor index is variable length encoded.
  • codes with a short code length are assigned in ascending order of predicted motion vector index values. Note that encoding efficiency can be improved by reducing the value of the motion vector predictor index corresponding to a motion vector predictor candidate that is highly likely to have good prediction accuracy.
  • the number of motion vector predictor candidates can be obtained.
  • FIG. 6 is a flowchart showing an example of the arithmetic coding method according to Embodiment 1 of the present invention. Further, the flowchart shown in FIG. 6 illustrates a procedure of arithmetic coding when a signal indicating differential motion information of a certain block is encoded as a signal to be encoded.
  • the binarization unit 101 binarizes the difference motion information of the block (step S201, binarization step).
  • a binarization method for example, up to a certain value (for example, 8), a code whose code length changes by 1 every time it increases by 1 is used.
  • a certain value for example, 8
  • the generated binary code is, for example, “0” when the differential motion information is 0, and when the difference motion information is greater than 0 and less than or equal to a certain value, 1 is the number. It is a code that is continuous and finally added with 0, and when it is larger than a certain value, 1 is continued up to the certain value by the above-mentioned method, and after that, a code obtained by connecting codes binarized using exponential Golomb Become.
  • the context partition control unit 105 acquires the number of motion vector predictor candidates included in the motion vector predictor candidate list as the number of candidate lists (step S202).
  • the motion vector predictor candidate list is a list obtained by the method described above.
  • a comparison is made between the obtained number of candidate lists and a threshold value (step S203). For example, if the threshold is set to 1, the process can be switched between the case where the number of candidate lists is only one and the case where there are two or more candidate lists. If the number of candidate lists is greater than the threshold (YES in step S203), the context classification control unit 105 outputs a control signal CTRS indicating that the number of candidate lists is greater than the threshold to the context control unit 103.
  • a context model (context table) corresponding to the case where the number of candidate lists is large is selected (step S205).
  • the context classification control unit 105 outputs a control signal CTRS indicating that the number of candidate lists is smaller than the threshold to the context control unit 103, A context model corresponding to the case where the number of candidate lists is small is selected (step S204). Note that steps S202 to S205 correspond to a context division determination step.
  • the context model corresponding to the number of lists has the following properties.
  • the motion vector predictor can be selected in accordance with the motion information to be encoded. That is, the difference motion information (difference motion vector) tends to be small. Specifically, it is predicted that the above-described binarized code is shortened. For this reason, a context model corresponding to the case where many such binary codes occur is selected.
  • the binary arithmetic encoder 104 acquires the symbol occurrence probability used for the binary arithmetic encoding from the symbol occurrence probability storage unit 102. Further, binary arithmetic coding is executed using the acquired symbol occurrence probability (step S206). Further, the symbol occurrence probability is updated in accordance with the binary signal actually used in the binary arithmetic coding (step S207).
  • the context (symbol occurrence probability) to be switched here may be switched for all binary arithmetic codes of the difference motion information, or the binary signal indicating that the difference motion information is “0” or “1” which is not 0.
  • the different motion information is “0” or “1” information that is not 0, a separate context table is used, so that improvement in coding efficiency is expected as in the former case.
  • the memory size required for storing the symbol occurrence probability can be reduced, and the increase in circuit scale can be suppressed.
  • the number of candidate lists is large, but if it is small, it is divided into two.
  • different context models may be prepared and switched for each number of candidate lists.
  • the division becomes finer, the probability of symbol generation can be divided more finely, so that further improvement in coding efficiency can be expected.
  • FIG. 7 is a flowchart for explaining the operation of the arithmetic coding method performed by the arithmetic coding unit 100 according to Embodiment 1 of the present invention in this case. Further, the flowchart shown in FIG. 7 illustrates arithmetic coding when the differential motion information that is the signal to be coded is coded.
  • the binarization unit 101 binarizes the difference motion information of the block (step S301).
  • the binarization method is the same as the example shown in the description of FIG.
  • the context classification control unit 105 determines whether there is difference motion information in the left adjacent block that is a block adjacent to the left of the target block (step S302).
  • the parameter Param is fixed.
  • the value VAL is added (step S303).
  • a constant value for example, a value such as 34 or 17 related to a threshold for context switching to be described later is prepared in advance in VAL.
  • the parameter Param indicates the size of the differential motion information (differential motion vector) of the left adjacent block, more specifically, the difference to be encoded.
  • the absolute value MVDL of the same parity (X coordinate or Y coordinate) value as the motion information is set (step S304).
  • step S305 similarly, it is determined whether or not there is differential motion information in the upper adjacent block that is the upper adjacent block.
  • a fixed value VAL is further added to the parameter Param (step S306).
  • the parameter Param is the size of the differential motion information of the upper adjacent block, more specifically, the same parity as the differential motion information to be encoded.
  • the absolute value MVDT of the value (X coordinate or Y coordinate) is added (step S307).
  • a context model is selected according to the value of Param calculated so far.
  • the group of Param values is small, medium, and large (for example, 2 or less is small, 3 or more and 32 or less is medium, and 33 or more is large).
  • a different context model (context table) is set in advance for each group (step S308).
  • the context model corresponding to the value of Param has the following properties.
  • the accuracy of surrounding prediction vectors is high and the difference is predicted to be small, so that the difference motion information (difference motion vector) tends to be small.
  • the above-described binarized code is shortened. For this reason, a context model corresponding to the case where many such binary codes occur is selected.
  • the binary arithmetic encoder 104 acquires the symbol occurrence probability used for the binary arithmetic encoding from the symbol occurrence probability storage unit 102. Further, binary arithmetic coding is executed using the acquired symbol occurrence probability (step S309). Further, the symbol occurrence probability is updated in accordance with the binary signal actually used in the binary arithmetic coding (step S310).
  • the context (symbol occurrence probability) to be switched here may be switched for all binary arithmetic codes of the difference motion information, or the binary signal indicating that the difference motion information is “0” or “1” which is not 0.
  • the different motion information is “0” or “1” information that is not 0, a separate context table is used, so that improvement in coding efficiency is expected as in the former case.
  • the memory size required for storing the symbol occurrence probability can be reduced, and the increase in circuit scale can be suppressed.
  • Param is divided into three categories, but the present invention is not limited to this.
  • four or more sections may be set more finely, and different context models may be prepared and switched.
  • the division becomes finer, the probability of symbol generation can be divided more finely, so that further improvement in coding efficiency can be expected.
  • it is good also as two divisions. In this case, a reduction in memory size can be expected.
  • the context model information (threshold value, fixed value VAL, number of sections) is used as the head of the bit stream (stream header) in both cases where the context model is switched by the number of candidate lists and when the context model is switched by the value of Param. May be recorded. By doing so, it is possible to switch the context model depending on the feature of the image, and it can be expected to further improve the encoding efficiency.
  • the unit recorded in the header may be a unit corresponding to a slice or a picture.
  • the control can be performed more finely than in the case of recording in units of streams, further improvement in encoding efficiency can be expected.
  • the arithmetic encoding unit 100 according to Embodiment 1 of the present invention described above is provided in an image encoding device that compresses and encodes image data.
  • the image encoding device 200 compresses and encodes image data. For example, image data is input to the image encoding device 200 as an input signal for each block.
  • the image encoding device 200 generates an encoded signal by performing transformation, quantization, and variable length encoding on the input signal that has been input.
  • FIG. 8 is a block diagram showing an example of the configuration of the image coding apparatus 200 according to Embodiment 1 of the present invention.
  • the image coding apparatus 200 includes a subtractor 205, a transform / quantization unit 210, an entropy coding unit 220 (corresponding to the arithmetic coding unit 100 in FIG. 1), an inverse quantization / quantization unit.
  • An inverse conversion unit 230, an adder 235, a deblocking filter 240, a memory 250, an intra prediction unit 260, a motion detection unit 270, a motion compensation unit 280, and an intra / inter switch 290 are provided.
  • the subtracter 205 calculates a difference between the input signal and the prediction signal, that is, a prediction error.
  • the transform / quantization unit 210 generates a frequency domain transform coefficient by transforming a spatial domain prediction error. For example, the transform / quantization unit 210 generates a transform coefficient by performing DCT (Discrete Cosine Transform) transform on the prediction error. Furthermore, the transform / quantization unit 210 generates a quantized coefficient by quantizing the transform coefficient.
  • DCT Discrete Cosine Transform
  • the entropy encoding unit 220 generates an encoded signal by performing variable length encoding on the quantization coefficient.
  • the entropy encoding unit 220 encodes the motion data (for example, a motion vector) detected by the motion detection unit 270, and outputs the encoded data by including it in the encoded signal.
  • the inverse quantization / inverse transform unit 230 restores the transform coefficient by inverse quantization of the quantized coefficient. Further, the inverse quantization / inverse transform unit 230 restores the prediction error by inversely transforming the restored transform coefficient. Note that the restored prediction error does not match the prediction error generated by the subtractor 205 because information is lost due to quantization. That is, the restored prediction error includes a quantization error.
  • the adder 235 generates a local decoded image by adding the restored prediction error and the prediction signal.
  • the deblocking filter 240 performs deblocking filter processing on the generated local decoded image.
  • the memory 250 is a memory for storing a reference image used for motion compensation. Specifically, the memory 250 stores a local decoded image that has been subjected to deblocking filter processing.
  • the intra prediction unit 260 generates a prediction signal (intra prediction signal) by performing intra prediction. Specifically, the intra prediction unit 260 performs intra prediction with reference to an image around the block to be encoded (input signal) in the local decoded image generated by the adder 235, thereby obtaining an intra prediction signal. Generate.
  • the motion detector 270 detects motion data (for example, a motion vector) between the input signal and the reference image stored in the memory 250.
  • motion data for example, a motion vector
  • the motion compensation unit 280 generates a prediction signal (inter prediction signal) by performing motion compensation based on the detected motion data.
  • the intra / inter switch 290 selects either the intra prediction signal or the inter prediction signal, and outputs the selected signal to the subtracter 205 and the adder 235 as a prediction signal.
  • the image encoding device 200 compresses and encodes image data.
  • the entropy coding unit 220 includes the arithmetic coding unit 100 according to Embodiment 1 of the present invention. That is, the arithmetic coding unit 100 accepts a quantized coefficient as the input signal SI and binarizes and arithmetically codes it.
  • the signal type information SE is information indicating the coefficient position of the quantization coefficient, the motion data shown in FIG. 8, the intra prediction direction used by the intra prediction unit 260, and the like.
  • the context associated with the type of the encoding target signal is determined according to the related information of the difference motion information. Then, an appropriate context model is determined, and coding probability information used for arithmetic coding is obtained using the context model.
  • the arithmetic decoding method according to the present embodiment uses symbol generation probabilities appropriately classified based on frequency components for the type of signal to be decoded. Thereby, the symbol occurrence probability based on the statistical information common to each frequency component can be used, coding efficiency can be improved, and a signal with improved coding efficiency can be decoded.
  • FIG. 9 is a block diagram showing an example of the configuration of the arithmetic decoding unit 300 according to Embodiment 2 of the present invention.
  • arithmetic decoding section 300 according to Embodiment 2 of the present invention corresponds to a part of an image decoding apparatus that decodes compression-encoded encoded image data.
  • the arithmetic decoding unit 300 includes a binary arithmetic decoder 301, a symbol occurrence probability storage unit 302, a context control unit 303, a multilevel conversion unit 304, and a context partition control unit 305.
  • the arithmetic decoding unit 300 restores and outputs the image data by performing arithmetic decoding on the input stream IS that is a signal to be decoded. Further, the signal type information SE indicating the type of the input stream IS is input to the arithmetic decoding unit 300.
  • the input stream IS is a decoding target signal of encoded image data, and is a signal indicating a quantization coefficient generated by compressing and encoding image data, for example. That is, the input signal SI according to the first embodiment corresponds to a signal generated by arithmetic coding.
  • the signal type information SE is an example of the type information of the decoding target signal of the encoded image data.
  • the signal type information SE is information indicating the type of the input stream IS, and more specifically, is the same as the signal type information SE according to the first embodiment. That is, when the input stream IS is a signal related to a transform coefficient (for example, a quantization coefficient), the signal type information SE is information including a coefficient position.
  • the binary arithmetic decoder 301 generates a binary signal by arithmetically decoding the decoding target signal using the decoding probability information. Specifically, the binary arithmetic decoder 301 generates an output binary signal OBIN by performing arithmetic decoding on the input stream IS using the symbol occurrence probability output from the symbol occurrence probability storage unit 302.
  • the symbol occurrence probability storage unit 302 is a memory that holds a plurality of occurrence probabilities of symbols.
  • the symbol occurrence probability storage unit 302 holds a symbol occurrence probability table.
  • the symbol occurrence probability table is a table in which context and probability information are associated with each other, and is, for example, a table shown in FIG. Details of the symbol occurrence probability table are the same as those in the first embodiment.
  • the symbol occurrence probability storage unit 302 holds a context table.
  • the context table is a table in which the type of the decoding target signal is associated with the context, and is, for example, a table illustrated in FIGS. 3A and 3B. Details of the context table are the same as those in the first embodiment.
  • the context control unit 303 determines the associated context from the type of the decoding target signal. Specifically, the context control unit 303 acquires the signal type information SE and the control signal CTRS acquired from the context partition control unit 305, and adds the signal type information SE and the control signal CTRS indicating the type of the acquired input stream IS. Based on the context table, the context associated with the type of the signal to be decoded is determined. At this time, the context control unit 303 determines the context of the context table based on the division specified by the control signal CTRS. When the same position is used even if the coefficient positions are different, the context table context common to the divisions To decide. Note that the context control unit 303 may hold a context table. Here, the operation of the context division control unit 305 will be described later.
  • the context control unit 303 determines decoding probability information corresponding to the determined context.
  • the context control unit 303 uses the determined decoding probability information and refers to the symbol occurrence probability table to determine which symbol occurrence probability stored in the symbol occurrence probability storage unit 302 is to be used.
  • the decoding probability information is, for example, an index indicating a symbol occurrence probability value or a symbol occurrence probability value.
  • the symbol occurrence probability corresponding to the context determined by the context control unit 303 is output from the symbol occurrence probability storage unit 302 to the binary arithmetic decoder 301.
  • the specific operation of the context control unit 303 is the same as that of the context control unit 103 according to the first embodiment.
  • the multi-value quantization unit 304 multi-values the output binary signal OBIN generated by the binary arithmetic decoder 301 to restore the image data. Note that the multilevel method is determined based on the signal type information SE.
  • FIG. 10 is a flowchart showing an example of the arithmetic decoding method according to Embodiment 2 of the present invention.
  • FIG. 10 shows an arithmetic decoding processing procedure when the differential motion information of a block having a signal to be encoded is decoded.
  • an input stream IS to be decoded is acquired, and the context partition control unit 305 calculates the number of candidate lists that is the number of motion vector predictor candidate lists.
  • Obtain S401
  • the predicted motion vector candidate list is the same as the predicted motion vector candidate described in the first embodiment.
  • the number of candidate lists is the same as the number of candidate lists in the first embodiment, and is calculated by the same method as in the first embodiment.
  • the number of obtained candidate lists is compared with a threshold value (step S402). For example, when the threshold value is set to 1, the process can be switched between the case where the number of candidate lists is only one and the case where there are two or more candidate lists.
  • the context classification control unit 305 when the number of candidate lists is greater than the threshold (YES in step S402), the context classification control unit 305 outputs a control signal CTRS indicating that the number of candidate lists is greater than the threshold to the context control unit 303. A context model (context table) corresponding to the case where the number of candidate lists is large is selected (step S404). On the other hand, when the number of candidate lists is smaller than the threshold (NO in step S402), the context classification control unit 305 outputs a control signal CTRS indicating that the number of candidate lists is smaller than the threshold to the context control unit 103, A context model corresponding to the case where the number of candidate lists is small is set (step S403).
  • the context model corresponding to the number of lists has the same properties as the context model in the encoding method described in the first embodiment.
  • the binary arithmetic decoder 301 uses the selected context model (context table) to acquire a symbol occurrence probability used for binary arithmetic coding from the symbol occurrence probability storage unit 302. Further, binary arithmetic decoding is executed using the acquired symbol occurrence probability (step S405). Further, the symbol occurrence probability is updated in accordance with the decoded binary signal (step S406). Finally, the binary signal obtained by the arithmetic decoding is multi-valued by a method that is paired with the encoding side to obtain differential motion information as an output signal (step S407).
  • context model context model
  • FIG. 11 is a flowchart for explaining the operation in the case of decoding an encoded signal that is encoded by switching the context model according to the MVD size of the peripheral block.
  • the flowchart shown in FIG. 11 shows a processing procedure of arithmetic decoding when the decoding target signal is a signal obtained by encoding differential motion information.
  • an input stream IS that is a signal to be decoded is acquired, and the context partition control unit 105 applies a left adjacent block adjacent to the left of the target block. It is determined whether there is difference motion information (step S501).
  • a fixed value VAL is added to the parameter Param (step S502).
  • a fixed value for example, a value such as 34 or 17
  • the parameter Param indicates the size of the differential motion information (differential motion vector) of the left adjacent block, more specifically, the differential motion that is the decoding target.
  • the absolute value MVDL of the same parity (X coordinate or Y coordinate) value as the information is set (step S503).
  • step S504 it is determined whether or not there is differential motion information in the upper adjacent block adjacent on the upper side.
  • a fixed value VAL is further added to the parameter Param (step S505).
  • the parameter Param has the same size as the differential motion information to be decoded, more specifically, the size of the differential motion information of the upper adjacent block.
  • the absolute value MVDT of the value (X coordinate or Y coordinate) is added (step S506).
  • a context model is set according to the value of Param calculated so far.
  • a context model (context table) is set in advance (step S507).
  • the context model corresponding to the value of Param has the same properties as the context model in the encoding method described in the first embodiment.
  • the binary arithmetic decoder 301 acquires the symbol occurrence probability used in the binary arithmetic decoding from the symbol occurrence probability storage unit 302 using the selected context model (context table). Further, binary arithmetic decoding is executed using the acquired symbol occurrence probability (step S508). Further, the symbol occurrence probability is updated according to the decoded binary signal (step S509). Finally, the binary signal obtained by the arithmetic decoding is multi-valued by a method paired with the encoding side to obtain differential motion information as an output signal (step S510).
  • Embodiment 2 (Configuration of Image Decoding Device in Embodiment 2)
  • the arithmetic decoding unit 300 according to Embodiment 2 of the present invention described above is provided in an image decoding apparatus that decodes encoded image data that has been compression-encoded.
  • the image decoding apparatus 400 decodes the encoded image data that has been compression encoded. For example, the image decoding apparatus 400 receives encoded image data as a decoding target signal for each block. The image decoding apparatus 400 restores image data by performing variable length decoding, inverse quantization, and inverse transformation on the input decoding target signal.
  • FIG. 11 is a block diagram showing an example of the configuration of the image decoding apparatus 400 according to Embodiment 2 of the present invention.
  • the image decoding apparatus 400 includes an entropy decoding unit 410 (corresponding to the arithmetic decoding unit 300 in FIG. 9), an inverse quantization / inverse transform unit 420, an adder 425, a deblocking filter 430, , A memory 440, an intra prediction unit 450, a motion compensation unit 460, and an intra / inter switch 470.
  • the entropy decoding unit 410 restores the quantization coefficient by variable-length decoding the input signal (input stream).
  • the input signal (input stream) is a signal to be decoded and corresponds to data for each block of the encoded image data.
  • the entropy decoding unit 410 acquires motion data from the input signal and outputs the acquired motion data to the motion compensation unit 460.
  • the inverse quantization / inverse transform unit 420 restores the transform coefficient by inversely quantizing the quantized coefficient restored by the entropy decoding unit 410. Then, the inverse quantization / inverse transform unit 420 restores the prediction error by inversely transforming the restored transform coefficient.
  • the adder 425 generates a decoded image by adding the restored prediction error and the prediction signal.
  • the deblocking filter 430 performs deblocking filter processing on the generated decoded image.
  • the decoded image subjected to the deblocking filter process is output as a decoded signal.
  • the memory 440 is a memory for storing a reference image used for motion compensation. Specifically, the memory 440 stores a decoded image that has been subjected to deblocking filter processing.
  • the intra prediction unit 450 generates a prediction signal (intra prediction signal) by performing intra prediction. Specifically, the intra prediction unit 450 generates an intra prediction signal by performing intra prediction with reference to images around the block to be decoded (input signal) in the decoded image generated by the adder 425. .
  • the motion compensation unit 460 generates a prediction signal (inter prediction signal) by performing motion compensation based on the motion data output from the entropy decoding unit 410.
  • the intra / inter switch 470 selects either the intra prediction signal or the inter prediction signal, and outputs the selected signal to the adder 425 as a prediction signal.
  • the image decoding apparatus 400 decodes encoded image data that has been compression-encoded.
  • the arithmetic decoding unit 300 according to Embodiment 2 of the present invention is provided in the entropy decoding unit 410. That is, the arithmetic decoding unit 300 receives encoded image data that has been subjected to predictive encoding as the input stream IS, and performs arithmetic decoding and multi-leveling.
  • the signal type information SE is information indicating the position of the quantization coefficient, motion data, or the intra prediction direction used by the intra prediction unit 450.
  • the context division information (threshold value, fixed value VAL, number of divisions) is recorded at the beginning (stream header) of the bitstream, the recorded information may be read to switch the context. Good. As a result, it is possible to decode an encoded stream with further improved encoding efficiency.
  • the unit recorded in the header is a unit corresponding to a slice or a picture, it can be decoded in the same manner.
  • the context associated with the type of the signal to be encoded is represented by the number of candidate motion vectors and the surrounding difference motion vectors. Depending on the size, an appropriate section context is determined, and decoding probability information used for arithmetic decoding is calculated.
  • the context associated with the type of the signal to be encoded is statistically determined according to the number of prediction motion vector candidate lists and the size of surrounding difference motion vectors. Therefore, since the probability information reflecting appropriate statistical information can be used as the probability information, the coding efficiency can be improved.
  • the image decoding apparatus and the image decoding method according to Embodiment 2 of the present invention can correctly decode a signal with improved encoding efficiency in this way.
  • the storage medium may be any medium that can record a program, such as a magnetic disk, an optical disk, a magneto-optical disk, an IC card, and a semiconductor memory.
  • the system has an image encoding / decoding device including an image encoding device using an image encoding method and an image decoding device using an image decoding method.
  • image encoding method image encoding method
  • image decoding method image decoding method
  • FIG. 16 is a diagram showing an overall configuration of a content supply system ex100 that realizes a content distribution service.
  • the communication service providing area is divided into desired sizes, and base stations ex106, ex107, ex108, ex109, and ex110, which are fixed wireless stations, are installed in each cell.
  • the content supply system ex100 includes a computer ex111, a PDA (Personal Digital Assistant) ex112, a camera ex113, a mobile phone ex114, a game machine ex115, etc. via the Internet ex101, the Internet service provider ex102, the telephone network ex104, and the base stations ex106 to ex110. Are connected.
  • a computer ex111 a PDA (Personal Digital Assistant) ex112
  • a camera ex113 a mobile phone ex114
  • a game machine ex115 etc.
  • each device may be directly connected to the telephone network ex104 without going through the base stations ex106 to ex110 which are fixed wireless stations.
  • the devices may be directly connected to each other via short-range wireless or the like.
  • the camera ex113 is a device that can capture moving images such as a digital video camera
  • the camera ex116 is a device that can capture still images and moving images such as a digital camera.
  • the mobile phone ex114 is a GSM (registered trademark) (Global System for Mobile Communication) system, a CDMA (Code Division Multiple Access (Multi-Access) system, a W-CDMA (Wideband-Code divide Emuls system), a W-CDMA (Wideband-Code divide Emuls system) HSPA (High-Speed-Packet-Access) mobile phone, PHS (Personal-Handyphone System), etc.
  • GSM Global System for Mobile Communication
  • CDMA Code Division Multiple Access
  • W-CDMA Wideband-Code divide Emuls system
  • W-CDMA Wideband-Code divide Emuls system
  • HSPA High-Speed-Packet-Access
  • PHS Personal-Handyphone System
  • the camera ex113 and the like are connected to the streaming server ex103 through the base station ex109 and the telephone network ex104, thereby enabling live distribution and the like.
  • live distribution content that is captured by the user using the camera ex113 (for example, music live video) is encoded as described in the above embodiments (that is, the image encoding of the present invention).
  • Function as a device Function as a device) and transmit to the streaming server ex103.
  • the streaming server ex103 streams the content data transmitted to the requested client.
  • the client include a computer ex111, a PDA ex112, a camera ex113, a mobile phone ex114, a game machine ex115, and the like that can decode the encoded data.
  • Each device that has received the distributed data decodes the received data and reproduces it (that is, functions as the image decoding device of the present invention).
  • the encoded processing of the captured data may be performed by the camera ex113, the streaming server ex103 that performs the data transmission processing, or may be performed in a shared manner.
  • the decryption processing of the distributed data may be performed by the client, the streaming server ex103, or may be performed in a shared manner.
  • still images and / or moving image data captured by the camera ex116 may be transmitted to the streaming server ex103 via the computer ex111.
  • the encoding process in this case may be performed by any of the camera ex116, the computer ex111, and the streaming server ex103, or may be performed in a shared manner.
  • encoding / decoding processes are generally performed by the computer ex111 and the LSI ex500 included in each device.
  • the LSI ex500 may be configured as a single chip or a plurality of chips.
  • moving image encoding / decoding software may be incorporated in any recording medium (CD-ROM, flexible disk, hard disk, etc.) that can be read by the computer ex111 and the like, and encoding / decoding processing may be performed using the software. Good.
  • moving image data acquired by the camera may be transmitted. The moving image data at this time is data encoded by the LSI ex500 included in the mobile phone ex114.
  • the streaming server ex103 may be a plurality of servers or a plurality of computers, and may process, record, and distribute data in a distributed manner.
  • the encoded data can be received and reproduced by the client.
  • the information transmitted by the user can be received, decrypted and reproduced in real time by the client, and even a user who does not have special rights or facilities can realize personal broadcasting.
  • the digital broadcasting system ex200 also includes at least the moving image encoding device (image encoding device) or the moving image decoding device according to each of the above embodiments. Any of (image decoding apparatus) can be incorporated.
  • the broadcasting station ex201 multiplexed data obtained by multiplexing music data and the like on video data is transmitted to a communication or satellite ex202 via radio waves.
  • This video data is data encoded by the moving image encoding method described in the above embodiments (that is, data encoded by the image encoding apparatus of the present invention).
  • the broadcasting satellite ex202 transmits a radio wave for broadcasting, and this radio wave is received by a home antenna ex204 capable of receiving satellite broadcasting.
  • the received multiplexed data is decoded and reproduced by an apparatus such as the television (receiver) ex300 or the set top box (STB) ex217 (that is, functions as the image decoding apparatus of the present invention).
  • the reader / recorder ex218 also reads and decodes multiplexed data recorded on a recording medium ex215 such as a DVD or BD, or encodes a video signal on the recording medium ex215 and, in some cases, multiplexes and writes it with a music signal. It is possible to implement the moving picture decoding apparatus or moving picture encoding apparatus shown in each embodiment. In this case, the reproduced video signal is displayed on the monitor ex219, and the video signal can be reproduced in another device or system using the recording medium ex215 on which the multiplexed data is recorded.
  • a moving picture decoding device may be mounted in a set-top box ex217 connected to a cable ex203 for cable television or an antenna ex204 for satellite / terrestrial broadcasting, and this may be displayed on a monitor ex219 of the television.
  • the moving picture decoding apparatus may be incorporated in the television instead of the set top box.
  • FIG. 18 is a diagram showing a television (receiver) ex300 that uses the moving picture decoding method and the moving picture encoding method described in the above embodiments.
  • the television ex300 obtains or outputs multiplexed data in which audio data is multiplexed with video data via the antenna ex204 or the cable ex203 that receives the broadcast, and demodulates the received multiplexed data.
  • the modulation / demodulation unit ex302 that modulates multiplexed data to be transmitted to the outside, and the demodulated multiplexed data is separated into video data and audio data, or the video data and audio data encoded by the signal processing unit ex306 Is provided with a multiplexing / separating unit ex303.
  • the television ex300 decodes each of the audio data and the video data, or encodes the respective information, and the audio signal processing unit ex304 and the video signal processing unit ex305 (function as the image encoding device or the image decoding device of the present invention). ), A speaker ex307 for outputting the decoded audio signal, and an output unit ex309 having a display unit ex308 such as a display for displaying the decoded video signal.
  • the television ex300 includes an interface unit ex317 including an operation input unit ex312 that receives an input of a user operation.
  • the television ex300 includes a control unit ex310 that controls each unit in an integrated manner, and a power supply circuit unit ex311 that supplies power to each unit.
  • the interface unit ex317 includes a bridge ex313 connected to an external device such as a reader / recorder ex218, a recording unit ex216 such as an SD card, and an external recording such as a hard disk.
  • a driver ex315 for connecting to a medium, a modem ex316 for connecting to a telephone network, and the like may be included.
  • the recording medium ex216 is capable of electrically recording information by using a nonvolatile / volatile semiconductor memory element to be stored.
  • Each part of the television ex300 is connected to each other via a synchronous bus.
  • the television ex300 receives a user operation from the remote controller ex220 or the like, and demultiplexes the multiplexed data demodulated by the modulation / demodulation unit ex302 by the multiplexing / demultiplexing unit ex303 based on the control of the control unit ex310 having a CPU or the like. Furthermore, in the television ex300, the separated audio data is decoded by the audio signal processing unit ex304, and the separated video data is decoded by the video signal processing unit ex305 using the decoding method described in the above embodiments.
  • the decoded audio signal and video signal are output to the outside from the output unit ex309.
  • these signals may be temporarily stored in the buffers ex318, ex319, etc. so that the audio signal and the video signal are reproduced in synchronization.
  • the television ex300 may read multiplexed data from recording media ex215 and ex216 such as a magnetic / optical disk and an SD card, not from broadcasting.
  • recording media ex215 and ex216 such as a magnetic / optical disk and an SD card
  • the television ex300 receives a user operation from the remote controller ex220 or the like, and encodes an audio signal with the audio signal processing unit ex304 based on the control of the control unit ex310, and converts the video signal with the video signal processing unit ex305. Encoding is performed using the encoding method described in (1).
  • the encoded audio signal and video signal are multiplexed by the multiplexing / demultiplexing unit ex303 and output to the outside. When multiplexing, these signals may be temporarily stored in the buffers ex320 and ex321 so that the audio signal and the video signal are synchronized.
  • a plurality of buffers ex318, ex319, ex320, and ex321 may be provided as illustrated, or one or more buffers may be shared. Further, in addition to the illustrated example, data may be stored in the buffer as a buffer material that prevents system overflow and underflow, for example, between the modulation / demodulation unit ex302 and the multiplexing / demultiplexing unit ex303.
  • the television ex300 has a configuration for receiving AV input of a microphone and a camera, and performs encoding processing on the data acquired from them. Also good.
  • the television ex300 has been described as a configuration capable of the above-described encoding processing, multiplexing, and external output. However, these processing cannot be performed, and only the above-described reception, decoding processing, and external output are possible. It may be.
  • the decoding process or the encoding process may be performed by either the television ex300 or the reader / recorder ex218, or the television ex300 and the reader / Recorder ex218 may share each other.
  • FIG. 19 shows a configuration of the information reproducing / recording unit ex400 when data is read from or written to an optical disk.
  • the information reproducing / recording unit ex400 includes elements ex401, ex402, ex403, ex404, ex405, ex406, and ex407 described below.
  • the optical head ex401 irradiates a laser spot on the recording surface of the recording medium ex215 that is an optical disc to write information, and detects information reflected from the recording surface of the recording medium ex215 to read the information.
  • the modulation recording unit ex402 electrically drives a semiconductor laser built in the optical head ex401 and modulates the laser beam according to the recording data.
  • the reproduction demodulator ex403 amplifies the reproduction signal obtained by electrically detecting the reflected light from the recording surface by the photodetector built in the optical head ex401, separates and demodulates the signal component recorded on the recording medium ex215, and is necessary. To play back information.
  • the buffer ex404 temporarily holds information to be recorded on the recording medium ex215 and information reproduced from the recording medium ex215.
  • the disk motor ex405 rotates the recording medium ex215.
  • the servo control unit ex406 moves the optical head ex401 to a predetermined information track while controlling the rotational drive of the disk motor ex405, and performs a laser spot tracking process.
  • the system control unit ex407 controls the entire information reproduction / recording unit ex400.
  • the system control unit ex407 uses various types of information held in the buffer ex404, and generates and adds new information as necessary, and the modulation recording unit ex402, the reproduction demodulation unit This is realized by recording / reproducing information through the optical head ex401 while operating the ex403 and the servo control unit ex406 in a coordinated manner.
  • the system control unit ex407 is composed of, for example, a microprocessor, and executes these processes by executing a read / write program.
  • the optical head ex401 has been described as irradiating a laser spot, but it may be configured to perform higher-density recording using near-field light.
  • FIG. 20 shows a schematic diagram of a recording medium ex215 that is an optical disk.
  • Guide grooves grooves
  • address information indicating the absolute position on the disc is recorded in advance on the information track ex230 by changing the shape of the groove.
  • This address information includes information for specifying the position of the recording block ex231 that is a unit for recording data, and the recording block is specified by reproducing the information track ex230 and reading the address information in a recording or reproducing apparatus.
  • the recording medium ex215 includes a data recording area ex233, an inner peripheral area ex232, and an outer peripheral area ex234.
  • the area used for recording the user data is the data recording area ex233, and the inner circumference area ex232 and the outer circumference area ex234 arranged on the inner circumference or outer circumference of the data recording area ex233 are used for specific purposes other than user data recording. Used.
  • the information reproducing / recording unit ex400 reads / writes encoded audio data, video data, or multiplexed data obtained by multiplexing these data with respect to the data recording area ex233 of the recording medium ex215.
  • an optical disk such as a single-layer DVD or BD has been described as an example.
  • the present invention is not limited to these, and an optical disk having a multilayer structure and capable of recording other than the surface may be used.
  • an optical disc with a multi-dimensional recording / reproducing structure such as recording information using light of different wavelengths in the same place on the disc, or recording different layers of information from various angles. It may be.
  • the car ex210 having the antenna ex205 can receive data from the satellite ex202 and the like, and the moving image can be reproduced on a display device such as the car navigation ex211 that the car ex210 has.
  • the configuration of the car navigation ex211 may be, for example, a configuration in which a GPS receiving unit is added in the configuration illustrated in FIG.
  • FIG. 21A is a diagram showing the mobile phone ex114 using the moving picture decoding method and the moving picture encoding method described in the above embodiment.
  • the mobile phone ex114 includes an antenna ex350 for transmitting and receiving radio waves to and from the base station ex110, a camera unit ex365 capable of taking video and still images, a video taken by the camera unit ex365, a video received by the antenna ex350, and the like Is provided with a display unit ex358 such as a liquid crystal display for displaying the decoded data.
  • the mobile phone ex114 further includes a main body unit having an operation key unit ex366, an audio output unit ex357 such as a speaker for outputting audio, an audio input unit ex356 such as a microphone for inputting audio, a captured image, It is an interface unit with a memory unit ex367 that stores encoded data or decoded data such as still images, recorded audio, received video, still images, and mails, or a recording medium that similarly stores data.
  • a slot portion ex364 is provided.
  • the cellular phone ex114 has a power supply circuit ex361, an operation input control unit ex362, and a video signal processing unit ex355 for a main control unit ex360 that comprehensively controls each part of the main body including the display unit ex358 and the operation key unit ex366.
  • a camera interface unit ex363, an LCD (Liquid Crystal Display) control unit ex359, a modulation / demodulation unit ex352, a multiplexing / demultiplexing unit ex353, an audio signal processing unit ex354, a slot unit ex364, and a memory unit ex367 are connected to each other via a bus ex370. Yes.
  • the power supply circuit unit ex361 starts up the mobile phone ex114 in an operable state by supplying power from the battery pack to each unit.
  • the mobile phone ex114 converts the audio signal collected by the audio input unit ex356 in the voice call mode into a digital audio signal by the audio signal processing unit ex354 based on the control of the main control unit ex360 having a CPU, a ROM, a RAM, and the like. This is subjected to spectrum spread processing by the modulation / demodulation unit ex352, digital-analog conversion processing and frequency conversion processing by the transmission / reception unit ex351, and then transmitted via the antenna ex350.
  • the mobile phone ex114 amplifies the received data received through the antenna ex350 in the voice call mode, performs frequency conversion processing and analog-digital conversion processing, performs spectrum despreading processing in the modulation / demodulation unit ex352, and performs voice signal processing unit After converting to an analog audio signal at ex354, this is output from the audio output unit ex357.
  • the text data of the e-mail input by operating the operation key unit ex366 of the main unit is sent to the main control unit ex360 via the operation input control unit ex362.
  • the main control unit ex360 performs spread spectrum processing on the text data in the modulation / demodulation unit ex352, performs digital analog conversion processing and frequency conversion processing in the transmission / reception unit ex351, and then transmits the text data to the base station ex110 via the antenna ex350.
  • almost the reverse process is performed on the received data and output to the display unit ex358.
  • the video signal processing unit ex355 compresses the video signal supplied from the camera unit ex365 by the moving image encoding method described in each of the above embodiments. Encode (that is, function as an image encoding apparatus of the present invention), and send the encoded video data to the multiplexing / demultiplexing unit ex353.
  • the audio signal processing unit ex354 encodes the audio signal picked up by the audio input unit ex356 while the camera unit ex365 images a video, a still image, and the like, and sends the encoded audio data to the multiplexing / demultiplexing unit ex353. To do.
  • the multiplexing / demultiplexing unit ex353 multiplexes the encoded video data supplied from the video signal processing unit ex355 and the encoded audio data supplied from the audio signal processing unit ex354 by a predetermined method, and is obtained as a result.
  • the multiplexed data is subjected to spread spectrum processing by the modulation / demodulation unit ex352, subjected to digital analog conversion processing and frequency conversion processing by the transmission / reception unit ex351, and then transmitted through the antenna ex350.
  • the multiplexing / separating unit ex353 separates the multiplexed data into a video data bit stream and an audio data bit stream, and the video data encoded via the synchronization bus ex370 is a video signal processing unit.
  • the encoded audio data is supplied to the audio signal processing unit ex354.
  • the video signal processing unit ex355 decodes the video signal by decoding using the video decoding method corresponding to the video encoding method shown in each of the above embodiments (that is, functions as the image decoding device of the present invention). For example, video and still images included in the moving image file linked to the home page are displayed from the display unit ex358 via the LCD control unit ex359.
  • the audio signal processing unit ex354 decodes the audio signal, and the audio output unit ex357 outputs the audio.
  • the transmission / reception terminal having both an encoder and a decoder
  • there are three types of terminals such as the mobile phone ex114, such as a transmitting terminal having only an encoder and a receiving terminal having only a decoder.
  • the implementation form of can be considered.
  • multiplexed data in which music data or the like is multiplexed with video data is received and transmitted.
  • data in which character data or the like related to video is multiplexed It may be video data itself instead of multiplexed data.
  • the moving picture encoding method or the moving picture decoding method described in each of the above embodiments can be used in any of the above-described devices / systems, and as a result, described in each of the above embodiments. Effects can be obtained.
  • Embodiment 4 The moving picture coding method or apparatus shown in the above embodiments and the moving picture coding method or apparatus compliant with different standards such as MPEG-2, MPEG4-AVC, and VC-1 are appropriately switched as necessary. Thus, it is also possible to generate video data.
  • multiplexed data obtained by multiplexing audio data or the like with video data is configured to include identification information indicating which standard the video data conforms to.
  • identification information indicating which standard the video data conforms to.
  • FIG. 22 is a diagram showing a structure of multiplexed data.
  • the multiplexed data is obtained by multiplexing one or more of a video stream, an audio stream, a presentation graphics stream (PG), and an interactive graphics stream.
  • the video stream indicates the main video and sub-video of the movie
  • the audio stream (IG) indicates the main audio portion of the movie and the sub-audio mixed with the main audio
  • the presentation graphics stream indicates the subtitles of the movie.
  • the main video indicates a normal video displayed on the screen
  • the sub-video is a video displayed on a small screen in the main video.
  • the interactive graphics stream indicates an interactive screen created by arranging GUI components on the screen.
  • the video stream is encoded by the moving image encoding method or apparatus shown in the above embodiments, or the moving image encoding method or apparatus conforming to the conventional standards such as MPEG-2, MPEG4-AVC, and VC-1. ing.
  • the audio stream is encoded by a method such as Dolby AC-3, Dolby Digital Plus, MLP, DTS, DTS-HD, or linear PCM.
  • Each stream included in the multiplexed data is identified by PID. For example, 0x1011 for video streams used for movie images, 0x1100 to 0x111F for audio streams, 0x1200 to 0x121F for presentation graphics, 0x1400 to 0x141F for interactive graphics streams, 0x1B00 to 0x1B1F are assigned to video streams used for sub-pictures, and 0x1A00 to 0x1A1F are assigned to audio streams used for sub-audio mixed with the main audio.
  • FIG. 23 is a diagram schematically showing how multiplexed data is multiplexed.
  • a video stream ex235 composed of a plurality of video frames and an audio stream ex238 composed of a plurality of audio frames are converted into PES packet sequences ex236 and ex239, respectively, and converted into TS packets ex237 and ex240.
  • the data of the presentation graphics stream ex241 and interactive graphics ex244 are converted into PES packet sequences ex242 and ex245, respectively, and further converted into TS packets ex243 and ex246.
  • the multiplexed data ex247 is configured by multiplexing these TS packets into one stream.
  • FIG. 24 shows in more detail how the video stream is stored in the PES packet sequence.
  • the first row in FIG. 24 shows a video frame sequence of the video stream.
  • the second level shows a PES packet sequence.
  • a plurality of Video Presentation Units in a video stream are divided into pictures, B pictures, and P pictures, and are stored in the payload of the PES packet.
  • Each PES packet has a PES header, and a PTS (Presentation Time-Stamp) that is a display time of a picture and a DTS (Decoding Time-Stamp) that is a decoding time of a picture are stored in the PES header.
  • PTS Presentation Time-Stamp
  • DTS Decoding Time-Stamp
  • FIG. 25 shows the format of the TS packet that is finally written in the multiplexed data.
  • the TS packet is a 188-byte fixed-length packet composed of a 4-byte TS header having information such as a PID for identifying a stream and a 184-byte TS payload for storing data.
  • the PES packet is divided and stored in the TS payload.
  • a 4-byte TP_Extra_Header is added to a TS packet, forms a 192-byte source packet, and is written in multiplexed data.
  • TP_Extra_Header information such as ATS (Arrival_Time_Stamp) is described.
  • ATS indicates the transfer start time of the TS packet to the PID filter of the decoder.
  • source packets are arranged in the multiplexed data, and the number incremented from the head of the multiplexed data is called SPN (source packet number).
  • TS packets included in the multiplexed data include PAT (Program Association Table), PMT (Program Map Table), PCR (Program Clock Reference), and the like in addition to each stream such as video / audio / caption.
  • PAT indicates what the PID of the PMT used in the multiplexed data is, and the PID of the PAT itself is registered as 0.
  • the PMT has the PID of each stream such as video / audio / subtitles included in the multiplexed data and the attribute information of the stream corresponding to each PID, and has various descriptors related to the multiplexed data.
  • the descriptor includes copy control information for instructing permission / non-permission of copying of multiplexed data.
  • the PCR corresponds to the ATS in which the PCR packet is transferred to the decoder. Contains STC time information.
  • FIG. 26 is a diagram for explaining the data structure of the PMT in detail.
  • a PMT header describing the length of data included in the PMT is arranged at the head of the PMT.
  • a plurality of descriptors related to multiplexed data are arranged.
  • the copy control information and the like are described as descriptors.
  • a plurality of pieces of stream information regarding each stream included in the multiplexed data are arranged.
  • the stream information includes a stream descriptor in which a stream type, a stream PID, and stream attribute information (frame rate, aspect ratio, etc.) are described to identify a compression codec of the stream.
  • the multiplexed data is recorded together with the multiplexed data information file.
  • the multiplexed data information file is management information of multiplexed data, has a one-to-one correspondence with the multiplexed data, and includes multiplexed data information, stream attribute information, and an entry map.
  • the multiplexed data information is composed of a system rate, a reproduction start time, and a reproduction end time.
  • the system rate indicates a maximum transfer rate of multiplexed data to a PID filter of a system target decoder described later.
  • the ATS interval included in the multiplexed data is set to be equal to or less than the system rate.
  • the playback start time is the PTS of the first video frame of the multiplexed data
  • the playback end time is set by adding the playback interval for one frame to the PTS of the video frame at the end of the multiplexed data.
  • attribute information about each stream included in the multiplexed data is registered for each PID.
  • the attribute information has different information for each video stream, audio stream, presentation graphics stream, and interactive graphics stream.
  • the video stream attribute information includes the compression codec used to compress the video stream, the resolution of the individual picture data constituting the video stream, the aspect ratio, and the frame rate. It has information such as how much it is.
  • Audio stream attribute information includes information about what compression codec the audio stream was compressed, how many channels are included in the audio stream, what language it corresponds to, and how much the sampling frequency is. With information. These pieces of information are used for initialization of the decoder before the player reproduces it.
  • the stream type included in the PMT is used.
  • video stream attribute information included in the multiplexed data information is used.
  • the video encoding shown in each of the above embodiments for the stream type or video stream attribute information included in the PMT.
  • FIG. 29 shows steps of the moving picture decoding method according to the present embodiment.
  • step exS100 the stream type included in the PMT or the video stream attribute information included in the multiplexed data information is acquired from the multiplexed data.
  • step exS101 it is determined whether or not the stream type or the video stream attribute information indicates multiplexed data generated by the moving picture encoding method or apparatus described in the above embodiments. To do.
  • step exS102 each of the above embodiments.
  • Decoding is performed by the moving picture decoding method shown in the form.
  • the conventional information Decoding is performed by a moving image decoding method compliant with the standard.
  • the moving picture encoding method or apparatus or the moving picture decoding method or apparatus described in this embodiment can be used in any of the above-described devices and systems.
  • FIG. 30 shows a configuration of an LSI ex500 that is made into one chip.
  • the LSI ex500 includes elements ex501, ex502, ex503, ex504, ex505, ex506, ex507, ex508, and ex509 described below, and each element is connected via a bus ex510.
  • the power supply circuit unit ex505 starts up to an operable state by supplying power to each unit when the power supply is in an on state.
  • the LSI ex500 uses the AV I / O ex509 to perform the microphone ex117 and the camera ex113 based on the control of the control unit ex501 including the CPU ex502, the memory controller ex503, the stream controller ex504, the drive frequency control unit ex512, and the like.
  • the AV signal is input from the The input AV signal is temporarily stored in an external memory ex511 such as SDRAM.
  • the accumulated data is divided into a plurality of times as appropriate according to the processing amount and the processing speed and sent to the signal processing unit ex507, and the signal processing unit ex507 encodes an audio signal and / or video. Signal encoding is performed.
  • the encoding process of the video signal is the encoding process described in the above embodiments.
  • the signal processing unit ex507 further performs processing such as multiplexing the encoded audio data and the encoded video data according to circumstances, and outputs the result from the stream I / Oex 506 to the outside.
  • the output multiplexed data is transmitted to the base station ex107 or written to the recording medium ex215. It should be noted that data should be temporarily stored in the buffer ex508 so as to be synchronized when multiplexing.
  • the memory ex511 has been described as an external configuration of the LSI ex500.
  • a configuration included in the LSI ex500 may be used.
  • the number of buffers ex508 is not limited to one, and a plurality of buffers may be provided.
  • the LSI ex500 may be made into one chip or a plurality of chips.
  • control unit ex501 includes the CPU ex502, the memory controller ex503, the stream controller ex504, the drive frequency control unit ex512, and the like, but the configuration of the control unit ex501 is not limited to this configuration.
  • the signal processing unit ex507 may further include a CPU.
  • the CPU ex502 may be configured to include a signal processing unit ex507 or, for example, an audio signal processing unit that is a part of the signal processing unit ex507.
  • the control unit ex501 is configured to include a signal processing unit ex507 or a CPU ex502 having a part thereof.
  • LSI LSI
  • IC system LSI
  • super LSI ultra LSI depending on the degree of integration
  • the method of circuit integration is not limited to LSI, and implementation with a dedicated circuit or a general-purpose processor is also possible.
  • An FPGA Field Programmable Gate Array
  • a reconfigurable processor that can reconfigure the connection and setting of the circuit cells inside the LSI may be used.
  • FIG. 31 shows a configuration ex800 in the present embodiment.
  • the drive frequency switching unit ex803 sets the drive frequency high when the video data is generated by the moving image encoding method or apparatus described in the above embodiments. Then, it instructs the decoding processing unit ex801 that executes the moving picture decoding method described in each of the above embodiments to decode the video data.
  • the video data is video data compliant with the conventional standard, compared to the case where the video data is generated by the moving picture encoding method or apparatus shown in the above embodiments, Set the drive frequency low. Then, it instructs the decoding processing unit ex802 compliant with the conventional standard to decode the video data.
  • the drive frequency switching unit ex803 includes the CPU ex502 and the drive frequency control unit ex512 in FIG.
  • the decoding processing unit ex801 that executes the moving picture decoding method shown in each of the above embodiments and the decoding processing unit ex802 that complies with the conventional standard correspond to the signal processing unit ex507 in FIG.
  • the CPU ex502 identifies which standard the video data conforms to. Then, based on the signal from the CPU ex502, the drive frequency control unit ex512 sets the drive frequency. Further, based on the signal from the CPU ex502, the signal processing unit ex507 decodes the video data.
  • the identification information described in the fourth embodiment may be used.
  • the identification information is not limited to that described in the fourth embodiment, and any information that can identify which standard the video data conforms to may be used. For example, it is possible to identify which standard the video data conforms to based on an external signal that identifies whether the video data is used for a television or a disk. In some cases, identification may be performed based on such an external signal.
  • the selection of the driving frequency in the CPU ex502 may be performed based on, for example, a lookup table in which video data standards and driving frequencies are associated with each other as shown in FIG. The look-up table is stored in the buffer ex508 or the internal memory of the LSI, and the CPU ex502 can select the drive frequency by referring to this look-up table.
  • FIG. 32 shows steps for executing the method of the present embodiment.
  • the signal processing unit ex507 acquires identification information from the multiplexed data.
  • the CPU ex502 identifies whether the video data is generated by the encoding method or apparatus described in each of the above embodiments based on the identification information.
  • the CPU ex502 sends a signal for setting the drive frequency high to the drive frequency control unit ex512. Then, the drive frequency control unit ex512 sets a high drive frequency.
  • step exS203 the CPU ex502 drives a signal for setting the drive frequency low. This is sent to the frequency control unit ex512. Then, in the drive frequency control unit ex512, the drive frequency is set to be lower than that in the case where the video data is generated by the encoding method or apparatus described in the above embodiments.
  • the power saving effect can be further enhanced by changing the voltage applied to the LSI ex500 or the device including the LSI ex500 in conjunction with the switching of the driving frequency.
  • the drive frequency is set to be low, it is conceivable that the voltage applied to the LSI ex500 or the device including the LSI ex500 is set low as compared with the case where the drive frequency is set high.
  • the setting method of the driving frequency may be set to a high driving frequency when the processing amount at the time of decoding is large, and to a low driving frequency when the processing amount at the time of decoding is small. It is not limited to the method.
  • the amount of processing for decoding video data compliant with the MPEG4-AVC standard is larger than the amount of processing for decoding video data generated by the moving picture encoding method or apparatus described in the above embodiments. It is conceivable that the setting of the driving frequency is reversed to that in the case described above.
  • the method for setting the drive frequency is not limited to the configuration in which the drive frequency is lowered.
  • the voltage applied to the LSI ex500 or the apparatus including the LSI ex500 is set high.
  • the video data conforms to the conventional standards such as MPEG-2, MPEG4-AVC, VC-1, etc.
  • the identification information indicates that the video data is generated by the moving image encoding method or apparatus described in each of the above embodiments, the driving of the CPU ex502 is stopped.
  • the CPU ex502 is temporarily stopped because there is enough processing. Is also possible. Even when the identification information indicates that the video data is generated by the moving image encoding method or apparatus described in each of the above embodiments, if there is enough processing, the CPU ex502 is temporarily driven. It can also be stopped. In this case, it is conceivable to set the stop time shorter than in the case where the video data conforms to the conventional standards such as MPEG-2, MPEG4-AVC, and VC-1.
  • a plurality of video data that conforms to different standards may be input to the above-described devices and systems such as a television and a mobile phone.
  • the signal processing unit ex507 of the LSI ex500 needs to support a plurality of standards in order to be able to decode even when a plurality of video data complying with different standards is input.
  • the signal processing unit ex507 corresponding to each standard is used individually, there is a problem that the circuit scale of the LSI ex500 increases and the cost increases.
  • a decoding processing unit for executing the moving picture decoding method shown in each of the above embodiments and a decoding conforming to a standard such as MPEG-2, MPEG4-AVC, or VC-1
  • the processing unit is partly shared.
  • An example of this configuration is shown as ex900 in FIG. 34A.
  • the moving picture decoding method shown in each of the above embodiments and the moving picture decoding method compliant with the MPEG4-AVC standard include processing contents in processes such as entropy coding, inverse quantization, deblocking filter, and motion compensation. Is partly common.
  • the decoding processing unit ex902 corresponding to the MPEG4-AVC standard is shared, and for other processing contents unique to the present invention that do not correspond to the MPEG4-AVC standard, the dedicated decoding processing unit ex901 is used.
  • Configuration is conceivable.
  • a dedicated decoding processing unit ex901 is used for inverse quantization, and any of other entropy coding, deblocking filter, and motion compensation is used.
  • the decoding processing unit for executing the moving picture decoding method described in each of the above embodiments is shared, and the processing content unique to the MPEG4-AVC standard May be configured to use a dedicated decoding processing unit.
  • ex1000 in FIG. 34B shows another example in which processing is partially shared.
  • a dedicated decoding processing unit ex1001 corresponding to processing content specific to the present invention
  • a dedicated decoding processing unit ex1002 corresponding to processing content specific to other conventional standards
  • a moving picture decoding method of the present invention A common decoding processing unit ex1003 corresponding to processing contents common to other conventional video decoding methods is used.
  • the dedicated decoding processing units ex1001 and ex1002 are not necessarily specialized in the processing content specific to the present invention or other conventional standards, and may be capable of executing other general-purpose processing.
  • the configuration of the present embodiment can be implemented by LSI ex500.
  • the circuit scale of the LSI is reduced, and the cost is reduced. It is possible to reduce.
  • the image encoding method according to the present invention can be used for various applications, for example, high-resolution information display devices and imaging devices such as televisions, digital video recorders, car navigation systems, mobile phones, digital cameras, and digital video cameras. Is available.

Landscapes

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

Abstract

画像データを圧縮符号化する画像符号化方法であって、画像データの符号化対象信号を2値化することで、2値信号を生成する2値化ステップ(S201)と、画像データを既に符号化したフレームから予測する画像予測ステップと、画像予測の相対位置情報を予測する動きベクトル予測ステップと、画像予測に用いた動きベクトルと予測動きベクトルとの差分を算出し、差分動きベクトルを取得する差分ステップと、複数のコンテキストから、差分動きベクトルを符号化するためのコンテキストを決定するコンテキスト区分決定ステップ(S202~S205)と、コンテキストに対応付けられた符号化確率情報を用いて2値信号を算術符号化する算術符号化ステップ(S206)と、2値信号に基づいて、符号化確率情報を更新する更新ステップ(S207)とを含む。

Description

画像符号化方法
 本発明は、画像符号化方法に関し、特に、算術符号化を行う画像符号化方法に関する。
 近年、インターネットを介したビデオ会議、デジタルビデオ放送及び映像コンテンツのストリーミングを含む、例えば、ビデオ・オン・デマンドタイプのサービスのためのアプリケーションの数が増えている。これらのアプリケーションでは、かなりのデータ量のデジタルデータからなる映像データを、伝送チャネルを介して伝送し、記憶媒体に記憶している。しかし、従来の伝送路はバンド幅が限られ、記憶媒体は記憶容量が限られている。このため、従来の伝送チャネルに映像データを伝送し、従来の記憶媒体に映像データを記憶するためには、映像データのデータ量を圧縮又は削減することが不可欠である。
 そこで、映像データの圧縮のために、複数の映像符号化規格が開発されている。このような映像符号化規格には、例えば、H.26xで示されるITU-T(国際電気通信連合電気通信標準化部門)規格、及び、MPEG-xで示されるISO/IEC規格がある。最新かつ最も進んだ映像符号化規格は、現在、H.264/AVC、又は、MPEG-4 AVCで示される規格である(非特許文献1及び非特許文献2参照)。
 H.264/AVC規格におけるデータ圧縮処理は、大きく分けると、予測、変換、量子化、エントロピー符号化という処理で構成される。この中でエントロピー符号化は、予測に用いられる情報や、量子化された情報から冗長な情報を削減する。エントロピー符号化としては、可変長符号化、適応符号化、固定長符号化等が知られている。可変長符号化にはハフマン符号化、ランレングス符号化、算術符号化等がある。このうち、算術符号化は、シンボル発生確率を計算しながら出力符号を決める方式であり、画像データの特徴に応じて符号が決められるため、固定した符号化テーブルを使用するハフマン符号化等に比べて符号化効率が高いことが知られている。
 H.264/AVC規格では、動きベクトル(相対位置情報)を用いたデータ圧縮処理が行われる。具体的には、既に符号化済みの隣接ブロック等の動きベクトルから予測動きベクトルを生成し、その差分を符号化することによって情報量を削減する。
 具体的な例として、図15を参照して説明する。図15において、符号化対象ブロックの左側に隣接する符号化済みのブロックを隣接ブロックA、符号化対象ブロックの上側に隣接する符号化済みのブロックを隣接ブロックB、符号化対象ブロックの右斜め上に隣接する符号化済みのブロックを隣接ブロックCとする。
 また、図15において、隣接ブロックAは、2方向の予測動きベクトルを持ち、予測方向1の動きベクトルMvL0_Aと、予測方向2の動きベクトルMvL1_Aを持つ。ここで、MvL0とは、参照ピクチャリスト1(L0)により特定した参照ピクチャを参照する動きベクトルであり、MvL1とは、参照ピクチャリスト(L1)により特定した参照ピクチャを参照する動きベクトルである。また、隣接ブロックBは、1方向の予測動きベクトルを持ち、予測方向1の動きベクトルMvL0_Bを持つ。また、隣接ブロックCは、2方向の予測動きベクトルを持ち、予測方向1の動きベクトルMvL0_Cと、予測方向2の動きベクトルMvL1_Cを持つ。また、符号化対象ブロックは、2方向の予測動きベクトルを持ち、予測方向1の動きベクトルMvL0と、予測方向2の動きベクトルMvL1を持つ。
 符号化対象ブロックの予測方向1の動きベクトルMvL0の符号化の際は、同一の予測方向1の動きベクトルである、隣接ブロックAのMvL0_A、隣接ブロックBのMvL0_B、および隣接ブロックCのMvL0_Cを用いて予測動きベクトルPMvL0を生成する。即ち、符号化対象ブロックの動きベクトルMvL0を符号化する際には、隣接ブロックの動きベクトルMvL0を利用し、動きベクトルMvL1を利用することはない。そして、符号化対象ブロックの動きベクトルMvL0と予測動きベクトルPMvL0の差分動きベクトルを符号化する。予測動きベクトルPMvL0は、動きベクトルMvL0_A、MvL0_B、MvL0_Cの中間値Median(MvL0_A,MvL0_B、MvL0_C)等を用いて算出される。ここで、中間値Medianは、以下のような式で導出される。
Figure JPOXMLDOC01-appb-M000001
Figure JPOXMLDOC01-appb-M000002
 
Figure JPOXMLDOC01-appb-M000003
 符号化対象ブロックの予測方向2の動きベクトルMvL1の符号化の際は、同一の予測方向2の動きベクトルである、隣接ブロックAのMvL1_A、および隣接ブロックCのMvL1_Cを用いて予測動きベクトルPMvL1を生成する。即ち、符号化対象ブロックの動きベクトルMvL1を符号化する際には、隣接ブロックの動きベクトルMvL1を利用し、動きベクトルMvL0を利用することはない。そして、予測対象ブロックの動きベクトルMvL1と予測動きベクトルPMvL1の差分動きベクトルを符号化する。予測動きベクトルPMvL1は、中間値Median(MvL1_A,0,MvL1_C)等を用いて算出される。上記により算出される差分動きベクトルを示す差分動き情報を算術符号化することにより、ビットストリームとして出力する。
 次に、図13及び図14を用いて、従来の算術符号化の動作を説明する。
 まず、図13を用いて、算術符号化の流れを以下に説明する。
 上記の差分動き情報の信号(入力信号)について、算術符号化が開始されると、ステップS11において、信号の種別に応じて、予め決められた手法で2値化(Binarization)が行われる。次に、ステップS12において信号の種別に応じたコンテキスト制御処理が行われる。コンテキスト制御処理では、信号の種別に対応したシンボル発生確率を、複数のシンボル発生確率を格納しているメモリから読み出して出力する。ステップS13において、ステップS12においてメモリより受け取ったシンボル発生確率を用いて、処理対象の差分動き情報に算術符号化を行い、結果を出力信号として出力する。
 ステップS14において、ステップS11において算出された2値化情報に基づいて、対応するシンボル発生確率の値を更新し、新たなシンボル発生確率として格納する。処理対象の入力信号が示す差分動き情報の算術符号化が完了すると、また、次の符号化処理対象の入力信号が示す差分動き情報の算術符号化を行う。
 図14は、H.264/AVCの算術符号化処理を実行する算術符号化部の構成を示すブロック図である。図14に示されるように、算術符号化部10は、2値化部11と、シンボル発生確率格納部12と、コンテキスト制御部13と、2値算術符号化器14とを含んでいる。
 算術符号化部10には、符号化対象となる信号である入力信号SIと、当該入力信号SIの種別を表す信号種別情報SEとが入力される。2値化部11は、信号種別情報SEに基づいて、入力信号SIを“0”、“1”の2値の情報(シンボル)に変換し、2値信号BINを2値算術符号化器14とコンテキスト制御部13とに送る。
 コンテキスト制御部13は、信号種別情報SEに対応するシンボル発生確率PEをシンボル発生確率格納部12から2値算術符号化器14に出力させる。また、コンテキスト制御部13は、2値化部11から入力される入力信号SIに対応する2値信号BINに基づいて、信号種別情報SEに対応したシンボル発生確率PEの更新処理を行い、更新結果をシンボル発生確率格納部12に格納する。
 2値算術符号化器14は、2値信号BINに、シンボル発生確率PEに基づいて算術符号化処理を行い、出力ビット情報OBを生成して出力する。
ISO/IEC 14496-10 「MPEG-4 Part10 Advanced Video Coding」 Thomas Wiegand et al、"Overview of the H.264/AVC Video Coding Standard"、IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY、JULY 2003、PP.1-19.
 上記従来の技術では、コンテキスト制御部において、上記信号種別情報に基づいて、符号化対象信号に対応するシンボル発生確率を、X軸の動き情報、Y軸の動き情報、予測動きベクトルの大きさによって区分している。しかしながら、例えば、動きベクトルの予測が当たらない場合と、当たる場合では、得られる差分動き情報が大きく異なり算術符号化の利点である画像データの特徴に適応した制御が困難になり、符号化効率が悪化する。
 そこで、本発明は、上記従来の課題を解決するためになされたものであって、シンボル発生確率などの確率情報の予測の精度を高めることができ、符号化効率を向上させることができる画像符号化方法及び画像復号方法を提供することを目的とする。
 上記従来の課題を解決するために、本発明の一態様に係る画像符号化方法は、画像データを圧縮符号化する画像符号化方法であって、画像データを既に符号化したフレームから予測する画像予測ステップと、画像予測の相対位置情報を予測する動きベクトル予測ステップと、画像予測に用いた相対位置情報と、前記予測された予測動きベクトルとの差分を算出し、差分動きベクトルを取得する差分ステップと、複数のコンテキストから、前記差分動きベクトルを符号化するためのコンテキストを決定するコンテキスト区分決定ステップと、前記差分動きベクトルの符号化対象信号を2値化することで、2値信号を生成する2値化ステップと、前記コンテキスト区分決定ステップで決定した前記コンテキストに対応付けられた符号化確率情報を用いて、前記2値信号を算術符号化する算術符号化ステップと、前記2値化ステップで生成された前記2値信号に基づいて、前記符号化確率情報を更新する更新ステップとを含む。
 これにより、符号化対象となる差分動き情報が大きくなりやすい(予測動きベクトル候補の本数が少ない)、小さくなりやすい(予測動きベクトル候補の本数が多い)といった統計的性質をもつ信号を考慮した符号化確率情報(シンボル発生確率)を使用できるので、確率情報の予測の精度を高めることができ、符号化効率を向上させることが可能となる。
 なお、本発明は、画像符号化方法として実現できるだけではなく、当該画像符号化方法に含まれる処理ステップを実行する処理部を備える装置として実現することもできる。また、これらステップをコンピュータに実行させるプログラムとして実現してもよい。さらに、当該プログラムを記録したコンピュータ読み取り可能なCD-ROM(Compact Disc-Read Only Memory)などの記憶媒体、並びに、当該プログラムを示す情報、データ又は信号として実現してもよい。そして、それらプログラム、情報、データ及び信号は、インターネットなどの通信ネットワークを介して配信してもよい。
 また、上記の画像符号化方法を実行する装置を構成する構成要素の一部又は全部は、1個のシステムLSI(Large Scale Integration:大規模集積回路)から構成されていてもよい。システムLSIは、複数の構成部を1個のチップ上に集積して製造された超多機能LSIであり、具体的には、マイクロプロセッサ、ROM及びRAM(Random Access Memory)などを含んで構成されるコンピュータシステムである。
 本発明によれば、精度の高いシンボル発生確率の予測を行うことができるため、画像符号化効率を向上させることができる。
図1は、本発明の実施の形態1に係る算術符号化部の構成の一例を示すブロック図である。 図2は、本発明の実施の形態1に係るシンボル発生確率テーブルの一例を示す図である。 図3Aは、本発明の実施の形態1に係るコンテキストテーブルの一例を示す図である。 図3Bは、本発明の実施の形態1に係るコンテキストテーブルの一例を示す図である。 図4は、本発明の実施の形態1に係る予測動きベクトル候補リスト取得の一例を示すフローチャートである。 図5Aは、本発明の実施の形態1に係る予測動きベクトル候補インデックス及び予測動きベクトル候補リストの一例を示す模式図である。 図5Bは、本発明の実施の形態1に係る予測動きベクトル候補インデックス及び予測動きベクトル候補リストの一例を示す模式図である。 図5Cは、本発明の実施の形態1に係る予測動きベクトル候補インデックス及び予測動きベクトル候補リストの一例を示す模式図である。 図6は、本発明の実施の形態1に係るコンテキストブロック区分制御の動作の一例を示すフローチャートである。 図7は、本発明の実施の形態1に係るコンテキストブロック区分制御の動作の一例を示すフローチャートである。 図8は、本発明の実施の形態1に係る画像符号化装置の構成の一例を示すブロック図である。 図9は、本発明の実施の形態2に係る算術復号部の構成の一例を示すブロック図である。 図10は、本発明の実施の形態2に係る算術復号方法の一例を示すフローチャートである。 図11は、本発明の実施の形態2に係る算術復号方法の一例を示すフローチャートである。 図12は、本発明の実施の形態2に係る画像復号装置の構成の一例を示すブロック図である。 図13は、従来の算術符号化方法を示すフローチャートである。 図14は、従来の算術符号化装置の構成を示すブロック図である。 図15は、従来の差分動き情報の導出方法の一例を示す模式図である。 図16は、コンテンツ配信サービスを実現するコンテンツ供給システムの全体構成図である。 図17は、デジタル放送用システムの全体構成図である。 図18は、テレビの構成例を示すブロック図である。 図19は、光ディスクである記録メディアに情報の読み書きを行う情報再生/記録部の構成例を示すブロック図である。 図20は、光ディスクである記録メディアの構造例を示す図である。 図21Aは、携帯電話の一例を示す図である。 図21Bは、携帯電話の構成例を示すブロック図である。 図22は、多重化データの構成を示す図である。 図23は、各ストリームが多重化データにおいてどのように多重化されているかを模式的に示す図である。 図24は、PESパケット列に、ビデオストリームがどのように格納されるかを更に詳しく示した図である。 図25は、多重化データにおけるTSパケットとソースパケットの構造を示す図である。 図26は、PMTのデータ構成を示す図である。 図27は、多重化データ情報の内部構成を示す図である。 図28は、ストリーム属性情報の内部構成を示す図である。 図29は、映像データを識別するステップを示す図である。 図30は、各実施の形態の動画像符号化方法および動画像復号方法を実現する集積回路の構成例を示すブロック図である。 図31は、駆動周波数を切り替える構成を示す図である。 図32は、映像データを識別し、駆動周波数を切り替えるステップを示す図である。 図33は、映像データの規格と駆動周波数を対応づけたルックアップテーブルの一例を示す図である。 図34Aは、信号処理部のモジュールを共有化する構成の一例を示す図である。 図34Bは、信号処理部のモジュールを共有化する構成の他の一例を示す図である。
 本発明の実施の形態を説明するにあたり、先ず、本発明の概要について説明する。
 上記の課題を解決するために、本発明に係る画像符号化方法は、画像データを圧縮符号化する画像符号化方法であって、前記画像データを既に符号化したフレームから予測する画像予測ステップと、前記画像予測の相対位置情報を予測する動きベクトル予測ステップと、前記画像予測に用いた相対位置情報と、前記予測された予測動きベクトルとの差分を算出し、差分動きベクトルを取得する差分ステップと、複数のコンテキストから、前記差分動きベクトルを符号化するための符号化確率情報コンテキストを決定するコンテキスト区分決定ステップと、前記差分動きベクトル画像データの符号化対象信号を2値化することで、2値信号を生成する2値化ステップと、前記コンテキスト区分決定ステップで決定した前記コンテキストに対応付けられた前記符号化確率情報を用いて、前記2値信号を算術符号化する算術符号化ステップと、前記2値化ステップで生成された前記2値信号に基づいて、前記符号化確率情報を更新する更新ステップとを含む。
 さらに好ましくは、本発明に係る画像符号化方法の一態様は、さらに、前記予測動きベクトルの候補を導出する予測動きベクトル候補導出ステップを含み、前記コンテキスト区分決定ステップでは、前記予測動きベクトルの候補の数によって、前記符号化確率情報を決定するコンテキストを決定してもよい。
 さらに好ましくは、本発明に係る画像符号化方法の一態様は、前記コンテキスト区分決定ステップでは、前記予測動きベクトルの候補の数が小さい場合に、前記差分動きベクトルが大きくなることを示すコンテキストを選択し、前記予測動きベクトルの候補の数が大きい場合に、前記差分動きベクトルが小さくなることを示すコンテキストを選択してもよい。
 さらに好ましくは、本発明に係る画像符号化方法の一態様は、さらに既に符号化済みの周囲の差分動きベクトルを取得する周囲差分動きベクトル取得ステップを含み、前記コンテキスト区分決定ステップでは、前記周囲の差分動きベクトルの大きさによって、前記符号化確率情報を決定するコンテキストを決定してもよい。
 さらに好ましくは、本発明に係る画像符号化方法の一態様は、前記コンテキスト区分決定ステップでは、前記周囲の差分動きベクトルの大きさが大きい場合に、前記差分動きベクトルが大きくなることを示すコンテキストを選択し、前記周囲の差分動きベクトルの大きさが小さい場合に、前記差分動きベクトルが小さくなることを示すコンテキストを選択してもよい。
 さらに好ましくは、本発明に係る画像符号化方法の一態様は、前記コンテキスト区分決定ステップでは、前記周囲の差分動きベクトルが無い場合に、前記差分動きベクトルが大きくなることを示すコンテキストを選択してもよい。
 以下、本発明の実施の形態について、図面を参照しながら説明する。尚、以下で説明する実施の形態は、いずれも本発明の好ましい一具体例を示す。以下の実施の形態で示される数値、形状、材料、構成要素、構成要素の配置位置及び接続形態、ステップ、ステップの順序等は、一例であり、本発明を限定する主旨ではない。本発明は、請求の範囲だけによって限定される。よって、以下の実施の形態における構成要素のうち、本発明の最上位概念を示す独立請求項に記載されていない構成要素については、本発明の課題を達成するのに必ずしも必要ではないが、より好ましい形態を構成するものとして説明する。
 (実施の形態1)
 本実施の形態1の算術符号化方法の概要について説明する。本実施の形態の算術符号化方法は、符号化対象となる信号の種別に対し、周波数成分に基づいて適切に区分されたシンボル発生確率を用いる。これにより、各周波数成分に共通した統計情報に基づくシンボル発生確率を使用することができ、符号化効率の向上を可能とする。さらに、シンボル発生確率の区分数を減らすことができ、実装時のメモリサイズを削減することが可能となる。
 以上が、本実施の形態の算術符号化方法の概要についての説明である。
 (実施の形態1における算術符号化部の構成)
 次に、本実施の形態の算術符号化方法を行う算術符号化部の構成について説明する。図1は、本発明の実施の形態1に係る算術符号化部100の構成の一例を示すブロック図である。なお、後述するように、本発明の実施の形態1に係る算術符号化部100は、画像データを圧縮符号化する画像符号化装置の一部に相当する。
 図1に示すように、算術符号化部100は、2値化部101と、シンボル発生確率格納部102と、コンテキスト制御部103と、2値算術符号化器104と、コンテキスト区分制御部105とを備える。算術符号化部100は、符号化対象の信号である入力信号SIを算術符号化することで、出力信号OBを生成して出力する。また、算術符号化部100には、入力信号SIの種別を示す信号種別情報SEと、入力信号SIが量子化係数に関連する信号である場合、信号種別情報SEは係数位置情報を示す。
 なお、入力信号SIは、画像データの符号化対象信号であり、例えば、画像データを予測する際に他のフレーム内の画像との相対位置を示す信号である。なお、入力信号SIは、相対位置の情報そのものではなく、相対位置の情報とその予測情報との差分の情報であってもよい。
 また、信号種別情報SEは、符号化対象信号である入力信号SIの種別を示す種別情報である。入力信号SIの種別は、例えば、符号化対象信号の性質を示す情報である。信号種別情報SEは、例えば、差分の動き情報であることを示す情報でもよい。
 ただし、以降の説明では、対象の入力信号SIを、相対位置の情報を示す動きベクトルと、動きベクトルを予測した予測情報である予測動きベクトルとの差分の情報である差分動き情報を示す信号であるとして、説明する。本実施の形態では、動き差分情報を算術符号化(動き予測符号化)する場合について特に詳しく説明する。
 2値化部101は、符号化対象信号(入力信号SI)を2値化することで、2値信号を生成する。具体的には、2値化部101は、入力信号SIと信号種別情報SEとに基づいて、入力信号SIの2値化(Binarization)を行うことで、2値信号BINを生成する。
 シンボル発生確率格納部102は、複数のシンボル発生確率を保持するメモリなどである。例えば、シンボル発生確率格納部102は、シンボル発生確率テーブルを保持する。シンボル発生確率テーブルは、コンテキストと確率情報とを対応付けたテーブルである。シンボル発生確率テーブルの詳細については、後で説明する。
 また、シンボル発生確率格納部102は、コンテキストテーブルを保持する。コンテキストテーブルは、符号化対象信号の種別とコンテキストとを対応付けたテーブルである。コンテキストテーブルの詳細については、後で説明する。
 コンテキスト制御部103は、符号化対象信号の種別から関連付けられるコンテキストを決定する。具体的には、コンテキスト制御部103は、信号種別情報SEと、コンテキスト区分制御部105より取得する制御信号CTRSを取得し、取得した信号種別情報SEおよび制御信号CTRSに基づいて、コンテキストテーブルを参照することで、符号化対象信号の種別に関連付けられているコンテキストを決定する。このとき、コンテキスト制御部103は、制御信号CTRSにより指定された区分に基づいたコンテキストを決定し、係数位置が異なっても同じ区分とする場合には、区分に共通のコンテキストを決定する。なお、コンテキスト制御部103が、コンテキストテーブルを保持していてもよい。ここでコンテキスト区分制御部105の動作については、後で説明する。
 さらに、コンテキスト制御部103は、決定したコンテキストに対応する確率情報を決定する。つまり、コンテキスト制御部103は、シンボル発生確率テーブルを参照することで、シンボル発生確率格納部102に格納されているどのシンボル発生確率を使用するかを決定し、符号化確率情報を決定する。符号化確率情報は、2値信号の算術符号化に用いる確率情報である。なお、確率情報は、例えば、シンボル発生確率の値を示すインデックス、又は、シンボル発生確率の値である。
 具体的には、シンボル発生確率格納部102から、コンテキスト制御部103によって決定されたコンテキストに対応するシンボル発生確率が、2値算術符号化器104に出力される。
 2値算術符号化器104は、符号化確率情報を用いて2値信号を算術符号化する。具体的には、2値算術符号化器104は、シンボル発生確率格納部102が出力するシンボル発生確率を用いて、2値化部101が生成した2値信号の算術符号化を行う。
 以上が、本実施の形態の算術符号化部100の構成についての説明である。
 ここで、シンボル発生確率格納部102が保持するシンボル発生確率テーブルについて説明する。図2は、本発明の実施の形態1に係るシンボル発生確率テーブルの一例を示す図である。
 シンボル発生確率テーブルは、コンテキストとシンボル発生確率とを対応付けたテーブルである。図2におけるインデックス(ctxIdx)は、コンテキストを表すインデックスであり、具体的には、符号化中のマクロブロックの周辺の情報、又は、ブロック内の既に符号化済みの情報、又は、符号化するビット位置に応じて決まるインデックスである。
 各インデックス(ctxIdx)は、シンボル発生確率を示す確率情報(pStateIdx)と、発生確率の高いシンボル(Most Probable Symbol)を示すシンボル(valMPS)に対応付けられている。これらは、H.264規格に示されるものと同等である。すなわち、確率情報pStateIdxは、シンボル発生確率の値を示すインデックスである。シンボル発生確率格納部102は、図示しないが、さらに、確率情報pStateIdxに対応するシンボル発生確率の値を示すテーブルを保持している。
 なお、ここでは、シンボル発生確率を示すインデックス(pStateIdx)とコンテキスト(ctxIdx)とを対応付けたテーブルとして管理しているが、コンテキストとシンボル発生確率の値とを直接対応付けて管理してもよい。この場合、シンボル発生確率の値を、例えば、16ビット精度(0-65535)で表すことにより、上記テーブルで管理するよりも、詳細な値を扱うことができる。このため、符号化効率を向上させることができる。以降、シンボル発生確率を値として管理する方法で説明する。
 次に、シンボル発生確率格納部102が保持するコンテキストテーブルについて説明する。図3A及び図3Bは、本発明の実施の形態1に係るコンテキストテーブルの一例を示す図である。
 コンテキストテーブルは、複数の種別情報SEとコンテキスト(ctxIdx)とを対応付けたテーブルである。入力信号SIが量子化係数に関連する信号であり、信号種別情報SEが係数位置を示す情報である場合、コンテキスト区分制御部105は、図3Aに示すように、符号化対象信号の信号種別情報SEに対して対応付けられているコンテキストテーブルを選択する。一方、コンテキスト区分制御部105の制御により、図3Bに示すように、全ての信号種別情報SEに対して、同じコンテキストが対応付けられることもある。
 次に、予測動きベクトル候補リスト(以下、適宜「候補リスト」と略称する)の導出方法について、図4の処理フローを用いて詳細に説明する。S1では、符号化対象ブロックの左側に隣接する隣接ブロックA、上側に隣接する隣接ブロックB、右斜め上に隣接する隣接ブロックCを求める。例えば、符号化対象ブロックの最も左上位置にある画素の左隣の画素が所属するブロックを隣接ブロックA、最も左上位置にある画素の上隣の画素が所属するブロックを隣接ブロックB、最も右上位置にある画素の右上隣の画素が所属するブロックを隣接ブロックC、などとする。次に、隣接ブロックA、B、Cについて、S2及びS3を実行して、予測動きベクトル候補リストを作成する(S1a~S1bをN=A、B、Cとしてループさせる)。S2では、隣接ブロックA、B、Cのそれぞれが、符号化対象ブロックと同一の予測方向の動きベクトルを持ち、かつ、隣接ブロックA、B、Cのそれぞれの参照ピクチャが、符号化対象ブロックの参照ピクチャと同一かどうかを判定する。S2において、真ならば、S3において、対応する隣接ブロックの動きベクトルを予測動きベクトル候補リストに追加する。
 S4では、隣接ブロックA、B、Cの動きベクトルのMedian値を算出し、予測動きベクトル候補リストに追加する。なお、本実施例では、S2において、符号化対象ブロックの動きベクトルと同一の予測方向を持つ隣接ブロックの動きベクトルを、予測動きベクトル候補リストに追加し、異なる予測方向を持つ隣接ブロックの動きベクトルは追加しないようにしたが、異なる予測方向を持つ隣接ブロックの動きベクトルの大きさは0として予測動きベクトル候補リストに追加するようにしても構わない。
 次に、図15のように、符号化対象ブロックが予測方向1の動きベクトルMvL0および、予測方向2の動きベクトルMvL1を持つ場合に、生成される予測動きベクトル候補リストの例について、図5A、図5Bを用いて説明する。
 本実施形態では、図15において、符号化対象ブロックの予測方向1の参照ピクチャと、隣接ブロックA、B、Cの予測方向1の参照ピクチャとが同一であり、符号化対象ブロックの予測方向2の参照ピクチャと、隣接ブロックAの予測方向2の参照ピクチャと、隣接ブロックCの予測方向1の参照ピクチャとが同一ピクチャであるとして説明を行う。
 また、図5Aの予測方向1の予測動きベクトル候補リストにおいて、予測動きベクトルインデックスの値は、Median(MvL0_A,MvL0_B,MvL0_C)に対応する値を0とし、MvL0_Aに対応する値を1とし、MvL0_Bに対応する値を2とし、MvL0_Cに対応する値を3としている。また、図5Bの予測方向2の予測動きベクトル候補リストにおいて、Median(MvL1_A,MvL0_B,MvL1_C)に対応する値を0とし、MvL1_Aに対応する値を1とし、MvL1_Cに対応する値を2としている。ここで、本実施形態では、予測方向2の予測動きベクトル候補リストにおいて、予測動きベクトル候補となる隣接ブロックの予測方向2の動きベクトルMvL1_Bが存在しない場合には、リストに追加しない。予測方向2の予測動きベクトル候補リストにおいて、予測動きベクトル候補となる隣接ブロックの動きベクトルが存在しない場合には、予測動きベクトルインデックスの割り当てを行わないことにより、符号化効率を向上させることができる。また、予測動きベクトルインデックスの割り当て方は、この例に限らず、予測動きベクトル候補となる動きベクトルが存在しない場合に、動きベクトルの大きさを0として、予測動きベクトルインデックスの割り当てを行ってもよい。
 図5Cは、予測動きベクトルインデックスを可変長符号化する際に用いる、符号表の例を示している。図5Cに示す符号表では、予測動きベクトルインデックスの値の小さい順に、符号長の短い符号を割り当てている。尚、予測精度が良い可能性の高い予測動きベクトル候補に対応する予測動きベクトルインデックスの値を小さくすることにより、符号化効率を向上させることができる。
 上記で説明したように、予測動きベクトルの候補数を得ることができる。
 次に、図1に示した算術符号化部100が行う算術符号化方法を、図6に示すフローチャートに従って説明する。図6は、本発明の実施の形態1に係る算術符号化方法の一例を示すフローチャートである。また、図6に示すフローチャートは、あるブロックの差分動き情報を示す信号を符号化対象信号として符号化する場合の算術符号化の処理手順を示している。
 まず、2値化部101は、ブロックの差分動き情報を2値化する(ステップS201、2値化ステップ)。ここで、2値化の方法としては、例えば、ある一定の値(例えば8)までは、1増える毎に1ずつ符号長が変わる符号を使い、一定値以上になった段階で、数の大きさが変わる毎に2値化符号長が指数的に大きくなる、指数ゴロム(Exponential-Golomb)がある。指数ゴロムの場合、生成される2値化符号(2値信号)は、例えば、差分動き情報が0のときは、“0”となり、0より大きく一定値以下のときは、その数だけ1を連続し、最後に0を付加した符号となり、一定値より大きいときは、一定値までは前述の方法で1を連続し、それ以降は指数ゴロムを用いて2値化した符号をつなげた符号となる。
 次に、コンテキスト区分制御部105は、予測動きベクトル候補リストに含まれる予測動きベクトル候補の数を候補リスト数として取得する(ステップS202)。ここで、予測動きベクトル候補リストとは、上記で説明した方法で求められるリストである。次に、取得した候補リスト数と閾値とで比較をする(ステップS203)。閾値を、例えば、1に設定すると、候補リスト数が1本のみの場合と、2本以上ある場合とで処理を切り替えることができる。ここで、候補リスト数が閾値よりも多い場合(ステップS203でYES)、コンテキスト区分制御部105は、候補リスト数が閾値よりも多いことを示す制御信号CTRSをコンテキスト制御部103に対して出力し、候補リスト数が多い場合に対応したコンテキストモデル(コンテキストテーブル)を選択する(ステップS205)。一方、候補リスト数が閾値よりも少ない場合(ステップS203でNO)、コンテキスト区分制御部105は、候補リスト数が閾値よりも少ないことを示す制御信号CTRSをコンテキスト制御部103に対して出力し、候補リスト数が少ない場合に対応したコンテキストモデルを選択する(ステップS204)。尚、ステップS202~S205がコンテキスト区分決定ステップに相当する。
 ここで、リスト数の多少に対応したコンテキストモデルとは次のような性質を有する。候補リスト数が多い場合には、一般的に、予測動きベクトルを求める際の選択の幅が大きいため、符号化する動き情報に合わせて予測動きベクトルを選択可能になる。即ち、差分動き情報(差分動きベクトル)は小さくなりやすい傾向がある。具体的には、前述の2値化符号が短くなることが予測される。このため、このような2値符号が多く発生する場合に対応したコンテキストモデルを選択する。
 一方、候補リスト数が少ない場合には、一般的に、予測動きベクトルを求める際の選択の幅が小さいため、差分動き情報(差分動きベクトル)は大きくなりやすい傾向がある。具体的には、前述の2値化符号が長くなることが予測されるため、このような2値符号が多く発生する場合に対応したコンテキストモデルを選択する。
 次に、2値算術符号化器104は、2値算術符号化に用いるシンボル発生確率を、シンボル発生確率格納部102から取得する。さらに、取得したシンボル発生確率を用いて2値算術符号化を実行する(ステップS206)。また、実際に2値算術符号化で用いた2値信号に合わせてシンボル発生確率を更新する(ステップS207)。
 なお、ここで切り替えるコンテキスト(シンボル発生確率)は、差分動き情報の2値化算術符号全てに対して切り替えても良いし、差分動き情報が“0”か0でない“1”を示す2値信号だけに対して切り替えても良い。前者の場合、全ての2値化信号の符号化に対して別々の確率を用いることができるため、さらなる符号化効率の改善が期待できる。一方、後者の場合、差分動き情報が“0”か0ではない“1”という情報という、必ず必要な部分においては、別々のコンテキストテーブルを用いるため、前者と同様に符号化効率の改善が期待できる上に、その他の信号に対しては同じコンテキストテーブルを用いることで、シンボル発生確率の格納に必要なメモリサイズを小さくすることができ、回路規模の増大を抑制することが可能となる。
 なお、ここでの説明では候補リスト数が多い、少ないと2つに分けたがこれに限らない。例えば、候補リストの数毎に、別々のコンテキストモデル(コンテキストテーブル)を用意して切り替えても良い。この場合、区分はさらに細かくなるが、シンボルの発生確率をより細かく分割することができるため、さらなる符号化効率の向上が期待できる。
 (実施の形態1における算術符号化部の変形例)
 また、上記とは別に、周辺ブロックのMVDの大きさによってコンテキストモデルを切替えても良い。図7は、この場合の本発明の実施の形態1に係る算術符号化部100が行う算術符号化方法の動作を説明するフローチャートである。また、図7に示すフローチャートは、符号化対象信号である差分動き情報を符号化する場合の算術符号化を示している。
 まず、2値化部101は、ブロックの差分動き情報を2値化する(ステップS301)。ここで、2値化の方法とは、上記、図6の説明で示した例と同じである。
 次に、コンテキスト区分制御部105は、対象ブロックの左に隣接するブロックである左隣接ブロックに差分動き情報があるかどうかを判断する(ステップS302)。左隣接ブロックに対応する差分動き情報がない場合(例えば、左隣接ブロックが画面内予測符号化であるか、画面端のため当該ブロックが存在しない場合)(ステップS302でNO)、パラメータParamに固定値VALを加える(ステップS303)。ここで、VALには、後述するコンテキストの切替えの閾値に関係する一定値(例えば34や17といった値)をあらかじめ用意する。一方、左隣接ブロックに差分動き情報がある場合(ステップS302でYES)、パラメータParamに左隣接ブロックの差分動き情報(差分動きベクトル)の大きさ、より具体的には、符号化対象である差分動き情報と同じパリティ(X座標もしくはY座標)の値の絶対値MVDLをセットする(ステップS304)。
 次に、同様に、上側に隣接するブロックである上隣接ブロックに差分動き情報があるかどうかを判断する(ステップS305)。
 左隣接ブロックの場合と同様に、上隣接ブロックに対応する差分動き情報が無い場合(ステップS305でNO)、パラメータParamにさらに固定値VALを加える(ステップS306)。一方、上隣接ブロックに差分動き情報がある場合(ステップS305でYES)、パラメータParamに上隣接ブロックの差分動き情報の大きさ、より具体的には、符号化対象である差分動き情報と同じパリティ(X座標もしくはY座標)の値の絶対値MVDTを加える(ステップS307)。次に、これまで算出したParamの値に応じて、コンテキストモデルを選択する。
 当該実施の形態1の変形例では、具体的には、Paramの値のグループを、小、中、大(例えば2以下を小、3以上32以下を中、33以上を大)の大きさで分け、それぞれのグループに対して、異なるコンテキストモデル(コンテキストテーブル)を予め設定しておく(ステップS308)。
 ここで、Paramの値の大きさに対応したコンテキストモデルとは、次のような性質を有する。Paramが小さい場合には、周囲の予測ベクトルの精度が高く、差分が小さくなっていることが予測されるため、差分動き情報(差分動きベクトル)は小さくなりやすい傾向がある。具体的には、前述の2値化符号が短くなることが予測される。このため、このような2値符号が多く発生する場合に対応したコンテキストモデルを選択する。
 一方、Paramの値が大きい場合には、周囲に参考となるベクトル情報がない、もしくは、差分動き情報が大きいため、予測がうまくあたっていないことが予測され、差分動き情報(差分動きベクトル)は大きくなりやすい傾向がある。具体的には、前述の2値化符号が長くなることが予測されるため、このような2値符号が多く発生する場合に対応したコンテキストモデルを選択する。
 さらに、Paramの値が中間の場合には、上記のコンテキストモデルの中間に位置するコンテキストモデルを選択する。
 次に、2値算術符号化器104は、2値算術符号化に用いるシンボル発生確率を、シンボル発生確率格納部102から取得する。さらに、取得したシンボル発生確率を用いて2値算術符号化を実行する(ステップS309)。また、実際に2値算術符号化で用いた2値信号に合わせてシンボル発生確率を更新する(ステップS310)。
 なお、ここで切り替えるコンテキスト(シンボル発生確率)は、差分動き情報の2値化算術符号全てに対して切り替えても良いし、差分動き情報が“0”か0でない“1”を示す2値信号だけに対して切り替えても良い。前者の場合、全ての2値化信号の符号化に対して別々の確率を用いることができるため、さらなる符号化効率の改善が期待できる。一方、後者の場合、差分動き情報が“0”か0ではない“1”という情報という、必ず必要な部分においては、別々のコンテキストテーブルを用いるため、前者と同様に符号化効率の改善が期待できる上に、その他の信号に対しては同じコンテキストテーブルを用いることで、シンボル発生確率の格納に必要なメモリサイズを小さくすることができ、回路規模の増大を抑制することが可能となる。
 なお、ここでの説明ではParamの値を3つの区分に分けたがこれに限らない。例えば、さらに細かく、4以上の区分を設定し、別々のコンテキストモデルを用意して切り替えても良い。この場合、区分はさらに細かくなるが、シンボルの発生確率をより細かく分割することができるため、さらなる符号化効率の向上が期待できる。また、2つの区分としてもよい。この場合、メモリサイズの削減が期待できる。
 さらに、Paramの値と、候補リスト数の両方に応じて、別々のコンテキストモデルを用意して切り替えても良い。この場合、区分はさらに細かくなるが、シンボルの発生確率をより細かく分割することができるため、さらなる符号化効率の向上が期待できる。
 なお、候補リスト数でコンテキストモデルを切替える場合及びParamの値でコンテキストモデルを切替える場合の何れにおいても、コンテキストモデルの情報(閾値、固定値VAL、区分数)を、ビットストリームの先頭(ストリームヘッダ)に記録してもよい。このようにすることで、画像の特徴によって、コンテキストモデルを切替えることができ、さらなる符号化効率を向上することが期待できる。
 なお、前記ヘッダに記録する単位は、スライス、ピクチャに対応する単位としてもよい。この場合、ストリーム単位に記録する場合と比べて、より細かく制御することができるため、さらなる符号化効率の向上が期待できる。
 (実施の形態1における画像符号化装置の構成)
 上述した本発明の実施の形態1に係る算術符号化部100は、画像データを圧縮符号化する画像符号化装置に備えられる。
 画像符号化装置200は、画像データを圧縮符号化する。例えば、画像符号化装置200には、画像データがブロック毎に入力信号として入力される。画像符号化装置200は、入力された入力信号に対し、変換、量子化及び可変長符号化を行うことで、符号化信号を生成する。
 ここで、図8は、本発明の実施の形態1に係る画像符号化装置200の構成の一例を示すブロック図である。図8に示すように、画像符号化装置200は、減算器205と、変換・量子化部210と、エントロピー符号化部220(図1の算術符号化部100に相当)と、逆量子化・逆変換部230と、加算器235と、デブロッキングフィルタ240と、メモリ250と、イントラ予測部260と、動き検出部270と、動き補償部280と、イントラ/インター切換スイッチ290とを備える。
 減算器205は、入力信号と予測信号との差分、すなわち、予測誤差を算出する。
 変換・量子化部210は、空間領域の予測誤差を変換することで、周波数領域の変換係数を生成する。例えば、変換・量子化部210は、予測誤差にDCT(Discrete Cosine Transform)変換を行うことで、変換係数を生成する。さらに、変換・量子化部210は、変換係数を量子化することで、量子化係数を生成する。
 エントロピー符号化部220は、量子化係数を可変長符号化することで、符号化信号を生成する。また、エントロピー符号化部220は、動き検出部270によって検出された動きデータ(例えば、動きベクトル)を符号化し、符号化信号に含めて出力する。
 逆量子化・逆変換部230は、量子化係数を逆量子化することで、変換係数を復元する。さらに、逆量子化・逆変換部230は、復元した変換係数を逆変換することで、予測誤差を復元する。なお、復元された予測誤差は、量子化により情報が失われているので、減算器205が生成する予測誤差とは一致しない。すなわち、復元された予測誤差は、量子化誤差を含んでいる。
 加算器235は、復元された予測誤差と予測信号とを加算することで、ローカル復号画像を生成する。
 デブロッキングフィルタ240は、生成されたローカル復号画像にデブロッキングフィルタ処理を行う。
 メモリ250は、動き補償に用いられる参照画像を格納するためのメモリである。具体的には、メモリ250は、デブロッキングフィルタ処理が施されたローカル復号画像を格納する。
 イントラ予測部260は、イントラ予測を行うことで、予測信号(イントラ予測信号)を生成する。具体的には、イントラ予測部260は、加算器235によって生成されたローカル復号画像における、符号化対象ブロック(入力信号)の周囲の画像を参照してイントラ予測を行うことで、イントラ予測信号を生成する。
 動き検出部270は、入力信号と、メモリ250に格納された参照画像との間の動きデータ(例えば、動きベクトル)を検出する。
 動き補償部280は、検出された動きデータに基づいて動き補償を行うことで、予測信号(インター予測信号)を生成する。
 イントラ/インター切換スイッチ290は、イントラ予測信号及びインター予測信号のいずれかを選択し、選択した信号を予測信号として減算器205及び加算器235に出力する。
 以上の構成により、本発明の実施の形態1に係る画像符号化装置200は、画像データを圧縮符号化する。
 なお、図8において、本発明の実施の形態1に係る算術符号化部100は、エントロピー符号化部220が備える。すなわち、算術符号化部100は、入力信号SIとして量子化係数を受け付け、2値化及び算術符号化する。また、信号種別情報SEは、量子化係数の係数位置、図8に示す動きデータ、又は、イントラ予測部260が用いたイントラ予測方向などを示す情報である。
 以上のように、本発明の実施の形態1に係る画像符号化装置及び画像符号化方法によれば、符号化対象信号の種別に関連付けられているコンテキストを、差分動き情報の関連情報に応じて、適切なコンテキストモデルを決定し、当該コンテキストモデルを用いて算術符号化に用いる符号化確率情報を求める。
 これにより、全体の統計情報を反映した符号化確率情報を用いることができるので、符号化効率を高めることができる。
 (実施の形態2)
 本実施の形態の算術復号方法の概要について説明する。本実施の形態の算術復号方法は、復号対象となる信号の種別に対し、周波数成分に基づいて適切に区分されたシンボル発生確率を用いる。これにより、各周波数成分に共通した統計情報に基づくシンボル発生確率を使用することができ、符号化効率の向上することができ、符号化効率を向上させた信号を復号することを可能とする。
 以上が、本実施の形態の算術復号方法の概要についての説明である。
 次に、本実施の形態の算術復号方法を行う算術復号部の構成について説明する。図9は本発明の実施の形態2に係る算術復号部300の構成の一例を示すブロック図である。なお、後述するように、本発明の実施の形態2に係る算術復号部300は、圧縮符号化された符号化画像データを復号する画像復号装置の一部に相当する。
 図9に示すように、算術復号部300は、2値算術復号器301と、シンボル発生確率格納部302と、コンテキスト制御部303と、多値化部304と、コンテキスト区分制御部305を備える。
 算術復号部300は、復号対象の信号である入力ストリームISを算術復号することで、画像データを復元して出力する。また、算術復号部300には、入力ストリームISの種別を示す信号種別情報SEが入力される。
 入力ストリームISは、符号化画像データの復号対象信号であり、例えば、画像データが圧縮符号化されて生成された量子化係数を示す信号である。つまり、実施の形態1に係る入力信号SIが算術符号化されて生成された信号に相当する。
 信号種別情報SEは、符号化画像データの復号対象信号の種別情報の一例である。具体的には、信号種別情報SEは、入力ストリームISの種別を示す情報であり、より具体的には、実施の形態1に係る信号種別情報SEと同様である。すなわち、入力ストリームISが変換係数に関連する信号(例えば量子化係数)である場合、信号種別情報SEは、係数位置を含む情報である。
 2値算術復号器301は、復号確率情報を用いて復号対象信号を算術復号することで、2値信号を生成する。具体的には、2値算術復号器301は、シンボル発生確率格納部302が出力するシンボル発生確率を用いて、入力ストリームISに算術復号を行うことで、出力2値信号OBINを生成する。
 シンボル発生確率格納部302は、シンボルの複数の発生確率を保持するメモリなどである。例えば、シンボル発生確率格納部302は、シンボル発生確率テーブルを保持する。シンボル発生確率テーブルは、コンテキストと確率情報とを対応付けたテーブルであり、例えば、図2に示すテーブルである。シンボル発生確率テーブルの詳細は、実施の形態1と同様である。
 また、シンボル発生確率格納部302は、コンテキストテーブルを保持する。コンテキストテーブルは、復号対象信号の種別とコンテキストとを対応付けたテーブルであり、例えば、図3Aおよび図3Bに示すテーブルである。コンテキストテーブルの詳細は、実施の形態1と同様である。
 コンテキスト制御部303は、復号対象信号の種別から関連付けられるコンテキストを決定する。具体的には、コンテキスト制御部303は、信号種別情報SEと、コンテキスト区分制御部305より取得する制御信号CTRSを取得し、取得した入力ストリームISの種別を表す信号種別情報SEおよび制御信号CTRSに基づいて、コンテキストテーブルを参照することで、復号対象信号の種別に関連付けられているコンテキストを決定する。このとき、コンテキスト制御部303は、制御信号CTRSにより指定された区分に基づいたコンテキストテーブルのコンテキストを決定し、係数位置が異なっても同じ区分とする場合には、区分に共通のコンテキストテーブルのコンテキストを決定する。なお、コンテキスト制御部303が、コンテキストテーブルを保持していてもよい。ここでコンテキスト区分制御部305の動作については、後で説明する。
 さらに、コンテキスト制御部303は、決定したコンテキストに対応する復号確率情報を決定する。コンテキスト制御部303は、決定した復号確率情報を用い、シンボル発生確率テーブルを参照することで、シンボル発生確率格納部302に格納されているどのシンボル発生確率を使用するかを決定する。なお、復号確率情報は、例えば、シンボル発生確率の値を示すインデックス、又は、シンボル発生確率の値である。コンテキスト制御部303によって決定されたコンテキストに対応するシンボル発生確率は、シンボル発生確率格納部302から、2値算術復号器301に出力される。コンテキスト制御部303の具体的な動作は、実施の形態1に係るコンテキスト制御部103と同様である。
 多値化部304は、2値算術復号器301によって生成された出力2値信号OBINを多値化することで、画像データを復元する。なお、多値化の方式は、信号種別情報SEに基づいて決定される。
 以上が、本実施の形態の算術復号部300の構成についての説明である。
 次に、図9に示した算術復号部300が行う算術復号方法を、図10および図11に示すフローチャートに従って説明する。
 ここで、図10は、本発明の実施の形態2に係る算術復号方法の一例を示すフローチャートである。また、図10は、符号化対象信号があるブロックの差分動き情報を復号する場合の算術復号の処理手順を示している。
 図10に示すように、本実施の形態の算術復号方法では、まず、復号対象となる入力ストリームISを取得し、コンテキスト区分制御部305は、予測動きベクトル候補リストの数である候補リスト数を取得する(S401)。ここで、予測動きベクトル候補リストとは、上記実施の形態1で説明した予測動きベクトル候補と同じである。また、候補リスト数は、実施の形態1の候補リスト数と同じであり、実施の形態1と同じ方法で算出する。次に、取得した候補リスト数と閾値とで比較をする(ステップS402)。閾値とは、例えば、1に設定すると、候補リスト数が1本のみの場合と、2本以上ある場合とで処理を切り替えることができる。この閾値についても、符号化時に使用されたものと同じ値を用いる。ここで、候補リスト数が閾値よりも多い場合(ステップS402でYES)、コンテキスト区分制御部305は、候補リスト数が閾値よりも多いことを示す制御信号CTRSをコンテキスト制御部303に対して出力し、候補リスト数が多い場合に対応したコンテキストモデル(コンテキストテーブル)を選択する(ステップS404)。一方、候補リスト数が閾値よりも少ない場合(ステップS402でNO)、コンテキスト区分制御部305は、候補リスト数が閾値よりも少ないことを示す制御信号CTRSをコンテキスト制御部103に対して出力し、候補リスト数が少ない場合に対応したコンテキストモデルを設定する(ステップS403)。
 ここで、リスト数の多少に対応したコンテキストモデルとは、実施の形態1で説明した符号化方法におけるコンテキストモデルと同じ性質を有するものとする。
 次に、2値算術復号器301は、選択したコンテキストモデル(コンテキストテーブル)を用いて、2値算術符号化に用いるシンボル発生確率を、シンボル発生確率格納部302から取得する。さらに取得したシンボル発生確率を用いて2値算術復号を実行する(ステップS405)。また、復号された2値信号に合わせてシンボル発生確率を更新する(ステップS406)。最後に、算術復号により得られた2値信号に対し、符号化側と対となる方法で、多値化を施し、出力信号となる差分動き情報を取得する(ステップS407)。
 なお、ここでの説明では候補リスト数が多い場合と少ない場合の2つに分けたが、これに限られるものではない。実施の形態1における算術符号化部で設定した区分と同じ区分を設定することが好ましい。
 (実施の形態2における算術復号部の変形例)
 また、図11は、上記とは別に、周辺ブロックのMVDの大きさによってコンテキストモデルを切替えて符号化されている符号化信号を復号する場合の動作を説明するフローチャートである。図11に示すフローチャートは、復号対象信号が、差分動き情報を符号化した信号である場合の算術復号の処理手順を示している。
 図11に示すように、本実施の形態2の算術復号方法では、まず、復号対象信号である入力ストリームISを取得し、コンテキスト区分制御部105は、対象ブロックの左に隣接する左隣接ブロックに差分動き情報があるかどうかを判断する(ステップS501)。
 左隣接のブロックに対応する差分動き情報がない場合(例えば、左隣接ブロックが画面内予測符号化されたブロックであるか、画面端のため当該ブロックが存在しない場合)(ステップS501でNO)、パラメータParamに固定値VALを加える(ステップS502)。ここで、VALには、後述するコンテキストの切替えの閾値に関係する一定値(例えば34や17といった値)を、あらかじめ決められた符号化側と同じ値に設定する。一方、左隣接ブロックに差分動き情報がある場合(ステップS501でYES)、パラメータParamに左隣接ブロックの差分動き情報(差分動きベクトル)の大きさ、より具体的には、復号対象である差分動き情報と同じパリティ(X座標もしくはY座標)の値の絶対値MVDLをセットする(ステップS503)。
 次に、同様に、上側に隣接する上隣接ブロックに差分動き情報があるかどうかを判断する(ステップS504)。
 左側のブロックの場合と同様に、上隣接ブロックに対応する差分動き情報が無い場合(ステップS504でNO)、パラメータParamに、さらに固定値VALを加える(ステップS505)。一方、上隣接ブロックに差分動き情報がある場合(ステップS504でYES)、パラメータParamに、上隣接ブロックの差分動き情報の大きさ、より具体的には、復号対象である差分動き情報と同じパリティ(X座標もしくはY座標)の値の絶対値MVDTを加える(ステップS506)。次に、これまで算出したParamの値に応じて、コンテキストモデルを設定する。
 具体的には、Paramの値のグループを、小、中、大(例えば2以下を小、3以上32以下を中、33以上を大)の多きさで分け、それぞれのグループに対して、異なるコンテキストモデル(コンテキストテーブル)を予め設定しておく(ステップS507)。
 ここで、Paramの値の大きさに対応したコンテキストモデルとは、実施の形態1で説明した符号化方法におけるコンテキストモデルと同じ性質を有するものとする。
 次に、2値算術復号器301は、選択したコンテキストモデル(コンテキストテーブル)を用いて、2値算術復号で用いるシンボル発生確率を、シンボル発生確率格納部302から取得する。さらに、取得したシンボル発生確率を用いて2値算術復号を実行する(ステップS508)。また、復号された2値信号に合わせてシンボル発生確率を更新する(ステップS509)。最後に、算術復号により得られた2値信号に対し、符号化側と対となる方法で、多値化を施し、出力信号となる差分動き情報を取得する(ステップS510)。
 上記の方法をとることにより、符号化効率を向上した符号化信号を復号することが可能になる。
 尚、実施の形態1と同様に、Paramの値と、候補リスト数の両方に応じて、別々のコンテキストモデルを用意して切り替えても良い。
 (実施の形態2における画像復号装置の構成)
 上述した本発明の実施の形態2に係る算術復号部300は、圧縮符号化された符号化画像データを復号する画像復号装置に備えられる。
 画像復号装置400は、圧縮符号化された符号化画像データを復号する。例えば、画像復号装置400は、符号化画像データがブロック毎に復号対象信号として入力される。画像復号装置400は、入力された復号対象信号に対し、可変長復号、逆量子化及び逆変換を行うことで、画像データを復元する。
 ここで、図11は、本発明の実施の形態2に係る画像復号装置400の構成の一例を示すブロック図である。図11に示すように、画像復号装置400は、エントロピー復号部410(図9の算術復号部300に相当)と、逆量子化・逆変換部420と、加算器425と、デブロッキングフィルタ430と、メモリ440と、イントラ予測部450と、動き補償部460と、イントラ/インター切換スイッチ470とを備える。
 エントロピー復号部410は、入力信号(入力ストリーム)を可変長復号することで、量子化係数を復元する。なお、ここで、入力信号(入力ストリーム)は、復号対象信号であり、符号化画像データのブロック毎のデータに相当する。また、エントロピー復号部410は、入力信号から動きデータを取得し、取得した動きデータを動き補償部460に出力する。
 逆量子化・逆変換部420は、エントロピー復号部410によって復元された量子化係数を逆量子化することで、変換係数を復元する。そして、逆量子化・逆変換部420は、復元した変換係数を逆変換することで、予測誤差を復元する。
 加算器425は、復元された予測誤差と予測信号とを加算することで、復号画像を生成する。
 デブロッキングフィルタ430は、生成された復号画像にデブロッキングフィルタ処理を行う。デブロッキングフィルタ処理された復号画像は、復号信号として出力される。
 メモリ440は、動き補償に用いられる参照画像を格納するためのメモリである。具体的には、メモリ440は、デブロッキングフィルタ処理が施された復号画像を格納する。
 イントラ予測部450は、イントラ予測を行うことで、予測信号(イントラ予測信号)を生成する。具体的には、イントラ予測部450は、加算器425によって生成された復号画像における、復号対象ブロック(入力信号)の周囲の画像を参照してイントラ予測を行うことで、イントラ予測信号を生成する。
 動き補償部460は、エントロピー復号部410から出力された動きデータに基づいて動き補償を行うことで、予測信号(インター予測信号)を生成する。
 イントラ/インター切換スイッチ470は、イントラ予測信号及びインター予測信号のいずれかを選択し、選択した信号を予測信号として加算器425に出力する。
 以上の構成により、本発明の実施の形態2に係る画像復号装置400は、圧縮符号化された符号化画像データを復号する。
 なお、図10、11において、本発明の実施の形態2に係る算術復号部300は、エントロピー復号部410が備える。すなわち、算術復号部300は、入力ストリームISとして、予測符号化が実行された符号化画像データを受け付け、算術復号及び多値化する。また、信号種別情報SEは、量子化係数の位置、動きデータ、又は、イントラ予測部450が用いるイントラ予測方向などを示す情報である。
 なお、ここでのコンテキスト区分の情報(閾値、固定値VAL、区分数)が、ビットストリームの先頭(ストリームヘッダ)に記録されている場合、その記録された情報を読み取って、コンテキストを切り替えてもよい。これにより、さらなる符号化効率を向上した符号化ストリームを復号することができる。
 なお、前記ヘッダに記録する単位は、スライス、ピクチャに対応する単位であっても、同様に復号できる。
 以上のように、本発明の実施の形態2に係る画像復号装置及び画像復号方法によれば、符号化対象信号の種別に関連付けられているコンテキストを候補動きベクトルの本数や周囲の差分動きベクトルの大きさに応じて、適切な区分のコンテキストを決定し、算術復号に用いる復号確率情報を算出する。
 これにより、符号化効率が向上された信号を正しく復号することができる。具体的には、実施の形態1に示したように、符号化対象信号の種別に関連付けられているコンテキストを予測動きベクトルの候補リスト数や周囲の差分動きベクトルの大きさに応じて、統計的にバランスが取れた形に区分できるため、適切な統計情報を反映した確率情報を確率情報として用いることができるので、符号化効率を高めることができる。
 このようにして符号化効率が向上された信号を、本発明の実施の形態2に係る画像復号装置及び画像復号方法は、正しく復号することができる。
 (実施の形態3)
 上記各実施の形態で示した動画像符号化方法(画像符号化方法)または動画像復号方法(画像復号方法)の構成を実現するためのプログラムを記憶メディアに記録することにより、上記各実施の形態で示した処理を独立したコンピュータシステムにおいて簡単に実施することが可能となる。記憶メディアは、磁気ディスク、光ディスク、光磁気ディスク、ICカード、半導体メモリ等、プログラムを記録できるものであればよい。
 さらにここで、上記各実施の形態で示した動画像符号化方法(画像符号化方法)や動画像復号方法(画像復号方法)の応用例とそれを用いたシステムを説明する。当該システムは、画像符号化方法を用いた画像符号化装置、及び画像復号方法を用いた画像復号装置からなる画像符号化復号装置を有することを特徴とする。システムにおける他の構成について、場合に応じて適切に変更することができる。
 図16は、コンテンツ配信サービスを実現するコンテンツ供給システムex100の全体構成を示す図である。通信サービスの提供エリアを所望の大きさに分割し、各セル内にそれぞれ固定無線局である基地局ex106、ex107、ex108、ex109、ex110が設置されている。
 このコンテンツ供給システムex100は、インターネットex101にインターネットサービスプロバイダex102および電話網ex104、および基地局ex106からex110を介して、コンピュータex111、PDA(PersonalDigital Assistant)ex112、カメラex113、携帯電話ex114、ゲーム機ex115などの各機器が接続される。
 しかし、コンテンツ供給システムex100は図16のような構成に限定されず、いずれかの要素を組合せて接続するようにしてもよい。また、固定無線局である基地局ex106からex110を介さずに、各機器が電話網ex104に直接接続されてもよい。また、各機器が近距離無線等を介して直接相互に接続されていてもよい。
 カメラex113はデジタルビデオカメラ等の動画撮像が可能な機器であり、カメラex116はデジタルカメラ等の静止画撮像、動画撮像が可能な機器である。また、携帯電話ex114は、GSM(登録商標)(Global System for MobileCommunications)方式、CDMA(Code Division Multiple Access)方式、W-CDMA(Wideband-Code Division Multiple Access)方式、若しくはLTE(Long Term Evolution)方式、HSPA(High Speed Packet Access)の携帯電話機、またはPHS(Personal Handyphone System)等であり、いずれでも構わない。
 コンテンツ供給システムex100では、カメラex113等が基地局ex109、電話網ex104を通じてストリーミングサーバex103に接続されることで、ライブ配信等が可能になる。ライブ配信では、ユーザがカメラex113を用いて撮像するコンテンツ(例えば、音楽ライブの映像等)に対して上記各実施の形態で説明したように符号化処理を行い(即ち、本発明の画像符号化装置として機能する)、ストリーミングサーバex103に送信する。一方、ストリーミングサーバex103は要求のあったクライアントに対して送信されたコンテンツデータをストリーム配信する。クライアントとしては、上記符号化処理されたデータを復号することが可能な、コンピュータex111、PDAex112、カメラex113、携帯電話ex114、ゲーム機ex115等がある。配信されたデータを受信した各機器では、受信したデータを復号処理して再生する(即ち、本発明の画像復号装置として機能する)。
 なお、撮像したデータの符号化処理はカメラex113で行っても、データの送信処理をするストリーミングサーバex103で行ってもよいし、互いに分担して行ってもよい。同様に配信されたデータの復号処理はクライアントで行っても、ストリーミングサーバex103で行ってもよいし、互いに分担して行ってもよい。また、カメラex113に限らず、カメラex116で撮像した静止画像および/または動画像データを、コンピュータex111を介してストリーミングサーバex103に送信してもよい。この場合の符号化処理はカメラex116、コンピュータex111、ストリーミングサーバex103のいずれで行ってもよいし、互いに分担して行ってもよい。
 また、これら符号化・復号処理は、一般的にコンピュータex111や各機器が有するLSIex500において処理する。LSIex500は、ワンチップであっても複数チップからなる構成であってもよい。なお、動画像符号化・復号用のソフトウェアをコンピュータex111等で読み取り可能な何らかの記録メディア(CD-ROM、フレキシブルディスク、ハードディスクなど)に組み込み、そのソフトウェアを用いて符号化・復号処理を行ってもよい。さらに、携帯電話ex114がカメラ付きである場合には、そのカメラで取得した動画データを送信してもよい。このときの動画データは携帯電話ex114が有するLSIex500で符号化処理されたデータである。
 また、ストリーミングサーバex103は複数のサーバや複数のコンピュータであって、データを分散して処理したり記録したり配信するものであってもよい。
 以上のようにして、コンテンツ供給システムex100では、符号化されたデータをクライアントが受信して再生することができる。このようにコンテンツ供給システムex100では、ユーザが送信した情報をリアルタイムでクライアントが受信して復号し、再生することができ、特別な権利や設備を有さないユーザでも個人放送を実現できる。
 なお、コンテンツ供給システムex100の例に限らず、図17に示すように、デジタル放送用システムex200にも、上記各実施の形態の少なくとも動画像符号化装置(画像符号化装置)または動画像復号装置(画像復号装置)のいずれかを組み込むことができる。具体的には、放送局ex201では映像データに音楽データなどが多重化された多重化データが電波を介して通信または衛星ex202に伝送される。この映像データは上記各実施の形態で説明した動画像符号化方法により符号化されたデータである(即ち、本発明の画像符号化装置によって符号化されたデータである)。これを受けた放送衛星ex202は、放送用の電波を発信し、この電波を衛星放送の受信が可能な家庭のアンテナex204が受信する。受信した多重化データを、テレビ(受信機)ex300またはセットトップボックス(STB)ex217等の装置が復号して再生する(即ち、本発明の画像復号装置として機能する)。
 また、DVD、BD等の記録メディアex215に記録した多重化データを読み取り復号する、または記録メディアex215に映像信号を符号化し、さらに場合によっては音楽信号と多重化して書き込むリーダ/レコーダex218にも上記各実施の形態で示した動画像復号装置または動画像符号化装置を実装することが可能である。この場合、再生された映像信号はモニタex219に表示され、多重化データが記録された記録メディアex215により他の装置やシステムにおいて映像信号を再生することができる。また、ケーブルテレビ用のケーブルex203または衛星/地上波放送のアンテナex204に接続されたセットトップボックスex217内に動画像復号装置を実装し、これをテレビのモニタex219で表示してもよい。このときセットトップボックスではなく、テレビ内に動画像復号装置を組み込んでもよい。
 図18は、上記各実施の形態で説明した動画像復号方法および動画像符号化方法を用いたテレビ(受信機)ex300を示す図である。テレビex300は、上記放送を受信するアンテナex204またはケーブルex203等を介して映像データに音声データが多重化された多重化データを取得、または出力するチューナex301と、受信した多重化データを復調する、または外部に送信する多重化データに変調する変調/復調部ex302と、復調した多重化データを映像データと、音声データとに分離する、または信号処理部ex306で符号化された映像データ、音声データを多重化する多重/分離部ex303を備える。
 また、テレビex300は、音声データ、映像データそれぞれを復号する、またはそれぞれの情報を符号化する音声信号処理部ex304、映像信号処理部ex305(本発明の画像符号化装置または画像復号装置として機能する)を有する信号処理部ex306と、復号した音声信号を出力するスピーカex307、復号した映像信号を表示するディスプレイ等の表示部ex308を有する出力部ex309とを有する。さらに、テレビex300は、ユーザ操作の入力を受け付ける操作入力部ex312等を有するインタフェース部ex317を有する。さらに、テレビex300は、各部を統括的に制御する制御部ex310、各部に電力を供給する電源回路部ex311を有する。インタフェース部ex317は、操作入力部ex312以外に、リーダ/レコーダex218等の外部機器と接続されるブリッジex313、SDカード等の記録メディアex216を装着可能とするためのスロット部ex314、ハードディスク等の外部記録メディアと接続するためのドライバex315、電話網と接続するモデムex316等を有していてもよい。なお記録メディアex216は、格納する不揮発性/揮発性の半導体メモリ素子により電気的に情報の記録を可能としたものである。テレビex300の各部は同期バスを介して互いに接続されている。
 まず、テレビex300がアンテナex204等により外部から取得した多重化データを復号し、再生する構成について説明する。テレビex300は、リモートコントローラex220等からのユーザ操作を受け、CPU等を有する制御部ex310の制御に基づいて、変調/復調部ex302で復調した多重化データを多重/分離部ex303で分離する。さらにテレビex300は、分離した音声データを音声信号処理部ex304で復号し、分離した映像データを映像信号処理部ex305で上記各実施の形態で説明した復号方法を用いて復号する。復号した音声信号、映像信号は、それぞれ出力部ex309から外部に向けて出力される。出力する際には、音声信号と映像信号が同期して再生するよう、バッファex318、ex319等に一旦これらの信号を蓄積するとよい。また、テレビex300は、放送等からではなく、磁気/光ディスク、SDカード等の記録メディアex215、ex216から多重化データを読み出してもよい。次に、テレビex300が音声信号や映像信号を符号化し、外部に送信または記録メディア等に書き込む構成について説明する。テレビex300は、リモートコントローラex220等からのユーザ操作を受け、制御部ex310の制御に基づいて、音声信号処理部ex304で音声信号を符号化し、映像信号処理部ex305で映像信号を上記各実施の形態で説明した符号化方法を用いて符号化する。符号化した音声信号、映像信号は多重/分離部ex303で多重化され外部に出力される。多重化する際には、音声信号と映像信号が同期するように、バッファex320、ex321等に一旦これらの信号を蓄積するとよい。なお、バッファex318、ex319、ex320、ex321は図示しているように複数備えていてもよいし、1つ以上のバッファを共有する構成であってもよい。さらに、図示している以外に、例えば変調/復調部ex302や多重/分離部ex303の間等でもシステムのオーバフロー、アンダーフローを避ける緩衝材としてバッファにデータを蓄積することとしてもよい。
 また、テレビex300は、放送等や記録メディア等から音声データ、映像データを取得する以外に、マイクやカメラのAV入力を受け付ける構成を備え、それらから取得したデータに対して符号化処理を行ってもよい。なお、ここではテレビex300は上記の符号化処理、多重化、および外部出力ができる構成として説明したが、これらの処理を行うことはできず、上記受信、復号処理、外部出力のみが可能な構成であってもよい。
 また、リーダ/レコーダex218で記録メディアから多重化データを読み出す、または書き込む場合には、上記復号処理または符号化処理はテレビex300、リーダ/レコーダex218のいずれで行ってもよいし、テレビex300とリーダ/レコーダex218が互いに分担して行ってもよい。
 一例として、光ディスクからデータの読み込みまたは書き込みをする場合の情報再生/記録部ex400の構成を図19に示す。情報再生/記録部ex400は、以下に説明する要素ex401、ex402、ex403、ex404、ex405、ex406、ex407を備える。光ヘッドex401は、光ディスクである記録メディアex215の記録面にレーザスポットを照射して情報を書き込み、記録メディアex215の記録面からの反射光を検出して情報を読み込む。変調記録部ex402は、光ヘッドex401に内蔵された半導体レーザを電気的に駆動し記録データに応じてレーザ光の変調を行う。再生復調部ex403は、光ヘッドex401に内蔵されたフォトディテクタにより記録面からの反射光を電気的に検出した再生信号を増幅し、記録メディアex215に記録された信号成分を分離して復調し、必要な情報を再生する。バッファex404は、記録メディアex215に記録するための情報および記録メディアex215から再生した情報を一時的に保持する。ディスクモータex405は記録メディアex215を回転させる。サーボ制御部ex406は、ディスクモータex405の回転駆動を制御しながら光ヘッドex401を所定の情報トラックに移動させ、レーザスポットの追従処理を行う。システム制御部ex407は、情報再生/記録部ex400全体の制御を行う。上記の読み出しや書き込みの処理はシステム制御部ex407が、バッファex404に保持された各種情報を利用し、また必要に応じて新たな情報の生成・追加を行うと共に、変調記録部ex402、再生復調部ex403、サーボ制御部ex406を協調動作させながら、光ヘッドex401を通して、情報の記録再生を行うことにより実現される。システム制御部ex407は例えばマイクロプロセッサで構成され、読み出し書き込みのプログラムを実行することでそれらの処理を実行する。
 以上では、光ヘッドex401はレーザスポットを照射するとして説明したが、近接場光を用いてより高密度な記録を行う構成であってもよい。
 図20に光ディスクである記録メディアex215の模式図を示す。記録メディアex215の記録面には案内溝(グルーブ)がスパイラル状に形成され、情報トラックex230には、予めグルーブの形状の変化によってディスク上の絶対位置を示す番地情報が記録されている。この番地情報はデータを記録する単位である記録ブロックex231の位置を特定するための情報を含み、記録や再生を行う装置において情報トラックex230を再生し番地情報を読み取ることで記録ブロックを特定することができる。また、記録メディアex215は、データ記録領域ex233、内周領域ex232、外周領域ex234を含んでいる。ユーザデータを記録するために用いる領域がデータ記録領域ex233であり、データ記録領域ex233より内周または外周に配置されている内周領域ex232と外周領域ex234は、ユーザデータの記録以外の特定用途に用いられる。情報再生/記録部ex400は、このような記録メディアex215のデータ記録領域ex233に対して、符号化された音声データ、映像データまたはそれらのデータを多重化した多重化データの読み書きを行う。
 以上では、1層のDVD、BD等の光ディスクを例に挙げ説明したが、これらに限ったものではなく、多層構造であって表面以外にも記録可能な光ディスクであってもよい。また、ディスクの同じ場所にさまざまな異なる波長の色の光を用いて情報を記録したり、さまざまな角度から異なる情報の層を記録したりなど、多次元的な記録/再生を行う構造の光ディスクであってもよい。
 また、デジタル放送用システムex200において、アンテナex205を有する車ex210で衛星ex202等からデータを受信し、車ex210が有するカーナビゲーションex211等の表示装置に動画を再生することも可能である。なお、カーナビゲーションex211の構成は例えば図18に示す構成のうち、GPS受信部を加えた構成が考えられ、同様なことがコンピュータex111や携帯電話ex114等でも考えられる。
 図21Aは、上記実施の形態で説明した動画像復号方法および動画像符号化方法を用いた携帯電話ex114を示す図である。携帯電話ex114は、基地局ex110との間で電波を送受信するためのアンテナex350、映像、静止画を撮ることが可能なカメラ部ex365、カメラ部ex365で撮像した映像、アンテナex350で受信した映像等が復号されたデータを表示する液晶ディスプレイ等の表示部ex358を備える。携帯電話ex114は、さらに、操作キー部ex366を有する本体部、音声を出力するためのスピーカ等である音声出力部ex357、音声を入力するためのマイク等である音声入力部ex356、撮像した映像、静止画、録音した音声、または受信した映像、静止画、メール等の符号化されたデータもしくは復号されたデータを保存するメモリ部ex367、又は同様にデータを保存する記録メディアとのインタフェース部であるスロット部ex364を備える。
 さらに、携帯電話ex114の構成例について、図21Bを用いて説明する。携帯電話ex114は、表示部ex358及び操作キー部ex366を備えた本体部の各部を統括的に制御する主制御部ex360に対して、電源回路部ex361、操作入力制御部ex362、映像信号処理部ex355、カメラインタフェース部ex363、LCD(LiquidCrystal Display)制御部ex359、変調/復調部ex352、多重/分離部ex353、音声信号処理部ex354、スロット部ex364、メモリ部ex367がバスex370を介して互いに接続されている。
 電源回路部ex361は、ユーザの操作により終話及び電源キーがオン状態にされると、バッテリパックから各部に対して電力を供給することにより携帯電話ex114を動作可能な状態に起動する。
 携帯電話ex114は、CPU、ROM、RAM等を有する主制御部ex360の制御に基づいて、音声通話モード時に音声入力部ex356で収音した音声信号を音声信号処理部ex354でデジタル音声信号に変換し、これを変調/復調部ex352でスペクトラム拡散処理し、送信/受信部ex351でデジタルアナログ変換処理および周波数変換処理を施した後にアンテナex350を介して送信する。また携帯電話ex114は、音声通話モード時にアンテナex350を介して受信した受信データを増幅して周波数変換処理およびアナログデジタル変換処理を施し、変調/復調部ex352でスペクトラム逆拡散処理し、音声信号処理部ex354でアナログ音声信号に変換した後、これを音声出力部ex357から出力する。
 さらにデータ通信モード時に電子メールを送信する場合、本体部の操作キー部ex366等の操作によって入力された電子メールのテキストデータは操作入力制御部ex362を介して主制御部ex360に送出される。主制御部ex360は、テキストデータを変調/復調部ex352でスペクトラム拡散処理をし、送信/受信部ex351でデジタルアナログ変換処理および周波数変換処理を施した後にアンテナex350を介して基地局ex110へ送信する。電子メールを受信する場合は、受信したデータに対してこのほぼ逆の処理が行われ、表示部ex358に出力される。
 データ通信モード時に映像、静止画、または映像と音声を送信する場合、映像信号処理部ex355は、カメラ部ex365から供給された映像信号を上記各実施の形態で示した動画像符号化方法によって圧縮符号化し(即ち、本発明の画像符号化装置として機能する)、符号化された映像データを多重/分離部ex353に送出する。また、音声信号処理部ex354は、映像、静止画等をカメラ部ex365で撮像中に音声入力部ex356で収音した音声信号を符号化し、符号化された音声データを多重/分離部ex353に送出する。
 多重/分離部ex353は、映像信号処理部ex355から供給された符号化された映像データと音声信号処理部ex354から供給された符号化された音声データを所定の方式で多重化し、その結果得られる多重化データを変調/復調部ex352でスペクトラム拡散処理をし、送信/受信部ex351でデジタルアナログ変換処理及び周波数変換処理を施した後にアンテナex350を介して送信する。
 データ通信モード時にホームページ等にリンクされた動画像ファイルのデータを受信する場合、または映像およびもしくは音声が添付された電子メールを受信する場合、アンテナex350を介して受信された多重化データを復号するために、多重/分離部ex353は、多重化データを分離することにより映像データのビットストリームと音声データのビットストリームとに分け、同期バスex370を介して符号化された映像データを映像信号処理部ex355に供給するとともに、符号化された音声データを音声信号処理部ex354に供給する。映像信号処理部ex355は、上記各実施の形態で示した動画像符号化方法に対応した動画像復号方法によって復号することにより映像信号を復号し(即ち、本発明の画像復号装置として機能する)、LCD制御部ex359を介して表示部ex358から、例えばホームページにリンクされた動画像ファイルに含まれる映像、静止画が表示される。また音声信号処理部ex354は、音声信号を復号し、音声出力部ex357から音声が出力される。
 また、上記携帯電話ex114等の端末は、テレビex300と同様に、符号化器・復号器を両方持つ送受信型端末の他に、符号化器のみの送信端末、復号器のみの受信端末という3通りの実装形式が考えられる。さらに、デジタル放送用システムex200において、映像データに音楽データなどが多重化された多重化データを受信、送信するとして説明したが、音声データ以外に映像に関連する文字データなどが多重化されたデータであってもよいし、多重化データではなく映像データ自体であってもよい。
 このように、上記各実施の形態で示した動画像符号化方法あるいは動画像復号方法を上述したいずれの機器・システムに用いることは可能であり、そうすることで、上記各実施の形態で説明した効果を得ることができる。
 また、本発明はかかる上記実施の形態に限定されるものではなく、本発明の範囲を逸脱することなく種々の変形または修正が可能である。
 (実施の形態4)
 上記各実施の形態で示した動画像符号化方法または装置と、MPEG-2、MPEG4-AVC、VC-1など異なる規格に準拠した動画像符号化方法または装置とを、必要に応じて適宜切替えることにより、映像データを生成することも可能である。
 ここで、それぞれ異なる規格に準拠する複数の映像データを生成した場合、復号する際に、それぞれの規格に対応した復号方法を選択する必要がある。しかしながら、復号する映像データが、どの規格に準拠するものであるか識別できないため、適切な復号方法を選択することができないという課題を生じる。
 この課題を解決するために、映像データに音声データなどを多重化した多重化データは、映像データがどの規格に準拠するものであるかを示す識別情報を含む構成とする。上記各実施の形態で示す動画像符号化方法または装置によって生成された映像データを含む多重化データの具体的な構成を以下説明する。多重化データは、MPEG-2トランスポートストリーム形式のデジタルストリームである。
 図22は、多重化データの構成を示す図である。図22に示すように多重化データは、ビデオストリーム、オーディオストリーム、プレゼンテーショングラフィックスストリーム(PG)、インタラクティブグラフィックスストリームのうち、1つ以上を多重化することで得られる。ビデオストリームは映画の主映像および副映像を、オーディオストリーム(IG)は映画の主音声部分とその主音声とミキシングする副音声を、プレゼンテーショングラフィックスストリームは、映画の字幕をそれぞれ示している。ここで主映像とは画面に表示される通常の映像を示し、副映像とは主映像の中に小さな画面で表示する映像のことである。また、インタラクティブグラフィックスストリームは、画面上にGUI部品を配置することにより作成される対話画面を示している。ビデオストリームは、上記各実施の形態で示した動画像符号化方法または装置、従来のMPEG-2、MPEG4-AVC、VC-1などの規格に準拠した動画像符号化方法または装置によって符号化されている。オーディオストリームは、ドルビーAC-3、Dolby Digital Plus、MLP、DTS、DTS-HD、または、リニアPCMのなどの方式で符号化されている。
 多重化データに含まれる各ストリームはPIDによって識別される。例えば、映画の映像に利用するビデオストリームには0x1011が、オーディオストリームには0x1100から0x111Fまでが、プレゼンテーショングラフィックスには0x1200から0x121Fまでが、インタラクティブグラフィックスストリームには0x1400から0x141Fまでが、映画の副映像に利用するビデオストリームには0x1B00から0x1B1Fまで、主音声とミキシングする副音声に利用するオーディオストリームには0x1A00から0x1A1Fが、それぞれ割り当てられている。
 図23は、多重化データがどのように多重化されるかを模式的に示す図である。まず、複数のビデオフレームからなるビデオストリームex235、複数のオーディオフレームからなるオーディオストリームex238を、それぞれPESパケット列ex236およびex239に変換し、TSパケットex237およびex240に変換する。同じくプレゼンテーショングラフィックスストリームex241およびインタラクティブグラフィックスex244のデータをそれぞれPESパケット列ex242およびex245に変換し、さらにTSパケットex243およびex246に変換する。多重化データex247はこれらのTSパケットを1本のストリームに多重化することで構成される。
 図24は、PESパケット列に、ビデオストリームがどのように格納されるかをさらに詳しく示している。図24における第1段目はビデオストリームのビデオフレーム列を示す。第2段目は、PESパケット列を示す。図24の矢印yy1,yy2, yy3, yy4に示すように、ビデオストリームにおける複数のVideo Presentation UnitであるIピクチャ、Bピクチャ、Pピクチャは、ピクチャ毎に分割され、PESパケットのペイロードに格納される。各PESパケットはPESヘッダを持ち、PESヘッダには、ピクチャの表示時刻であるPTS(Presentation Time-Stamp)やピクチャの復号時刻であるDTS(Decoding Time-Stamp)が格納される。
 図25は、多重化データに最終的に書き込まれるTSパケットの形式を示している。TSパケットは、ストリームを識別するPIDなどの情報を持つ4ByteのTSヘッダとデータを格納する184ByteのTSペイロードから構成される188Byte固定長のパケットであり、上記PESパケットは分割されTSペイロードに格納される。BD-ROMの場合、TSパケットには、4ByteのTP_Extra_Headerが付与され、192Byteのソースパケットを構成し、多重化データに書き込まれる。TP_Extra_HeaderにはATS(Arrival_Time_Stamp)などの情報が記載される。ATSは当該TSパケットのデコーダのPIDフィルタへの転送開始時刻を示す。多重化データには図25下段に示すようにソースパケットが並ぶこととなり、多重化データの先頭からインクリメントする番号はSPN(ソースパケットナンバー)と呼ばれる。
 また、多重化データに含まれるTSパケットには、映像・音声・字幕などの各ストリーム以外にもPAT(Program Association Table)、PMT(Program Map Table)、PCR(Program Clock Reference)などがある。PATは多重化データ中に利用されるPMTのPIDが何であるかを示し、PAT自身のPIDは0で登録される。PMTは、多重化データ中に含まれる映像・音声・字幕などの各ストリームのPIDと各PIDに対応するストリームの属性情報を持ち、また多重化データに関する各種ディスクリプタを持つ。ディスクリプタには多重化データのコピーを許可・不許可を指示するコピーコントロール情報などがある。PCRは、ATSの時間軸であるATC(Arrival Time Clock)とPTS・DTSの時間軸であるSTC(System Time Clock)の同期を取るために、そのPCRパケットがデコーダに転送されるATSに対応するSTC時間の情報を持つ。
 図26はPMTのデータ構造を詳しく説明する図である。PMTの先頭には、そのPMTに含まれるデータの長さなどを記したPMTヘッダが配置される。その後ろには、多重化データに関するディスクリプタが複数配置される。上記コピーコントロール情報などが、ディスクリプタとして記載される。ディスクリプタの後には、多重化データに含まれる各ストリームに関するストリーム情報が複数配置される。ストリーム情報は、ストリームの圧縮コーデックなどを識別するためストリームタイプ、ストリームのPID、ストリームの属性情報(フレームレート、アスペクト比など)が記載されたストリームディスクリプタから構成される。ストリームディスクリプタは多重化データに存在するストリームの数だけ存在する。
 記憶媒体などに記録する場合には、上記多重化データは、多重化データ情報ファイルと共に記録される。
 多重化データ情報ファイルは、図27に示すように多重化データの管理情報であり、多重化データと1対1に対応し、多重化データ情報、ストリーム属性情報とエントリマップから構成される。
 多重化データ情報は図27に示すようにシステムレート、再生開始時刻、再生終了時刻から構成されている。システムレートは多重化データの、後述するシステムターゲットデコーダのPIDフィルタへの最大転送レートを示す。多重化データ中に含まれるATSの間隔はシステムレート以下になるように設定されている。再生開始時刻は多重化データの先頭のビデオフレームのPTSであり、再生終了時刻は多重化データの終端のビデオフレームのPTSに1フレーム分の再生間隔を足したものが設定される。
 ストリーム属性情報は図28に示すように、多重化データに含まれる各ストリームについての属性情報が、PID毎に登録される。属性情報はビデオストリーム、オーディオストリーム、プレゼンテーショングラフィックスストリーム、インタラクティブグラフィックスストリーム毎に異なる情報を持つ。ビデオストリーム属性情報は、そのビデオストリームがどのような圧縮コーデックで圧縮されたか、ビデオストリームを構成する個々のピクチャデータの解像度がどれだけであるか、アスペクト比はどれだけであるか、フレームレートはどれだけであるかなどの情報を持つ。オーディオストリーム属性情報は、そのオーディオストリームがどのような圧縮コーデックで圧縮されたか、そのオーディオストリームに含まれるチャネル数は何であるか、何の言語に対応するか、サンプリング周波数がどれだけであるかなどの情報を持つ。これらの情報は、プレーヤが再生する前のデコーダの初期化などに利用される。
 本実施の形態においては、上記多重化データのうち、PMTに含まれるストリームタイプを利用する。また、記憶媒体に多重化データが記録されている場合には、多重化データ情報に含まれる、ビデオストリーム属性情報を利用する。具体的には、上記各実施の形態で示した動画像符号化方法または装置において、PMTに含まれるストリームタイプ、または、ビデオストリーム属性情報に対し、上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データであることを示す固有の情報を設定するステップまたは手段を設ける。この構成により、上記各実施の形態で示した動画像符号化方法または装置によって生成した映像データと、他の規格に準拠する映像データとを識別することが可能になる。
 また、本実施の形態における動画像復号方法のステップを図29に示す。ステップexS100において、多重化データからPMTに含まれるストリームタイプ、または、多重化データ情報に含まれるビデオストリーム属性情報を取得する。次に、ステップexS101において、ストリームタイプ、または、ビデオストリーム属性情報が上記各実施の形態で示した動画像符号化方法または装置によって生成された多重化データであることを示しているか否かを判断する。そして、ストリームタイプ、または、ビデオストリーム属性情報が上記各実施の形態で示した動画像符号化方法または装置によって生成されたものであると判断された場合には、ステップexS102において、上記各実施の形態で示した動画像復号方法により復号を行う。また、ストリームタイプ、または、ビデオストリーム属性情報が、従来のMPEG-2、MPEG4-AVC、VC-1などの規格に準拠するものであることを示している場合には、ステップexS103において、従来の規格に準拠した動画像復号方法により復号を行う。
 このように、ストリームタイプ、または、ビデオストリーム属性情報に新たな固有値を設定することにより、復号する際に、上記各実施の形態で示した動画像復号方法または装置で復号可能であるかを判断することができる。従って、異なる規格に準拠する多重化データが入力された場合であっても、適切な復号方法または装置を選択することができるため、エラーを生じることなく復号することが可能となる。また、本実施の形態で示した動画像符号化方法または装置、または、動画像復号方法または装置を、上述したいずれの機器・システムに用いることも可能である。
 (実施の形態5)
 上記各実施の形態で示した動画像符号化方法および装置、動画像復号方法および装置は、典型的には集積回路であるLSIで実現される。一例として、図30に1チップ化されたLSIex500の構成を示す。LSIex500は、以下に説明する要素ex501、ex502、ex503、ex504、ex505、ex506、ex507、ex508、ex509を備え、各要素はバスex510を介して接続している。電源回路部ex505は電源がオン状態の場合に各部に対して電力を供給することで動作可能な状態に起動する。
 例えば符号化処理を行う場合には、LSIex500は、CPUex502、メモリコントローラex503、ストリームコントローラex504、駆動周波数制御部ex512等を有する制御部ex501の制御に基づいて、AV I/Oex509によりマイクex117やカメラex113等からAV信号を入力する。入力されたAV信号は、一旦SDRAM等の外部のメモリex511に蓄積される。制御部ex501の制御に基づいて、蓄積したデータは処理量や処理速度に応じて適宜複数回に分けるなどされ信号処理部ex507に送られ、信号処理部ex507において音声信号の符号化および/または映像信号の符号化が行われる。ここで映像信号の符号化処理は上記各実施の形態で説明した符号化処理である。信号処理部ex507ではさらに、場合により符号化された音声データと符号化された映像データを多重化するなどの処理を行い、ストリームI/Oex506から外部に出力する。この出力された多重化データは、基地局ex107に向けて送信されたり、または記録メディアex215に書き込まれたりする。なお、多重化する際には同期するよう、一旦バッファex508にデータを蓄積するとよい。
 なお、上記では、メモリex511がLSIex500の外部の構成として説明したが、LSIex500の内部に含まれる構成であってもよい。バッファex508も1つに限ったものではなく、複数のバッファを備えていてもよい。また、LSIex500は1チップ化されてもよいし、複数チップ化されてもよい。
 また、上記では、制御部ex501が、CPUex502、メモリコントローラex503、ストリームコントローラex504、駆動周波数制御部ex512等を有するとしているが、制御部ex501の構成は、この構成に限らない。例えば、信号処理部ex507がさらにCPUを備える構成であってもよい。信号処理部ex507の内部にもCPUを設けることにより、処理速度をより向上させることが可能になる。また、他の例として、CPUex502が信号処理部ex507、または信号処理部ex507の一部である例えば音声信号処理部を備える構成であってもよい。このような場合には、制御部ex501は、信号処理部ex507、またはその一部を有するCPUex502を備える構成となる。
 なお、ここでは、LSIとしたが、集積度の違いにより、IC、システムLSI、スーパーLSI、ウルトラLSIと呼称されることもある。
 また、集積回路化の手法はLSIに限るものではなく、専用回路または汎用プロセッサで実現してもよい。LSI製造後に、プログラムすることが可能なFPGA(FieldProgrammable Gate Array)や、LSI内部の回路セルの接続や設定を再構成可能なリコンフィギュラブル・プロセッサを利用してもよい。
 さらには、半導体技術の進歩または派生する別技術によりLSIに置き換わる集積回路化の技術が登場すれば、当然、その技術を用いて機能ブロックの集積化を行ってもよい。バイオ技術の適応等が可能性としてありえる。
 (実施の形態6)
 上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データを復号する場合、従来のMPEG-2、MPEG4-AVC、VC-1などの規格に準拠する映像データを復号する場合に比べ、処理量が増加することが考えられる。そのため、LSIex500において、従来の規格に準拠する映像データを復号する際のCPUex502の駆動周波数よりも高い駆動周波数に設定する必要がある。しかし、駆動周波数を高くすると、消費電力が高くなるという課題が生じる。
 この課題を解決するために、テレビex300、LSIex500などの動画像復号装置は、映像データがどの規格に準拠するものであるかを識別し、規格に応じて駆動周波数を切替える構成とする。図31は、本実施の形態における構成ex800を示している。駆動周波数切替え部ex803は、映像データが、上記各実施の形態で示した動画像符号化方法または装置によって生成されたものである場合には、駆動周波数を高く設定する。そして、上記各実施の形態で示した動画像復号方法を実行する復号処理部ex801に対し、映像データを復号するよう指示する。一方、映像データが、従来の規格に準拠する映像データである場合には、映像データが、上記各実施の形態で示した動画像符号化方法または装置によって生成されたものである場合に比べ、駆動周波数を低く設定する。そして、従来の規格に準拠する復号処理部ex802に対し、映像データを復号するよう指示する。
 より具体的には、駆動周波数切替え部ex803は、図30のCPUex502と駆動周波数制御部ex512から構成される。また、上記各実施の形態で示した動画像復号方法を実行する復号処理部ex801、および、従来の規格に準拠する復号処理部ex802は、図30の信号処理部ex507に該当する。CPUex502は、映像データがどの規格に準拠するものであるかを識別する。そして、CPUex502からの信号に基づいて、駆動周波数制御部ex512は、駆動周波数を設定する。また、CPUex502からの信号に基づいて、信号処理部ex507は、映像データの復号を行う。ここで、映像データの識別には、例えば、実施の形態4で記載した識別情報を利用することが考えられる。識別情報に関しては、実施の形態4で記載したものに限られず、映像データがどの規格に準拠するか識別できる情報であればよい。例えば、映像データがテレビに利用されるものであるか、ディスクに利用されるものであるかなどを識別する外部信号に基づいて、映像データがどの規格に準拠するものであるか識別可能である場合には、このような外部信号に基づいて識別してもよい。また、CPUex502における駆動周波数の選択は、例えば、図33のような映像データの規格と、駆動周波数とを対応付けたルックアップテーブルに基づいて行うことが考えられる。ルックアップテーブルを、バッファex508や、LSIの内部メモリに格納しておき、CPUex502がこのルックアップテーブルを参照することにより、駆動周波数を選択することが可能である。
 図32は、本実施の形態の方法を実施するステップを示している。まず、ステップexS200では、信号処理部ex507において、多重化データから識別情報を取得する。次に、ステップexS201では、CPUex502において、識別情報に基づいて映像データが上記各実施の形態で示した符号化方法または装置によって生成されたものであるか否かを識別する。映像データが上記各実施の形態で示した符号化方法または装置によって生成されたものである場合には、ステップexS202において、駆動周波数を高く設定する信号を、CPUex502が駆動周波数制御部ex512に送る。そして、駆動周波数制御部ex512において、高い駆動周波数に設定される。一方、従来のMPEG-2、MPEG4-AVC、VC-1などの規格に準拠する映像データであることを示している場合には、ステップexS203において、駆動周波数を低く設定する信号を、CPUex502が駆動周波数制御部ex512に送る。そして、駆動周波数制御部ex512において、映像データが上記各実施の形態で示した符号化方法または装置によって生成されたものである場合に比べ、低い駆動周波数に設定される。
 さらに、駆動周波数の切替えに連動して、LSIex500またはLSIex500を含む装置に与える電圧を変更することにより、省電力効果をより高めることが可能である。例えば、駆動周波数を低く設定する場合には、これに伴い、駆動周波数を高く設定している場合に比べ、LSIex500またはLSIex500を含む装置に与える電圧を低く設定することが考えられる。
 また、駆動周波数の設定方法は、復号する際の処理量が大きい場合に、駆動周波数を高く設定し、復号する際の処理量が小さい場合に、駆動周波数を低く設定すればよく、上述した設定方法に限らない。例えば、MPEG4-AVC規格に準拠する映像データを復号する処理量の方が、上記各実施の形態で示した動画像符号化方法または装置により生成された映像データを復号する処理量よりも大きい場合には、駆動周波数の設定を上述した場合の逆にすることが考えられる。
 さらに、駆動周波数の設定方法は、駆動周波数を低くする構成に限らない。例えば、識別情報が、上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データであることを示している場合には、LSIex500またはLSIex500を含む装置に与える電圧を高く設定し、従来のMPEG-2、MPEG4-AVC、VC-1などの規格に準拠する映像データであることを示している場合には、LSIex500またはLSIex500を含む装置に与える電圧を低く設定することも考えられる。また、他の例としては、識別情報が、上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データであることを示している場合には、CPUex502の駆動を停止させることなく、従来のMPEG-2、MPEG4-AVC、VC-1などの規格に準拠する映像データであることを示している場合には、処理に余裕があるため、CPUex502の駆動を一時停止させることも考えられる。識別情報が、上記各実施の形態で示した動画像符号化方法または装置によって生成された映像データであることを示している場合であっても、処理に余裕があれば、CPUex502の駆動を一時停止させることも考えられる。この場合は、従来のMPEG-2、MPEG4-AVC、VC-1などの規格に準拠する映像データであることを示している場合に比べて、停止時間を短く設定することが考えられる。
 このように、映像データが準拠する規格に応じて、駆動周波数を切替えることにより、省電力化を図ることが可能になる。また、電池を用いてLSIex500またはLSIex500を含む装置を駆動している場合には、省電力化に伴い、電池の寿命を長くすることが可能である。
 (実施の形態7)
 テレビや、携帯電話など、上述した機器・システムには、異なる規格に準拠する複数の映像データが入力される場合がある。このように、異なる規格に準拠する複数の映像データが入力された場合にも復号できるようにするために、LSIex500の信号処理部ex507が複数の規格に対応している必要がある。しかし、それぞれの規格に対応する信号処理部ex507を個別に用いると、LSIex500の回路規模が大きくなり、また、コストが増加するという課題が生じる。
 この課題を解決するために、上記各実施の形態で示した動画像復号方法を実行するための復号処理部と、従来のMPEG-2、MPEG4-AVC、VC-1などの規格に準拠する復号処理部とを一部共有化する構成とする。この構成例を図34Aのex900に示す。例えば、上記各実施の形態で示した動画像復号方法と、MPEG4-AVC規格に準拠する動画像復号方法とは、エントロピー符号化、逆量子化、デブロッキングフィルタ、動き補償などの処理において処理内容が一部共通する。共通する処理内容については、MPEG4-AVC規格に対応する復号処理部ex902を共有し、MPEG4-AVC規格に対応しない、本発明特有の他の処理内容については、専用の復号処理部ex901を用いるという構成が考えられる。特に、本発明は、逆量子化に特徴を有していることから、例えば、逆量子化については専用の復号処理部ex901を用い、それ以外のエントロピー符号化、デブロッキングフィルタ、動き補償のいずれか、または、全ての処理については、復号処理部を共有することが考えられる。復号処理部の共有化に関しては、共通する処理内容については、上記各実施の形態で示した動画像復号方法を実行するための復号処理部を共有し、MPEG4-AVC規格に特有の処理内容については、専用の復号処理部を用いる構成であってもよい。
 また、処理を一部共有化する他の例を図34Bのex1000に示す。この例では、本発明に特有の処理内容に対応した専用の復号処理部ex1001と、他の従来規格に特有の処理内容に対応した専用の復号処理部ex1002と、本発明の動画像復号方法と他の従来規格の動画像復号方法とに共通する処理内容に対応した共用の復号処理部ex1003とを用いる構成としている。ここで、専用の復号処理部ex1001、ex1002は、必ずしも本発明、または、他の従来規格に特有の処理内容に特化したものではなく、他の汎用処理を実行できるものであってもよい。また、本実施の形態の構成を、LSIex500で実装することも可能である。
 このように、本発明の動画像復号方法と、従来の規格の動画像復号方法とで共通する処理内容について、復号処理部を共有することにより、LSIの回路規模を小さくし、かつ、コストを低減することが可能である。
 本発明に係る画像符号化方法は、さまざまな用途に利用可能であり、例えば、テレビ、デジタルビデオレコーダー、カーナビゲーション、携帯電話、デジタルカメラ、デジタルビデオカメラ等の高解像度の情報表示機器や撮像機器に利用可能である。
10    算術符号化部
11    2値化部
12    シンボル発生確率格納部
13    コンテキスト制御部
14    2値算術符号化器
100   算術符号化部
101   2値化部
102   シンボル発生確率格納部
103   コンテキスト制御部
104   2値算術符号化器
105   コンテキスト区分制御部
200   画像符号化装置
205   減算器
210   変換・量子化部
220   エントロピー符号化部
230   逆量子化・逆変換部
235   加算器
240   デブロッキングフィルタ
250   メモリ
260   イントラ予測部
270   動き検出部
280   動き補償部
290   イントラ/インター切換スイッチ
300   算術復号部
301   2値算術復号器
302   シンボル発生確率格納部
303   コンテキスト制御部
304   多値化部
305   コンテキスト区分制御部
400   画像復号装置
410   エントロピー復号部
420   逆量子化・逆変換部
425   加算器
430   デブロッキングフィルタ
440   メモリ
450   イントラ予測部
460   動き補償部
470   イントラ/インター切換スイッチ
ex100 コンテンツ供給システム
ex101 インターネット
ex102 インターネットサービスプロバイダ
ex103 ストリーミングサーバ
ex104 電話網
ex106、ex107、ex108、ex109、ex110 基地局
ex111 コンピュータ
ex112 PDA
ex113、ex116 カメラ
ex114 カメラ付デジタル携帯電話(携帯電話)
ex115 ゲーム機
ex117 マイク
ex200 デジタル放送用システム
ex201 放送局
ex202 放送衛星(衛星)
ex203 ケーブル
ex204、ex205、ex350 アンテナ
ex210 車
ex211 カーナビゲーション(カーナビ)
ex219 モニタ
ex215、ex216 記録メディア
ex217 セットトップボックス(STB)
ex218 リーダ/レコーダ
ex220 リモートコントローラ
ex230 情報トラック
ex231 記録ブロック
ex232 内周領域
ex233 データ記録領域
ex234 外周領域
ex300 テレビ
ex301 チューナ
ex302、ex352 変調/復調部
ex303、ex353 多重/分離部
ex304、ex354 音声信号処理部
ex305、ex355 映像信号処理部
ex306、ex507 信号処理部
ex307 スピーカ
ex308、ex358 表示部
ex309 出力部
ex310、ex359、ex501 制御部
ex311、ex361、ex505 電源回路部
ex312 操作入力部
ex313 ブリッジ
ex314、ex364 スロット部
ex315 ドライバ
ex316 モデム
ex317 インタフェース部
ex318、ex319、ex320、ex321、ex404、ex508 バッファ
ex356 音声入力部
ex357 音声出力部
ex360 主制御部
ex362 操作入力制御部
ex363 カメラインタフェース部
ex365 カメラ部
ex370、ex510 バス
ex400 情報再生/記録部
ex401 光ヘッド
ex402 変調記録部
ex403 再生復調部
ex405 ディスクモータ
ex406 サーボ制御部
ex407 システム制御部
ex500 LSI
ex502 CPU
ex503 メモリコントローラ
ex504 ストリームコントローラ
ex506 ストリームI/O
ex509 AV I/O
ex511 メモリ
ex512 駆動周波数制御部
ex801 復号処理部
ex802 復号処理部
ex803 駆動周波数切替え部
ex901、ex902、ex1001、ex1002、ex1003 復号処理部

Claims (6)

  1.  画像データを圧縮符号化する画像符号化方法であって、
     前記画像データを既に符号化したフレームから予測する画像予測ステップと、
     前記画像データに含まれる符号化対象ブロックの相対位置情報を用いて、予測動きベクトルを予測する動きベクトル予測ステップと、
     前記相対位置情報と、前記予測動きベクトルとの差分を算出し、差分動きベクトルを取得する差分ステップと、
     複数のコンテキストから、前記差分動きベクトルを符号化するためのコンテキストを決定するコンテキスト区分決定ステップと、
     前記差分動きベクトルの符号化対象信号を2値化することで、2値信号を生成する2値化ステップと、
     前記コンテキスト区分決定ステップで決定した前記コンテキストに対応付けられた符号化確率情報を用いて、前記2値信号を算術符号化する算術符号化ステップと、
     前記2値化ステップで生成された前記2値信号に基づいて、前記符号化確率情報を更新する更新ステップとを含む
     画像符号化方法。
  2.  前記画像符号化方法は、
     さらに、前記予測動きベクトルの候補を導出する予測動きベクトル候補導出ステップを含み、
     前記コンテキスト区分決定ステップでは、前記予測動きベクトルの候補の数によって、前記符号化確率情報を決定するコンテキストを決定する
     請求項1に記載の画像符号化方法。
  3.  前記画像符号化方法は、
     前記コンテキスト区分決定ステップでは、前記予測動きベクトルの候補の数が小さい場合に、前記差分動きベクトルが大きくなることを示すコンテキストを選択し、前記予測動きベクトルの候補の数が大きい場合に、前記差分動きベクトルが小さくなることを示すコンテキストを選択する
     請求項2に記載の画像符号化方法。
  4.  前記画像符号化方法は、
     さらに、既に符号化済みの周囲の差分動きベクトルを取得する周囲差分動きベクトル取得ステップを含み、
     前記コンテキスト区分決定ステップでは、前記周囲の差分動きベクトルの大きさによって、前記コンテキストを決定する、
     請求項1~3のいずれか1項に記載の画像符号化方法。
  5.  前記画像符号化方法は、
     前記コンテキスト区分決定ステップでは、前記周囲の差分動きベクトルの大きさが大きい場合に、前記差分動きベクトルが大きくなることを示すコンテキストを選択し、前記周囲の差分動きベクトルの大きさが小さい場合に、前記差分動きベクトルが小さくなることを示すコンテキストを選択する
     請求項4に記載の画像符号化方法。
  6.  前記画像符号化方法は、
     前記コンテキスト区分決定ステップでは、前記周囲の差分動きベクトルが無い場合に、前記差分動きベクトルが大きくなることを示すコンテキストを選択する
     請求項4または5に記載の画像符号化方法。
PCT/JP2012/000712 2011-02-03 2012-02-02 画像符号化方法 WO2012105267A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201161439091P 2011-02-03 2011-02-03
US61/439,091 2011-02-03

Publications (1)

Publication Number Publication Date
WO2012105267A1 true WO2012105267A1 (ja) 2012-08-09

Family

ID=46602489

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/000712 WO2012105267A1 (ja) 2011-02-03 2012-02-02 画像符号化方法

Country Status (1)

Country Link
WO (1) WO2012105267A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006279333A (ja) * 2005-03-28 2006-10-12 Victor Co Of Japan Ltd 算術符号化装置及び算術符号化方法
JP2007525100A (ja) * 2003-06-30 2007-08-30 株式会社エヌ・ティ・ティ・ドコモ モーション情報を符号化するための方法及び装置
JP2008311803A (ja) * 2007-06-13 2008-12-25 Victor Co Of Japan Ltd 算術復号方法、算術復号装置及び算術復号プログラム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007525100A (ja) * 2003-06-30 2007-08-30 株式会社エヌ・ティ・ティ・ドコモ モーション情報を符号化するための方法及び装置
JP2006279333A (ja) * 2005-03-28 2006-10-12 Victor Co Of Japan Ltd 算術符号化装置及び算術符号化方法
JP2008311803A (ja) * 2007-06-13 2008-12-25 Victor Co Of Japan Ltd 算術復号方法、算術復号装置及び算術復号プログラム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
THOMAS WIEGAND ET AL.: "WD1: Working Draft 1 of High-Efficiency Video Coding", JOINT COLLABORATIVE TEAM ON VIDEO CODING (JCT-VC) OF ITU-T SG16 WP3 AND ISO/IEC/SC29/WG11 3RD MEETING, October 2010 (2010-10-01), GUANGZHOU, CN *

Similar Documents

Publication Publication Date Title
JP6498811B2 (ja) 符号化方法および符号化装置
JP6210396B2 (ja) 復号方法および復号装置
JP5404961B1 (ja) 復号方法および復号装置
WO2012108205A1 (ja) 画像符号化方法、画像符号化装置、画像復号方法、画像復号装置および画像符号化復号装置
JP5937020B2 (ja) 動画像符号化方法、動画像復号方法、動画像符号化装置、動画像復号装置、及び動画像符号化復号装置
WO2012096185A1 (ja) 画像符号化方法、画像符号化装置、画像復号方法、画像復号装置、および画像符号化復号装置
WO2012098868A1 (ja) 画像符号化方法、画像復号方法、画像符号化装置、画像復号装置、及び画像符号化復号装置
WO2012114693A1 (ja) 算術復号方法および算術符号化方法
JP6002973B2 (ja) 画像符号化方法および画像復号方法
WO2012042810A1 (ja) 画像符号化方法、画像復号方法、画像符号化装置、画像復号装置および画像処理システム
WO2012105267A1 (ja) 画像符号化方法
WO2011135829A1 (ja) 符号化方法及び復号方法
WO2012086166A1 (ja) 画像符号化方法及び画像復号化方法
WO2012095930A1 (ja) 画像符号化方法、画像復号方法、画像符号化装置及び画像復号装置

Legal Events

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

Ref document number: 12742165

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12742165

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP