WO2011111453A1 - 符号化方法、復号方法、装置、プログラム及び記録媒体 - Google Patents

符号化方法、復号方法、装置、プログラム及び記録媒体 Download PDF

Info

Publication number
WO2011111453A1
WO2011111453A1 PCT/JP2011/052541 JP2011052541W WO2011111453A1 WO 2011111453 A1 WO2011111453 A1 WO 2011111453A1 JP 2011052541 W JP2011052541 W JP 2011052541W WO 2011111453 A1 WO2011111453 A1 WO 2011111453A1
Authority
WO
WIPO (PCT)
Prior art keywords
value
normalized
decoded
quantization
decoding
Prior art date
Application number
PCT/JP2011/052541
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 日本電信電話株式会社
Priority to JP2012504363A priority Critical patent/JP5256375B2/ja
Priority to CN201180012726.1A priority patent/CN102812642B/zh
Priority to EP11753115.2A priority patent/EP2546994B1/en
Priority to CA2792545A priority patent/CA2792545A1/en
Priority to ES11753115.2T priority patent/ES2619369T3/es
Priority to US13/583,427 priority patent/US10269363B2/en
Publication of WO2011111453A1 publication Critical patent/WO2011111453A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS TECHNIQUES OR SPEECH SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING TECHNIQUES; SPEECH OR AUDIO CODING OR DECODING
    • G10L19/00Speech or audio signals analysis-synthesis techniques for redundancy reduction, e.g. in vocoders; Coding or decoding of speech or audio signals, using source filter models or psychoacoustic analysis
    • G10L19/02Speech or audio signals analysis-synthesis techniques for redundancy reduction, e.g. in vocoders; Coding or decoding of speech or audio signals, using source filter models or psychoacoustic analysis using spectral analysis, e.g. transform vocoders or subband vocoders
    • G10L19/032Quantisation or dequantisation of spectral components
    • G10L19/038Vector quantisation, e.g. TwinVQ audio

Definitions

  • the present invention relates to a technique for encoding or decoding a signal sequence such as audio and image by vector quantization.
  • an input signal is first divided by a normalized value and normalized.
  • the normalized value is quantized and a quantization index is generated.
  • the normalized input signal is subjected to vector quantization, and an index of the quantized representative vector is generated.
  • the generated quantization index and quantization representative vector index are output to the decoding device.
  • the quantization index is decoded and a normalized value is generated.
  • the decoded representative signal is generated by decoding the index of the quantized representative vector.
  • the normalized decoded signal and the normalized value are multiplied to generate a decoded signal.
  • High-performance vector quantization method with low quantization noise such as SVQ method (Spherical Vector Quantization, see G.729.1), etc., vector quantization in which pulses are generated within a preset number of quantization bits The method is known.
  • the input signal is a frequency domain signal and this vector quantization method is used in the encoding device and the decoding device described in Patent Document 1, the number of bits necessary to quantize the entire frequency component is insufficient.
  • spectral holes may occur.
  • a spectrum hole is a missing frequency component that occurs because a frequency component that should exist in the input signal does not exist in the output signal. If a spectrum hole is generated and a pulse of a certain frequency component stands or does not stand in successive frames, so-called musical noise may occur.
  • An object of the present invention is to provide an encoding method, a decoding method, an apparatus, a program, and a recording medium that reduce musical noise that may occur when an input signal is a frequency domain signal, for example.
  • a normalized value that is a value representing a predetermined number of input samples is calculated.
  • a quantized normalized value obtained by quantizing the normalized value and a normalized value quantization index corresponding to the quantized normalized value are obtained.
  • Calculate the subtraction value by subtracting the value corresponding to the quantized normalization value from the value corresponding to the magnitude of each sample value, and if the subtraction value is positive and the value of each sample is positive, the subtraction value is When the subtraction value is positive and the value of each sample is negative, the value obtained by inverting the sign of the subtraction value is set as the quantization target value corresponding to each sample. If the value is not positive, 0 is set as the quantization target value corresponding to each sample.
  • a plurality of quantization target values corresponding to a plurality of samples are collectively vector-quantized to obtain a vector quantization index.
  • a decoded normalized value corresponding to the input normalized value quantization index is obtained.
  • a plurality of values corresponding to the input vector quantization index are obtained as a plurality of decoded values.
  • a normalized recalculated value that takes a smaller value as the sum of absolute values of a predetermined number of decoded values is larger is calculated.
  • each decoded value is positive, each decoded value and the decoded normalized value are added.
  • each decoded value is negative, the absolute value of each decoded value and the decoded normalized value are added to invert the positive / negative.
  • the normalized value recalculated value is multiplied by the first constant.
  • the main components are selected from all frequencies and actively quantized to prevent the generation of spectral holes in the main components, thereby reducing musical noise. .
  • the functional block diagram of the example of an encoding apparatus and a decoding apparatus. 6 is a flowchart of an example of an encoding method.
  • the encoding device 1 includes, for example, a normalized value calculation unit 12, a normalized value quantization unit 13, a quantization target calculation unit 14, and a vector quantization unit 15.
  • the decoding device 2 includes, for example, a normalized value decoding unit 21, a vector decoding unit 22, a normalized value recalculation unit 23, and a synthesis unit 24.
  • the encoding apparatus 1 may include, for example, a frequency domain transform unit 11 and a quantization target normalization value calculation unit 16 as necessary.
  • the decoding device 2 may include, for example, a time domain conversion unit 25 and a decoding target normalized value calculation unit 26.
  • the encoding device 1 executes each step of the encoding method illustrated in FIG. 2, and the decoding device executes each step of the decoding method illustrated in FIG.
  • the input signal X (k) is input to the normalized value calculation unit 12 and the quantization target calculation unit 14.
  • the input signal X (k) is a frequency domain signal converted into the frequency domain by the frequency domain converter 11.
  • the frequency domain conversion unit 11 converts the input time domain signal x (n) into a frequency domain signal X (k) by, for example, MDCT (Modified Discrete Cosine Transform) and outputs the signal.
  • n is a signal number (discrete time number) in the time domain
  • k is a signal number (discrete frequency number) in the frequency domain.
  • L is a predetermined positive number, for example, 64 or 80.
  • the normalized value calculation unit 12 calculates a normalized value X 0 ⁇ that is a value representing the input predetermined number of samples C 0 (step E1).
  • X 0 - means the superscript bar of character X 0.
  • the calculated X 0 ⁇ is sent to the normalized value quantization unit 13.
  • C 0 is L or a common divisor of L other than 1 and L.
  • Normalized value X 0 - is a value representing the C 0 samples, is an average value of the power of example C 0 samples.
  • Normalization value quantization section 13 a normalized value X 0 - quantizing quantized normalized values X - and the quantized normalization value X - obtaining a normalized value quantization index corresponding to (step E2) .
  • X - means a superscript bar of the letter X.
  • the quantized normalized value X ⁇ is sent to the quantization target calculation unit 14, and the normalized value quantization index is sent to the decoding device 2.
  • the quantization target calculation unit 14 calculates a subtraction value E ⁇ (k) obtained by subtracting a value corresponding to the quantization normalized value from a value corresponding to the value X (k) of each sample of the input signal, When the subtraction value E ⁇ (k) is positive and the value X (k) of each sample is positive, the subtraction value E ⁇ (k) is set as the quantization target value E (k) corresponding to each sample, When the subtraction value E ⁇ (k) is positive and the value X (k) of each sample is negative, a value obtained by inverting the positive / negative of the subtraction value is set as a quantization target value E (k) corresponding to each sample. If the subtraction value E ⁇ (k) is not positive, 0 is set as the quantization target value E (k) corresponding to each sample (step E3). The quantization target value E (k) is sent to the vector quantization unit 15.
  • the quantization target calculation unit 14 performs each process described in FIG. 3 and determines a quantization target value E (k) corresponding to the value X (k) of each sample of the input signal.
  • the quantization target calculation unit 14 compares k and L (step E32). If k ⁇ L, the process proceeds to step E33, and if k ⁇ L, the process of step E3 ends.
  • the quantization target calculation unit 14 calculates a subtraction value E ⁇ (k) between the absolute value of the value X (k) of each sample of the input signal and the quantization normalized value (step E33).
  • E - refers to the superscript bar of the letter E.
  • the value of E ⁇ (k) defined by the following equation (1) is calculated.
  • the value corresponding to the magnitude of the sample value X (k) is, for example, the absolute value
  • the quantization normalization value X - value corresponding to, for example quantized normalized value X - is a product of the adjustment constant C 1.
  • the quantization target calculation unit 14 compares the subtraction value E ⁇ (k) with 0 (step E34). If the subtraction value E ⁇ (k)> 0 is not satisfied, the quantization target calculation unit 14 sets 0 as the quantization target value E (k) (step E35).
  • the quantization object calculation unit 14 compares X (k) with 0 (step E36). If X (k) ⁇ 0, the quantization target calculation unit 14 sets the subtraction value E ⁇ (k) as the quantization target value E (k) (step E37). If X (k) ⁇ 0, the quantization target calculation unit 14 sets ⁇ E (k) obtained by inverting the sign of the subtraction value E ⁇ (k) as the quantization target value E (k) (step E38). ).
  • the quantization target calculation unit 14 increments k by 1 and proceeds to Step E32 (Step E39).
  • the quantization target calculation unit 14 selects a larger value from 0 and a subtraction value obtained by subtracting a value corresponding to the quantization normalized value from a value corresponding to the magnitude of the sample value, and A value obtained by multiplying the selected value by the sign of the sample value is set as a quantization target value.
  • the vector quantization unit 15 collectively quantizes a plurality of quantization target values E (k) corresponding to a plurality of samples to obtain a vector quantization index (step E4).
  • the vector quantization index is sent to the decoding device 2.
  • the vector quantization index is an index representing a quantization representative vector.
  • the vector quantization unit 15 uses a plurality of quantization target values E (k) corresponding to a plurality of samples as components from a plurality of quantization representative vectors stored in a vector codebook storage unit (not shown).
  • the vector quantization is performed by selecting the quantization representative vector closest to the vector and outputting a vector quantization index representing the selected quantization representative vector.
  • the vector quantization unit 15 performs vector quantization by collecting the quantization target values E (k) corresponding to, for example, C 0 samples.
  • the vector quantization unit 15 performs vector quantization using a vector quantization method such as the SVQ method (referred to as “Spherical Vector Quantization”, G.729.1), for example, but other vector quantization methods may be employed. Good.
  • the normalized value decoding unit 21 obtains a decoded normalized value X ⁇ corresponding to the normalized value quantization index input to the decoding device 2 (step D1).
  • the decrypted normalized value X ⁇ is sent to the normalized value recalculation unit 23. It is assumed that normalized values corresponding to each of a plurality of normalized value quantization indexes are stored in a codebook storage unit (not shown).
  • the normalized value decoding unit 21 refers to the codebook storage unit using the input normalized quantization index as a key, acquires a normalized value corresponding to the normalized quantization index, and obtains a decoded normalized value Let X ⁇ .
  • the vector decoding unit 22 obtains a plurality of values corresponding to the vector quantization index input to the decoding device 2 and sets them as a plurality of decoded values E ⁇ (k) (step D2).
  • E ⁇ means a superscript hat for the letter E.
  • the decoded value E ⁇ (k) is sent to the synthesis unit 24.
  • a quantization representative vector corresponding to each of a plurality of vector quantization indexes is stored in a vector codebook storage unit (not shown).
  • the vector decoding unit 22 refers to the vector codebook storage unit using the quantized representative vector corresponding to the input vector quantization index as a key, and acquires the quantized representative vector corresponding to the vector quantization index.
  • the components of the quantization representative vector are a plurality of values corresponding to the input vector quantization index.
  • the total power of the samples whose quantization target value E (k) is not set to 0 in the encoding is calculated.
  • step D33 compares the decoded value E ⁇ (k) and 0 (step D33). If the decoded value E ⁇ (k) is 0, the normalized value recalculation unit 23 increments m by 1 (step D35), and proceeds to step D36. If the decoded value E ⁇ (k) is not 0, the process proceeds to step D34.
  • the normalized value recalculator 23 calculates the power of the sample with the number k and adds it to tmp (step D34). Thereafter, the process proceeds to Step D36. That is, a value obtained by adding the calculated power and the value of tmp is set as a new value of tmp. For example, the power is calculated by the following equation.
  • the normalized value recalculator 23 increments k by 1 (step D36) and proceeds to step D32.
  • the synthesis unit 24 obtains a decoded signal by performing each process described in FIG.
  • Combining unit 24 compares the k and C 0 (step D2). Otherwise k ⁇ C 0, completing the process of step D4.
  • C 3 is a constant for adjusting the magnitude of the frequency components, for example, 0.9. rand (k) is a function that outputs 1 or ⁇ 1, and outputs 1 or ⁇ 1 at random based on a random number, for example.
  • step D43 When it is determined in step D43 that the decoded value E ⁇ (k) is not 0, the synthesizer 24 compares the decoded value E ⁇ (k) with 0 (step D45). If the decoded value E ⁇ (k) ⁇ 0, the combining unit 24, the absolute value of the decoded value E ⁇ (k)
  • the combining unit 24 If the decoded value E ⁇ (k) ⁇ not 0, the combining unit 24, the decoded value E ⁇ (k) and the decoded normalization value X - the value obtained by adding the the X ⁇ (k) (step D47).
  • Step D48 the synthesizer 24 increments k by 1 and proceeds to Step D42 (Step D48).
  • X ⁇ (k) is a frequency domain signal
  • the time domain transform unit 25 transforms X ⁇ (k) into a time domain signal z (n) by, for example, inverse Fourier transform.
  • the value assigned when the decoded value E ⁇ (k) is 0 is not always positive or negative.
  • a natural decoded signal can be created by appropriately allocating positive and negative using the function rand (k).
  • the normalized recalculation value X ′ calculated last time is calculated by the normalization recalculation unit 23 one frame in the past. This is the calculated normalized recalculated value.
  • C 0 is a divisor of L other than 1 and L and the frequency component is divided into L / C 0 subbands and the normalized recalculation value is calculated for each subband
  • the normalized recalculated value X ′ may be a normalized recalculated value calculated one frame before the same subband, or normalization of subbands before or after the same frame already calculated It may be a recalculated value.
  • the encoding device 1 is provided with a quantization target normalization value calculation unit 16 that calculates a quantization target normalization value E # that is a value representative of the quantization target value E (k).
  • the vector quantization unit 15 collectively vector-quantizes values obtained by normalizing a plurality of quantization target values E (k) corresponding to a plurality of samples with a quantization target normalization value E # to obtain a vector quantization index. You may ask for it.
  • the dynamic range of the vector quantization target can be narrowed, and encoding and decoding can be performed with a small number of bits.
  • the quantization target normalized value calculation unit 16 calculates a value defined by the following equation using, for example, the quantization normalized value X ⁇ and sets it as the quantization target value E (k) (step E3 ′).
  • C 2 is the (sometimes referred to as a second constant.) Positive adjustment factor, such as 0.3.
  • the decoding side can perform quantization normalization without sending information about the quantization target normalization value E # .
  • the value X - from can calculate a quantization target normalized value E ⁇ . For this reason, it is not necessary to send information about the quantization target normalization value E # , and the amount of communication can be reduced.
  • a decoding target normalized value calculation unit 26 is provided in the decoding device 2.
  • the decoding target normalization value calculator 26 multiplies the decoding normalization value X ⁇ and the second constant C 2 to obtain the decoding target normalization value E # (step D2 ′).
  • the decoding target normalization value E # is sent to the vector decoding unit 22.
  • the vector decoding unit 22 multiplies each of the plurality of values corresponding to the vector quantization index and the decoding target normalized value E # to obtain a plurality of decoded values E ⁇ (k).
  • the input signal X (k) does not have to be a frequency domain signal and may be an arbitrary signal such as a time domain signal. That is, the present invention can be used for encoding and decoding of an arbitrary signal other than the frequency domain signal.
  • C 0 , C 1 , C 2 , and C 3 may be appropriately changed according to required performance and specifications.
  • Each step of the encoding method and the decoding method can be realized by a computer.
  • the processing content of each step is described by a program.
  • Each step is realized on the computer by executing this program on the computer.
  • the program describing the processing contents can be recorded on a computer-readable recording medium. Further, at least a part of these processing contents may be realized by hardware.
  • the present invention is not limited to the above-described embodiment, and can be appropriately changed without departing from the gist of the present invention.

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Spectroscopy & Molecular Physics (AREA)
  • Computational Linguistics (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Human Computer Interaction (AREA)
  • Acoustics & Sound (AREA)
  • Multimedia (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

 正規化値計算部12が、入力された所定の個数のサンプルを代表する値である正規化値を計算する。正規化値量子化部13が、正規化値を量子化した量子化正規化値及びその量子化正規化値に対応する正規化値量子化インデックスを求める。量子化対象計算部14が、各サンプルの値の大きさに対応する値から量子化正規化値に対応する値を減算した減算値を計算し、減算値が正であり各サンプルの値が正の場合にはその減算値を各サンプルに対応する量子化対象値とし、減算値が正であり各サンプルの値が負の場合にはその減算値の正負を反転させた値を各サンプルに対応する量子化対象値とし、減算値が正でない場合には0を各サンプルに対応する量子化対象値とする。ベクトル量子化部15が、複数のサンプルに対応する複数の量子化対象値をまとめてベクトル量子化する。

Description

符号化方法、復号方法、装置、プログラム及び記録媒体
 この発明は、例えば音声、画像等の信号系列をベクトル量子化により符号化又は復号する技術に関する。
 特許文献1に記載された符号化装置では、入力信号はまず正規化値で割算され正規化される。正規化値は量子化され、量子化インデックスが生成される。正規化された入力信号はベクトル量子化され、量子化代表ベクトルのインデックスが生成される。生成された量子化インデックス及び量子化代表ベクトルのインデックスは、復号装置に出力される。
 復号装置では、量子化インデックスが復号され正規化値が生成される。また、量子化代表ベクトルのインデックスが復号され正規化された復号信号が生成される。正規化された復号信号と正規化値とが乗算されて、復号信号が生成される。
特開平07-261800号公報
 量子化ノイズが少ない高性能なベクトル量子化方法として、SVQ法(Spherical Vector Quantization,G.729.1参照)等の予め設定された量子化ビット数の範囲内でパルスを立てていくベクトル量子化方法が知られている。
 入力信号が例えば周波数領域信号であり、特許文献1に記載された符号化装置及び復号装置にこのベクトル量子化方法を用いた場合、周波数成分全体を量子化するために必要なビット数が足りないと、スペクトルホールが生じてしまうことがある。スペクトルホールは、入力信号に存在するはずの周波数成分が、出力信号には存在しないために発生する周波数成分の欠損である。スペクトルホールが生じてしまい、連続するフレームにおいてある周波数成分のパルスが立ったり立たなかったりすると、いわゆるミュージカルノイズが発生する場合がある。
 この発明は、入力信号が例えば周波数領域信号である場合に生じ得るミュージカルノイズを低減する符号化方法、復号方法、装置、プログラム及び記録媒体を提供することを目的とする。
 符号化においては、入力された所定の個数のサンプルを代表する値である正規化値を計算する。正規化値を量子化した量子化正規化値及びその量子化正規化値に対応する正規化値量子化インデックスを求める。各サンプルの値の大きさに対応する値から量子化正規化値に対応する値を減算した減算値を計算し、減算値が正であり各サンプルの値が正の場合にはその減算値を各サンプルに対応する量子化対象値とし、減算値が正であり各サンプルの値が負の場合にはその減算値の正負を反転させた値を各サンプルに対応する量子化対象値とし、減算値が正でない場合には0を各サンプルに対応する量子化対象値とする。複数のサンプルに対応する複数の量子化対象値をまとめてベクトル量子化してベクトル量子化インデックスを求める。
 復号においては、入力された正規化値量子化インデックスに対応する復号正規化値を求める。入力されたベクトル量子化インデックスに対応する複数の値を求めて複数の復号値とする。所定の個数の復号値の絶対値の和が大きいほど小さな値を取る正規化再計算値を計算する。各復号値が正の場合には各復号値と復号正規化値とを加算し、各復号値が負の場合には各復号値の絶対値と復号正規化値とを加算して正負を反転し、各復号値が0の場合には正規化値再計算値と第一定数とをかける。
 符号化においては、全ての周波数の中から主要成分を選択して積極的に量子化することにより、主要成分におけるスペクトルホールの発生を防止することができ、これによりミュージカルノイズを低減することができる。
 復号においては、復号値が0の場合には、正規化値再計算値を用いて0ではない値を適宜割り当てるため、入力信号が例えば周波数領域信号である場合に生じ得るスペクトルホールをなくすことができる。これにより、ミュージカルノイズを軽減することができる。
符号化装置及び復号装置の例の機能ブロック図。 符号化方法の例の流れ図。 ステップE3の例の流れ図。 復号方法の例の流れ図。 ステップD3の例の流れ図。 ステップD4の例の流れ図。
 以下、この発明の一実施形態を詳細に説明する。
 符号化装置1は、図1に示すように、正規化値計算部12、正規化値量子化部13、量子化対象計算部14及びベクトル量子化部15を例えば含む。復号装置2は、図1に示すように、正規化値復号部21、ベクトル復号部22、正規化値再計算部23及び合成部24を例えば含む。必要に応じて、符号化装置1は、周波数領域変換部11、量子化対象正規化値計算部16を例えば含んでいてもよい。復号装置2は、時間領域変換部25、復号対象正規化値計算部26を例えば含んでいてもよい。
 符号化装置1は図2に例示する符号化方法の各ステップを実行し、複号装置は図4に例示する復号方法の各ステップを実行する。
 入力信号X(k)は正規化値計算部12及び量子化対象計算部14に入力される。この例では、入力信号X(k)は、周波数領域変換部11により周波数領域に変換された周波数領域信号である。
 周波数領域変換部11は、入力された時間領域信号x(n)を例えばMDCT(Modified Discrete Cosine Transform)により周波数領域信号X(k)に変換して出力する。nは時間領域での信号の番号(離散時間番号)であり、kは周波数領域での信号の番号(離散周波数番号)である。1フレームがL個のサンプルで構成されているとして、時間領域信号x(n)はフレームごとに周波数領域に変換され、L個の周波数成分を構成する周波数領域信号X(k)(k=0,1,…,L-1)が生成される。Lは所定の正の数、例えば64や80である。
 正規化値計算部12は、入力された所定の個数Cのサンプルを代表する値である正規化値X を計算する(ステップE1)。X は、文字Xの上付きバーを意味する。計算されたX は、正規化値量子化部13に送られる。
 Cは、L、又は、1及びL以外のLの公約数である。なお、CをLの公約数にすることは、L個の周波数成分をサブバンドに分割してサブバンドごとに正規化値を求めることを意味する。例えば、L=80であり、8個の周波数成分でサブバンドを構成するとした場合には、10個のサブバンドが構成され、各サブバンドの正規化値が計算されることになる。以下、C=Lである場合を例に挙げて説明する。
 正規化値X は、C個のサンプルを代表する値であり、例えばC個のサンプルのパワーの平均値である。
Figure JPOXMLDOC01-appb-M000003
 正規化値量子化部13は、正規化値X を量子化した量子化正規化値X及びその量子化正規化値Xに対応する正規化値量子化インデックスを求める(ステップE2)。Xは、文字Xの上付きバーを意味する。量子化正規化値Xは量子化対象計算部14に送られ、正規化値量子化インデックスは復号装置2に送られる。
 量子化対象計算部14は、入力信号の各サンプルの値X(k)の大きさに対応する値から量子化正規化値に対応する値を減算した減算値E(k)を計算し、減算値E(k)が正であり各サンプルの値X(k)が正の場合にはその減算値E(k)をその各サンプルに対応する量子化対象値E(k)とし、減算値E(k)が正であり各サンプルの値X(k)が負の場合にはその減算値の正負を反転させた値を各サンプルに対応する量子化対象値E(k)とし、減算値E(k)が正でない場合には0を各サンプルに対応する量子化対象値E(k)とする(ステップE3)。量子化対象値E(k)は、ベクトル量子化部15に送られる。
 具体的には、量子化対象計算部14は、図3に記載された各処理を行い、入力信号の各サンプルの値X(k)に対応する量子化対象値E(k)を決定する。
 量子化対象計算部14は、文字k=0としてkを初期化する(ステップE31)。
 量子化対象計算部14は、kとLとを比較する(ステップE32)。k<LであればステップE33に進み、k<LでなければステップE3の処理を終える。
 量子化対象計算部14は、入力信号の各サンプルの値X(k)の絶対値と量子化正規化値との減算値E(k)を計算する(ステップE33)。Eは、文字Eの上付きバーを意味する。例えば、下式(1)により定義されるE(k)の値を計算する。Cは正規化値の調整定数であり、正の値を取る。例えばC=1.0である。
Figure JPOXMLDOC01-appb-M000004
 このように、サンプルの値X(k)の大きさに対応する値は、例えばそのサンプルの値X(k)の絶対値|X(k)|である。また、量子化正規化値Xに対応する値は、例えば量子化正規化値Xと調整定数Cとの積である。
 量子化対象計算部14は、減算値E(k)と0とを比較する(ステップE34)。減算値E(k)>0でなければ、量子化対象計算部14は、0を量子化対象値E(k)とする(ステップE35)。
 減算値E(k)>0であれば、量子化対象計算部14は、X(k)と0とを比較する(ステップE36)。
 X(k)<0でなければ、量子化対象計算部14は、減算値E(k)を量子化対象値E(k)とする(ステップE37)。
 X(k)<0であれば、量子化対象計算部14は、減算値E(k)の正負を反転させた-E(k)を量子化対象値E(k)とする(ステップE38)。
 量子化対象計算部14は、kを1だけインクリメントして、ステップE32に進む(ステップE39)。
 このようにして、量子化対象計算部14は、サンプルの値の大きさに対応する値から量子化正規化値に対応する値を減算した減算値と0とのうち大きな値を選択して、その選択された値にそのサンプル値の符号をかけた値を量子化対象値としている。
 ベクトル量子化部15は、複数のサンプルに対応する複数の量子化対象値E(k)をまとめてベクトル量子化してベクトル量子化インデックスを求める(ステップE4)。ベクトル量子化インデックスは、復号装置2に送られる。
 ベクトル量子化インデックスは、量子化代表ベクトルを表わすインデックスである。ベクトル量子化部15は、例えば、図示していないベクトルコードブック記憶部に記憶された複数の量子化代表ベクトルの中から、複数のサンプルに対応する複数の量子化対象値E(k)を成分とするベクトルに最も近い量子化代表ベクトルを選択し、選択された量子化代表ベクトルを表わすベクトル量子化インデックスを出力することにより、ベクトル量子化を行う。
 ベクトル量子化部15は、例えばC個のサンプルに対応する量子化対象値E(k)をまとめてベクトル量子化を行う。ベクトル量子化部15は、例えばSVQ法(Spherical Vector Quantization,G.729.1参照)等のベクトル量子化方法を用いてベクトル量子化を行うが、これ以外のベクトル量子化方法を採用してもよい。
 このように、入力信号が例えば周波数領域信号である場合に、全ての周波数の中から主要成分を選択して積極的に量子化することにより、主要成分におけるスペクトルホールの発生を防止することができ、これによりミュージカルノイズを低減することができる。
 正規化値復号部21は、復号装置2に入力された正規化値量子化インデックスに対応する復号正規化値Xを求める(ステップD1)。復号正規化値Xは、正規化値再計算部23に送られる。図示していないコードブック記憶部に複数の正規化値量子化インデックスのそれぞれに対応する正規化値が記憶されているとする。正規化値復号部21は、入力された正規化量子化インデックスをキーとしてそのコードブック記憶部を参照して、その正規化量子化インデックスに対応する正規化値を取得して、復号正規化値Xとする。
 ベクトル復号部22は、復号装置2に入力されたベクトル量子化インデックスに対応する複数の値を求めて複数の復号値E^(k)とする(ステップD2)。E^は、文字Eの上付きハットを意味する。復号値E^(k)は、合成部24に送られる。
 図示していないベクトルコードブック記憶部に複数のベクトル量子化インデックスのそれぞれに対応する量子化代表ベクトルが記憶されているとする。ベクトル復号部22は、入力されたベクトル量子化インデックスに対応する量子化代表ベクトルをキーとしてそのベクトルコードブック記憶部を参照して、そのベクトル量子化インデックスに対応する量子化代表ベクトルを取得する。量子化代表ベクトルの成分が、入力されたベクトル量子化インデックスに対応する複数の値となる。
 正規化値再計算部23は、所定の個数の復号値E^(k)の絶対値の和が大きいほど小さい値を取る正規化再計算値Xを計算する(ステップD3)。計算された正規化再計算値Xは、合成部24に送られる。正規化値再計算値Xは、文字Xの上付きダブルバーを意味する。
 具体的には、正規化値再計算部23は、図5に記載された各処理を行うことにより、正規化再計算値Xの値を求める。正規化再計算値Xは、符号化において量子化対象値E(k)が0とされたサンプルを代表する値である。この例では、下式(2)に示すように、すべてのサンプルのパワーの合計C-2から、符号化において量子化対象値E(k)が0とされなかったサンプルのパワーの合計tmpを減算した値を、量子化対象値E(k)が0とされたサンプルの数mで割り、その平方根を取ることにより、正規化再計算値Xを計算する。
 正規化値再計算部23は、k=0、m=0、tmp=0として、これらの文字k、m、tmpを初期化する(ステップD31)。
 正規化値再計算部23は、kとCとを比較する(ステップD32)。
 k≧Cであれば、次式により定義されるXの値を計算し(ステップD37)、ステップD3の処理を終える。
Figure JPOXMLDOC01-appb-M000005
 k<Cであれば、復号値E^(k)と0とを比較する(ステップD33)。復号値E^(k)が0であれば、正規化値再計算部23は、mを1だけインクリメントして(ステップD35)、ステップD36に進む。復号値E^(k)が0でなければ、ステップD34に進む。
 正規化値再計算部23は、番号kのサンプルのパワーを計算して、tmpに足しこむ(ステップD34)。その後、ステップD36に進む。すなわち、計算されたパワーとtmpの値とを加算した値を、新たなtmpの値とする。例えば、次式によりパワーを計算する。
Figure JPOXMLDOC01-appb-M000006
 正規化値再計算部23は、kを1だけインクリメントして(ステップD36)、ステップD32に進む。
 合成部24は、各復号値E^(k)が正の場合にはその各復号値E^(k)と復号正規化値Xとを加算し、各復号値E^(k)が負の場合にはその各復号値E^(k)の絶対値と復号正規化値Xとを加算して正負を反転し、各復号値E^(k)が0の場合には正規化値再計算値Xと第一定数Cとをかけてランダムに正負を反転させることにより、復号信号の値X^(k)を求める(ステップD4)。
 具体的には、合成部24は、図6に記載された各処理を行うことにより、復号信号を求める。
 合成部24は、文字k=0として、kを初期化する(ステップD41)。
 合成部24は、kとCとを比較する(ステップD2)。k<Cでなければ、ステップD4の処理を終える。
 k<Cであれば、合成部24は、復号値E^(k)と0とを比較する。復号値E^(k)が0であれば、正規化値再計算値Xと第一定数Cとをかけてランダムに正負を反転させた値を復号信号の値X^(k)とする(ステップD44)。すなわち、次式により定義される値を計算してX^(k)とする。Cは、周波数成分の大きさを調整する定数であり、例えば0.9である。rand(k)は、1又は-1を出力する関数であり、例えば乱数に基づいてランダムに1又は-1を出力する。
 このようにして、合成部424は、正規化値再計算値τと第一定数Cとをかけた値を絶対値として持つ値をX^(k)とする。
Figure JPOXMLDOC01-appb-M000007
 ステップD43において復号値E^(k)が0でないと判定された場合には、合成部24は、復号値E^(k)と0とを比較する(ステップD45)。
 復号値E^(k)<0であれば、合成部24は、復号値E^(k)の絶対値|E^(k)|と復号正規化値Xとを加算して正負を反転した値を計算して復号信号の値X^(k)とする(ステップD46)。すなわち、次式により定義される値を計算して、X^(k)とする。
Figure JPOXMLDOC01-appb-M000008
 復号値E^(k)<0でない場合は、合成部24は、復号値E^(k)と復号正規化値Xとを加算した値をX^(k)とする(ステップD47)。
Figure JPOXMLDOC01-appb-M000009
 このように、合成部24は、E^(k)=0でない場合には、X^(k)=σ(E^(k))・(Cτ+|E^(k)|)で定まるX^(k)を計算する。ここで、σ(・)は・の正負符号を表わす。
 合成部24は、X^(k)を決定した後に、kを1だけインクリメントして、ステップD42に進む(ステップD48)。
 X^(k)が周波数領域信号である場合には、時間領域変換部25がX^(k)を例えば逆フーリエ変換により時間領域信号z(n)に変換する。
 このように、復号値E^(k)が0の場合には、正規化値再計算値Xを用いて0ではない値を適宜割り当てるため、入力信号が例えば周波数領域信号である場合に生じ得るスペクトルホールをなくすことができる。これにより、ミュージカルノイズを軽減することができる。
 また、復号値E^(k)が0の場合に割り当てる値は、常に正又は負ではない。関数rand(k)を用いて適宜正負を振り分けることにより自然な復号信号を作り出すことができる。
 [変形例等]
 ステップD3において、正規化値再計算部23は、前回計算された正規化再計算値X’が0でない場合には正規化再計算値Xと前回計算された正規化再計算値X’とを重み付き加算した値を上記正規化再計算値Xとしてもよい。正規化再計算値X’が0の場合には、正規化再計算値の重み付き加算を行わなくてもよい。すなわち、正規化再計算値X’が0の場合には、正規化再計算値の平滑化を行わなくてもよい。
 C=Lでありフレームごとに正規化再計算値Xを計算している場合には、前回計算された正規化再計算値X’は、1フレーム過去に正規化再計算部23により計算された正規化再計算値である。Cが1及びL以外のLの約数であり、周波数成分をL/C個のサブバンドに分けてサブバンドごとに正規化再計算値を計算する場合には、前回計算された正規化再計算値X’は、同じサブバンドの1フレーム前に計算された正規化再計算値であってもよいし、既に計算された同じフレームの連続する前又は後のサブバンドの正規化再計算値であってもよい。
 前回計算された正規化再計算値X’を考慮して今回新たに計算される正規化再計算値をXpost とすると、Xpost は次式のように表わされる。αとβは調整係数であり、求める性能及び仕様に応じて適宜決定される。例えば、α=β=0.5である。
Figure JPOXMLDOC01-appb-M000010
 このように、前回計算された正規化再計算値X’を考慮して正規化再計算値を計算することにより、前回計算された正規化再計算値X’と今回計算される正規化再計算値の値が近くなり、これらの連続性が上がるため、入力信号が例えば周波数領域信号である場合に生じ得るミュージカルノイズを更に軽減することができる。
 図1に破線で示すように、符号化装置1に量子化対象値E(k)を代表する値である量子化対象正規化値Eを計算する量子化対象正規化値計算部16を設けて、ベクトル量子化部15が複数のサンプルに対応する複数の量子化対象値E(k)を量子化対象正規化値Eで正規化した値をまとめてベクトル量子化してベクトル量子化インデックスを求めてもよい。量子化対象値E(k)を正規化してからベクトル量子化することにより、ベクトル量子化の対象のダイナミックレンジを狭くすることができ、少ないビット数で符号化及び復号することが可能となる。
 量子化対象正規化値計算部16は、例えば量子化正規化値Xを用いて次式により定義される値を計算して量子化対象値E(k)とする(ステップE3’)。Cは正の調整係数(第二定数と呼ぶこともある。)であり、例えば0.3である。
Figure JPOXMLDOC01-appb-M000011
 このように、量子化正規化値Xから量子化対象正規化値Eを計算することにより、量子化対象正規化値Eについての情報を送らなくても、復号側では量子化正規化値Xから量子化対象正規化値Eを計算することができる。このため、量子化対象正規化値Eについての情報を送る必要がなくなり、通信量を低減することができる。
 この場合、図1に破線で示すように、復号装置2に復号対象正規化値計算部26を設けられる。復号対象正規化値計算部26は、復号正規化値Xと第二定数Cとをかけて復号対象正規化値Eとする(ステップD2’)。復号対象正規化値Eは、ベクトル復号部22に送られる。そして、ベクトル復号部22は、ベクトル量子化インデックスに対応する複数の値のそれぞれと復号対象正規化値Eとをかけて複数の復号値E^(k)とする。
 入力信号X(k)は、周波数領域信号である必要はなく、時間領域信号等の任意の信号であってもよい。すなわち、この発明は、周波数領域信号以外の任意の信号に対する符号化、復号に用いることができる。
 C、C、C、Cは、求める性能及び仕様に応じて適宜変更してもよい。
 符号化方法及び復号方法の各ステップは、コンピュータによって実現することができる。この場合、各ステップの処理内容はプログラムによって記述される。そして、このプログラムをコンピュータで実行することにより、各ステップがコンピュータ上で実現される。
 この処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。また、これらの処理内容の少なくとも一部をハードウェア的に実現することとしてもよい。
 この発明は、上述の実施形態に限定されるものではなく、本発明の趣旨を逸脱しない範囲で適宜変更が可能である。

Claims (22)

  1.  入力された所定の個数のサンプルを代表する値である正規化値を計算する正規化値計算ステップと、
     上記正規化値を量子化した量子化正規化値及びその量子化正規化値に対応する正規化値量子化インデックスを求める正規化値量子化ステップと、
     各上記サンプルの値の大きさに対応する値から上記量子化正規化値に対応する値を減算した減算値が正であり上記各サンプルの値が正の場合にはその減算値を上記各サンプルに対応する量子化対象値とし、上記減算値が正であり上記各サンプルの値が負の場合にはその減算値の正負を反転させた値を上記各サンプルに対応する量子化対象値とし、上記減算値が正でない場合には0を上記各サンプルに対応する量子化対象値とする量子化対象計算ステップと、
     複数のサンプルに対応する複数の量子化対象値をまとめてベクトル量子化してベクトル量子化インデックスを求めるベクトル量子化ステップと、
     を含む符号化方法。
  2.  請求項1に記載の符号化方法であって、
     上記サンプルの値に大きさに対応する値は、上記サンプルの値の絶対値であり、
     上記量子化正規化値に対応する値は、上記量子化正規化値と所定の正の値である調整定数Cとの積である、
     ことを特徴とする符号化方法。
  3.  請求項1又は2に記載された符号化方法であって、
     上記量子化対象値を代表する値である量子化対象正規化値を計算する量子化対象正規化値計算ステップを更に含み、
     上記ベクトル量子化ステップは、上記複数のサンプルに対応する複数の量子化対象値を上記量子化対象正規化値で正規化した値をまとめてベクトル量子化してベクトル量子化インデックスを求める、
     ことを特徴とする符号化方法。
  4.  請求項3に記載された符号化方法であって、
     上記量子化対象正規化値は、上記量子化正規化値と所定の調整定数Cとの積である、
     ことを特徴とする符号化方法。
  5.  入力された正規化値量子化インデックスに対応する復号正規化値を求める正規化値復号ステップと、
     入力されたベクトル量子化インデックスに対応する複数の値を求めて複数の復号値とするベクトル復号ステップと、
     所定の個数の上記復号値の絶対値の和が大きいほど小さい値を取る正規化再計算値を計算する正規化値再計算ステップと、
     各上記復号値が0の場合には上記正規化値再計算値と第一定数とをかけた値を絶対値として持つ値を復号信号とし、各上記復号値が0でない場合には上記各復号値又は上記各復号値の絶対値と上記復号正規化値との線形和に対して上記各復号値の正負を反映させた値を復号信号とする合成ステップと、
     を含む復号方法。
  6.  請求項5に記載された復号方法であって、
     上記正規化値再計算値と第一定数とをかけた値を絶対値として持つ値は、上記正規化値再計算値と第一定数とをかけてランダムに正負を反転させた値である、
     ことを特徴とする復号方法。
  7.  請求項5又は6に記載された復号方法であって、
     Cを上記所定の個数とし、Xを上記復号正規化値とし、上記所定の個数の復号値の中の0ではない復号値についての、復号値の絶対値と上記復号正規化値との和を二乗した値の和をtmpとし、mを上記所定の個数の復号値の中の0である復号値の数として、
     上記正規化値再計算ステップは、
    Figure JPOXMLDOC01-appb-M000001

    上記式により定義されるXを計算して上記正規化再計算値とする、
     ことを特徴とする復号方法。
  8.  請求項5から7の何れかに記載された復号方法であって、
     上記合成ステップは、各上記復号値が0でない場合には、上記各復号値の絶対値と、上記復号正規化値に所定の正の値である調整定数Cを乗算した値とを加算した値に上記各復号値の正負を乗算した値を復号信号とする、
     ことを特徴とする復号方法。
  9.  請求項5から8の何れかに記載された復号方法であって、
     上記正規化値再計算ステップは、上記正規化再計算値が0でない場合には上記正規化再計算値と前回計算された正規化再計算値とを重み付き加算した値を上記正規化再計算値とする、
     ことを特徴とする復号方法。
  10.  請求項5から9の何れかに記載された復号方法であって、
     上記復号正規化値と第二定数とをかけて復号対象正規化値とする復号対象正規化値計算ステップを更に含み、
     上記ベクトル復号ステップは、上記ベクトル量子化インデックスに対応する複数の値のそれぞれと上記復号対象正規化値とをかけて上記複数の復号値とする、
     ことを特徴とする復号方法。
  11.  入力された所定の個数のサンプルを代表する値である正規化値を計算する正規化値計算部と、
     上記正規化値を量子化した量子化正規化値及びその量子化正規化値に対応する正規化値量子化インデックスを求める正規化値量子化部と、
     各上記サンプルの値の大きさに対応する値から上記量子化正規化値に対応する値を減算した減算値を計算し、上記減算値が正であり上記各サンプルの値が正の場合にはその減算値を上記各サンプルに対応する量子化対象値とし、上記減算値が正であり上記各サンプルの値が負の場合にはその減算値の正負を反転させた値を上記各サンプルに対応する量子化対象値とし、上記減算値が正でない場合には0を上記各サンプルに対応する量子化対象値とする量子化対象計算部、
     複数のサンプルに対応する複数の量子化対象値をまとめてベクトル量子化してベクトル量子化インデックスを求めるベクトル量子化部と、
     を含む符号化装置。
  12.  請求項11に記載の符号化装置であって、
     上記サンプルの値に大きさに対応する値は、上記サンプルの値の絶対値であり、
     上記量子化正規化値に対応する値は、上記量子化正規化値と所定の正の値である調整定数Cとの積である、
     ことを特徴とする符号化装置。
  13.  請求項11又は12に記載された符号化装置であって、
     上記量子化対象値を代表する値である量子化対象正規化値を計算する量子化対象正規化値計算部を更に含み、
     上記ベクトル量子化部は、上記複数のサンプルに対応する複数の量子化対象値を上記量子化対象正規化値で正規化した値をまとめてベクトル量子化してベクトル量子化インデックスを求める、
     ことを特徴とする符号化装置。
  14.  請求項13に記載された符号化装置であって、
     上記量子化対象正規化値は、上記量子化正規化値と所定の調整定数Cとの積である、
     ことを特徴とする符号化装置。
  15.  入力された正規化値量子化インデックスに対応する復号正規化値を求める正規化値復号部と、
     入力されたベクトル量子化インデックスに対応する複数の値を求めて複数の復号値とするベクトル復号部と、
     所定の個数の上記復号値の絶対値の和が大きいほど小さい値を取る正規化再計算値を計算する正規化値再計算部と、
     各上記復号値が0の場合には上記正規化値再計算値と第一定数とをかけた値を絶対値として持つ値を復号信号とし、各上記復号値が0でない場合には上記各復号値又は上記各復号値の絶対値と上記復号正規化値との線形和に対して上記各復号値の正負を反映させた値を復号信号とする合成部と、
     を含む復号装置。
  16.  請求項15に記載された復号装置であって、
     上記正規化値再計算値と第一定数とをかけた値を絶対値として持つ値は、上記正規化値再計算値と第一定数とをかけてランダムに正負を反転させた値である、
     ことを特徴とする復号装置。
  17.  請求項15又は16に記載された復号装置であって、
     Cを上記所定の個数とし、Xを上記復号正規化値とし、復号値の絶対値と上記復号正規化値との和を二乗した値の上記所定の個数の復号値の中の0ではない復号値についての、復号値の絶対値と上記復号正規化値との和を二乗した値の和をtmpとし、mを上記所定の個数の復号値の中の0である復号値の数として、
     上記正規化値再計算部は、
    Figure JPOXMLDOC01-appb-M000002

    上記式により定義されるXを計算して上記正規化再計算値とする、
     ことを特徴とする復号装置。
  18.  請求項15から17の何れかに記載された復号装置であって、
     上記合成部は、各上記復号値が0でない場合には、上記各復号値の絶対値と、上記復号正規化値に所定の正の値である調整定数Cを乗算した値とを加算した値に上記各復号値の正負を乗算した値を復号信号とする、
     ことを特徴とする復号装置。
  19.  請求項15から18の何れかに記載された復号装置であって、
     上記正規化値再計算部は、上記正規化再計算値が0でない場合には上記正規化再計算値と前回計算された正規化再計算値とを重み付き加算した値を上記正規化再計算値とする、
     ことを特徴とする復号装置。
  20.  請求項15から19の何れかに記載された復号装置であって、
     上記復号正規化値と第二定数とをかけて復号対象正規化値とする復号対象正規化値計算部を更に含み、
     上記ベクトル復号部は、上記ベクトル量子化インデックスに対応する複数の値のそれぞれと上記復号対象正規化値とをかけて上記複数の復号値とする、
     ことを特徴とする復号装置。
  21.  請求項1から10に記載の方法の各ステップをコンピュータに実行させるためのプログラム。
  22.  請求項21に記載のプログラムが記載されたコンピュータ読み取り可能な記録媒体。
PCT/JP2011/052541 2010-03-09 2011-02-07 符号化方法、復号方法、装置、プログラム及び記録媒体 WO2011111453A1 (ja)

Priority Applications (6)

Application Number Priority Date Filing Date Title
JP2012504363A JP5256375B2 (ja) 2010-03-09 2011-02-07 符号化方法、復号方法、装置、プログラム及び記録媒体
CN201180012726.1A CN102812642B (zh) 2010-03-09 2011-02-07 编码方法、解码方法、装置、程序及记录介质
EP11753115.2A EP2546994B1 (en) 2010-03-09 2011-02-07 Coding method, decoding method, apparatus, program and recording medium
CA2792545A CA2792545A1 (en) 2010-03-09 2011-02-07 Coding method, decoding method, apparatus, program and recording medium
ES11753115.2T ES2619369T3 (es) 2010-03-09 2011-02-07 Método de codificación, método de descodificación, aparato, programa y soporte de registro
US13/583,427 US10269363B2 (en) 2010-03-09 2011-02-07 Coding method, decoding method, apparatus, program, and recording medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2010051820 2010-03-09
JP2010-051820 2010-03-09

Publications (1)

Publication Number Publication Date
WO2011111453A1 true WO2011111453A1 (ja) 2011-09-15

Family

ID=44563280

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2011/052541 WO2011111453A1 (ja) 2010-03-09 2011-02-07 符号化方法、復号方法、装置、プログラム及び記録媒体

Country Status (7)

Country Link
US (1) US10269363B2 (ja)
EP (1) EP2546994B1 (ja)
JP (1) JP5256375B2 (ja)
CN (1) CN102812642B (ja)
CA (1) CA2792545A1 (ja)
ES (1) ES2619369T3 (ja)
WO (1) WO2011111453A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10062389B2 (en) 2014-02-28 2018-08-28 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Decoding device, encoding device, decoding method, and encoding method

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2573942B1 (en) * 2010-07-05 2015-12-16 Nippon Telegraph And Telephone Corporation Encoding method, decoding method, device, program, and recording medium
CN110066984B (zh) 2013-09-27 2021-06-08 应用材料公司 实现无缝钴间隙填充的方法
US9672838B2 (en) 2014-08-15 2017-06-06 Google Technology Holdings LLC Method for coding pulse vectors using statistical properties
US9620136B2 (en) 2014-08-15 2017-04-11 Google Technology Holdings LLC Method for coding pulse vectors using statistical properties
US9336788B2 (en) * 2014-08-15 2016-05-10 Google Technology Holdings LLC Method for coding pulse vectors using statistical properties

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01233891A (ja) * 1988-03-14 1989-09-19 Fujitsu Ltd ベクトル量子化装置
JPH07261800A (ja) 1994-03-17 1995-10-13 Nippon Telegr & Teleph Corp <Ntt> 変換符号化方法、復号化方法
JP2007226036A (ja) * 2006-02-24 2007-09-06 Nippon Telegr & Teleph Corp <Ntt> 信号分離装置、信号分離方法、信号分離プログラム及び記録媒体、並びに、信号到来方向推定装置、信号到来方向推定方法、信号到来方向推定プログラム及び記録媒体
JP2009188724A (ja) * 2008-02-06 2009-08-20 Nippon Telegr & Teleph Corp <Ntt> エコー抑圧ゲイン推定方法とそれを用いたエコー消去装置と、装置プログラムと記録媒体
JP2011009869A (ja) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> 符号化方法、復号方法、符号化器、復号器およびプログラム
JP2011009860A (ja) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> 符号化方法、復号方法、符号化器、復号器、プログラム
JP2011009868A (ja) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> 符号化方法、復号方法、符号化器、復号器およびプログラム
JP2011009861A (ja) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> 符号化方法、復号方法、符号化器、復号器、プログラム

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5247357A (en) * 1989-05-31 1993-09-21 Scientific Atlanta, Inc. Image compression method and apparatus employing distortion adaptive tree search vector quantization with avoidance of transmission of redundant image data
US5651090A (en) * 1994-05-06 1997-07-22 Nippon Telegraph And Telephone Corporation Coding method and coder for coding input signals of plural channels using vector quantization, and decoding method and decoder therefor
EP0926658A4 (en) * 1997-07-11 2005-06-29 Sony Corp INFORMATION DECODERS AND DECODING METHOD, INFORMATION CODERS AND CODING METHOD AND DISTRIBUTION MEDIUM
US6081565A (en) * 1998-02-05 2000-06-27 Lucent Technologies Inc. Amplitude based coarse automatic gain control circuit
US6678648B1 (en) * 2000-06-14 2004-01-13 Intervideo, Inc. Fast loop iteration and bitstream formatting method for MPEG audio encoding
JP4506039B2 (ja) * 2001-06-15 2010-07-21 ソニー株式会社 符号化装置及び方法、復号装置及び方法、並びに符号化プログラム及び復号プログラム
CN101548316B (zh) * 2006-12-13 2012-05-23 松下电器产业株式会社 编码装置、解码装置以及其方法
US8724734B2 (en) * 2008-01-24 2014-05-13 Nippon Telegraph And Telephone Corporation Coding method, decoding method, apparatuses thereof, programs thereof, and recording medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01233891A (ja) * 1988-03-14 1989-09-19 Fujitsu Ltd ベクトル量子化装置
JPH07261800A (ja) 1994-03-17 1995-10-13 Nippon Telegr & Teleph Corp <Ntt> 変換符号化方法、復号化方法
JP2007226036A (ja) * 2006-02-24 2007-09-06 Nippon Telegr & Teleph Corp <Ntt> 信号分離装置、信号分離方法、信号分離プログラム及び記録媒体、並びに、信号到来方向推定装置、信号到来方向推定方法、信号到来方向推定プログラム及び記録媒体
JP2009188724A (ja) * 2008-02-06 2009-08-20 Nippon Telegr & Teleph Corp <Ntt> エコー抑圧ゲイン推定方法とそれを用いたエコー消去装置と、装置プログラムと記録媒体
JP2011009869A (ja) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> 符号化方法、復号方法、符号化器、復号器およびプログラム
JP2011009860A (ja) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> 符号化方法、復号方法、符号化器、復号器、プログラム
JP2011009868A (ja) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> 符号化方法、復号方法、符号化器、復号器およびプログラム
JP2011009861A (ja) * 2009-06-23 2011-01-13 Nippon Telegr & Teleph Corp <Ntt> 符号化方法、復号方法、符号化器、復号器、プログラム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2546994A4

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10062389B2 (en) 2014-02-28 2018-08-28 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Decoding device, encoding device, decoding method, and encoding method
US10672409B2 (en) 2014-02-28 2020-06-02 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Decoding device, encoding device, decoding method, and encoding method
US11257506B2 (en) 2014-02-28 2022-02-22 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Decoding device, encoding device, decoding method, and encoding method

Also Published As

Publication number Publication date
EP2546994A1 (en) 2013-01-16
JP5256375B2 (ja) 2013-08-07
EP2546994B1 (en) 2016-12-28
US10269363B2 (en) 2019-04-23
CN102812642A (zh) 2012-12-05
CA2792545A1 (en) 2011-09-15
US20130034168A1 (en) 2013-02-07
CN102812642B (zh) 2015-11-25
ES2619369T3 (es) 2017-06-26
EP2546994A4 (en) 2014-08-20
JPWO2011111453A1 (ja) 2013-06-27

Similar Documents

Publication Publication Date Title
US11024319B2 (en) Encoding method, decoding method, encoder, decoder, program, and recording medium
EP2573942B1 (en) Encoding method, decoding method, device, program, and recording medium
JP5256375B2 (ja) 符号化方法、復号方法、装置、プログラム及び記録媒体
WO2013180164A1 (ja) 符号化方法、符号化装置、プログラム、および記録媒体
JP5331248B2 (ja) 符号化方法、復号方法、装置、プログラム及び記録媒体
JP2019032551A (ja) 符号化方法、符号化装置、プログラム、および記録媒体
EP3226243B1 (en) Encoding apparatus, decoding apparatus, and method and program for the same
JP5325340B2 (ja) 符号化方法、復号方法、符号化装置、復号装置、プログラム、及び記録媒体
JP5337305B2 (ja) 符号化方法、復号方法、符号化装置、復号装置、プログラム、及び記録媒体
JP5336943B2 (ja) 符号化方法、復号方法、符号化器、復号器、プログラム
JP5361565B2 (ja) 符号化方法、復号方法、符号化器、復号器およびプログラム
WO2016121826A1 (ja) 符号化装置、復号装置、これらの方法、プログラム及び記録媒体
JPH09230898A (ja) 音響信号変換符号化方法及び復号化方法
WO2013002238A1 (ja) 符号化方法、装置、プログラム及び記録媒体

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180012726.1

Country of ref document: CN

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

Ref document number: 11753115

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2012504363

Country of ref document: JP

REEP Request for entry into the european phase

Ref document number: 2011753115

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2011753115

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2792545

Country of ref document: CA

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 13583427

Country of ref document: US