g729_coder.h

来自「MPEG2/MPEG4编解码参考程序(实现了MPEG4的部分功能)」· C头文件 代码 · 共 39 行

H
39
字号
/********************************************************************************                                                                              ** Interface between the MPEG-4 Audio VM and the ITU-T G.729 8 kbit/s coder     **                                                                              *********************************************************************************This software module was originally developed byJean-Bernard Rault (CCETT)and edited byLuca Cellario (CSELT SpA)in the course of development of the MPEG-4 Audio (ISO/IEC 14496-3).This software module is an implementation of a part of one or more MPEG-4 Audio(ISO/IEC 14496-3) tools as specified by the MPEG-4 Audio (ISO/IEC 14496-3).ISO/IEC gives users of the MPEG-4 Audio (ISO/IEC 14496-3) free license to thissoftware module or modifications thereof for use in hardware or softwareproducts claiming conformance to the MPEG-4 Audio (ISO/IEC 14496-3).Those intending to use this software module in hardware or software products areadvised that its use may infringe existing patents.The original developer of this software module and his/her company, thesubsequent editors and their companies, and ISO/IEC have no liability for use ofthis software module or modifications thereof in an implementation.Copyright is not released for non MPEG-4 Audio (ISO/IEC 14496-3) conformingproducts.The original developers retain full right to use the code for his/her ownpurpose, assign or donate the code to a third party and to inhibit third partiesfrom using the code for non MPEG-4 Audio (ISO/IEC 14496-3) conforming products.This copyright notice must be included in all copies or derivative works.Copyright (C) 1997. *//* ITU-T G.729 function prototypes: */void g729_coder_init(void);void g729_coder(    BsBitStream *bs,  /* output bitstream */    Word16      sig[] /* input signal */);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?