amf_delaylatticeoffchip_s.h
来自「ADI SHARC DSP 音频算法标准模块库」· C头文件 代码 · 共 21 行
H
21 行
// Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved. ADI Confidential.
#include "AudioProcessing.h"
// C declarations
typedef struct {
AMF_Module b;
// Parameters:
int delay;
float coef;
// State:
float *delayBuffer; // size: >= delay (in words)
float *delayWritePtr; // current state of the delay ptr
} AMF_DelayLatticeOffChip_S;
extern const AMF_ModuleClass AMFClassDelayLatticeOffChip_S;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?