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

📄 amf_agcrmsn_s.h

📁 ADI SHARC DSP 音频算法标准模块库
💻 H
字号:
// Copyright(c) 2006 Analog Devices, Inc.  All Rights Reserved
// This software is proprietary and confidential to Analog Devices, Inc. and its licensors.

// File    : $Id: //depot/Development/VisualAudio/Modules/Packs/ControlRatePack/2.5.0/SHARC/include/AMF_AGCRmsN_S.h#2 $ 
// Part of : VisualAudio V2.5.0 
// Updated : $Date: 2007/07/02 $ by $Author: Kishore $

// Automatically generated VisualAudio render function AMF_AGCRmsN_S_Render

#ifndef _AMF_AGCRmsN_S_H
#define _AMF_AGCRmsN_S_H


#include "AudioProcessing.h"

#ifdef __ECC__

typedef struct
{
  AMF_ModuleVariable b;
  float recip2N;
} AMF_AGCRmsN_S;

extern const AMF_ModuleVariableClass AMFClassAGCRmsN_S;
void AMF_AGCRmsN_S_Render(AMF_AGCRmsN_S * restrict instance, float * restrict * buffers, int tickSize);

#else


#define AMF_AGCRmsN_S_inputPinCount         AMF_ModuleVariable_inputPinCount
#define AMF_AGCRmsN_S_recip2N                 (AMF_ModuleVariable_SIZE)
#endif

#endif // _AMF_AGCRmsN_S_H

⌨️ 快捷键说明

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