📄 nok_bwp_enc.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_bwp_enc_h_#define _nok_bwp_enc_h_#include "bitstreamHandle.h" /* handler *//* Type: NOK_BWP_PRED_STATUS Purpose: Type of the struct holding the status information of the BWP prediction going to bitstream. */typedef struct { short global_pred_flag; int pred_sfb_flag[MAX_SCFAC_BANDS]; short int reset_flag; int reset_group; int side_info; }NOK_BW_PRED_STATUS;void nok_InitPrediction (int debug);void nok_PredCalcPrediction (double *act_spec, double *last_spec, int btype, int nsfb, int *isfb_width, short *pred_global_flag, int *pred_sfb_flag, short *reset_flag, int *reset_group, int *side_info);void nok_bwp_encode (BsBitStream *bs, int num_of_sfb, NOK_BW_PRED_STATUS *status);#define NOK_CODESIZE 128+128+256#endif /* _nok_bwp_enc_h_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -