📄 nok_pitch.h
字号:
/**************************************************************************This software module was originally developed byNokia in the course of development of the MPEG-2 AAC/MPEG-4 Audio standard ISO/IEC13818-7, 14496-1, 2 and 3.This software module is an implementation of a partof one or more MPEG-2 AAC/MPEG-4 Audio tools as specified by theMPEG-2 aac/MPEG-4 Audio standard. ISO/IEC gives users of theMPEG-2aac/MPEG-4 Audio standards free license to this software moduleor modifications thereof for use in hardware or software productsclaiming conformance to the MPEG-2 aac/MPEG-4 Audio standards. Thoseintending to use this software module in hardware or software productsare advised that this use may infringe existing patents. The originaldeveloper of this software module, the subsequenteditors and their companies, and ISO/IEC have no liability for use ofthis software module or modifications thereof in animplementation. Copyright is not released for non MPEG-2 aac/MPEG-4Audio conforming products. The original developer retains full right touse the code for the developer's own purpose, assign or donate the code to athird party and to inhibit third party from using the code for nonMPEG-2 aac/MPEG-4 Audio conforming products. This copyright noticemust be included in all copies or derivative works.Copyright (c)1997. ***************************************************************************/#ifndef NOK_PITCH_H_#define NOK_PITCH_H_extern double snr_pred (double *mdct_in, double *mdct_pred, int *sfb_flag, int *sfb_offset, WINDOW_SEQUENCE windowSequence, int side_info, int num_of_sfb, int frame_len);extern void prediction (short *buffer, double *predicted_samples, Float *weight, int lag, int flen, QC_MOD_SELECT qc_select, WINDOW_SEQUENCE win_type);extern intpitch(double *sb_samples, short *x_buffer, int flen, int lag0, int lag1, double *predicted_samples, Float *gain, int *cb_idx, QC_MOD_SELECT qc_select, WINDOW_SEQUENCE win_type, int first_sblck_found);#endif /* NOK_PITCH_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -