fft.h
来自「MPEG-4编解码的实现(包括MPEG4视音频编解码)」· C头文件 代码 · 共 11 行
H
11 行
#ifndef FFT_H
#define FFT_H
#include "encoder.h"
void fft_long(FLOAT x_real[BLKSIZE], int, short **);
void fft_short(FLOAT x_real[3][BLKSIZE_s], int, short **);
void init_fft(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?