OpenCore  1.0.4
OpenCore Bootloader
1.0.4
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
imdct.c File Reference
#include "coder.h"
#include "assembly.h"

Go to the source code of this file.

Functions

int IMDCT (MP3DecInfo *mp3DecInfo, int gr, int ch)
 

Variables

int fastWin36 [18]
 

Function Documentation

◆ IMDCT()

int IMDCT ( MP3DecInfo * mp3DecInfo,
int gr,
int ch )

Definition at line 722 of file imdct.c.

Variable Documentation

◆ fastWin36

int fastWin36[18]
Initial value:
= {
0x42aace8b, 0xc2e92724, 0x47311c28, 0xc95f619a, 0x4a868feb, 0xd0859d8c,
0x4c913b51, 0xd8243ea0, 0x4d413ccc, 0xe0000000, 0x4c913b51, 0xe7dbc161,
0x4a868feb, 0xef7a6275, 0x47311c28, 0xf6a09e67, 0x42aace8b, 0xfd16d8dd,
}

Definition at line 332 of file imdct.c.