|
OpenCore
1.0.5
OpenCore Bootloader
|
Go to the source code of this file.
Macros | |
| #define | DEF_NFRACBITS (DQ_FRACBITS_OUT - 2 - 2 - 15) |
| #define | CSHIFT 12 /* coefficients have 12 leading sign bits for early-terminating mulitplies */ |
| #define | MC0M(x) |
| #define | MC1M(x) |
| #define | MC2M(x) |
| #define | MC0S(x) |
| #define | MC1S(x) |
| #define | MC2S(x) |
Functions | |
| void | PolyphaseMono (short *pcm, int *vbuf, const int *coefBase) |
| void | PolyphaseStereo (short *pcm, int *vbuf, const int *coefBase) |
| #define CSHIFT 12 /* coefficients have 12 leading sign bits for early-terminating mulitplies */ |
Definition at line 57 of file polyphase.c.
| #define DEF_NFRACBITS (DQ_FRACBITS_OUT - 2 - 2 - 15) |
Definition at line 56 of file polyphase.c.
| #define MC0M | ( | x | ) |
Definition at line 74 of file polyphase.c.
| #define MC0S | ( | x | ) |
Definition at line 179 of file polyphase.c.
| #define MC1M | ( | x | ) |
Definition at line 80 of file polyphase.c.
| #define MC1S | ( | x | ) |
Definition at line 187 of file polyphase.c.
| #define MC2M | ( | x | ) |
Definition at line 86 of file polyphase.c.
| #define MC2S | ( | x | ) |
Definition at line 195 of file polyphase.c.
| void PolyphaseMono | ( | short * | pcm, |
| int * | vbuf, | ||
| const int * | coefBase ) |
Definition at line 112 of file polyphase.c.
| void PolyphaseStereo | ( | short * | pcm, |
| int * | vbuf, | ||
| const int * | coefBase ) |
Definition at line 225 of file polyphase.c.