📄 hvxc_lpc_dmy.c
字号:
/*This software module was originally developed byHeiko Purnhagen (University of Hannover)and edited byin the course of development of the MPEG-4 Audio standard (ISO/IEC 14496-3).This software module is an implementation of a part of one or moreMPEG-4 Audio (ISO/IEC 14496-3) tools as specified by the MPEG-4 Audiostandard (ISO/IEC 14496-3).ISO/IEC gives users of the MPEG-4 Audio standards (ISO/IEC 14496-3)free license to this software module or modifications thereof for usein hardware or software products claiming conformance to the MPEG-4Audio standards (ISO/IEC 14496-3).Those intending to use this software module in hardware or softwareproducts are advised that this use may infringe existing patents.The original developer of this software module and his/her company,the subsequent editors and their companies, and ISO/IEC have noliability for use of this software module or modifications thereof inan implementation.Copyright is not released for non MPEG-4 Audio (ISO/IEC 14496-3)conforming products. The original developer retains full right to usethe code for his/her own purpose, assign or donate the code to a thirdparty and to inhibit third party from using the code for non MPEG-4Audio (ISO/IEC 14496-3) conforming products.This copyright notice must be included in all copies or derivative works.Copyright (c)1996.*//**********************************************************************Dummy version of hvxc lpc functionsAuthors:HP Heiko Purnhagen, Uni Hannover <purnhage@tnt.uni-hannover.de>Changes:11-nov-97 HP born12-nov-97 HP updated to new CELP**********************************************************************/#include <stdio.h>#include "common_m4a.h"#include "phi_priv.h" /* PRIV */#ifdef __cplusplusextern "C" {#endifvoidPAN_InitLpcAnalysisEncoder(long win_size[], /* In: LPC Analysis-Window Size */long n_lpc_analysis, /* In: Number of LP analysis/frame */long order, /* In: Order of LPC */float gamma_be, /* In: Bandwidth Expansion Coefficient */long bit_rate , /* In: Bit Rate */PHI_PRIV_TYPE *PHI_Priv /* In/Out: PHI private data (instance context) */){ CommonExit(1,"PAN_InitLpcAnalysisEncoder: dummy");}voidPAN_FreeLpcAnalysisEncoder(long n_lpc_analysis, /* In: Number of LP analysis/frame */PHI_PRIV_TYPE *PHI_Priv /* In/Out: PHI private data (instance context) */){ CommonExit(1,"PAN_FreeLpcAnalysisEncoder: dummy");}void PHI_Init_Private_Data(PHI_PRIV_TYPE *PHI_Priv){ CommonExit(1,"PHI_Init_Private_Data: dummy");}#ifdef __cplusplus}#endif/* end of hvxc_lpc_dmy.c */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -