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

📄 mpegimdf.h

📁 Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to
💻 H
字号:
/*------------------------------------------------------------------------------    File    :   MPEGIMDF.h    Author  :   St閜hane TAVENARD    $VER:   MPEGIMDF.h  0.0  (04/06/1997)    (C) Copyright 1997-1997 St閜hane TAVENARD        All Rights Reserved    #Rev|   Date   |                      Comment    ----|----------|--------------------------------------------------------    0   |04/06/1997| Initial revision                                     ST    ------------------------------------------------------------------------    MPEG IMDCT optimzed ! (FPU Version) definitions------------------------------------------------------------------------------*/#ifndef MPEGIMDF_H#define MPEGIMDF_H#ifndef ASM#ifdef _DCC#define REG(x) __ ## x#define ASM#define SAVEDS __geta4#else#define REG(x) register __ ## x#ifdef __MAXON__#define ASM#define SAVEDS#else#define ASM    __asm#define SAVEDS __saveds#endif#endif#endifASM void MPEGIMDF_hybrid( REG(a0) float *in,                          REG(a1) float *out,                          REG(a2) float *prev,                          REG(d0) INT16 block_type,                          REG(d1) INT16 mixed,                          REG(d2) INT16 sb_max );ASM void MPEGIMDF_long( REG(a0) float *in,                        REG(a1) float *out,                        REG(a2) float *win,                        REG(a3) float *prev );ASM void MPEGIMDF_short( REG(a0) float *in,                        REG(a1) float *out,                        REG(a2) float *win,                        REG(a3) float *prev );#endif /* MPEGIMDF_H */

⌨️ 快捷键说明

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