Go to the source code of this file.
Functions | |
| void | fdct_altivec (int16_t *block) |
Variables | |
| static vector float | fdctconsts [3] |
| void fdct_altivec | ( | int16_t * | block | ) |
Definition at line 198 of file fdct_altivec.c.
vector float fdctconsts[3] [static] |
Initial value:
{
(vector float)AVV( W0, W1, W2, W3 ),
(vector float)AVV( W4, W5, W6, W7 ),
(vector float)AVV( W8, W9, WA, WB )
}
Definition at line 60 of file fdct_altivec.c.
Referenced by fdct_altivec().
1.5.5