CN101517551A - 用于信号的低复杂度组合编码的装置和方法 - Google Patents

用于信号的低复杂度组合编码的装置和方法 Download PDF

Info

Publication number
CN101517551A
CN101517551A CNA2007800337884A CN200780033788A CN101517551A CN 101517551 A CN101517551 A CN 101517551A CN A2007800337884 A CNA2007800337884 A CN A2007800337884A CN 200780033788 A CN200780033788 A CN 200780033788A CN 101517551 A CN101517551 A CN 101517551A
Authority
CN
China
Prior art keywords
vector
prime
function
coding
generate
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CNA2007800337884A
Other languages
English (en)
Other versions
CN101517551B (zh
Inventor
乌达·米塔尔
詹姆斯·P·阿什利
埃德加多·M·克鲁兹-泽诺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Motorola Mobility LLC
Google Technology Holdings LLC
Original Assignee
Motorola Inc
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=39170858&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=CN101517551(A) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Motorola Inc filed Critical Motorola Inc
Publication of CN101517551A publication Critical patent/CN101517551A/zh
Application granted granted Critical
Publication of CN101517551B publication Critical patent/CN101517551B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/17Function evaluation by approximation methods, e.g. inter- or extrapolation, smoothing, least mean square method
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/14Conversion to or from non-weighted codes
    • 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/0212Speech 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 using orthogonal transformation
    • 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/035Scalar quantisation

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Optimization (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Physics (AREA)
  • Computational Mathematics (AREA)
  • Algebra (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Analogue/Digital Conversion (AREA)

Abstract

本发明利用复函数的低复杂度估计来执行信号矢量的组合编码。只要维持了某些充分的性质,本发明就不考虑这样的函数的准确度。对于给定信号矢量输入,本发明进而可以将某些编码和解码运算的计算复杂度降低两个数量级或更多。

Description

用于信号的低复杂度组合编码的装置和方法
技术领域
本发明一般地涉及编码矢量,并且具体地,涉及矢量的低复杂度组合阶乘脉冲编码(Factorial Pulse Coding)。
背景技术
为语音、音频、图像、视频和其他信号用于编码矢量和矩阵量的方法是众所周知的。Peng等人的美国专利6,236,960(通过引入的方式将其合并于此)中描述的一种这样的方法被称为阶乘脉冲编码(或FPC)。FPC可以使用全部的M位来编码矢量xi,假定:
m = Σ i = 0 n - 1 | x i | - - - ( 1 )
并且矢量xi的所有值都是整数值以使-m≤xi≤m,其中m是单位振幅脉冲的总数,并且n是矢量长度。全部的M位用于以最大有效方式编码N个组合,以使描述理论最小组合数的以下表达式成立:
N = Σ d = 1 min ( m , n ) F ( n , d ) D ( m , d ) 2 d ≤ 2 M . - - - ( 2 )
对于这个等式,F(n,d)是在n个位置上的d个非零矢量元素的组合数,由下式给出:
F ( n , d ) = n ! d ! ( n - d ) ! , - - - ( 3 )
D(m,d)是给定m个全部单位脉冲的d个非零矢量元素的组合数,由下式给出:
D(m,d)=F(m-1,d-1),(4)
并且2d表示描述d个非零矢量元素的极性(符号)所需要的组合。项min(m,n)允许单位振幅脉冲的数量m超过矢量长度n情况。现有技术中已经完全描述了用于编码和解码这一形式的矢量的方法和装置。此外,在3GPP2标准C.S0014-B中已经描述了这种编码方法的实际实现,其中矢量长度n=54和单位振幅脉冲的数量m=7产生M=35位的码字。
尽管这些n和m的值不会造成任何不合理的复杂性负担,但是较大值会迅速地造成问题,特别是在需要保持存储器和计算复杂性尽可能低的移动手持设备中。例如,对于一些应用使用这种编码方法(诸如音频编码)可能需要n=144并且m=28或更高。在这些情况下,与使用现有技术方法来产生组合表达F(n,d)关联的成本,对于实际实现来说太高了。
更详细地研究这一成本,我们可以将等式3重新写为:
F ( n , d ) = Π i = n - d + 1 n ( i ) Π j = 1 d ( j ) . - - - ( 5 )
因为F(144,28)需要分子中197位的精度和分母中98位的精度,以生成99位的商,所以直接的实现是有问题的。由于当今手持设备中使用的多数数字信号处理器(DSP)通常仅支持16位×16位的乘法运算,所以需要采用特殊的多精度乘法/除法例程。这样的例程需要一系列的嵌套乘法/累加运算,这些运算通常需要大约k个数量级的乘法/累加(MAC)运算,其中k是操作数中16位段的数量。对于197位操作数来说,
Figure A20078003378800062
因此,单一197×16位乘法的执行需要最少13个MAC运算外加移位和存储运算。以类似的方式来计算分母项,以产生98位结果。另外,需要197/98位除法,这是极复杂的运算,因此等式5中的整个阶乘关系的计算将需要可观的资源。
在降低复杂度的努力中,可以以分解除法运算的形式重写等式5以产生下式:
F ( n , d ) = round [ ( n d ) · ( n - 1 d - 1 ) · ( n - 2 d - 2 ) · · · ( n - d + 2 2 ) · ( n - d + 1 1 ) ] - - - ( 6 )
在这个表达式中,降低了除法运算的动态范围,但不幸的是,需要增加的商的分解度以由3、7、9等来准确地表示出除法。为了适应该结构,也需要取整运算来保证整数结果。给定大量高精度除法运算,该实现不足以解决大m和n的复杂度问题,并且进一步由于精度累计误差而具有产生错误结果的可能性。
在又一实现中,可以以以下方式来重新整理等式5:
F ( n , d ) = n · ( n - 1 ) · ( 1 2 ) · ( n - 2 ) · ( 1 3 ) · · · ( n - d + 2 ) · ( 1 d - 1 ) · ( n - d + 1 ) · ( 1 d ) . - - - ( 7 )
如果这一表达式从左到右求值,则结果将总是产生整数值。尽管该方法在某种程度上控制了精度和动态范围问题,但是大值m和n仍旧需要大量使用多精度乘法和除法运算。
最后,为了最小化计算复杂度,可以在查找表中预计算并存储所有阶乘组合。因此,F(n,m)的所有值可以简单存储在n×m矩阵中,并且可以使用非常少的处理器周期来从存储器中适当地检索。然而,这种方法的问题在于当n和m变大的时候,关联的存储器要求也变大。引用之前的示例,F(144,28)需要存储字节,这对于多数移动手持设备是不合理的。因此,需要一种用于矢量的低复杂度组合阶乘脉冲编码的方法和装置。
附图说明
图1是编码器的框图。
图2是解码器的框图。
图3是示出图1和图2的组合函数生成器的运算的流程图。
图4是示出图1编码器的运算的流程图。
图5是示出图2解码器的运算的流程图。
具体实施方式
为了解决上述需要,本文中提供了一种用于矢量的低复杂度组合编码的方法和装置。在运算期间,编码器和解码器将使用相对低分解度的阶乘组合F′(n,d)的近似,这仅提供允许生成有效码字的足够精度。具体地,编码器和解码器都将利用组合函数生成器导出F′(n,d)以使F′(n,d)≥F(n,d)、并且F′(n,d)≥F′(n-1,d)+F′(n-1,d-1)。将向编码或解码电路提供F′(n,d),以分别生成组合码字或矢量xi
因为F′(n,d)具有比F(n,d)低的精度,所以一般地更容易在定点数据信号处理器(DSP)、通用微处理器上进行计算,或者在硬件中实现,诸如在可编程逻辑设备或专用集成电路(ASIC)上。本质上,用相对低精度加法和减法外加少量的表格存储器来代替复杂的多精度乘法和除法。一般地,较低复杂度的运算不影响输入矢量的总编码率,但是以稍高比特率的代价,可以降低复杂度,甚至比本文中所描述的更低。
本发明包含了用于组合编码和解码的方法。该方法包括基于矢量中的位置数来接收值n、基于矢量内的占用位置的数量来接收值d、基于n和d来创建F′(n,d),其中F′(n,d)是F(n,d)的估计以使F′(n,d)>F(n,d)并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1),并且其中 F ( n , d ) = n ! d ! ( n - d ) ! , 并且使用F′(n,d)来编码或者解码矢量。
本发明另外包含了包括组合函数生成器输出F′(n,r)的装置,该输出具有F′(n,r)≥F(n,r)并且F′(n,r)≥F′(n-1,r)+F′(n-1,r-1)的性质,F′(n,r)足以唯一地编码/解码矢量Xcc,给出函数F′(n,r)为:
F ′ ( n , r ) = R ( Σ i = n - r + 1 n P ′ ( i ) - Q ′ ( r ) ) ,
其中P′(i)和Q′(r)是32位查找表,给出为:
Figure A20078003378800083
i∈[1,2,...,144]
Figure A20078003378800091
并且,其中R′(k)是函数R′(k)≈2k的近似,给出为:
其中将k=ki+kf分解为k的整数和分数分量,并且 K f = 2 k f 是k的分数分量的低分解度泰勒级数展开。该装置另外包括接收F′(n,r)和矢量并且基于F′(n,r)输出码字或矢量的编码器或解码器。
本发明另外包含了包括组合函数生成器的装置,该组合函数基于矢量中的位置数接收值n、基于的占用位置数接收值d以及基于n和d创建F′(n,d),其中F′(n,d)是F(n,d)的估计以使F′(n,d)>F(n,d)并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1),并且其中 F ( n , d ) = n ! d ! ( n - d ) ! . 该装置另外包括使用F′(n,d)编码矢量并且输出码字的编码器。
本发明另外包含了包括组合函数生成器的装置,该组合函数基于矢量中的位置的数量接收值n、基于矢量内的占用位置的数量接收值d以及基于n和d创建F′(n,d),其中F′(n,d)是F(n,d)的估计以使F′(n,d)>F(n,d)并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1),并且其中 F ( n , d ) = n ! d ! ( n - d ) ! . 该装置另外包括使用F′(n,d)解码码字并且输出矢量的解码器。
现在转向附图,其中相同的标记标明相同的组件,图1是编码器100的框图。编码器100包括矢量生成器102、组合编码电路(编码器)106、组合函数生成器108以及其他编码电路104。在运算期间,由矢量生成器102来接收要编码的输入信号。如本领域所已知的,输入信号可以包括如语音、音频、图像、视频这样的信号以及其他信号。
矢量生成器102接收输入信号并创建矢量xi。矢量生成器102可以包括任意数量的编码范式包括,但不限于,如Peng等人所描述的码激励线性预测编码(CELP)语音编码;用于音频、图像和视频的变换域编码,包括基于离散傅立叶变换(DFT)、离散余弦变换(DCT)以及改进的离散余弦变换(MDCT)的方法;基于小波的变换编码;直接时域脉冲编码调制(PCM);差分PCM;自适应差分PCM;或者本领域所熟知的子带编码技术家族中的任意一种。实际上,以上给出形式的任意信号矢量可以根据本发明有利地被处理。
组合编码电路106接收矢量xi并且使用阶乘脉冲编码来产生码字C。如以上所讨论的,阶乘脉冲编码可以使用全部的M位编码矢量xi,假定 m = Σ i = 0 n - 1 | x i | , 并且矢量xi的所有值都是整数值以使-m≤xi≤m,其中m是单元振幅脉冲的总数,并且n是矢量长度。如以上所讨论的,m和n的较大值会迅速地造成问题,特别是在需要保持尽可能低的存储器和计算复杂度的移动手持设备中。
为了解决这一问题,组合函数生成器108利用低复杂度技术来产生F′(n,d)。然后,组合编码电路106利用F′(n,d)来产生码字C。电路108利用阶乘组合F′(n,d)的相对低分解度近似(位的精度),这仅提供允许生成有效码字的足够精度。即,只要维持了某些性质,函数F(n,d)的适当近似足以保证得到的码字是唯一可解码的。
为了描述F′(n,d)的生成,让我们通过首先导出函数F′(n,d)来继续,F′(n,d)是F(n,d)的适当近似。第一步是取等式5的任意底a的对数,并且取重新整理项的底a的反对数:
F ( n , d ) = exp a ( Σ i = n - d + 1 n log a ( i ) - Σ j = 1 d log a ( j ) ) , - - - ( 8 )
其中,函数expa(k)=ak。接着,定义函数P(i)、Q(d)、和R(k),并且替换到等式8中,以使:
F ( n , d ) = R ( Σ i = n - d + 1 n P ( i ) - Q ( d ) ) , - - - ( 9 )
其中,P(i)=loga(i)、 Q ( d ) = Σ j = 1 d log a ( j ) 并且R(k)=expa(k)=ak
然而,根据本发明的优选实施例,为了使得到的码字是唯一可解码的,F(n,d)和F′(n,d)不一定相等。仅有两个条件就足以使这个成立:
F′(n,d)≥F(n,d),    (10)
F′(n,d)≥F′(n-1,d)+F′(n-1,d-1).    (11)
对于第一个条件,约束简单地说明,如果F′(n,d)<F(n,d),则将存在重叠的码空间,并且随后将存在多于一个输入,该输入能够生成具体码字;因此,该码字不是唯一可解码的。第二个条件表明,给定n、d的“误差”应该大于或等于误差项的总和,该误差项与Peng等人在美国专利6,236,960中描述的递归关系的先前元素关联。可以示出F(n,d)=F(n-1,d)+F(n-1,d-1),这仅当该组合表达式与 F ( n , d ) = C d n = n ! / d ! ( n - d ) ! 完全相等的时候才为真。然而,尽管在等式11中的不等性是充分的,但是对于n和d的所有值就不一定都为真。对于这样的值,F(n,d)可以满足从Peng等人的等式31导出的另一不等式,并且给出为:
F ( n , d ) > Σ i = 1 d F ( n - ( d - i + 1 ) , i ) . - - - ( 12 )
在这种情况下,对于具体(m,k),(m≤n)、(k≤d),严格不等式不得不满足等式11,即:
F(m,k)>F(m-1,k)+F(m-1,k-1),m≤n,k≤d.    (13)
返回参考等式9,我们现在希望通过创建函数P′(i)、Q′(d)和R′(k)来生成具有低复杂度的原始函数的近似F′(n,d),以使:
F ′ ( n , d ) = R ′ ( Σ i = n - d + 1 n P ′ ( i ) - Q ′ ( d ) ) , - - - ( 14 )
并且其中,满足在等式10和11中给出的条件。考虑到P(i),我们可以希望近似函数,以使P′(i)≥loga(i),i∈[1,2,...,n]。如果我们选择a=2并且然后约束P′(i)为32位的精度,则由于多数DSP支持单周期32位加法,所以在手持移动设备上易于实现作为结果的运算。因此,我们定义:
Figure A20078003378800121
i∈[1,2,...,n],    (15)
其中,l(i)是可以随着函数i而变化的移位因子。在优选实施例中,l(i)=l=21,但是很多其他值的集合是可能的。对于这一示例,21因子等同于左移1位,由此地板函数
Figure A20078003378800122
移除分数位,同时取整为下一最大整数,并且最后2-1因子将结果向右移回1位。使用这套方法,对于所有的i≥1函数P′(i)≥log2(i),并且因为在log2域内的9位正整数分解可以表示512位数字,所以仅使用32位还提供足够的动态范围和精度。为了避免实时计算这些值的复杂性,对于F(144,29)的示例,可以仅使用144×4字节的存储器预计算并在表格中存储这些值。使用类似的方法用于近似Q(d),我们得到:
其中,由于从总数中减去量,所以使用了地板函数
Figure A20078003378800124
这就保证了 Q ′ ( d ) ≤ Σ j = 1 d log 2 ( j ) , 以使Q′(d)的贡献将保证F′(n,d)≥F(n,d)。尽管l(j)可以根据m和n的配置假设许多值,但优选实施例使用值l(j)=l=14用于可变移位因子。与P′(i)类似地,对于F(144,28)的示例,可以仅使用28×4字节的存储器来预计算和在表格中存储Q′(d)。为了定义R′(k),我们需要首先将k定义为:
k = Σ i = n - d + 1 n P ′ ( i ) - Q ′ ( d ) . - - - ( 17 )
通过以上定义的P′(i)和Q′(d),k优选地是具有8位无符号的整数分量ki和24位分数分量kf的32位数字。用此,我们可以通过使k=ki+kf来导出R′(k)≥exp2(k)=2k,并且然后取底2的反对数来得到 2 k = 2 k i 2 k f . 然后,我们可以使用泰勒级联展开来对估计由 K f = 2 k f 表示的达到期望精度的分数分量,使用上限函数来取整结果,并且然后适当地移位该结果以形成多精度结果(仅具有1个有效位),以使:
Figure A20078003378800129
其中,
Figure A20078003378800131
是用于泰勒级联展开结果的整数移位因子。这里,1是以与等式15和16类似的方式使用的移位因子,以保证R′(k)≥2k。然而,由于不能实际地预计算R′(k)用于有效实时运算,所以在指定为编码器和解码器二者中所必须的精确运算中,必须要非常小心以确保重构信号矢量与输入信号矢量完全匹配。注意到,可以从左移位
Figure A20078003378800132
获得R′(k),这通过1位能够准确表示。
在以上讨论中,已经选择了函数P′(i)、Q′(d)、和R′(k)以使每个单独的函数估计保证作为结果的F′(n,d)≥F(n,d)。然而,只有聚合效应必须满足该条件。例如,P′(i)和Q′(d)可以是如上所述,但是R′(k)可以是更常规的R′(k)≈2k函数,该函数可以截取或取整最低有效位,以使对于k的一些值,R′(k)可以小于2k。只要该效应相对于P′(i)和Q′(d)的效应很小,这就是可接受的,所以在等式10和11中的性质仍然成立。
同样,只要满足等式10和11的性质,就可以不失一般性地使用任何函数P′(i)、Q′(d)和R′(k)。然而,必须小心的是,如果使用过小的精度就会出现位率的增加。还应当注意,在位率和复杂度之间存在固有的折衷,并且对于大值的m、n来说,1或2位的增加对于复杂度的有效降低可以是合理的折衷。
图2是解码器200的框图。如图所示,解码器200包括组合解码电路(解码器)206、信号重构电路210、其他解码电路204以及组合函数生成器108。在运算期间,组合解码电路206接收组合码字。组合解码电路206向组合函数生成器提供n和d,并且接收F′(n,d)作为响应。然后,解码电路206基于F′(n,d)创建矢量xi。向信号重构电路210传递矢量xi,其中基于xi和来自其他解码电路204的其他参数创建了输出信号(例如,语音、音频、图像、视频或其他信号)。更具体的,其他参数可以包括任何数量的信号重构参数,该信号重构参数与在具体实施例中使用的信号编码范式相关联。这些可以包括,但不限于,信号缩放和能量参数以及频谱整形和/或合成滤波器参数。通常地,这些参数用于以重现最终输出信号的方式来缩放重构信号矢量xi的能量和/或频谱地整形重构信号矢量xi
图3是示出图1和图2的组合函数生成器的运算的流程图。更具体地,图4的逻辑流程示出了组合函数生成器108产生F′(n,d)所必需的那些步骤。逻辑流程开始于步骤302,其中接收输入n和d。在步骤303,将累加器A设置为0。在步骤304,将计数器i设置为等于n-d+1。在步骤306,对数近似P′(i)被添加到累加器A。在步骤310,计数器i递增1。在循环中重复步骤306和310直至计数器i大于n。步骤312测试i>n,并且当i变得大于n时,终止该循环。在这个阶段,累加器包含组合函数F(n,d)分子的对数近似。在步骤316,从累加器减去组合函数Q′(d)分母的对数近似,以获得该组合函数的对数近似。在步骤318,取累加器的指数近似P′(A),以生成该组合函数的近似B。在步骤314,B作为F′(n,d)被输出。
图4是示出图1编码器的运算的流程图。逻辑流程开始于步骤410,其中矢量生成器102接收输入信号。如上所讨论的,输入信号可以包括语音、音频、图像、视频或其他信号。在步骤403,产生矢量xi,并且将该矢量输入组合编码电路106,其中m和d被确定并传递到组合函数生成器108。如上所讨论的,m是单位振幅脉冲的总数(或者xi整数值分量的绝对值的总和),并且d是xi的非零矢量元素数。在步骤405,组合函数生成器108生成F′(n,d),并且将其传递到组合编码电路106,其中编码矢量xi以生成组合码字C(步骤407)。如上所讨论的,利用原始函数的低复杂度近似,通过在F(n,d)中替换函数P(i)、Q(d)和R(k)来创建F′(n,d),以便满足在等式10和11中给出的条件。
图5是示出图2解码器的运算的流程图。逻辑流程开始于步骤501,其中组合解码器206接收码字。在步骤503,从组合解码器206向组合函数生成器108传递n和d,并且将F′(n,d)返回到解码器206(步骤505)。解码器206基于F′(n,d)解码码字(步骤507),以生成矢量xi,并且向信号重构电路210传递xi,在信号重构电路210中创建输出信号(步骤509)。
表格1示出相比于现有技术与本发明相关联的复杂度降低。对于不同m和n的值,给出了相关联的位数M和每帧函数调用F(n,m)的平均数。对于这些示例,帧长度间隔是20ms,其对应于每秒50帧的速率。用于复杂度比较的测量单位是加权的每秒成百万的运算或WMOPS。由于将在限制精度定点DSP上执行,所以使用计算机仿真来生成复杂度的估计。对于这些示例,适当地时候使用多精度库,并且为每个基元指令分配了适当的权重。例如,给乘法和加法一个运算的权重,同时给基元除法和超越(例如,2x)运算25个运算的权重。根据该表,容易看出使用F′(n,d)提供对现有技术的有效复杂度降低,并且复杂度的成比例降低增加且n和m增加。对于F(144,60)情况,示出该复杂度的降低高达两个数量级,但是随着n和m进一步增加,还会继续增长。这主要是由于在现有技术中执行精确组合表达式所需的操作数的精度增长而导致的。这些运算证明导致了过多的复杂度负担,并且实际上未考虑作为一种用于编码潜在具有大m和n的矢量的方法的阶乘脉冲编码。通过仅请求单周期低精度运算外加少量存储器存储,以产生这类编码所需要的复杂组合表达式的估计,本发明解决了这些问题。
Figure A20078003378800151
表格1:F(n,m)相对于F′(n,m)的复杂度比较
以下正文和等式实现以上技术,用于编码和解码到第三代合作伙伴项目2(3GPP2)C.P0014-C规范中,该规范用于增强型可变速率编解码、用于宽带扩频数字系统的语音业务选项3、68和70。
4.13.5MDCT剩余线谱量化(Residual Line Spectrum Quantization)
将被称为剩余线谱的MDCT系数以类似于4.11.8.3的FCB阶乘码簿(factorial codebook)的方式量化。基本上,假定长度n矢量v具有性质 m = Σ i = 0 n - 1 | v i | 且所有元素vi是整数值,则可以实现N=nFPCm可能组合的阶乘编码。即,v的整数元素的绝对值的和等于m。对于这种情况,我们希望编码Xk的能量缩放的形式(version),以使:
m = Σ k = 0 143 | round { γ m X k } | , - - - ( 4.13.5 - 1 )
其中γm是全局缩放因子,并且范围0到143对应于频率范围0到3600Hz。对于这种情况,m可以是用于NB的28或用于WB输入的23。根据以下伪代码来迭代地确定用以实现以上目的γm的值(用于非零||Xk||2):
   /*Initialization*/
emin=-100,emax=20
e = max { e min , - 10 log 10 ( | | X k | | 2 ) / 1.2 }
s=+1,Δe=8
/*main loop*/
do{
  γm=10e/20
m ′ = Σ k = 0 143 | round { γ m X k } |
if(m′==m)  then break
else if(m′>m and s==+1)  then s=-1,Δe=Δe/2
else if(m′<m and s==-1)  then s=+1,Δe=Δe/2
end
e=e+s·Δe
}while e≤emax and Δe≥Δmin
然后量化的剩余线谱Xcc被计算为:
X cc ( k ) = round { &gamma; m X k } ; 0 &le; k < 144 0 ; 144 &le; k < 160 , - - - ( 4.13.5 - 2 )
在极少情况下,如果m和m′的值不同,则通过加上或减去单位值将线谱修改为量化线谱Xcc。这保证了使用阶乘编码方法可以可靠地编码作为结果的线谱。表示线谱Xcc的输出指数被标示为RLSIDX。该指数对于144FPC28的情况包括131位,并且对于144FPC23的情况包括114位。
为了解决与编码和解码矢量Xcc相关联的复杂度问题,用低分解度组合近似函数F′(n,r)来代替标准组合关系F(n,r)=nCr=n!/r!(n-r)!。具体地,编码器和解码器都利用具有F′(n,r)≥F(n,r)和F′(n,r)≥F′(n-1,r)+F′(n-1,r-1)性质的组合函数生成器F′(n,r),其足以唯一地编码/解码矢量Xcc。函数F′(n,r),如下式给出:
F &prime; ( n , r ) = R &prime; ( &Sigma; i = n - r + 1 n P &prime; ( i ) - Q &prime; ( r ) ) , - - - ( 4.13.5 - 3 )
其中如下式给出的P′(i)和Q′(r)是32位查找表:
Figure A20078003378800173
i∈[1,2,...,144],(4.13.5-4)
并且
Figure A20078003378800174
并且其中R′(k)是如下式给出的函数R′(k)≈2k的多精度整数近似:
Figure A20078003378800175
其中将k=ki+kf分解为k的整数和分数分量,并且 K f = 2 k f 为k的分数分量的泰勒级联展开。这些运算通过用32位加法和后接多精度移位运算的低复杂度泰勒级数近似来替换多精度乘法和除法运算,有效地降低在计算组合表达式中所必需的复杂度。编码/解码运算的所有其他分量与4.11.8.3中的类似。
尽管已经参考具体实施例具体示出了并且描述了本发明,但是本领域技术人员应当理解,在不背离本发明的精神和范围的情况下,可以做出各种形式和细节上的改变。希望这样的改变在下列权利要求的范围之内。
权利要求书(按照条约第19条的修改)
1.一种用于组合编码和解码的方法,所述方法包括以下步骤:
接收包括语音、音频、图像或视频的矢量;
基于所述矢量中位置的数量接收值n;
基于所述矢量内占有位置的数量接收值d;
基于n和d生成F′(n,d),其中F′(n,d)与F(n,d)有关,以使F′(n,d)>F(n,d)并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1),并且其中 F ( n , d ) = n ! d ! ( n - d ) ! , 其中生成F′(n,d)的步骤包括生成下式的步骤
F &prime; ( n , d ) = R &prime; ( &Sigma; i = n - d + 1 n P &prime; ( i ) - Q &prime; ( d ) ) ,
其中,P′(i)、Q′(d)和R′(k)分别是函数P(i)=loga(i)、 Q ( d ) = &Sigma; j = 1 d log a ( j ) 和R(k)=ak的近似,其中a是任意对数底;
使用F′(n,d)编码或解码所述矢量,以产生编码的或解码的语音、音频、图像或视频;以及
输出所述编码的或解码的语音、音频、图像或视频。
2.一种装置,包括:
矢量生成器,接收包括语音、音频、图像或视频的矢量,并且输出矢量Xcc
组合函数生成器,生成具有性质F′(n,r)>F(n,r)和F′(n,r)>F′(n-1,r)+F′(n-1,r-1)的函数F′(n,r),其中F′(n,r)用于编码/解码所述矢量Xcc,并且其中函数F′(n,d)如下式给出:
F &prime; ( n , r ) = R &prime; ( &Sigma; i = n - r + 1 n P &prime; ( i ) - Q &prime; ( r ) ) ,
其中,P′(i)和Q′(r)如下式给出:
Figure A20078003378800235
i∈[1,2,...,144]
并且
并且,其中R′(k)是函数R′(k)≈2k的近似,如下式给出:
其中,将k=ki+kf分解成k的整数和分数分量,并且 K f = 2 k f 是k的分数分量的泰勒级数展开;以及
编码器,接收F′(n,r)和矢量,并且基于所述矢量Xcc和F′(n,r)输出编码的语音、音频、图像或视频。
3.一种装置,包括:
组合函数生成器,输出具有性质F′(n,r)>F(n,r)和F′(n,r)>F′(n-1,r)+F′(n-1,r-1)的函数F′(n,r),其中F′(n,r)用于唯一地编码/解码矢量Xcc,并且其中函数F′(n,r)如下式给出:
F &prime; ( n , d ) = R &prime; ( &Sigma; i = n - d + 1 n P &prime; ( i ) - Q &prime; ( d ) ) ,
其中,P′(i)和Q′(r)如下式给出:
Figure A20078003378800244
i∈[1,2,...,144]
并且
Figure A20078003378800245
并且,其中R(k)是函数R′(k)≈2k的近似,如下式给出:
其中,将k=ki+kf分解成k的整数和分数分量,并且 k f = 2 k f 是k的分数分量的泰勒级数展开;以及
解码器,接收F′(n,r)和码字,并且基于所述码字和F′(n,r)输出语音、音频、图像或视频矢量。
4.一种用于组合编码和解码的方法,所述方法包括以下步骤:
接收包括语音、音频、图像或视频的矢量;
基于所述矢量中位置的数量来接收值n;
基于所述矢量内占用位置的数量来接收值d;
基于n和d的组合函数的对数近似来生成值;
基于所述n和d的组合函数的对数近似来生成值F′(n,r),使得 F &prime; ( n , d ) > n ! d ! ( n - d ) ! 并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1);以及
使用所述值F′(n,r)来编码或解码所述矢量,以产生编码的或解码的语音、音频、图像或视频。
5.根据权利要求4所述的方法,其中基于所述n和d的组合函数的所述对数近似而生成所述值的步骤,进一步包括生成值Q′(d)的步骤,其中Q′(d)是函数 Q ( d ) = &Sigma; j = 1 d log a ( j ) 的近似,其中a是对数底。
6.根据权利要求4所述的方法,其中基于所述n和d的组合函数的所述对数近似而生成所述值的步骤,进一步包括生成值Q′(d)的步骤,其中
Figure A20078003378800253
其中l(j)是移位因子。
7.一种装置,包括:
矢量生成器,接收包括语音、音频、图像或视频的矢量;
组合函数生成器,基于所述矢量中位置的数量接收值n、基于所述矢量内占有位置的数量接收值d、基于n和d的组合函数的对数近似而生成值,以及基于n和d的所述组合函数的对数近似而生成F′(n,d),以使 F &prime; ( n , d ) > n ! d ! ( n - d ) ! 并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1);以及
编码器/解码器,使用所述值F′(n,d)来编码或解码所述矢量,以生成编码的或解码的语音、音频、图像或视频。
8.根据权利要求7所述的装置,其中所述组合函数生成器基于Q′(d)生成所述值,其中Q′(d)是函数 Q ( d ) = &Sigma; j = 1 d log a ( j ) 的近似,其中a是对数底。
9.根据权利要求7所述的装置,其中所述组合函数生成器基于Q′(d)生成所述值,其中
Figure A20078003378800256
其中l(j)是移位因子。
10.根据权利要求7所述的装置,其中F′(n,d)=R′(k),其中R′(k)是函数ak的近似,并且其中a是对数底。

Claims (11)

1.一种用于组合编码和解码的方法,所述方法包括以下步骤:
基于矢量中位置的数量接收值n;
基于所述矢量内占有位置的数量接收值d;
基于n和d生成F′(n,d),其中F′(n,d)是F(n,d)的估计,使得F′(n,d)>F(n,d)并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1),并且其中 F ( n , d ) = n ! d ! ( n - d ) ! ; 以及
使用F′(n,d)编码或解码所述矢量。
2.根据权利要求1所述的方法,其中生成F′(n,d)的步骤包括生成下式的步骤:
F &prime; ( n , d ) = R &prime; ( &Sigma; i = n - d + 1 n P &prime; ( i ) - Q &prime; ( d ) ) ,
其中P′(i)、Q′(d)和R ′(k)分别是函数P(i)=loga(i)、 Q ( d ) = &Sigma; j = 1 d log a ( j ) 和R(k)=ak的近似。
3.根据权利要求1所述的方法,其中生成F′(n,d)的步骤包括生成F′(n,d),使得F′(n,d)≥F(n,d)并且F′(n,d)≥F′(n-1,d)+F′(n-1,d-1)的步骤。
4.根据权利要求2所述的方法,其中P′(i)和Q′(r)如下式给出:
Figure A2007800337880002C4
i∈[1,2,...,144]
并且
Figure A2007800337880002C5
并且其中,R′(k)是函数R′(k)≈2k的近似,如下式给出:
Figure A2007800337880002C6
其中,将k=ki+kf分解成k的整数和分数分量,并且 K f = 2 k f 是k的分数分量的泰勒级数展开。
5.根据权利要求2所述的方法,其中F′(n,d)基于以下函数:
Figure A2007800337880003C1
6.根据权利要求2所述的方法,其中F′(n,d)基于以下函数:
Figure A2007800337880003C2
7.根据权利要求2所述的方法,其中F′(n,d)基于以下函数:
Figure A2007800337880003C3
其中,将k=ki+kf分解成k的整数和分数分量,并且 K f = a k f 是k的分数分量的泰勒级数展开。
8.一种装置,包括:
组合函数生成器,生成具有性质F′(n,r)≥F(n,r)和F′(n,r)≥F′(n-1,r)+F′(n-1,r-1)的函数F′(n,r),其中F′(n,r)用于编码/解码矢量Xcc,并且其中F′(n,d)如下式给出:
F &prime; ( n , r ) = R &prime; ( &Sigma; i = n - r + 1 n P &prime; ( i ) - Q &prime; ( r ) ) ,
其中,P′(i)和Q′(r)如下式给出:
Figure A2007800337880003C6
i∈[1,2,...,144]
并且
Figure A2007800337880003C7
并且,其中R′(k)是函数R′(k)≈2k的近似,如下式给出:
其中,将k=ki+kf分解成k的整数和分数分量,并且 K f = 2 k f 是k的分数分量的泰勒级数展开;以及
编码器,接收F′(n,r)和矢量,并且基于所述矢量Xcc和F′(n,r)输出码字。
9.一种装置,包括:
组合函数生成器,输出具有性质F′(n,r)≥F(n,r)和F′(n,r)≥F′(n-1,r)+F′(n-1,r-1)的函数F′(n,r),其中F′(n,r)用于唯一地编码/解码矢量Xcc,并且其中F′(n,r)如下式给出:
F &prime; ( n , d ) = R &prime; ( &Sigma; i = n - d + 1 n P &prime; ( i ) - Q &prime; ( d ) ) ,
其中,P′(i)和Q′(r)如下式给出:
Figure A2007800337880004C2
i∈[1,2,...,144]
并且
Figure A2007800337880004C3
并且,其中R(k)是函数R′(k)≈2k的近似,如下式给出:
Figure A2007800337880004C4
其中,将k=ki+kf分解成k的整数和分数分量,并且 K f = 2 k f 是k的分数分量的泰勒级数展开;以及
解码器,接收F′(n,r)和码字,并且基于所述码字和F′(n,r)输出矢量。
10.一种装置,包括:
组合函数生成器,基于矢量中位置的数量接收值n、基于所述矢量内占有位置的数量接收值d以及基于n和d生成F′(n,d),其中F′(n,d)是F(n,d)的估计,使得F′(n,d)>F(n,d)并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1),并且其中 F ( n , d ) = d ! d ! ( n - d ) ! ; 以及
编码器,使用F′(n,d)编码所述矢量,并且输出码字。
11.一种装置,包括:
组合函数生成器,基于矢量中的位置的数量接收值n、基于所述矢量内占有位置的数量接收值d以及基于n和d生成F′(n,d),其中F′(n,d)是F(n,d)的估计,使得F′(n,d)>F(n,d)并且F′(n,d)>F′(n-1,d)+F′(n-1,d-1),并且其中 F ( n , d ) = n ! d ! ( n - d ) ! ; 以及
解码器,使用F′(n,d)解码码字,并且输出所述矢量。
CN2007800337884A 2006-09-12 2007-07-24 用于信号的低复杂度组合编码的装置和方法 Active CN101517551B (zh)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US11/531,122 US7461106B2 (en) 2006-09-12 2006-09-12 Apparatus and method for low complexity combinatorial coding of signals
US11/531,122 2006-09-12
PCT/US2007/074222 WO2008033608A2 (en) 2006-09-12 2007-07-24 Apparatus and method for low complexity combinatorial coding of signals

Publications (2)

Publication Number Publication Date
CN101517551A true CN101517551A (zh) 2009-08-26
CN101517551B CN101517551B (zh) 2013-08-28

Family

ID=39170858

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007800337884A Active CN101517551B (zh) 2006-09-12 2007-07-24 用于信号的低复杂度组合编码的装置和方法

Country Status (6)

Country Link
US (3) US7461106B2 (zh)
EP (1) EP2062149B1 (zh)
KR (1) KR101067212B1 (zh)
CN (1) CN101517551B (zh)
BR (1) BRPI0716773A8 (zh)
WO (1) WO2008033608A2 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102687403A (zh) * 2009-10-28 2012-09-19 摩托罗拉移动公司 使用算术阶段压缩未充分利用的代码空间的编码器和解码器
CN103975387A (zh) * 2011-12-07 2014-08-06 摩托罗拉移动有限责任公司 用于信号的组合代码化的装置和方法

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080049693A1 (en) * 2006-08-25 2008-02-28 Motorola, Inc. Method and apparatus for facilitating a conveyance of informational content using wireless addresses
US8576096B2 (en) * 2007-10-11 2013-11-05 Motorola Mobility Llc Apparatus and method for low complexity combinatorial coding of signals
US8527265B2 (en) * 2007-10-22 2013-09-03 Qualcomm Incorporated Low-complexity encoding/decoding of quantized MDCT spectrum in scalable speech and audio codecs
US8209190B2 (en) * 2007-10-25 2012-06-26 Motorola Mobility, Inc. Method and apparatus for generating an enhancement layer within an audio coding system
US7889103B2 (en) * 2008-03-13 2011-02-15 Motorola Mobility, Inc. Method and apparatus for low complexity combinatorial coding of signals
US20090234642A1 (en) * 2008-03-13 2009-09-17 Motorola, Inc. Method and Apparatus for Low Complexity Combinatorial Coding of Signals
US8639519B2 (en) * 2008-04-09 2014-01-28 Motorola Mobility Llc Method and apparatus for selective signal coding based on core encoder performance
US20100088090A1 (en) * 2008-10-08 2010-04-08 Motorola, Inc. Arithmetic encoding for celp speech encoders
US8219408B2 (en) 2008-12-29 2012-07-10 Motorola Mobility, Inc. Audio signal decoder and method for producing a scaled reconstructed audio signal
US8175888B2 (en) 2008-12-29 2012-05-08 Motorola Mobility, Inc. Enhanced layered gain factor balancing within a multiple-channel audio coding system
US8200496B2 (en) * 2008-12-29 2012-06-12 Motorola Mobility, Inc. Audio signal decoder and method for producing a scaled reconstructed audio signal
US8140342B2 (en) * 2008-12-29 2012-03-20 Motorola Mobility, Inc. Selective scaling mask computation based on peak detection
US8207875B2 (en) 2009-10-28 2012-06-26 Motorola Mobility, Inc. Encoder that optimizes bit allocation for information sub-parts
US8442837B2 (en) * 2009-12-31 2013-05-14 Motorola Mobility Llc Embedded speech and audio coding using a switchable model core
US8149144B2 (en) 2009-12-31 2012-04-03 Motorola Mobility, Inc. Hybrid arithmetic-combinatorial encoder
US8280729B2 (en) * 2010-01-22 2012-10-02 Research In Motion Limited System and method for encoding and decoding pulse indices
US8423355B2 (en) * 2010-03-05 2013-04-16 Motorola Mobility Llc Encoder for audio signal including generic audio and speech frames
US8428936B2 (en) * 2010-03-05 2013-04-23 Motorola Mobility Llc Decoder for audio signal including generic audio and speech frames
US8751244B2 (en) 2011-05-02 2014-06-10 Motorola Mobility Llc Apparatus and method for low complexity combinatorial coding and decoding of signals
WO2013002696A1 (en) * 2011-06-30 2013-01-03 Telefonaktiebolaget Lm Ericsson (Publ) Transform audio codec and methods for encoding and decoding a time segment of an audio signal
RU2505921C2 (ru) * 2012-02-02 2014-01-27 Корпорация "САМСУНГ ЭЛЕКТРОНИКС Ко., Лтд." Способ и устройство кодирования и декодирования аудиосигналов (варианты)
US9129600B2 (en) 2012-09-26 2015-09-08 Google Technology Holdings LLC Method and apparatus for encoding an audio signal
US20140108247A1 (en) 2012-10-17 2014-04-17 Groupon, Inc. Peer-To-Peer Payment Processing
US10235692B2 (en) 2012-10-17 2019-03-19 Groupon, Inc. Consumer presence based deal offers
US20140229375A1 (en) 2013-02-11 2014-08-14 Groupon, Inc. Consumer device payment token management
US9576286B1 (en) 2013-03-11 2017-02-21 Groupon, Inc. Consumer device based point-of-sale
US9852409B2 (en) 2013-03-11 2017-12-26 Groupon, Inc. Consumer device based point-of-sale
US10482511B1 (en) 2013-03-12 2019-11-19 Groupon, Inc. Employee profile for customer assignment, analytics and payments
US9928493B2 (en) 2013-09-27 2018-03-27 Groupon, Inc. Systems and methods for providing consumer facing point-of-sale interfaces
RU2665898C2 (ru) 2014-07-28 2018-09-04 Телефонактиеболагет Лм Эрикссон (Пабл) Поиск формы пирамидального векторного квантователя
US9672838B2 (en) 2014-08-15 2017-06-06 Google Technology Holdings LLC Method for coding pulse vectors using statistical properties
US9990931B2 (en) 2014-08-15 2018-06-05 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
US9620136B2 (en) 2014-08-15 2017-04-11 Google Technology Holdings LLC Method for coding pulse vectors using statistical properties
US11768664B2 (en) * 2019-03-15 2023-09-26 Advanced Micro Devices, Inc. Processing unit with mixed precision operations

Family Cites Families (85)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4560977A (en) * 1982-06-11 1985-12-24 Mitsubishi Denki Kabushiki Kaisha Vector quantizer
US4670851A (en) * 1984-01-09 1987-06-02 Mitsubishi Denki Kabushiki Kaisha Vector quantizer
US4727354A (en) * 1987-01-07 1988-02-23 Unisys Corporation System for selecting best fit vector code in vector quantization encoding
JP2527351B2 (ja) * 1987-02-25 1996-08-21 富士写真フイルム株式会社 画像デ―タの圧縮方法
US5067152A (en) * 1989-01-30 1991-11-19 Information Technologies Research, Inc. Method and apparatus for vector quantization
EP0419752B1 (en) * 1989-09-25 1995-05-10 Rai Radiotelevisione Italiana System for encoding and transmitting video signals comprising motion vectors
CN1062963C (zh) * 1990-04-12 2001-03-07 多尔拜实验特许公司 用于产生高质量声音信号的解码器和编码器
WO1993018505A1 (en) * 1992-03-02 1993-09-16 The Walt Disney Company Voice transformation system
US5268855A (en) * 1992-09-14 1993-12-07 Hewlett-Packard Company Common format for encoding both single and double precision floating point numbers
IT1281001B1 (it) * 1995-10-27 1998-02-11 Cselt Centro Studi Lab Telecom Procedimento e apparecchiatura per codificare, manipolare e decodificare segnali audio.
US5956674A (en) * 1995-12-01 1999-09-21 Digital Theater Systems, Inc. Multi-channel predictive subband audio coder using psychoacoustic adaptive bit allocation in frequency, time and over the multiple channels
US5974435A (en) * 1997-08-28 1999-10-26 Malleable Technologies, Inc. Reconfigurable arithmetic datapath
US6263312B1 (en) * 1997-10-03 2001-07-17 Alaris, Inc. Audio compression and decompression employing subband decomposition of residual signal and distortion reduction
ES2247741T3 (es) * 1998-01-22 2006-03-01 Deutsche Telekom Ag Metodo para conmutacion controlada por señales entre esquemas de codificacion de audio.
US6253185B1 (en) * 1998-02-25 2001-06-26 Lucent Technologies Inc. Multiple description transform coding of audio using optimal transforms of arbitrary dimension
US6904174B1 (en) * 1998-12-11 2005-06-07 Intel Corporation Simplified predictive video encoder
US6480822B2 (en) * 1998-08-24 2002-11-12 Conexant Systems, Inc. Low complexity random codebook structure
JP4249821B2 (ja) * 1998-08-31 2009-04-08 富士通株式会社 ディジタルオーディオ再生装置
US6704705B1 (en) * 1998-09-04 2004-03-09 Nortel Networks Limited Perceptual audio coding
RU2137179C1 (ru) 1998-09-11 1999-09-10 Вербовецкий Александр Александрович Оптический цифровой страничный умножитель с плавающей точкой
US6453287B1 (en) * 1999-02-04 2002-09-17 Georgia-Tech Research Corporation Apparatus and quality enhancement algorithm for mixed excitation linear predictive (MELP) and other speech coders
US6691092B1 (en) * 1999-04-05 2004-02-10 Hughes Electronics Corporation Voicing measure as an estimate of signal periodicity for a frequency domain interpolative speech codec system
US6493664B1 (en) * 1999-04-05 2002-12-10 Hughes Electronics Corporation Spectral magnitude modeling and quantization in a frequency domain interpolative speech codec system
US6236960B1 (en) * 1999-08-06 2001-05-22 Motorola, Inc. Factorial packing method and apparatus for information coding
US6504877B1 (en) * 1999-12-14 2003-01-07 Agere Systems Inc. Successively refinable Trellis-Based Scalar Vector quantizers
JP4149637B2 (ja) * 2000-05-25 2008-09-10 株式会社東芝 半導体装置
US6304196B1 (en) * 2000-10-19 2001-10-16 Integrated Device Technology, Inc. Disparity and transition density control system and method
AUPR105000A0 (en) * 2000-10-27 2000-11-23 Canon Kabushiki Kaisha Method for generating and detecting marks
US7068946B2 (en) * 2001-01-23 2006-06-27 At&T Corp. Modulation scheme for tedons
JP3404024B2 (ja) * 2001-02-27 2003-05-06 三菱電機株式会社 音声符号化方法および音声符号化装置
JP3636094B2 (ja) * 2001-05-07 2005-04-06 ソニー株式会社 信号符号化装置及び方法、並びに信号復号装置及び方法
JP4506039B2 (ja) * 2001-06-15 2010-07-21 ソニー株式会社 符号化装置及び方法、復号装置及び方法、並びに符号化プログラム及び復号プログラム
US6658383B2 (en) * 2001-06-26 2003-12-02 Microsoft Corporation Method for coding speech and music signals
US6662154B2 (en) * 2001-12-12 2003-12-09 Motorola, Inc. Method and system for information signal coding using combinatorial and huffman codes
AU2003213149A1 (en) 2002-02-21 2003-09-09 The Regents Of The University Of California Scalable compression of audio and other signals
DE60214599T2 (de) * 2002-03-12 2007-09-13 Nokia Corp. Skalierbare audiokodierung
JP3881943B2 (ja) 2002-09-06 2007-02-14 松下電器産業株式会社 音響符号化装置及び音響符号化方法
FR2852172A1 (fr) * 2003-03-04 2004-09-10 France Telecom Procede et dispositif de reconstruction spectrale d'un signal audio
US7876966B2 (en) * 2003-03-11 2011-01-25 Spyder Navigations L.L.C. Switching between coding schemes
CA2524243C (en) 2003-04-30 2013-02-19 Matsushita Electric Industrial Co. Ltd. Speech coding apparatus including enhancement layer performing long term prediction
JP2005005844A (ja) * 2003-06-10 2005-01-06 Hitachi Ltd 計算装置及び符号化処理プログラム
JP4123109B2 (ja) * 2003-08-29 2008-07-23 日本ビクター株式会社 変調装置及び変調方法並びに復調装置及び復調方法
SE527670C2 (sv) 2003-12-19 2006-05-09 Ericsson Telefon Ab L M Naturtrogenhetsoptimerad kodning med variabel ramlängd
KR100629997B1 (ko) 2004-02-26 2006-09-27 엘지전자 주식회사 오디오 신호의 인코딩 방법
BRPI0509108B1 (pt) * 2004-04-05 2019-11-19 Koninklijke Philips Nv método para codificar uma pluralidade de sinais de entrada, codificador para codificar uma pluralidade de sinais de entrada, método de decodificar dados, e decodificador
US6975253B1 (en) * 2004-08-06 2005-12-13 Analog Devices, Inc. System and method for static Huffman decoding
US7161507B2 (en) * 2004-08-20 2007-01-09 1St Works Corporation Fast, practically optimal entropy coding
US20060047522A1 (en) * 2004-08-26 2006-03-02 Nokia Corporation Method, apparatus and computer program to provide predictor adaptation for advanced audio coding (AAC) system
JP4771674B2 (ja) * 2004-09-02 2011-09-14 パナソニック株式会社 音声符号化装置、音声復号化装置及びこれらの方法
EP1818911B1 (en) 2004-12-27 2012-02-08 Panasonic Corporation Sound coding device and sound coding method
US20060190246A1 (en) * 2005-02-23 2006-08-24 Via Telecom Co., Ltd. Transcoding method for switching between selectable mode voice encoder and an enhanced variable rate CODEC
US8160868B2 (en) 2005-03-14 2012-04-17 Panasonic Corporation Scalable decoder and scalable decoding method
CN101151658B (zh) * 2005-03-30 2011-07-06 皇家飞利浦电子股份有限公司 多声道音频编码和解码方法、编码器和解码器
US7885809B2 (en) * 2005-04-20 2011-02-08 Ntt Docomo, Inc. Quantization of speech and audio coding parameters using partial information on atypical subsequences
US7831421B2 (en) * 2005-05-31 2010-11-09 Microsoft Corporation Robust decoder
BRPI0612579A2 (pt) 2005-06-17 2012-01-03 Matsushita Electric Ind Co Ltd pàs-filtro, decodificador e mÉtodo de pàs-filtraÇço
FR2888699A1 (fr) * 2005-07-13 2007-01-19 France Telecom Dispositif de codage/decodage hierachique
DE602006018618D1 (de) * 2005-07-22 2011-01-13 France Telecom Verfahren zum umschalten der raten- und bandbreitenskalierbaren audiodecodierungsrate
US7814297B2 (en) 2005-07-26 2010-10-12 Arm Limited Algebraic single instruction multiple data processing
US8457319B2 (en) 2005-08-31 2013-06-04 Panasonic Corporation Stereo encoding device, stereo decoding device, and stereo encoding method
WO2007043642A1 (ja) * 2005-10-14 2007-04-19 Matsushita Electric Industrial Co., Ltd. スケーラブル符号化装置、スケーラブル復号装置、およびこれらの方法
US8086452B2 (en) 2005-11-30 2011-12-27 Panasonic Corporation Scalable coding apparatus and scalable coding method
EP1989706B1 (fr) * 2006-02-14 2011-10-26 France Telecom Dispositif de ponderation perceptuelle en codage/decodage audio
US20070239294A1 (en) * 2006-03-29 2007-10-11 Andrea Brueckner Hearing instrument having audio feedback capability
US7230550B1 (en) * 2006-05-16 2007-06-12 Motorola, Inc. Low-complexity bit-robust method and system for combining codewords to form a single codeword
US7414549B1 (en) * 2006-08-04 2008-08-19 The Texas A&M University System Wyner-Ziv coding based on TCQ and LDPC codes
US8285555B2 (en) * 2006-11-21 2012-10-09 Samsung Electronics Co., Ltd. Method, medium, and system scalably encoding/decoding audio/speech
EP2095364B1 (en) 2006-11-24 2012-06-27 LG Electronics Inc. Method and apparatus for encoding object-based audio signal
US8060363B2 (en) 2007-02-13 2011-11-15 Nokia Corporation Audio signal encoding
US7761290B2 (en) * 2007-06-15 2010-07-20 Microsoft Corporation Flexible frequency and time partitioning in perceptual transform coding of audio
US7885819B2 (en) * 2007-06-29 2011-02-08 Microsoft Corporation Bitstream syntax for multi-process audio decoding
US8576096B2 (en) * 2007-10-11 2013-11-05 Motorola Mobility Llc Apparatus and method for low complexity combinatorial coding of signals
US8209190B2 (en) * 2007-10-25 2012-06-26 Motorola Mobility, Inc. Method and apparatus for generating an enhancement layer within an audio coding system
US7889103B2 (en) * 2008-03-13 2011-02-15 Motorola Mobility, Inc. Method and apparatus for low complexity combinatorial coding of signals
US20090234642A1 (en) * 2008-03-13 2009-09-17 Motorola, Inc. Method and Apparatus for Low Complexity Combinatorial Coding of Signals
US8639519B2 (en) * 2008-04-09 2014-01-28 Motorola Mobility Llc Method and apparatus for selective signal coding based on core encoder performance
BRPI0910784B1 (pt) 2008-07-11 2022-02-15 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e. V. Codificador e decodificador de áudio para estruturas de codificação de sinais de áudio amostrados
US20100088090A1 (en) * 2008-10-08 2010-04-08 Motorola, Inc. Arithmetic encoding for celp speech encoders
US8140342B2 (en) * 2008-12-29 2012-03-20 Motorola Mobility, Inc. Selective scaling mask computation based on peak detection
US8175888B2 (en) * 2008-12-29 2012-05-08 Motorola Mobility, Inc. Enhanced layered gain factor balancing within a multiple-channel audio coding system
US8219408B2 (en) * 2008-12-29 2012-07-10 Motorola Mobility, Inc. Audio signal decoder and method for producing a scaled reconstructed audio signal
US8200496B2 (en) * 2008-12-29 2012-06-12 Motorola Mobility, Inc. Audio signal decoder and method for producing a scaled reconstructed audio signal
US8442837B2 (en) * 2009-12-31 2013-05-14 Motorola Mobility Llc Embedded speech and audio coding using a switchable model core
US8423355B2 (en) 2010-03-05 2013-04-16 Motorola Mobility Llc Encoder for audio signal including generic audio and speech frames
US8428936B2 (en) 2010-03-05 2013-04-23 Motorola Mobility Llc Decoder for audio signal including generic audio and speech frames

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102687403A (zh) * 2009-10-28 2012-09-19 摩托罗拉移动公司 使用算术阶段压缩未充分利用的代码空间的编码器和解码器
CN102687403B (zh) * 2009-10-28 2015-05-20 摩托罗拉移动公司 使用算术阶段压缩未充分利用的代码空间的编码器和解码器
CN103975387A (zh) * 2011-12-07 2014-08-06 摩托罗拉移动有限责任公司 用于信号的组合代码化的装置和方法
CN103975387B (zh) * 2011-12-07 2016-09-07 谷歌技术控股有限责任公司 用于信号的组合代码化的装置和方法

Also Published As

Publication number Publication date
WO2008033608B1 (en) 2008-12-18
WO2008033608A3 (en) 2008-10-16
KR101067212B1 (ko) 2011-09-22
EP2062149B1 (en) 2018-12-05
BRPI0716773A8 (pt) 2017-04-04
US20090024398A1 (en) 2009-01-22
CN101517551B (zh) 2013-08-28
US9256579B2 (en) 2016-02-09
US20080065374A1 (en) 2008-03-13
US20130254249A1 (en) 2013-09-26
WO2008033608A2 (en) 2008-03-20
KR20090074194A (ko) 2009-07-06
EP2062149A2 (en) 2009-05-27
BRPI0716773A2 (pt) 2013-09-17
EP2062149A4 (en) 2013-01-23
US8495115B2 (en) 2013-07-23
US7461106B2 (en) 2008-12-02

Similar Documents

Publication Publication Date Title
CN101517551B (zh) 用于信号的低复杂度组合编码的装置和方法
CN101821953B (zh) 用于信号的低复杂度组合编码的设备和方法
CN102037650B (zh) 用于信号的低复杂度组合编码的装置和方法
US10841584B2 (en) Method and apparatus for pyramid vector quantization de-indexing of audio/video sample vectors
US20090234642A1 (en) Method and Apparatus for Low Complexity Combinatorial Coding of Signals
JP3073013B2 (ja) サンプリングされた音声信号ベクトルのコーディングの方法
JPH0720898A (ja) ベクトル量子化装置
CN103503064A (zh) 用于信号的低复杂度组合代码化和解码的装置和方法
Lee Implementation of linear predictive speech coding in fixed-point arithmetic

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: MOTOROLA MOBILITY, INC.

Free format text: FORMER OWNER: MOTOROLA INC.

Effective date: 20110125

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20110125

Address after: Illinois State

Applicant after: MOTOROLA MOBILITY, Inc.

Address before: Illinois State

Applicant before: Motorola, Inc.

C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
C56 Change in the name or address of the patentee
CP01 Change in the name or title of a patent holder

Address after: Illinois State

Patentee after: MOTOROLA MOBILITY LLC

Address before: Illinois State

Patentee before: MOTOROLA MOBILITY, Inc.

TR01 Transfer of patent right

Effective date of registration: 20160415

Address after: California, USA

Patentee after: Google Technology Holdings LLC

Address before: Illinois State

Patentee before: MOTOROLA MOBILITY LLC