⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 l3loop.h

📁 mp3 source code decoder & encoder
💻 H
字号:
#ifndef L3LOOP_H
#define L3LOOP_H

#include "types.h"
#include "layer3.h"

#define e              2.71828182845
#define CBLIMIT       21
#define SFB_LMAX 22
#define SFB_SMAX 13


void L3_loop_initialise();

void L3_iteration_loop(double          pe[][2], 
                       double          mdct_freq_org[2][2][576], 
                       L3_psy_ratio_t *ratio,
       		       L3_side_info_t *side_info, 
                       int             l3_enc[2][2][576],
		       int             mean_bits, 
		       L3_scalefac_t  *scalefacitor );

#endif

⌨️ 快捷键说明

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