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

📄 l3bitstream.h

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

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

typedef   bitstream_t L3_bitstream_t;

void L3_format_bitstream(int              l3_enc[2][2][576],
                         L3_side_info_t  *l3_side,
			 L3_scalefac_t   *scalefac,
			 L3_bitstream_t  *in_bs,
			 double           (*xr)[2][576],
			 char             *ancillary,
			 int              anc_bits);

int HuffmanCode(int table_select, int x, int y, unsigned *code,
                unsigned int *extword, int *codebits, int *extbits);

void L3_FlushBitstream();
int abs_and_sign(int *x); /* returns signx and changes *x to abs(*x) */

#endif

⌨️ 快捷键说明

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